releasing 0.10.5
[platform/upstream/gstreamer.git] / ChangeLog
1 === release 0.10.5 ===
2
3 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
4
5         * configure.ac:
6           releasing 0.10.5, "Net"
7
8 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
9
10         * docs/plugins/Makefile.am:
11           Part of previous cdparanoiasrc docs fixes, forgot to commit.
12           
13 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
14
15         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16         * docs/plugins/gst-plugins-base-plugins-sections.txt:
17         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18           Add cdparanoiasrc to docs.
19
20         * gst-libs/gst/cdda/gstcddabasesrc.c:
21           More GstCddaBaseSrc docs.
22
23 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
24
25         * docs/libs/gst-plugins-base-libs-sections.txt:
26         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
27         * gst-libs/gst/tag/tag.h:
28           Add new API to libgsttag: gst_tag_from_id3_user_tag().
29
30 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
31
32         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
33           NULL-terminate array of mpeg4 video file extensions.
34           Fixes crash on PPC (#334226).
35
36 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
37
38         * ext/gnomevfs/gstgnomevfssrc.c:
39         (gst_gnome_vfs_src_check_get_range):
40           gnome_vfs_uri_is_local() alone is not a good indicator
41           whether we can operate in pull-mode with a specific URI,
42           as it returns FALSE for file:// URIs that point to an
43           NFS-mounted path. Be more conservative here: whitelist
44           local files, blacklist http URIs and use the old
45           mechanism for anything else (fixes #334216).
46
47 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
48
49         * configure.ac:
50           back to trunk
51
52 === release 0.10.4 ===
53
54 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
55
56         * configure.ac:
57           releasing 0.10.4, "Power"
58
59 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
60
61         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
62         Disable max-lateness by setting it to -1 for now, so that 
63         we can bed QoS stuff in thoroughly between now and the next
64         release.
65
66 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
67
68         Patch by: Fabrizio Gennari
69
70         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
71           Make sure we don't read beyond the palette buffer in case of
72           broken or manipulated files (#333488)
73
74 2006-03-10  Edward Hervey  <edward@fluendo.com>
75
76         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
77         Fix for variable not initialized.
78
79 2006-03-09  Wim Taymans  <wim@fluendo.com>
80
81         * ext/libvisual/visual.c: (gst_visual_get_type),
82         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
83         (gst_visual_chain):
84         Small cleanups.
85
86         * ext/theora/gsttheoradec.h:
87         * ext/theora/theoradec.c: (gst_theora_dec_init),
88         (gst_theora_dec_reset), (_theora_granule_time),
89         (theora_dec_src_convert), (theora_dec_sink_convert),
90         (theora_dec_src_query), (theora_dec_src_event),
91         (theora_dec_sink_event), (theora_handle_comment_packet),
92         (theora_handle_header_packet), (theora_dec_push),
93         (theora_handle_data_packet), (theora_dec_chain),
94         (theora_dec_change_state):
95         Add simple QoS.
96
97 2006-03-09  Wim Taymans  <wim@fluendo.com>
98
99         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
100         (audiocast_register_listener), (gst_gnome_vfs_src_start):
101         Some cleanups.
102
103 2006-03-09  Wim Taymans  <wim@fluendo.com>
104
105         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
106         Don't try to activate NULL chains.
107
108 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
109
110         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
111           Fix invalid memory access to region before peek'd data (#332964).
112
113 2006-03-09  Wim Taymans  <wim@fluendo.com>
114
115         Patch by: Christophe Fergeau
116
117         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
118         * ext/pango/gsttextrender.c: (gst_text_render_init):
119         * gst/adder/gstadder.c: (gst_adder_init):
120         Don't leak padtemplates, closes #333510.
121
122 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
123
124         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
125           Fix invalid memory access: make sure string passed to
126           regexec() is NUL-termianted.
127
128 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
129
130         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
131         (mp3_type_find):
132           Refactor mpeg/audio typefinding to make it more maintainable
133           and easier to fine-tune. Make probing into middle of the file
134           work properly (fixes #333900, also see #152688).
135
136 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
137
138         * gst/typefind/gsttypefindfunctions.c:
139         (utf8_type_find_have_valid_utf8_at_offset):
140           Remove part from previous commit that was bogus:
141           g_utf8_validate() does in fact not accept embedded
142           zeroes, so we don't need to check for those (thanks
143           to Mike for the hint).
144
145 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
146
147         * gst/typefind/gsttypefindfunctions.c:
148         (utf8_type_find_count_embedded_zeroes),
149         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
150           Make plain/text typefinder more conservative: firstly, check
151           for embedded zeroes, which are perfectly valid UTF-8 characters,
152           but also a fairly good sign that something is not a plain text
153           file; secondly, probe into the middle of the file if possible.
154           If we can't probe into the middle, limit the probability value
155           to be returned to TYPE_FIND_POSSIBLE (see #333900).
156
157 2006-03-08  Michael Smith  <msmith@fluendo.com>
158
159         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
160           Make typefind function name for mpeg4 video unique.
161
162 2006-03-08  Wim Taymans  <wim@fluendo.com>
163
164         * ext/libvisual/visual.c: (gst_visual_init),
165         (gst_visual_clear_actors), (gst_visual_dispose),
166         (gst_visual_reset), (gst_visual_src_setcaps),
167         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
168         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
169         (gst_visual_chain), (gst_visual_change_state):
170         Cleanups, post nice errors.
171         Handle sink and src events.
172         Implement simple QoS.
173
174         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
175         Use new basesink methods to configure max-lateness.
176         Small doc update.
177
178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
179         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
180         Debug statement cleanups.
181
182         * gst/volume/gstvolume.c: (gst_volume_class_init):
183         Simple cleanup.
184
185 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
186
187         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
188         (gst_text_overlay_init), (gst_text_overlay_set_property),
189         (gst_text_overlay_get_property):
190           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
191           as string type properties, but mark them deprecated. Add
192           'halignment' and 'valignment' properties that use enums
193           instead of strings.
194
195 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
196
197         Patch by: Fabrizio Gennari
198
199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
200           Allow palettes with less than 256 colours in AVI files
201           (#333488)
202
203 2006-03-07  Julien MOUTTE  <julien@moutte.net>
204
205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
206         (gst_text_overlay_video_event): Fix wrong EOS handling on text
207         pad. We were releasing the queued text buffer when we should keep
208         it until video pad gets EOS or discard the text buffer because it's
209         too old. That was eating the last subtitle buffer. Add some more
210         debug.
211
212 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
213
214         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
215         (gst_text_overlay_video_chain):
216           Fix invalid memory access (we can't access a buffer after it's been
217           pushed downstream without taking a reference); fix memory leak (if
218           there's no text to render, bail out before allocating stuff).
219
220 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
221
222         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
223         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
224         * ext/pango/gsttextoverlay.h:
225           If input is plain text, escape it before passing it to
226           pango_layout_set_markup().
227
228 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
229
230         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
231           Don't ignore flow return from gst_pad_push().
232
233 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
234
235         Patch by: Fabrizio Gennari
236
237         * ext/libvisual/visual.c: (gst_visual_getcaps),
238         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
239         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
241         (gst_vorbisenc_convert_sink):
242         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
243         (gst_audio_duration_from_pad_buffer):
244         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
245         (gst_audio_filter_chain):
246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
247         (gst_base_rtp_depayload_setcaps):
248         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
249         (gst_video_get_size):
250         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
251           Don't leak references returned by gst_pad_get_parent()
252           (#333663)
253
254 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
255
256         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
257           change location param details
258         * gst/volume/gstvolume.c: (plugin_init):
259           correct plugin description
260
261 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
262
263         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
264         (gst_gnome_vfs_src_check_get_range):
265           Override GstBaseSrc::check_get_range() in order to avoid opening
266           the resource just to check whether we can operate in pull-mode or
267           not - we can predict that pretty well from the URI alone. Should
268           fix problems with last.fm (#331690). (Requires latest core CVS).
269
270 2006-03-06  Wim Taymans  <wim@fluendo.com>
271
272         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
273         (gst_video_sink_class_init):
274         Throw away frames that are later than 20 ms.
275
276 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
277
278         Patch by: Fabrizio Gennari
279
280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
281           Set depth on WMA caps (#333545)
282
283 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
284
285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
286         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
287           put Theora BOS pages before others.  This hardcodes
288           the Ogg/Theora I profile, but hey.
289
290 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
291
292         * ext/ogg/README:
293           updated with some examples
294         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
295         (granulepos_add), (theora_buffer_from_packet):
296         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
297         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
298         (gst_vorbisenc_chain):
299           implement strategy from ext/ogg/README
300         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
301         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
302         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
303         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
304           Fix muxer so that oggz-validate is happy with all streams;
305           except for no eos mark, and the BOS page ordering
306         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
307         (check_buffer_granulepos):
308         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
309           update tests to check for OFFSET being set as requested
310           fixed type of granulepos, it's not a ClockTime
311
312 2006-03-05  Julien MOUTTE  <julien@moutte.net>
313
314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
315         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
316         Check that the xvimage we are creating has a correct size
317         before returning it. (#314897)
318
319 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
320
321         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
322           Give id3 and ape tag typefinders a rank slightly higher
323           than PRIMARY to ensure they're always run before any of
324           the other typefinders (in particular wav and mp3) (#324186).
325
326 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
327
328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
329           Add support for '3IVD' fourcc (#333403).
330
331 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
332
333         * configure.ac:
334           Bump requirements to GStreamer CVS for the new error enum.
335
336         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
337           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
338           space left on the device (fixes #333352).
339
340 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
341
342         * win32/vs6:
343           add a project file for libgstvolume
344           update the workspace
345
346 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
347
348         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
349         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
350         (GST_START_TEST):
351           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
352           Set IN_CAPS on header buffers
353
354 2006-03-02  Wim Taymans  <wim@fluendo.com>
355
356         * docs/plugins/Makefile.am:
357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
359         Add audioresample to docs.
360
361         * gst/audioconvert/gstaudioconvert.c:
362         Add revision date.
363
364         * gst/audioresample/gstaudioresample.c:
365         (gst_audioresample_base_init), (gst_audioresample_class_init),
366         (gst_audioresample_init), (gst_audioresample_dispose),
367         (audioresample_get_unit_size), (audioresample_transform_caps),
368         (resample_set_state_from_caps), (audioresample_transform_size),
369         (audioresample_set_caps), (audioresample_event),
370         (audioresample_do_output), (audioresample_transform),
371         (audioresample_pushthrough), (gst_audioresample_set_property),
372         (gst_audioresample_get_property), (plugin_init):
373         * gst/audioresample/gstaudioresample.h:
374         Added docs.
375         Small code cleanups.
376
377 2006-03-02  Wim Taymans  <wim@fluendo.com>
378
379         * docs/plugins/Makefile.am:
380         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
381         * docs/plugins/gst-plugins-base-plugins-sections.txt:
382         Added videoscale to docs.
383
384         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
385         (gst_video_rate_swap_prev), (gst_video_rate_event),
386         (gst_video_rate_chain):
387         Fix typo in docs.
388
389         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
390         (gst_video_scale_init), (gst_video_scale_prepare_size),
391         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
392         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
393         * gst/videoscale/gstvideoscale.h:
394         Added docs, examples.
395         Some code cleanups.
396         Post errors instead of g_warning.
397
398 2006-03-02  Wim Taymans  <wim@fluendo.com>
399
400         * docs/libs/gst-plugins-base-libs-docs.sgml:
401         * docs/libs/gst-plugins-base-libs-sections.txt:
402         * docs/libs/gst-plugins-base-libs.types:
403         * docs/plugins/Makefile.am:
404         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
405         * docs/plugins/gst-plugins-base-plugins-sections.txt:
406         Added some more docs to libs and plugins.
407
408         * gst-libs/gst/audio/gstringbuffer.c:
409         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
410         * gst-libs/gst/audio/gstringbuffer.h:
411         Document ringbuffer some more.
412
413         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
414         (gst_video_rate_setcaps), (gst_video_rate_reset),
415         (gst_video_rate_init), (gst_video_rate_flush_prev),
416         (gst_video_rate_swap_prev), (gst_video_rate_event),
417         (gst_video_rate_chain), (gst_video_rate_change_state):
418         * gst/videorate/gstvideorate.h:
419         Fix videorate to use segments.
420         Make it work with 0/1 framerates (closes #331903)
421         Handle EOS correctly.
422         Added docs.
423
424 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
425
426         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
427         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
428         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
429           In state change function, first chain up to parent class,
430           then handle downwards state change stuff. Remove some
431           commented out cruft from 0.8 code.
432
433 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
434
435         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
436         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
437         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
438         (gst_ogm_parse_chain):
439           Don't remove/re-add source pad if the new caps are the same as
440           the old caps anyway (#333042). When removing source pad, don't
441           unref it afterwards - we didn't ref it when adding. Sprinkle some
442           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
443           after using gst_pad_get_parent(). Return downstream flow return
444           value in chain function.
445
446 2006-03-02  Wim Taymans  <wim@fluendo.com>
447
448         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
449         * docs/plugins/gst-plugins-base-plugins.args:
450         * docs/plugins/gst-plugins-base-plugins.hierarchy:
451         * docs/plugins/gst-plugins-base-plugins.interfaces:
452         * docs/plugins/gst-plugins-base-plugins.signals:
453         Fix hierarchy, added some more elements to the docs.
454
455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
456         (gst_ffmpegcsp_get_type):
457         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
458         Fix docs for ffmpegcolorspace.
459
460 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
463         (apetag_type_find), (ape_type_find), (plugin_init):
464           Some typefinding fine-tuning:
465           - rank ID3/APE tags in order of preference via probabilities, so that
466             ID3v2 > APEv2 > APEv1 > ID3v1.
467           - three or four bytes don't really justify MAXIMUM probability,
468             change those to 'very likely' (musepack and monkeysaudio).
469
470 2006-03-01  Wim Taymans  <wim@fluendo.com>
471
472         * docs/plugins/Makefile.am:
473         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
474         * docs/plugins/gst-plugins-base-plugins-sections.txt:
475         * ext/alsa/gstalsamixer.c:
476         * ext/alsa/gstalsamixer.h:
477         * ext/alsa/gstalsamixerelement.c:
478         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
479         * ext/alsa/gstalsamixerelement.h:
480         * ext/alsa/gstalsasink.c:
481         * ext/alsa/gstalsasink.h:
482         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
483         (gst_alsasrc_init):
484         * ext/alsa/gstalsasrc.h:
485         Added alsa docs.
486         Small code cleanups.
487
488 2006-03-01  Wim Taymans  <wim@fluendo.com>
489
490         * ext/theora/Makefile.am:
491         Dist new header too,
492
493 2006-03-01  Wim Taymans  <wim@fluendo.com>
494
495         * docs/plugins/Makefile.am:
496         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
497         * docs/plugins/gst-plugins-base-plugins-sections.txt:
498         * ext/gnomevfs/gstgnomevfssink.h:
499         * ext/gnomevfs/gstgnomevfssrc.h:
500         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
501         * ext/vorbis/vorbisdec.h:
502         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
503         * ext/vorbis/vorbisenc.h:
504         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
505         (vorbis_parse_chain), (vorbis_parse_change_state):
506         * ext/vorbis/vorbisparse.h:
507         * gst/audioconvert/gstaudioconvert.h:
508         * gst/tcp/gsttcpserversink.h:
509         * gst/videotestsrc/gstvideotestsrc.c:
510         * gst/videotestsrc/gstvideotestsrc.h:
511         * gst/volume/gstvolume.c:
512         * gst/volume/gstvolume.h:
513         Fix some more docs.
514         Added docs for vorbisdec and vorbisparse.
515         Fix vorbisparse.
516
517 2006-03-01  Wim Taymans  <wim@fluendo.com>
518
519         * docs/plugins/Makefile.am:
520         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
521         * docs/plugins/gst-plugins-base-plugins-sections.txt:
522         * ext/pango/gstclockoverlay.h:
523         * ext/pango/gsttextoverlay.h:
524         * ext/pango/gsttextrender.h:
525         * ext/pango/gsttimeoverlay.h:
526         * ext/theora/gsttheoradec.h:
527         * ext/theora/gsttheoraenc.h:
528         * ext/theora/theoradec.c:
529         * ext/theora/theoraenc.c:
530         * gst/audioconvert/gstaudioconvert.h:
531         * gst/audiotestsrc/gstaudiotestsrc.h:
532         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
533         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
534         * gst/tcp/gstmultifdsink.h:
535         Updated/added documentation.
536
537         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
538         (gst_text_overlay_halign_get_type),
539         (gst_text_overlay_wrap_mode_get_type),
540         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
541         (gst_text_overlay_init), (gst_text_overlay_set_property),
542         (gst_text_overlay_get_property):
543         Fix up properties to be enums instead of string to make bindings,
544         introspection and automatic GUI creation possible.
545         Add getters for the properties.
546
547 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
548
549         * gst/audiotestsrc/gstaudiotestsrc.c:
550           added defines of M_PI and M_PI_2
551         * gst/ffmpegcolorspace/avcodec.h:
552           removed #include "stdint.h" for win32 as _stdint.h is 
553           autogenerated to win32/common
554         * win32/common/libgstaudio.def:
555         * win32/common/libgsttag.def:
556           added some exports
557         * win32/vs6:
558           some project files bugs corrected
559         * win32/vs7:
560           project files are reset to the default vs7 configuration 
561           (they link to msvcr71.dll using default optimizations)
562           
563 2006-02-28  Wim Taymans  <wim@fluendo.com>
564
565         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
566         Fix some docs.
567
568 2006-02-28  Edward Hervey  <edward@fluendo.com>
569
570         * ext/alsa/gstalsasrc.c:
571         Set proper class on the ElementDetails:
572         Source/Audio instead of Src/Audio/
573
574 2006-02-28  Edward Hervey  <edward@fluendo.com>
575
576         * gst/videoscale/vs_scanline.c:
577         (vs_scanline_resample_nearest_RGBA):
578         Revert optimization in videoscale. It should go in liboil and have
579         an appropriate liboil function.
580
581 2006-02-28  Wim Taymans  <wim@fluendo.com>
582
583         * gst-libs/gst/audio/gstbaseaudiosink.c:
584         (gst_base_audio_sink_provide_clock):
585         Don't try to provide a clock in the NULL state.
586
587 2006-02-28  Wim Taymans  <wim@fluendo.com>
588
589         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
590         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
591         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
592         (gst_ogg_demux_deactivate_current_chain),
593         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
594         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
595         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
596         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
597         Use GstSegment infrastructure to remove duplicated code
598         and handle more seek cases correctly.
599
600 2006-02-28  Wim Taymans  <wim@fluendo.com>
601
602         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
603         (gst_ffmpegcsp_transform):
604         Don't ignore return code from ffmpeg convert function.
605
606         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
607         Split out some long statements to ease debugging.
608
609 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
610
611         * ext/libvisual/visual.c: (gst_visual_init),
612         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
613         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
614         being able to renegotiate the size. Instead, use the negotiation
615         algorithm from the goom plugin to pick an initial output caps. 
616
617         Also, allow theoretical libvisual plugins that might support non-GL 
618         output even if they also do GL.
619
620 2006-02-26  Julien MOUTTE  <julien@moutte.net>
621
622         * ext/libvisual/visual.c: (gst_visual_init),
623         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
624         (plugin_init): Load only non GL plugins. Fix some memleaks and 
625         possible negotiation issues.
626
627 2006-02-25  Julien MOUTTE  <julien@moutte.net>
628
629         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
630
631 2006-02-24  Michael Smith  <msmith@fluendo.com>
632
633         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
634         (cmml_type_find), (plugin_init):
635           Fix CMML type find function to not require a specific minor version
636           of the CMML header.
637
638           Add an MPEG4 video elementary stream typefind function.
639
640 2006-02-04  Michael Smith  <msmith@fluendo.com>
641
642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
643         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
644         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
645         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
646         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
647         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
648           Annodex support in ogg demuxer. Doesn't do very much without the
649           other annodex patches (to come).
650
651 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
652
653         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
654
655         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
656           Pick up palette for MS video v1 (#327028)
657
658 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
659
660         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
661         (gst_ffmpegcsp_caps_remove_format_info),
662         (gst_ffmpegcsp_get_unit_size):
663           The 'palette_data' field from incoming RGB caps shouldn't be
664           proxied on outgoing YUV caps; also, restrict unit size
665           adjustment in case of paletted data only to the unit that
666           actually has a palette. Fixes #330711.
667
668 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
669
670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
671         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
672         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
673         (gst_ffmpegcsp_get_unit_size):
674           Plug some memory leaks.
675
676 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
677
678         * sys/ximage/Makefile.am:
679         * sys/xvimage/Makefile.am:
680           Add some _CFLAGS and _LIBS that seem to be missing
681           and/or required for Cygwin (see #317048).
682
683 2006-02-22  Wim Taymans  <wim@fluendo.com>
684
685         * ext/alsa/gstalsasrc.c:
686         Fix description as pointed out by caugier.
687
688 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
689
690         Reviewed by : Edward Hervey  <edward@fluendo.com>
691
692         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
693         (qt_type_find):
694         Better 3gp typefinding (#331526).
695
696 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
697
698         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
699           Don't send EOS event here, the base class will send one for us.
700
701         * gst/playback/gstplaybasebin.c: (prepare_output):
702           Subpictures without video stream aren't allowed either.
703         
704         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
705           Fix debug statement copy'n'paste-o.
706
707 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
708
709         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
710           Fix issues with mixer keeping state when muting/unmuting
711           and when changing the volume whilst muted (see #331763
712           and #331765).
713
714 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
715
716         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
717         (parse_subrip), (gst_sub_parse_format_autodetect):
718           Set right caps given that we send escaped text. Also,
719           honour <i></i>, <b></b> and <u></u> markers that can be found
720           in .srt files (fixes #310202).
721
722 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
723
724         * gst-libs/gst/audio/mixerutils.c:
725         (element_factory_rank_compare_func):
726           Make order in which elements are tried more determinable.
727
728 2006-02-20  Julien MOUTTE  <julien@moutte.net>
729
730         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
731         (remove_element_chain), (cleanup_decodebin),
732         (gst_decode_bin_change_state): Make decodebin reusable by
733         fixing remove_element_chain first and then introduce a
734         cleaner in state change to ->NULL. (Closes #331678)
735
736 2006-02-19  Wim Taymans  <wim@fluendo.com>
737
738         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
739         use 0666 mask when creating files so umask gets applied
740         correctly. Fixes #331295.
741
742 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
743
744         * gst/subparse/Makefile.am:
745         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
746         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
747         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
748         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
749         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
750         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
751         * gst/subparse/gstssaparse.h:
752         * gst/subparse/gstsubparse.c: (plugin_init):
753           Add very basic parser for SSA subtitle streams (as often
754           found in matroska files).
755
756 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
757
758         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
759           That should be text/x-pango-markup, not text/x-pango-layout.
760
761 2006-02-19  Julien MOUTTE  <julien@moutte.net>
762
763         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
764         Polishing.
765
766 2006-02-19  Julien MOUTTE  <julien@moutte.net>
767
768         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
769         (gst_text_overlay_finalize), (gst_text_overlay_init),
770         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
771         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
772         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
773         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
774         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
775         Fix state change deadlock.
776
777 2006-02-19  Julien MOUTTE  <julien@moutte.net>
778
779         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
780         (gst_text_overlay_finalize), (gst_text_overlay_init),
781         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
782         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
783         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
784         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
785         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
786         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
787         and subtitles files.
788
789 2006-02-19  Julien MOUTTE  <julien@moutte.net>
790
791         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
792         should be considered as raw.
793
794 2006-02-19  Julien MOUTTE  <julien@moutte.net>
795
796         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
797         (cb_probe):
798         * gst/playback/gststreaminfo.h: Introduce language informations.
799
800 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
801
802         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
803         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
804         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
805         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
806         Set shared memory segments to be deleted as soon as we have attached,
807         that way they get cleaned up automatically if we crash.
808
809 2006-02-18  Julien MOUTTE  <julien@moutte.net>
810
811         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
812         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
813         functions are called with lock held.
814
815 2006-02-18  Julien MOUTTE  <julien@moutte.net>
816
817         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
818         (gst_text_overlay_finalize), (gst_text_overlay_init),
819         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
820         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
821         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
822         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
823         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
824         (gst_text_overlay_change_state): Refactoring of textoverlay
825         without collectpads. This now supports sparse subtitles coming
826         from a demuxer instead of a sub file. Seeking is still broken 
827         though. Need to discuss with wtay some more on how to handle
828         seeking correctly.
829         * ext/pango/gsttextoverlay.h:
830         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
831         subtitles coming from the demuxer.
832
833 2006-02-17  Wim Taymans  <wim@fluendo.com>
834
835         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
836         (gst_vorbisenc_convert_sink):
837         Use some more scaling functions.
838
839 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * ext/cdparanoia/gstcdparanoiasrc.c:
842         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
843         (gst_cd_paranoia_paranoia_callback),
844         (gst_cd_paranoia_src_signal_is_being_watched),
845         (gst_cd_paranoia_src_read_sector):
846         * ext/cdparanoia/gstcdparanoiasrc.h:
847           Add back 'transport-error' and 'uncorrected-error' signals and
848           make them actually be fired when bad stuff happens (#319340).
849
850 2006-02-17  Wim Taymans  <wim@fluendo.com>
851
852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
853         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
854         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
855         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
856         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
857         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
858         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
859         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
860         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
861         (gst_ring_buffer_clear):
862         Small cleanups.
863         Added some G_LIKELY.
864
865 2006-02-17  Wim Taymans  <wim@fluendo.com>
866
867         * gst-libs/gst/audio/TODO:
868         Update TODO
869
870         * gst-libs/gst/audio/gstbaseaudiosink.c:
871         (gst_base_audio_sink_get_offset):
872         When trying to play samples ASAP and we don't have a
873         previous sample, try to play at position 0 instead of
874         an invalid position.
875
876 2006-02-17  Wim Taymans  <wim@fluendo.com>
877
878         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
879         (gst_alsasink_reset):
880         Also release lock when we get an error in _reset();
881         fix an error message.
882
883 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
884
885         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
886         (gst_alsasink_init), (get_channel_free_structure),
887         (caps_add_channel_configuration), (gst_alsasink_getcaps),
888         (gst_alsasink_close):
889         * ext/alsa/gstalsasink.h:
890           Add support for more than 2 channels (#326720).
891
892 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
893
894         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
895           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
896           with 4 or 6 channels, assume a default channel layout to make things
897           work (not sure there's anything else we can do in those cases).
898
899 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
900
901         * gst-libs/gst/audio/multichannel.c:
902           Minor docs fix.
903
904         * gst-libs/gst/riff/Makefile.am:
905         * gst-libs/gst/riff/riff-ids.h:
906         * gst-libs/gst/riff/riff-media.c:
907         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
908           Add support for WAVEFORMATEX, eg. PCM audio with more than two
909           channels and a channel layout map.
910           
911 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
912
913         Reviewed by Edward Hervey  <edward@fluendo.com>
914
915         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
916         C-level optimization of the RGBA nearest neighbour function.
917         Eventually this might end up in liboil with vectorized versions.
918
919 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
920
921         * gst-libs/gst/audio/multichannel.c:
922         (gst_audio_get_channel_positions):
923           When we have more than 2 channels, but no channel layout is
924           specified in the caps, return some default channel layout
925           to the caller and warn about about a possibly buggy element
926           (could be buggy filtercaps as well of course) (#317038).
927
928 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
929
930         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
931           Add gst-libs/gst/cdda to list of lib search paths.
932
933 2006-02-15  Andy Wingo  <wingo@pobox.com>
934
935         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
936         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
937         to the Lord Jesus that I do not have to touch the ogg muxer ever
938         again.
939
940 2006-02-15  Edward Hervey  <edward@fluendo.com>
941
942         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
943         quicktime movie files can also contain 'uuid' atoms.
944
945 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
946
947         * gst/audioconvert/plugin.c: (plugin_init):
948           Register the GstAudioChannelPosition enum type with the type
949           system in the plugin_init function, so that it is known before
950           any element actually makes use of multi-channel stuff. This is
951           required for example if one wants to be able to deserialise/use
952           a caps string with channel positions before any pipeline has
953           been setup and started, like with gst-launch.
954
955 2006-02-14  Wim Taymans  <wim@fluendo.com>
956
957         * gst-libs/gst/audio/gstringbuffer.c:
958         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
959         (gst_ring_buffer_samples_done), (wait_segment),
960         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
961         Add some compiler G_(UN_)LIKELY help.
962         SIGNAL the ringbuffer waiters when going to PAUSED as well to
963         make sure they can exit their functions. Should fix #330748
964
965 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
966
967         * Makefile.am:
968         * configure.ac:
969         * win32/MANIFEST:
970         * win32/common/_stdint.h:
971           Windows does not have long long; copy the generated _stdint.h
972         * win32/common/interfaces-enumtypes.c:
973         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
974         (gst_mixer_track_flags_get_type),
975         (gst_tuner_channel_flags_get_type):
976         * win32/common/multichannel-enumtypes.c:
977         (gst_audio_channel_position_get_type):
978           update
979
980 2006-02-13  Wim Taymans  <wim@fluendo.com>
981
982         * gst-libs/gst/audio/gstbaseaudiosink.c:
983         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
984         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
985         Always sync on first sample we receive when starting.
986
987 2006-02-13  Wim Taymans  <wim@fluendo.com>
988
989         * gst/playback/gstplaybin.c: (gen_vis_element):
990         Update vis bin docs.
991         Move queue after tee so we don't queue video buffers but
992         audio samples instead. Fixes problems where the video queue
993         is filled and the audio queue empty.
994
995 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
996
997         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
998           No need to push an EOS event here, GstBaseSrc will do that for us
999           when we return FLOW_UNEXPECTED.
1000           
1001 2006-02-12  Wim Taymans  <wim@fluendo.com>
1002
1003         * gst-libs/gst/audio/gstbaseaudiosink.c:
1004         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1005         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1006         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1007         Use scale functions when possible.
1008         Fix error messages.
1009         Free clockid when after waiting for EOS.
1010         Use G_(UN_)LIKLY when it makes sense.
1011         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1012
1013 2006-02-12  Edward Hervey  <edward@fluendo.com>
1014
1015         * gst/playback/gstplaybasebin.c: (prepare_output): 
1016         Remove stray semi-colon (fixes #330888).
1017
1018 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1019
1020         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1022         Fix up the XShm call testing so that we catch errors, and don't
1023         cause new ones by attempting to detach from a segment we failed
1024         to attach to. Fixes #312439.
1025
1026 2006-02-10  Edward Hervey  <edward@fluendo.com>
1027
1028         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1029         Added flv file typefind (video/x-flv).
1030
1031 2006-02-10  Edward Hervey  <edward@fluendo.com>
1032
1033         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1034         (gst_riff_create_video_template_caps):
1035         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1036         Also added the caps to the default set of riff video caps.
1037
1038 2006-02-09  Andy Wingo  <wingo@pobox.com>
1039
1040         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1041         time and the end time of the last packet in the page.
1042         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1043         on the pages in our queue, set the duration as well. Reflow a
1044         debug statement.
1045         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1046         Fixes bad muxing order.
1047
1048 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1049
1050         * gst-libs/gst/rtp/gstbasertppayload.c:
1051         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1052           update seqnum before setting it on the packet; this makes sure
1053           that the timestamp and seqnum properties match after pushing
1054           a buffer
1055
1056 2006-02-09  Andy Wingo  <wingo@pobox.com>
1057
1058         * gst-libs/gst/audio/gstringbuffer.c
1059         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1060         overflow after 13.5 hours of recording. Kapow!
1061
1062         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1063         the buffer size -- we don't care about underrun/overrun reporting
1064         right now, just need to return a useful value.
1065
1066 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1067
1068         * configure.ac:
1069           Back to CVS
1070
1071 === release 0.10.3 ===
1072
1073 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1074
1075         * configure.ac:
1076           releasing 0.10.3, "Under Pressure"
1077
1078 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1079
1080         * configure.ac:
1081         Drat. Bump libtool version number for new API.
1082         Prelease 0.10.2.3 (of 0.10.3)
1083
1084 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1085
1086         * configure.ac:
1087         * win32/common/config.h:
1088         0.10.2.2 prerelease (of 0.10.3).
1089
1090 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1091
1092         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1093           Revert Andy's newsegment change pending a more correct
1094           fix.
1095
1096 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1097
1098         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1099         (qt_type_find), (plugin_init):
1100           detect more files as 3gp
1101           group and reorder the iso file formats
1102
1103 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * ext/vorbis/vorbis.c: (plugin_init):
1106           Register musicbrainz tags, so apps don't have to.
1107
1108 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1109
1110         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1111         (gst_tag_to_vorbis_tag):
1112           Make sure we called gst_tag_register_musicbrainz_tags()
1113           before possibly mapping a vorbiscomment string from/to a
1114           musicbrainz tag.
1115
1116 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1117
1118         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1119           In case we can't find the required number of consecutive
1120           mpeg audio frames to positively identify an MPEG audio
1121           stream, check if there's at least a valid mpeg audio
1122           frame right at offset 0 and if so suggest mpeg/audio
1123           caps with a very low probability (#153004).
1124
1125 2006-02-07  Andy Wingo  <wingo@pobox.com>
1126
1127         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1128         a TIME segment if we get timestamped buffers. Requires recent
1129         fixes in core to work properly.
1130
1131 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1132
1133         * gst/playback/gstplaybasebin.c: (prepare_output):
1134           Don't print the URI as part of the error message, it
1135           makes error dialogs look rather ugly, especially if
1136           the URI is very long or has characters in it that
1137           need escaping.
1138
1139 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1140
1141         * gst/playback/gstplaybasebin.c: (prepare_output):
1142           Error out if we have only text or subtitles, but nothing
1143           else. Also error out if we have subtitles but no video
1144           stream.
1145
1146 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1147
1148         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1149           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1150           Post an error message on the bus when we encounter an
1151           error, which will hopefully be more meaningful than the
1152           'Internal Flow Error' message users get to see if we
1153           just return GST_FLOW_ERROR.
1154
1155 2006-02-07  Andy Wingo  <wingo@pobox.com>
1156
1157         * configure.ac (GST_MAJORMINOR): Update core version req to
1158         0.10.2.2, for the collectpads API addition (#330244).
1159
1160 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1161
1162         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1163           Return FALSE from plugin_init() when GnomeVFS can't
1164           be initialised for some reason (#328423).
1165
1166 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1167
1168         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1169         Stick to seeking theory until i find the bug.
1170         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1171
1172 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1173
1174         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1175         (theora_enc_finalize), (theora_enc_sink_setcaps),
1176         (theora_set_header_on_caps), (theora_enc_chain),
1177         (theora_enc_change_state):
1178         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1179           Make theoraenc and the tests leak free. Like, really.
1180
1181 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1182
1183         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1184         (theora_enc_finalize), (theora_enc_sink_setcaps):
1185           Add a finalize method to ensure we clean up state even if
1186           someone omitted the state change back to NULL.
1187
1188         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1189         (gst_vorbisenc_chain):
1190           Free some more leaked bits.
1191
1192         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1193         (stop_pipeline):
1194           Wait for state changes to happen if they're ASYNC.
1195
1196           This ought to teach those fancy pants buildbots a lesson.
1197
1198 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1199
1200         * gst-libs/gst/tag/gstid3tag.c:
1201           Add mapping for ID3 International Standard Recording Code
1202           tag "TSRC"
1203
1204 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1205
1206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1207           Don't leak tag names.
1208
1209 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1210
1211         * docs/libs/gst-plugins-base-libs-docs.sgml:
1212         * docs/libs/gst-plugins-base-libs-sections.txt:
1213         * gst-libs/gst/tag/gstid3tag.c:
1214         * gst-libs/gst/tag/gstvorbistag.c:
1215         * gst-libs/gst/tag/tags.c:
1216           Split libgsttag docs into multiple sections.
1217
1218 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * docs/libs/Makefile.am:
1221         * docs/libs/gst-plugins-base-libs-docs.sgml:
1222         * docs/libs/gst-plugins-base-libs-sections.txt:
1223         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1224         * gst-libs/gst/tag/gstvorbistag.c:
1225         * gst-libs/gst/tag/tag.h:
1226         * gst-libs/gst/tag/tags.c:
1227           Add libgsttag to the docs.
1228
1229 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1230
1231         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1232         (gst_text_overlay_init), (gst_text_overlay_src_event),
1233         (gst_text_overlay_collected): Fix clockoverlay.
1234
1235 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * docs/libs/compiling.sgml:
1238           Fix typo: it's pkg-config, not pkg-gconfig
1239
1240         * docs/libs/gst-plugins-base-libs-docs.sgml:
1241         * docs/libs/gst-plugins-base-libs-sections.txt:
1242         * docs/libs/tmpl/gstgconf.sgml:
1243           There is no libgstgconf in 0.10, remove it
1244           from the docs.
1245
1246 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1247
1248         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1249         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1250         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1251         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1252         (gst_sub_parse_class_init), (gst_sub_parse_init),
1253         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1254         (parse_mpsub), (parser_state_init), (handle_buffer),
1255         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1256         * gst/subparse/gstsubparse.h: Introduce seeking code.
1257
1258 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1259
1260         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1261           Add comment about LANGUAGE tag inconsistency (we want
1262           ISO-639-1, but extract three-letter identifiers?)
1263
1264         * po/POTFILES.in:
1265           Add two translatable files.
1266
1267 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1268
1269         * gst-libs/gst/tag/Makefile.am:
1270         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1271         * gst-libs/gst/tag/tag.h:
1272         * gst-libs/gst/tag/tags.c:
1273         (gst_tag_register_musicbrainz_tags_internal),
1274         (gst_tag_register_musicbrainz_tags):
1275           Forward-port some tags stuff from the 0.8 branch. This is
1276           mostly the addition of musicbrainz tags and their mapping
1277           to vorbistags, and a vorbistag mapping of the language tag.
1278
1279 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1280
1281         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1282         refactoring.
1283
1284 2006-02-04  David Schleef  <ds@schleef.org>
1285
1286         * ext/ogg/gstoggmux.c:
1287         * gst/typefind/gsttypefindfunctions.c:
1288           Add Dirac typefinding and add dirac format to oggmux.
1289
1290 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1291
1292         * gst/playback/gstdecodebin.c: (try_to_link_1):
1293           Don't put essential function call into
1294           g_return_*() macro, otherwise it'll all be
1295           replaced by NOOPs when compiling with
1296           G_DISABLE_CHECKS defined.
1297
1298 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1299
1300         * ext/ogg/gstoggdemux.c:
1301         * ext/ogg/gstoggparse.c:
1302         * gst/tcp/gsttcpserversink.c:
1303         * sys/v4l/v4lsrc_calls.c:
1304         * sys/v4l/v4lsrc_calls.h:
1305         Just make it compile with --disable-gst-debug.
1306
1307 2006-02-03  Wim Taymans  <wim@fluendo.com>
1308
1309         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1310         (gst_alsasink_class_init), (gst_alsasink_init),
1311         (gst_alsasink_write), (gst_alsasink_reset):
1312         * ext/alsa/gstalsasink.h:
1313         Add lock to protect alsa calls.
1314         Implement reset to flush samples ASAP, does not work
1315         with dmix though.
1316
1317 2006-02-02  Wim Taymans  <wim@fluendo.com>
1318
1319         * gst-libs/gst/audio/gstbaseaudiosink.c:
1320         (gst_base_audio_sink_provide_clock):
1321         Ugh.. getting late I guess...
1322
1323 2006-02-02  Wim Taymans  <wim@fluendo.com>
1324
1325         * gst-libs/gst/audio/gstbaseaudiosink.c:
1326         (gst_base_audio_sink_provide_clock),
1327         (gst_base_audio_sink_set_property),
1328         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1329         Don't try to provide a clock when we are not negotiated since
1330         we might not be able to make it run.
1331
1332 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1333
1334         * gst/playback/gstdecodebin.c: (try_to_link_1):
1335           Unlinking two source pads is ... hard.
1336
1337 2006-02-02  Wim Taymans  <wim@fluendo.com>
1338
1339         * gst-libs/gst/audio/TODO:
1340         Updated.
1341
1342         * gst-libs/gst/audio/gstbaseaudiosink.c:
1343         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1344         On EOS, wait till the last sample is played before posting EOS.
1345
1346 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1347
1348         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1349           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1350           setting queue_delay to zero. Also avoid thread being started if
1351           queue_delay is zero.
1352
1353 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1354
1355         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1356           Make test work again by connecting fakesinks to each decoded pad,
1357           which makes the pipeline wait until each fakesink has a buffer
1358           queued before going to PAUSED state. At that point we know the
1359           decodebin pads are negotiated.
1360
1361 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1362
1363         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1364         (gst_cdda_base_src_handle_event):
1365         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1366           Pass unhandled queries to the parent class's query function.
1367
1368 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1371         (gst_ogg_pad_src_query):
1372         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1373         * ext/theora/theoradec.c: (theora_dec_src_query),
1374         (theora_dec_sink_query):
1375         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1376         (vorbis_dec_sink_query):
1377         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1378         (gst_vorbisenc_sink_query):
1379         * gst/adder/gstadder.c: (gst_adder_query):
1380           Pass unhandled queries upstream instead of just
1381           dropping them (#326447). Also, fix supported
1382           query types list for some elements.
1383
1384 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1385
1386         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1387         (paris_type_find), (ilbc_type_find), (plugin_init):
1388           Fix typefinding for audio/x-au, audio/x-paris and
1389           audio/iLBC-sh. We cannot use the START_WITH macros
1390           here, because there can only be one typefind factory
1391           with the same name (caps), so the second one would
1392           replace the first one and the first one would never
1393           be called when doing typefinding (see #161712).
1394           
1395
1396 2006-01-31  Wim Taymans  <wim@fluendo.com>
1397
1398         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1399         (vorbis_handle_header_packet), (vorbis_dec_push),
1400         (vorbis_handle_data_packet):
1401         Use scale_int when we can, add some more scaling.
1402         Check packettype before parsing it.
1403
1404 2006-01-31  Wim Taymans  <wim@fluendo.com>
1405
1406         * ext/theora/theoradec.c: (_theora_granule_time),
1407         (theora_dec_src_convert), (theora_dec_sink_convert):
1408         Call right _scale functions.
1409         Use parameter instead of some other random value.
1410
1411 2006-01-31  Wim Taymans  <wim@fluendo.com>
1412
1413         * ext/theora/theoradec.c: (_theora_granule_frame),
1414         (_theora_granule_time), (_inc_granulepos),
1415         (theora_dec_src_convert), (theora_dec_sink_convert),
1416         (theora_handle_type_packet), (theora_handle_data_packet),
1417         (theora_dec_chain):
1418         Use higher precision timestamps calculation.
1419         Convert some other conversions to _scale.
1420
1421 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1422
1423         * gst/audiotestsrc/gstaudiotestsrc.c:
1424         (gst_audio_test_src_create_sine_table), (plugin_init):
1425         * gst/volume/gstvolume.c: (plugin_init):
1426           initialize gst_controller before using
1427
1428 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1429
1430         * tests/check/pipelines/theoraenc.c:
1431         * tests/check/pipelines/vorbisenc.c:
1432         Define constant using G_GINT64_CONSTANT to avoid errors when
1433         passing it around - otherwise it gets truncated to 32 bits.
1434
1435         Fixes failing tests.
1436
1437 2006-01-31  Andy Wingo  <wingo@pobox.com>
1438
1439         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1440         caps being set doesn't have a framerate value. Basically a stopgap
1441         measure.
1442
1443         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1444         technically correct enough to put into core though.
1445         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1446         DURATION. Fixes theoraenc ! oggmux.
1447
1448         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1449         fraction, not double.
1450
1451 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1452
1453         * win32/vs7:
1454         add vs7 project files created by Sergey Scobich
1455
1456 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1457
1458         * win32/vs8:
1459         add vs8 project files created by Sergey Scobich
1460         
1461 2006-01-30  Andy Wingo  <wingo@pobox.com>
1462
1463         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1464         timestamp + duration, not just timestamp -- ogg pages should be
1465         ordered by stop time. Necessary fix given the change in vorbis
1466         timestamps.
1467
1468         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1469         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1470         (granulepos_add): New function, handles the messiness of adjusting
1471         granulepos values.
1472         (theora_buffer_from_packet):
1473         (theora_enc_chain):
1474         (theora_enc_sink_event): Use granulepos_add, not +.
1475
1476         * tests/check/pipelines/theoraenc.c
1477         (check_buffer_granulepos_from_starttime): Just check the frame
1478         count, not the actual granulepos -- we can't dictate to the
1479         encoder when it should be placing keyframes.
1480
1481 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1484           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1485           play an http:// stream from a server that's not serving
1486
1487 2006-01-30  Andy Wingo  <wingo@pobox.com>
1488
1489         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1490         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1491         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1492         available.
1493
1494         * ext/theora/gsttheoraenc.h:
1495         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1496         although theoraenc was timestamping correctly. Added handling of
1497         streams that start with nonzero timestamps.
1498
1499         * tests/check/Makefile.am:
1500         * tests/check/pipelines/theoraenc.c: New file, basically does same
1501         tests as vorbisenc.
1502
1503         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1504
1505 2006-01-30  Wim Taymans  <wim@fluendo.com>
1506
1507         * gst-libs/gst/audio/gstaudiosink.c:
1508         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1509         (gst_audioringbuffer_pause):
1510         Implement pause that does not wait for completion.
1511
1512         * gst-libs/gst/audio/gstbaseaudiosink.c:
1513         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1514         Don't drop buffers when going to PAUSED but perform preroll on
1515         remaining samples now that core base class supports this.
1516
1517         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1518         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1519         (gst_ring_buffer_commit):
1520         Pause should not signal waiters.
1521         Implement return value of _commit correctly.
1522
1523 2006-01-30  Andy Wingo  <wingo@pobox.com>
1524
1525         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1526
1527         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1528         updated to timestamp from the first sample, not the last.
1529         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1530         special care of granulepos and timestamp for header packets.
1531         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1532         when the first buffer has a nonzero timestamp.
1533
1534         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1535         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1536         case when the first audio buffer we get has a nonzero timestamp.
1537         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1538         properly timestamp vorbis buffers with the time of the first
1539         sample, not the last.
1540         
1541         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1542         vorbis_granule_time_copy -- now it takes the granule/subgranule
1543         offset into account.
1544
1545         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1546         timestamps, durations, and granulepos on buffers produced by
1547         vorbisenc.
1548
1549 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1550
1551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1552         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1553           Patch from Eric Jonas to support conversions to/from UYVY 
1554           (Fixes: #324626)
1555
1556 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1557
1558         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1559         (setup_subtitle), (setup_source), (set_active_source):
1560         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1561         (gen_text_element), (gen_audio_element), (gen_vis_element),
1562         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1563
1564 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1565
1566         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1567         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1568                 use gst_guint64_to_gdouble to be compliant with vs6
1569         * gst/playback/gstdecodebin.c: (try_to_link_1)
1570         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1571                 use G_GINT64_CONSTANT for int64 constants
1572         * win32/common/libgstinterfaces.def:
1573                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1574         * win32/vs6:
1575                 update and add new project files
1576                 
1577 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1578
1579         * Makefile.am:
1580         * win32/MANIFEST:
1581         * win32/common/interfaces-enumtypes.c:
1582         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1583         (gst_mixer_track_flags_get_type),
1584         (gst_tuner_channel_flags_get_type):
1585         * win32/common/interfaces-enumtypes.h:
1586         * win32/common/multichannel-enumtypes.c:
1587         (gst_audio_channel_position_get_type):
1588         * win32/common/multichannel-enumtypes.h:
1589           add a win32-update rule like in core, and copy over enumtypes files
1590
1591 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1592
1593         * win32/MANIFEST:
1594         * win32/common/config.h:
1595         * win32/common/config.h.in:
1596           add config files just like in core
1597
1598 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1599
1600         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1601           Make gcc-4.1 happy (part of #327357).
1602
1603 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1604
1605         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1606         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1607         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1608         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1609         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1610         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1611           Update all error messages.  All of them should either use
1612           the default translated message, or actually provide a
1613           translatable string.
1614           Make the string for channel count problems meaningful.
1615
1616 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1617
1618         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1619           check for and throw RESOURCE_BUSY
1620
1621 2006-01-27  David Schleef  <ds@schleef.org>
1622
1623         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1624           checked in this change -- it requires liboil features not
1625           in 0.3.6.  Revert parts.
1626
1627 2006-01-27  David Schleef  <ds@schleef.org>
1628
1629         * REQUIREMENTS:
1630         * configure.ac: update liboil requirement to 0.3.6
1631         * gst/videoscale/Makefile.am:
1632         * gst/videoscale/vs_scanline.c: liboilify
1633
1634 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1635
1636         * ext/libvisual/visual.c: (get_buffer):
1637           When pad_alloc returns a GstFlowReturn other
1638           than GST_FLOW_OK, make sure it is passed upstream.
1639
1640 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1641
1642         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1643         (gst_alsasink_class_init):
1644           Free the device name string.
1645
1646         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1647         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1648         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1649           Don't remove a pad from the collectpads structure until it
1650           is released - it's a request pad, and may receive data again
1651           if the element gets moved back to PLAYING state.
1652
1653         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1654           Ensure we turn on double buffering on the Xv port, and
1655           set the colour key to something dark and mysterious that
1656           isn't black.
1657
1658 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1659
1660         * ext/alsa/gstalsaplugin.c: (plugin_init):
1661         * ext/cdparanoia/gstcdparanoiasrc.c:
1662         (gst_cd_paranoia_src_base_init), (plugin_init):
1663         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1665           - a library should not call setlocale. see "Libraries" node in
1666             gettext manual
1667           - make sure all plugins that use translation do bindtextdomain
1668             to point to the localedir
1669         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1670         (setup_sinks), (plugin_init):
1671           all this, and check for NULL when creating sinks
1672
1673 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1674
1675         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1676         (plugin_init): Make typefinding of subtitles work again.
1677
1678 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1679
1680         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1681         (mp3_type_frame_length_from_header), (mp3_type_find),
1682         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1683         (plugin_init):
1684           Backport a bunch of typefinding fixes from the 0.8 branch.
1685           Also, improve wavpack typefinding: if we can't peek the
1686           entire wavpack block, try to parse the bits we can get and
1687           see if we find what we're looking for in those.
1688
1689 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1690
1691         * sys/ximage/ximagesink.c:
1692         (gst_ximagesink_calculate_pixel_aspect_ratio):
1693         * sys/xvimage/xvimagesink.c:
1694         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1695         more cases of pixel aspect ratio.
1696
1697 2006-01-26  Edward Hervey  <edward@fluendo.com>
1698
1699         * gst/playback/gstdecodebin.c: (pad_probe):
1700         Also consider the flush-start and tag events as unblockers
1701         for the pad probes.
1702
1703 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1704
1705         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1706         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1707         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1708         On the fly visualisation switch, works disabling, enabling as
1709         well but it won't be able to enable vis in a playbin that was
1710         created with no visualisation.
1711
1712 2006-01-25  Wim Taymans  <wim@fluendo.com>
1713
1714         * gst-libs/gst/audio/gstbaseaudiosink.c:
1715         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1716         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1717         resume after pause.
1718
1719 2006-01-25  Wim Taymans  <wim@fluendo.com>
1720
1721         * gst-libs/gst/audio/gstbaseaudiosink.c:
1722         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1723         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1724         Improve debugging.
1725         Post error when caps cannot be parsed.
1726         Resync on discontinuity in the stream.
1727         Clip samples to segment boundaries.
1728         return WRONG_STATE sooner when we are flushing.
1729
1730         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
1731         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
1732         Make audiosrc operate in TIME.
1733         Set TIMESTAMP and DURATION on buffers.
1734
1735 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1736
1737         * tests/examples/seek/seek.c: (main):
1738           Output tag messages as well.
1739
1740 2006-01-23  Edward Hervey  <edward@fluendo.com>
1741
1742         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1743         (free_pad_probes), (remove_fakesink), (pad_probe),
1744         (close_pad_link), (gst_decode_bin_change_state):
1745         Replace GstPadBlockCallback with pad probes that detect
1746         first buffer AND eos before removing fakesink.
1747         Fixes hang with demuxers doing EOS while pre-rolling.
1748         Solves #328279
1749
1750 2006-01-23  Andy Wingo  <wingo@pobox.com>
1751
1752         * ext/alsa/gstalsasink.c:
1753         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1754         (gst_base_rtp_depayload_setcaps),
1755         (gst_base_rtp_depayload_add_to_queue),
1756         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
1757         
1758         Patch by: Jens Granseuer <jensgr at gmx dot net>
1759
1760 2006-01-22  Julien MOUTTE  <julien@moutte.net>
1761
1762         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1763         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1764         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
1765         frames. We might get a frame destroyed after changing state to
1766         NULL, adding a safety check on xcontext.
1767
1768 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1769
1770         * gst-libs/gst/interfaces/xoverlay.c:
1771           Fix prepare-xwindow-id code example in the docs - we need to
1772           ignore all messages that aren't element messages as well.
1773           
1774 2006-01-21  Julien MOUTTE  <julien@moutte.net>
1775
1776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
1777           I think one day i'll completely undestand how caps negotiation
1778           is supposed to work. This refactoring handles buffer_alloc
1779           called with caps we can't handle. We definitely don't want a
1780           set_caps with those caps, so we define and allocate a buffer
1781           we would like to receive.
1782
1783 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1784
1785         * gst/playback/gstplaybasebin.c: (setup_source):
1786           Free iterator when done.
1787
1788 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
1789
1790         * gst-libs/gst/audio/gstbaseaudiosink.c:
1791         (gst_base_audio_sink_render):
1792           Fix playback of non-synchronised streams by assuming a rate
1793           of 1.0 instead of a random one.
1794
1795           Makes this work again:
1796
1797           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
1798           endianness=(int)4321, signed=(boolean)true, width=(int)16,
1799           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
1800           audioresample ! alsasink
1801
1802 === release 0.10.2 ===
1803
1804 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
1805
1806         * configure.ac:
1807           releasing 0.10.2, "Then the devil is six"
1808
1809 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
1810
1811         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1812         * gst/playback/gststreamselector.c:
1813         (gst_stream_selector_set_property):
1814           Comment out broken code that connects to the state-changed signal.
1815           At this point, changing current stream selection is broken, but 
1816           stuff like gst-launch playbin current-audio=1 works and filters
1817           to the chosen stream.
1818
1819 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1820
1821         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1822           Fix #327216 (null dereference in vorbisdec)
1823
1824 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * ext/theora/theoradec.c: (theora_handle_comment_packet):
1827           Post taglist actually on bus instead of just freeing it
1828           (fixes #327114 and totem bug #327080).
1829
1830         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1831           Use gst_element_found_tags_for_pad(), so that the tags
1832           are sent downstream as an event as well.
1833
1834 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
1835
1836         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1837         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
1838         (gst_ximagesink_buffer_alloc):
1839         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
1840         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
1841         (gst_xvimagesink_buffer_alloc):
1842           move all regularly occurring messages to GST_LOG level
1843           add some more object logs
1844
1845 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1846
1847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1848           fix a silly segfault
1849
1850 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * docs/libs/gst-plugins-base-libs-docs.sgml:
1853         * docs/libs/gst-plugins-base-libs-sections.txt:
1854         * gst-libs/gst/audio/mixerutils.c:
1855         * gst-libs/gst/audio/mixerutils.h:
1856           Add docs for mixerutils stuff.
1857
1858 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
1859
1860         * gst/playback/gstplaybasebin.c: (setup_source):
1861           Fix playback for sources that emit raw audio or
1862           raw video streams (e.g.: cd audio sources) (#325984).
1863
1864 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1865
1866         * gst-libs/gst/audio/mixerutils.c:
1867         (gst_audio_mixer_filter_do_filter):
1868           actually save the element we create
1869
1870 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * gst-libs/gst/cdda/gstcddabasesrc.c:
1873         (gst_cdda_base_src_handle_track_seek):
1874           No need to post a tag message on the bus when seeking
1875           within the same track, only post it when the current
1876           track changes.
1877
1878 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1879
1880         * gst/playback/gstplaybasebin.c: (group_destroy),
1881         (probe_triggered), (new_decoded_pad), (mute_group_type),
1882         (set_active_source):
1883         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1884         * gst/playback/gststreamselector.c:
1885         (gst_stream_selector_base_init),
1886         (gst_stream_selector_set_property),
1887         (gst_stream_selector_request_new_pad):
1888           Reenable stream selection. These mechanisms need a complete overhaul
1889           in the face of 0.8->0.10 changes though.
1890
1891 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
1892
1893         * ext/ogg/gstoggdemux.c:
1894           Change the pad template to src_%d to match the pads that 
1895           are created from it. decodebin needs this information in order
1896           to decide that oggdemux is capable of producing multiple pads
1897           (and hence needs queues inserted).
1898
1899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1900         (gst_ogg_mux_collected):
1901           Make debug output more useful by using GST_PTR_FORMAT.
1902
1903 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
1904
1905         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1906
1907         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
1908           Set depth and width for alaw/mulaw (fixes #326601).
1909
1910 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1911
1912         * tests/icles/Makefile.am:
1913           don't build the tests if we don't have the libs
1914
1915 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
1918         (gst_cd_paranoia_paranoia_callback):
1919           Don't try to free NULL pointers.
1920
1921 2006-01-10  Edward Hervey  <edward@fluendo.com>
1922
1923         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
1924         (gst_audio_rate_change_state), (plugin_init):
1925         Add debugging category.
1926         Fix type issues.
1927         Add case for incoming buffers without valid offset/offset_end.
1928
1929 2006-01-10  Michael Smith  <msmith@fluendo.com>
1930
1931         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
1932           Don't leak GCond in audio sources.
1933
1934 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
1935
1936         * gst/playback/gstplaybin.c: (gen_audio_element):
1937           Don't leak an autoaudiosink/alsasink when we generate
1938           a new audio element. (old code, I guess)
1939
1940 2006-01-10  Michael Smith  <msmith@fluendo.com>
1941
1942         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
1943           Support float audio in audiorate.
1944           Use width rather than depth for selecting sample width.
1945
1946 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1947
1948         * gst/videotestsrc/videotestsrc.h:
1949           Use GLib types here (that way we don't have to include the
1950           generated _stdint.h header, which makes life easier for win32
1951           folks that don't use autotools for the build) (#325990, patch
1952           by: Sergey Scobich).
1953
1954 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
1955
1956         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
1957         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1958         (gst_ring_buffer_pause), (wait_segment):
1959         * gst-libs/gst/audio/gstringbuffer.h:
1960           Name (private) union, makes Forte compiler happy (this time
1961           for real) (#324900).
1962
1963 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst-libs/gst/audio/Makefile.am:
1966           Link against libgstinterfaces, needed for mixer
1967           and property probe stuff.
1968
1969 2006-01-09  Edward Hervey  <edward@fluendo.com>
1970
1971         * gst-libs/gst/Makefile.am:
1972
1973 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1974
1975         * gst-libs/gst/audio/Makefile.am:
1976         * gst-libs/gst/audio/mixerutils.c:
1977         (gst_audio_mixer_filter_do_filter),
1978         (gst_audio_mixer_filter_check_element),
1979         (gst_audio_mixer_filter_probe_feature),
1980         (element_factory_rank_compare_func),
1981         (gst_audio_default_registry_mixer_filter):
1982         * gst-libs/gst/audio/mixerutils.h:
1983           Add gst_audio_default_registry_mixer_filter() utility
1984           function.
1985
1986 2006-01-03  Michael Smith  <msmith@fluendo.com>
1987
1988         * gst/audioresample/resample.h:
1989           As before, but for o_buf
1990
1991 2006-01-03  Michael Smith  <msmith@fluendo.com>
1992
1993         * gst/audioresample/resample.h:
1994           Declare struct _ResampleState.buffer as unsigned char *, not void *,
1995           since we do arithmetic on it.
1996
1997 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
1998
1999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2000         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2001         (gst_ring_buffer_pause), (wait_segment):
2002         * gst-libs/gst/audio/gstringbuffer.h:
2003           Sun's Forte compiler doesn't seem to like anonymous structs,
2004           so use same setup as in GstBaseSrc (fixes #324900).
2005
2006 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2007
2008         * configure.ac:
2009         * gst/volume/Makefile.am:
2010         * gst/volume/demo.c:
2011           move old example to tests/examples/volume/volune.c
2012         * tests/examples/Makefile.am:
2013         * tests/examples/seek/seek.c: (main):
2014           change window-close event from "delete-event" to "destroy"
2015         * tests/examples/volume/Makefile.am:
2016         * tests/examples/volume/volume.c: (value_changed_callback),
2017         (setup_gui), (message_received), (eos_message_received), (main):
2018           fix event handling and bus usage
2019
2020 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * gst/audiotestsrc/gstaudiotestsrc.c:
2023         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2024         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2025         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2026         (gst_audio_test_src_create_square),
2027         (gst_audio_test_src_create_saw),
2028         (gst_audio_test_src_create_triangle),
2029         (gst_audio_test_src_create_silence),
2030         (gst_audio_test_src_create_white_noise),
2031         (gst_audio_test_src_create_pink_noise),
2032         (gst_audio_test_src_init_sine_table),
2033         (gst_audio_test_src_create_sine_table),
2034         (gst_audio_test_src_change_wave),
2035         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2036         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2037         * gst/audiotestsrc/gstaudiotestsrc.h:
2038           update to basesrc changes, implement segmented seeking and eos
2039           handling, add a 'sine-tab' waveform for performance critical playback
2040
2041 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2042
2043         * po/POTFILES.in:
2044           ... and this time the other modified file that I missed last time.
2045
2046 2005-12-29  Michael Smith  <msmith@fluendo.com>
2047
2048         * gst/playback/gstdecodebin.c: (new_pad):
2049           Fix non-C89 variable declaration not at the start of a block. Should
2050           help some compilers.
2051
2052 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2053
2054         * tests/check/Makefile.am:
2055           And now fix 'make distcheck' (builddir != srcdir)
2056
2057 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2058
2059         * configure.ac:
2060         * ext/cdparanoia/Makefile.am:
2061         * ext/cdparanoia/gstcdparanoia.c:
2062         * ext/cdparanoia/gstcdparanoia.h:
2063         * ext/cdparanoia/gstcdparanoiasrc.c:
2064         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2065         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2066         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2067         (gst_cd_paranoia_paranoia_callback),
2068         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2069         (gst_cd_paranoia_src_set_property),
2070         (gst_cd_paranoia_src_get_property), (plugin_init):
2071         * ext/cdparanoia/gstcdparanoiasrc.h:
2072           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2073           plugin again (there are still fixes required to playbin to make
2074           cdda:// uris work there).
2075
2076 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2077
2078         * tests/check/Makefile.am:
2079           Fix test case compilation.
2080
2081 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst-libs/gst/cdda/gstcddabasesrc.c:
2084         (gst_cdda_base_src_update_duration),
2085         (gst_cdda_base_src_calculate_cddb_id):
2086           An integer is not a string. Fix access to uninitialised variable.
2087
2088         * tests/check/Makefile.am:
2089           Add cddabasesrc unit test; also actually enable the vorbis test.
2090
2091         * tests/check/generic/states.c:
2092           Blacklist new cd audio elements as well.
2093
2094         * tests/check/libs/cddabasesrc.c:
2095           Unit test for GstCddaBaseSrc (discid calculation mostly).
2096
2097 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2098
2099         * docs/libs/Makefile.am:
2100         * docs/libs/gst-plugins-base-libs-docs.sgml:
2101         * docs/libs/gst-plugins-base-libs-sections.txt:
2102         * docs/libs/gst-plugins-base-libs.types:
2103           Add docs for libgstcdda/GstCddaBaseSrc.
2104
2105         * gst-libs/gst/interfaces/mixertrack.h:
2106           Do one struct member per line with a semicolon at the end, that way
2107           even gtk-doc might parse it without complaining.
2108
2109 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2110
2111         * configure.ac:
2112         * gst-libs/gst/Makefile.am:
2113         * gst-libs/gst/cdda/Makefile.am:
2114         * gst-libs/gst/cdda/base64.c:
2115         * gst-libs/gst/cdda/base64.h:
2116         * gst-libs/gst/cdda/gstcddabasesrc.c:
2117         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2118         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2119         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2120         (gst_cdda_base_src_get_property),
2121         (gst_cdda_base_src_get_track_from_sector),
2122         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2123         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2124         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2125         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2126         (gst_cdda_base_src_uri_get_protocols),
2127         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2128         (gst_cdda_base_src_uri_handler_init),
2129         (gst_cdda_base_src_setup_interfaces),
2130         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2131         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2132         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2133         (gst_cdda_base_src_add_tags),
2134         (gst_cdda_base_src_add_index_associations),
2135         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2136         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2137         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2138         (gst_cdda_base_src_create):
2139         * gst-libs/gst/cdda/gstcddabasesrc.h:
2140         * gst-libs/gst/cdda/sha1.c:
2141         * gst-libs/gst/cdda/sha1.h:
2142           Add new libgstcdda with GstCddaBaseSrc class.
2143
2144 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2145
2146         * ext/gnomevfs/gstgnomevfssink.h:
2147           Use GstBaseSinkClass as parent_class member for class struct, not
2148           GstBaseSink.
2149
2150 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2151
2152         Patch by: Michael Benes
2153
2154         * gst/videotestsrc/gstvideotestsrc.c:
2155         (gst_video_test_src_class_init), (gst_video_test_src_start):
2156           Add start method to reset running time and number of frames sent
2157           when starting up (fixes #324696)
2158
2159 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2160
2161         * docs/plugins/Makefile.am:
2162         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2163         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2164         * docs/plugins/gst-plugins-base-plugins.args:
2165         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2166         * docs/plugins/gst-plugins-base-plugins.signals:
2167           Add docs stuff for gnomevfssrc and gnomevfssink.
2168
2169         * ext/gnomevfs/gstgnomevfssrc.c:
2170           Fix example pipeline in gtk-doc blurb.
2171
2172 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2173
2174         * ext/gnomevfs/Makefile.am:
2175         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2176         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2177         (gst_gnome_vfs_handle_get_type), (plugin_init):
2178         * ext/gnomevfs/gstgnomevfs.h:
2179         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2180         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2181         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2182         (gst_gnome_vfs_sink_set_property),
2183         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2184         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2185         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2186         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2187         (gst_gnome_vfs_sink_uri_get_type),
2188         (gst_gnome_vfs_sink_uri_get_protocols),
2189         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2190         (gst_gnome_vfs_sink_uri_handler_init):
2191         * ext/gnomevfs/gstgnomevfssink.h:
2192           Port gnomevfssink; add gtk-doc blurb.
2193
2194         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2195         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2196         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2197         (gst_gnome_vfs_src_uri_get_type),
2198         (gst_gnome_vfs_src_uri_get_protocols),
2199         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2200         (gst_gnome_vfs_src_uri_handler_init),
2201         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2202         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2203         (gst_gnome_vfs_src_send_additional_headers_callback),
2204         (gst_gnome_vfs_src_received_headers_callback),
2205         (gst_gnome_vfs_src_push_callbacks),
2206         (gst_gnome_vfs_src_pop_callbacks),
2207         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2208         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2209         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2210         * ext/gnomevfs/gstgnomevfssrc.h:
2211           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2212           file; add gtk-doc blurb with example pipelines.
2213
2214 === release 0.10.1 ===
2215
2216 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2217
2218         * configure.ac:
2219           releasing 0.10.1, "Dobro Dedek"
2220
2221 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2222
2223         * gst/typefind/gsttypefindfunctions.c:
2224         iLBC30 and iLBC20 added to typefind.
2225
2226 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2227
2228         * gst-libs/gst/audio/gstbaseaudiosink.c:
2229         (gst_base_audio_sink_class_init):
2230         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2231         (gst_base_audio_src_class_init):
2232           update strings, values are in microseconds
2233           change the default sink buffer time to something that is smaller
2234           (to help software volume mixing have a slightly lower delay) but
2235           still be acceptable on Wim's laptop
2236
2237 2005-12-20  Edward Hervey  <edward@fluendo.com>
2238
2239         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2240         Made a quack, forgot to add DUCK to the riff video template.
2241
2242 2005-12-19  Edward Hervey  <edward@fluendo.com>
2243
2244         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2245         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2246         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2247         (gst_ogm_parse_chain):
2248         Make sure pads are initialized correctly.
2249         * gst-libs/gst/riff/riff-ids.h:
2250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2251         (gst_riff_create_video_template_caps):
2252         Add a whole bunch of FOURCC <=> MimeType.
2253         Extend the riff video pad template to support the newly added fourcc.
2254
2255 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2256
2257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2258         (gst_ogg_demux_activate_chain):
2259           Extra debug output when activating/deactivating chains.
2260
2261         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2262         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2263         (unlinked):
2264           Remove a queue from our list when it becomes unlinked.
2265           Don't add queues to elements in class 'Demux' if they
2266           can only produce one pad 
2267
2268 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2269
2270         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2271         (gst_video_sink_get_type): Add a debug category.
2272
2273 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2274
2275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2276         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2277           Handle downstream newsegment by sending our own newsegment before the
2278           next buffer to be released. (#323900)
2279
2280 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2281
2282         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2283         (gst_base_rtp_depayload_set_gst_timestamp):
2284           add queue delay to new segment as well (as opposed to just the first
2285           buffer). (bug #322347)
2286
2287 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2288
2289         * ext/libvisual/visual.c: (make_valid_name):
2290           change some char* into char[]
2291         * gst/audiotestsrc/gstaudiotestsrc.c:
2292         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2293         (gst_audio_test_src_create):
2294         * gst/audiotestsrc/gstaudiotestsrc.h:
2295           prepare to handle EOS and SEGMENT_DONE
2296
2297 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2298
2299         * tests/check/generic/states.c: (GST_START_TEST):
2300           Blacklist cdparanoia element in state test.
2301
2302 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2303
2304           Patch by: Benjamin Pineau
2305
2306         * gst/tcp/gsttcp.c:
2307         * gst/tcp/gsttcpclientsink.c:
2308         * gst/tcp/gsttcpserversink.c:
2309         * gst/tcp/gsttcpserversrc.c:
2310           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2311
2312 2005-12-15  Michael Smith  <msmith@fluendo.com>
2313
2314         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2315         (gst_video_rate_chain):
2316           Fix timestamping for videorate when the first buffer it sees has a
2317           non-zero timestamp. Fix some misleading debug output.
2318
2319 2005-12-15  Michael Smith  <msmith@fluendo.com>
2320
2321         * gst/audioresample/gstaudioresample.c:
2322           Don't leak all input buffers to audioresample.
2323
2324 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2327           Don't operate on empty text buffers. Strip newlines and
2328           tabs only from the end of the text, but leave them intact
2329           in the middle. Fix typo in gtk-doc description.
2330
2331 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2332
2333         * gst/playback/gstplaybasebin.c:
2334         * gst/playback/gstplaybin.c: (handoff):
2335           Make sure the video frame buffer we return to apps via the
2336           "frame" property always has caps set on it. Modify
2337           _gst_gvalue_set_object() macro to handle NULL objects
2338           gracefully too.
2339
2340 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2341
2342         * gst/audiotestsrc/gstaudiotestsrc.c:
2343         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2344         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2345         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2346         (gst_audio_test_src_create):
2347         * gst/audiotestsrc/gstaudiotestsrc.h:
2348         Adjust to some recent api changes and add wtays new cool seeking
2349         capabillities
2350
2351 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2352
2353         * ext/alsa/Makefile.am:
2354         * ext/alsa/gstalsadeviceprobe.c:
2355         * ext/alsa/gstalsadeviceprobe.h:
2356           Helper functions to add device probing via the GstPropertyProbe
2357           interface to a class.
2358
2359         * ext/alsa/gstalsamixer.h:
2360           Comment out GST_ALSA_MIXER, it returns a struct that's not
2361           used.
2362
2363         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2364           Add some debug info. 
2365
2366         * ext/alsa/gstalsamixerelement.c:
2367         (gst_alsa_mixer_element_interface_supported),
2368         (gst_implements_interface_init),
2369         (gst_alsa_mixer_element_init_interfaces),
2370         (gst_alsa_mixer_element_class_init),
2371         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2372         (gst_alsa_mixer_element_set_property),
2373         (gst_alsa_mixer_element_get_property),
2374         (gst_alsa_mixer_element_change_state):
2375         * ext/alsa/gstalsamixerelement.h:
2376           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2377           for device handling (gnome-volume-control will need that).
2378
2379 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2380
2381         * ext/Makefile.am: fix cdparanoia entry
2382         * gst-plugins-base.spec.in: add cdparanoia
2383
2384 2005-12-12  Michael Smith  <msmith@fluendo.com>
2385
2386         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2387           Use the correct function to free list of typefind factories.
2388
2389 2005-12-12  Wim Taymans  <wim@fluendo.com>
2390
2391         * gst/videotestsrc/gstvideotestsrc.c:
2392         (gst_video_test_src_class_init), (gst_video_test_src_init),
2393         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2394         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2395         (gst_video_test_src_create):
2396         * gst/videotestsrc/gstvideotestsrc.h:
2397         Implement seeking in videotestsrc.
2398         Small cleanups.
2399
2400 2005-12-12  Wim Taymans  <wim@fluendo.com>
2401
2402         * ext/cdparanoia/Makefile.am:
2403         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2404         (gst_paranoia_endian_get_type), (_do_init),
2405         (cdparanoia_class_init), (cdparanoia_init),
2406         (cdparanoia_set_property), (cdparanoia_get_property),
2407         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2408         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2409         (cdparanoia_convert), (cdparanoia_get_query_types),
2410         (cdparanoia_query), (cdparanoia_set_index),
2411         (cdparanoia_uri_set_uri):
2412         * ext/cdparanoia/gstcdparanoia.h:
2413         Partially ported cdparanoia now that basesrc can support a
2414         plugin like this..
2415
2416 2005-12-12  Wim Taymans  <wim@fluendo.com>
2417
2418         * tests/examples/seek/scrubby.c: (main):
2419         Set higher priority for bus events so they don't get reordered with
2420         gtk gui events.
2421
2422         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2423         (flush_toggle_cb), (main):
2424         Added checkbox to disable flushing seeks. 
2425         Disable scrubbing when doing non flushing seeks.
2426
2427 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2428
2429         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2430         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2431         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2432         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2433           Implement some sort of event handling that doesn't rely on
2434           g_return_if_fail; make sure we always push the last chunk of an 
2435           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2436           state change function; remove some old cruft. Seeking is still
2437           rather unlikely to work though.
2438
2439         * tools/.cvsignore:
2440           Ignore more.
2441
2442 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2443
2444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2445         Fixed a leak of the current image reference when cleaning up.
2446         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2447
2448 2005-12-09  Michael Smith  <msmith@fluendo.com>
2449
2450         * tools/Makefile.am:
2451         * tools/gst-launch-ext-m.m:
2452           Remove gst-launch-ext. It doesn't work, and is no longer
2453           particularly useful.
2454
2455 2005-12-08  Luca Ognibene  <luogni@tin.it>
2456
2457         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2458           don't pass random values to ogmparse convert function.
2459           Make seeking possible in the exile1.ogm file.
2460
2461 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2462
2463         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2464         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2465           Work around refcount problem with g_value_set_object() that occur
2466           if the core has been compiled against GLib-2.6 (g_value_set_object()
2467           will only g_object_ref() the element, but the caller will
2468           gst_object_unref() it and bad things will happen due to the way
2469           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2470           totem for people on FC4 using Thomas's 0.10 RPMs.
2471           
2472 2005-12-07  Edward Hervey  <edward@fluendo.com>
2473
2474         Time to welcome ogm to 0.10 :)
2475         
2476         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2477         (gst_ogg_pad_typefind):
2478         Oggdemux can now properly typefind elements with dynamic pads.
2479         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2480         Properly set caps on src pad, and set caps on outgoing buffers.
2481
2482 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2483
2484         * ext/alsa/gstalsamixer.h:
2485         * ext/alsa/gstalsamixerelement.h:
2486         * ext/alsa/gstalsamixeroptions.h:
2487         * ext/alsa/gstalsamixertrack.h:
2488         * ext/alsa/gstalsasink.c:
2489         * ext/alsa/gstalsasink.h:
2490         * ext/alsa/gstalsasrc.c:
2491         * ext/alsa/gstalsasrc.h:
2492         * ext/cdparanoia/gstcdparanoia.h:
2493         * ext/gnomevfs/gstgnomevfsuri.h:
2494         * ext/ogg/gstoggdemux.c:
2495         * ext/ogg/gstoggmux.c:
2496         * ext/pango/gsttextoverlay.h:
2497         * ext/theora/theoradec.c:
2498         * ext/theora/theoraenc.c:
2499         * ext/vorbis/vorbisdec.h:
2500         * ext/vorbis/vorbisenc.c:
2501         * ext/vorbis/vorbisenc.h:
2502         * ext/vorbis/vorbisparse.h:
2503         * gst-libs/gst/audio/gstaudioclock.h:
2504         * gst-libs/gst/audio/gstaudiosink.c:
2505         * gst-libs/gst/audio/gstaudiosink.h:
2506         * gst-libs/gst/audio/gstaudiosrc.c:
2507         * gst-libs/gst/audio/gstaudiosrc.h:
2508         * gst-libs/gst/audio/gstbaseaudiosink.c:
2509         * gst-libs/gst/audio/gstbaseaudiosink.h:
2510         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2511         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2512         * gst-libs/gst/audio/gstringbuffer.h:
2513         * gst-libs/gst/audio/multichannel.h:
2514         * gst-libs/gst/floatcast/floatcast.h:
2515         * gst-libs/gst/interfaces/colorbalance.c:
2516         * gst-libs/gst/interfaces/colorbalance.h:
2517         * gst-libs/gst/interfaces/colorbalancechannel.h:
2518         * gst-libs/gst/interfaces/mixer.h:
2519         * gst-libs/gst/interfaces/mixeroptions.h:
2520         * gst-libs/gst/interfaces/mixertrack.h:
2521         * gst-libs/gst/interfaces/navigation.h:
2522         * gst-libs/gst/interfaces/propertyprobe.h:
2523         * gst-libs/gst/interfaces/tuner.h:
2524         * gst-libs/gst/interfaces/tunerchannel.h:
2525         * gst-libs/gst/interfaces/tunernorm.h:
2526         * gst-libs/gst/interfaces/xoverlay.h:
2527         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2528         * gst-libs/gst/riff/riff-ids.h:
2529         * gst-libs/gst/riff/riff-media.h:
2530         * gst-libs/gst/riff/riff-read.h:
2531         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2532         * gst-libs/gst/rtp/gstbasertppayload.c:
2533         * gst-libs/gst/rtp/gstbasertppayload.h:
2534         * gst-libs/gst/rtp/gstrtpbuffer.c:
2535         * gst-libs/gst/rtp/gstrtpbuffer.h:
2536         * gst-libs/gst/tag/gsttageditingprivate.h:
2537         * gst-libs/gst/tag/gstvorbistag.c:
2538         (gst_tag_list_from_vorbiscomment_buffer):
2539         * gst-libs/gst/tag/tag.h:
2540         * gst-libs/gst/video/video.h:
2541         * gst/adder/gstadder.c:
2542         * gst/adder/gstadder.h:
2543         * gst/audioconvert/audioconvert.c:
2544         * gst/audioconvert/audioconvert.h:
2545         * gst/audioconvert/gstaudioconvert.c:
2546         * gst/audioconvert/gstchannelmix.c:
2547         * gst/audioconvert/gstchannelmix.h:
2548         * gst/audiorate/gstaudiorate.c:
2549         * gst/audioresample/buffer.h:
2550         * gst/audioresample/functable.h:
2551         * gst/audioresample/gstaudioresample.c:
2552         * gst/audioresample/resample.h:
2553         * gst/ffmpegcolorspace/avcodec.h:
2554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2555         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2556         * gst/ffmpegcolorspace/imgconvert.c:
2557         * gst/ffmpegcolorspace/imgconvert_template.h:
2558         * gst/playback/gstdecodebin.c:
2559         * gst/playback/gstplaybasebin.h:
2560         * gst/playback/gstplaybin.c:
2561         * gst/playback/gststreaminfo.h:
2562         * gst/tcp/gstfdset.c:
2563         * gst/tcp/gstfdset.h:
2564         * gst/tcp/gstmultifdsink.c:
2565         * gst/tcp/gstmultifdsink.h:
2566         * gst/tcp/gsttcp.h:
2567         * gst/tcp/gsttcpclientsrc.c:
2568         * gst/tcp/gsttcpclientsrc.h:
2569         * gst/tcp/gsttcpplugin.h:
2570         * gst/tcp/gsttcpserversink.c:
2571         * gst/tcp/gsttcpserversrc.c:
2572         * gst/typefind/gsttypefindfunctions.c:
2573         * gst/videorate/gstvideorate.c:
2574         * gst/videotestsrc/gstvideotestsrc.h:
2575         * gst/videotestsrc/videotestsrc.h:
2576         * sys/v4l/gstv4lcolorbalance.h:
2577         * sys/v4l/gstv4ltuner.h:
2578         * sys/v4l/gstv4lxoverlay.h:
2579         * sys/v4l/v4l_calls.h:
2580         * sys/v4l/videodev_mjpeg.h:
2581         * tests/check/elements/audioconvert.c:
2582         * tests/check/elements/audioresample.c:
2583         * tests/check/elements/audiotestsrc.c:
2584         * tests/check/elements/videotestsrc.c:
2585         * tests/check/elements/volume.c:
2586         * tests/examples/seek/scrubby.c:
2587         * tests/examples/seek/seek.c:
2588           expand tabs
2589
2590 === release 0.10.0 ===
2591
2592 2005-12-05   <thomas (at) apestaart (dot) org>
2593
2594         * configure.ac:
2595           releasing 0.10.0, "Mont-d'or"
2596
2597 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2598
2599         * tests/examples/seek/Makefile.am:
2600         Build fix for when gtk is not available.
2601
2602 2005-12-05  Andy Wingo  <wingo@pobox.com>
2603
2604         * ext/libvisual/visual.c: (get_buffer):
2605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2606         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2607         * ext/theora/theoradec.c: (theora_handle_data_packet):
2608         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2609         (theora_enc_chain):
2610         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2611         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2612         Update for alloc_buffer changes.
2613
2614 2005-12-05  Andy Wingo  <wingo@pobox.com>
2615
2616         patch by: Kai Vehmanen <kv2004 eca cx>
2617         
2618         * gst-libs/gst/rtp/gstbasertpdepayload.c
2619         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2620
2621 2005-12-04  Andy Wingo  <wingo@pobox.com>
2622
2623         patch by: Sebastien Cote <sebas642 yahoo ca>
2624         
2625         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2626         Fixes #319172.
2627
2628 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2629
2630         * docs/plugins/Makefile.am:
2631         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2632         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2633         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2634         * ext/pango/gstclockoverlay.c:
2635         * ext/pango/gsttextoverlay.c: 
2636         * ext/pango/gsttextrender.c:
2637         * ext/pango/gsttimeoverlay.c:
2638           Add gtk-doc blurbs to pango elements.
2639
2640 2005-12-02  Wim Taymans  <wim@fluendo.com>
2641
2642         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2643         * gst/audioresample/buffer.h:
2644         * gst/audioresample/gstaudioresample.c:
2645         * gst/audioresample/gstaudioresample.h:
2646         * gst/audioresample/resample.c: (resample_input_flush),
2647         (resample_input_pushthrough), (resample_input_eos),
2648         (resample_get_output_size_for_input),
2649         (resample_get_input_size_for_output), (resample_get_output_size),
2650         (resample_get_output_data):
2651         * gst/audioresample/resample.h:
2652         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2653         Fix audioresample, seek torture, new segments, reverse negotiation
2654         etc.. work fine.
2655
2656 2005-12-02  Wim Taymans  <wim@fluendo.com>
2657
2658         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2659         Small cleanups.
2660
2661 2005-12-02  Wim Taymans  <wim@fluendo.com>
2662
2663         * gst/audioconvert/gstaudioconvert.c:
2664         (gst_audio_convert_transform):
2665         Post errors.
2666
2667 === release 0.9.7 ===
2668
2669 2005-12-01   <thomas (at) apestaart (dot) org>
2670
2671         * configure.ac:
2672           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2673
2674 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2675
2676         * Makefile.am:
2677         * po/hu.po:
2678         * win32/MANIFEST:
2679         * win32/gst.sln:
2680           add win32 MANIFEST file
2681           do something to the hungarian translation
2682
2683 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2684
2685         * ext/Makefile.am:
2686           Add $(PANGO_DIR) to SUBDIRS
2687
2688         * ext/pango/gstclockoverlay.c:
2689         * ext/pango/gsttimeoverlay.c:
2690           Fix and improve element descriptions.
2691
2692 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2693
2694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2695         * docs/plugins/inspect/plugin-libvisual.xml:
2696         * docs/plugins/inspect/plugin-pango.xml:
2697           add pango plugin to docs
2698
2699 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2700
2701         * configure.ac:
2702         * ext/Makefile.am:
2703           moved pango to base
2704
2705 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2706
2707         * configure.ac:
2708         * tests/Makefile.am:
2709         * tests/icles/.cvsignore:
2710         * tests/icles/Makefile.am:
2711         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2712         (close_display), (resize_window), (move_window), (create_window),
2713         (terminate_playback), (pause_playback), (start_playback), (main):
2714           add stress test for xoverlay from Julien
2715
2716 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2717
2718         * docs/libs/tmpl/gstcolorbalance.sgml:
2719         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2720         * gst-libs/gst/rtp/gstbasertppayload.c:
2721         * gst-libs/gst/rtp/gstrtpbuffer.c:
2722         * gst-libs/gst/rtp/gstrtpbuffer.h:
2723           Do burger's rename for rtp payloaders and depayloaders
2724
2725 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2726
2727         * win32/:
2728           add Visual Studio 6 build files
2729
2730 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2731
2732         * docs/libs/gst-plugins-base-libs-docs.sgml:
2733         * docs/libs/gst-plugins-base-libs-sections.txt:
2734         * docs/libs/tmpl/gstaudio.sgml:
2735         * docs/libs/tmpl/gstringbuffer.sgml:
2736         * gst-libs/gst/interfaces/xoverlay.c:
2737         * gst-libs/gst/video/gstvideofilter.c:
2738         * gst-libs/gst/video/gstvideosink.c:
2739           update documentation
2740
2741 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2742
2743         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
2744         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
2745         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
2746         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2747         (gst_multi_fd_sink_get_stats),
2748         (gst_multi_fd_sink_remove_client_link),
2749         (gst_multi_fd_sink_handle_client_read),
2750         (gst_multi_fd_sink_client_queue_data),
2751         (gst_multi_fd_sink_client_queue_caps),
2752         (gst_multi_fd_sink_client_queue_buffer),
2753         (gst_multi_fd_sink_new_client),
2754         (gst_multi_fd_sink_handle_client_write),
2755         (gst_multi_fd_sink_recover_client),
2756         (gst_multi_fd_sink_queue_buffer),
2757         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
2758         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
2759         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
2760         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
2761         * gst/tcp/gstmultifdsink.h:
2762         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
2763         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
2764         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
2765         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
2766         (gst_tcp_client_sink_set_property),
2767         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
2768         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
2769         * gst/tcp/gsttcpclientsink.h:
2770         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
2771         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
2772         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
2773         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
2774         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
2775         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
2776         * gst/tcp/gsttcpclientsrc.h:
2777         * gst/tcp/gsttcpplugin.c: (plugin_init):
2778         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
2779         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
2780         (gst_tcp_server_sink_finalize),
2781         (gst_tcp_server_sink_handle_server_read),
2782         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
2783         (gst_tcp_server_sink_set_property),
2784         (gst_tcp_server_sink_get_property),
2785         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
2786         * gst/tcp/gsttcpserversink.h:
2787         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
2788         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
2789         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
2790         (gst_tcp_server_src_set_property),
2791         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
2792         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
2793         * gst/tcp/gsttcpserversrc.h:
2794           more borgifying
2795
2796 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2797
2798         * docs/plugins/Makefile.am:
2799         * docs/plugins/gst-plugins-base-plugins.args:
2800         * docs/plugins/inspect/plugin-libvisual.xml:
2801         * gst/audioconvert/plugin.h:
2802         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
2803         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
2804         (gst_audio_rate_setcaps), (gst_audio_rate_init),
2805         (gst_audio_rate_chain), (gst_audio_rate_set_property),
2806         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
2807         (plugin_init):
2808         * gst/audiotestsrc/gstaudiotestsrc.c:
2809         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
2810         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2811         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
2812         (gst_audio_test_src_get_query_types),
2813         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
2814         (gst_audio_test_src_create_square),
2815         (gst_audio_test_src_create_saw),
2816         (gst_audio_test_src_create_triangle),
2817         (gst_audio_test_src_create_silence),
2818         (gst_audio_test_src_create_white_noise),
2819         (gst_audio_test_src_init_pink_noise),
2820         (gst_audio_test_src_generate_pink_noise_value),
2821         (gst_audio_test_src_create_pink_noise),
2822         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
2823         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
2824         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
2825         (plugin_init):
2826         * gst/audiotestsrc/gstaudiotestsrc.h:
2827         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
2828         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
2829         (gst_sub_parse_init), (gst_sub_parse_formats),
2830         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
2831         (convert_encoding), (get_next_line),
2832         (gst_sub_parse_data_format_autodetect),
2833         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
2834         (gst_sub_parse_loop), (gst_sub_parse_chain),
2835         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
2836         (plugin_init):
2837         * gst/subparse/gstsubparse.h:
2838         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
2839         (gst_video_rate_base_init), (gst_video_rate_class_init),
2840         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
2841         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
2842         (gst_video_rate_init), (gst_video_rate_event),
2843         (gst_video_rate_chain), (gst_video_rate_set_property),
2844         (gst_video_rate_get_property), (gst_video_rate_change_state),
2845         (plugin_init):
2846         * gst/videoscale/gstvideoscale.c:
2847         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
2848         (gst_video_scale_src_template_factory),
2849         (gst_video_scale_sink_template_factory),
2850         (gst_video_scale_get_type), (gst_video_scale_base_init),
2851         (gst_video_scale_class_init), (gst_video_scale_init),
2852         (gst_video_scale_set_property), (gst_video_scale_get_property),
2853         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
2854         (gst_video_scale_prepare_size), (parse_caps),
2855         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
2856         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
2857         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
2858         (plugin_init):
2859         * gst/videoscale/gstvideoscale.h:
2860         * gst/videotestsrc/gstvideotestsrc.c:
2861         (gst_video_test_src_pattern_get_type),
2862         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
2863         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
2864         (gst_video_test_src_set_pattern),
2865         (gst_video_test_src_set_property),
2866         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
2867         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
2868         (gst_video_test_src_event), (gst_video_test_src_get_times),
2869         (gst_video_test_src_create), (plugin_init):
2870         * gst/videotestsrc/gstvideotestsrc.h:
2871         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
2872         (gst_video_test_src_smpte), (gst_video_test_src_snow),
2873         (gst_video_test_src_black):
2874         * gst/videotestsrc/videotestsrc.h:
2875           borgify further
2876           clean up docs a little
2877
2878 2005-11-30  Wim Taymans  <wim@fluendo.com>
2879
2880         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2881         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2882         (gst_basertppayload_event), (gst_basertppayload_push),
2883         (gst_basertppayload_change_state):
2884         * gst-libs/gst/rtp/gstbasertppayload.h:
2885         closed #320644.
2886
2887 2005-11-30  Julien MOUTTE  <julien@moutte.net>
2888
2889         * docs/libs/gst-plugins-base-libs-docs.sgml:
2890         * docs/libs/gst-plugins-base-libs-sections.txt:
2891         * gst-libs/gst/video/gstvideofilter.c:
2892         * gst-libs/gst/video/gstvideosink.c:
2893         * gst-libs/gst/video/gstvideosink.h: Adding docs.
2894
2895 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2896
2897         * LICENSE:
2898           move
2899         * po/af.po:
2900         * po/az.po:
2901         * po/cs.po:
2902         * po/en_GB.po:
2903         * po/hu.po:
2904         * po/it.po:
2905         * po/nb.po:
2906         * po/nl.po:
2907         * po/or.po:
2908         * po/sq.po:
2909         * po/sr.po:
2910         * po/sv.po:
2911         * po/uk.po:
2912         * po/vi.po:
2913         * Makefile.am:
2914           update
2915         * scripts/autoplugins.sh:
2916           remove
2917
2918 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2919
2920         * Makefile.am:
2921         * configure.ac:
2922         * examples/Makefile.am:
2923         * examples/capsfilter/Makefile.am:
2924         * examples/capsfilter/capsfilter1.c:
2925         * examples/gob/Makefile.am:
2926         * examples/gob/gst-identity2.gob:
2927         * examples/indexing/.cvsignore:
2928         * examples/indexing/Makefile.am:
2929         * examples/indexing/indexmpeg.c:
2930         * examples/seeking/.cvsignore:
2931         * examples/seeking/Makefile.am:
2932         * examples/seeking/cdparanoia.c:
2933         * examples/seeking/cdplayer.c:
2934         * examples/seeking/chained.c:
2935         * examples/seeking/scrubby.c:
2936         * examples/seeking/seek.c:
2937         * examples/stats/Makefile.am:
2938         * examples/stats/mp2ogg.c:
2939         * examples/switch/.cvsignore:
2940         * examples/switch/Makefile.am:
2941         * examples/switch/switcher.c:
2942         * tests/Makefile.am:
2943         * tests/check/generic/.cvsignore:
2944         * tests/check/pipelines/.cvsignore:
2945         * tests/examples/Makefile.am:
2946         * tests/examples/seek/Makefile.am:
2947           reorganize stuff under tests/
2948
2949 2005-11-30  Edward Hervey  <edward@fluendo.com>
2950
2951         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2952         Go away you stupid GstStaticPadTemplate memleak.
2953
2954 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2955
2956         * gst-libs/gst/net/Makefile.am:
2957         * gst-libs/gst/net/README:
2958         * gst-libs/gst/net/gstnetbuffer.c:
2959         * gst-libs/gst/net/gstnetbuffer.h:
2960           this was moved to "netbuffer"
2961
2962 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
2965         (gst_video_filter_class_init), (gst_video_filter_init):
2966         * gst-libs/gst/video/gstvideofilter.h:
2967           borgify name to bring in line with other classes
2968
2969 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2970
2971         * gst/audioscale/.cvsignore:
2972         * gst/audioscale/Makefile.am:
2973         * gst/audioscale/README:
2974         * gst/audioscale/audioscale.vcproj:
2975         * gst/audioscale/dtof.c:
2976         * gst/audioscale/dtos.c:
2977         * gst/audioscale/functable.c:
2978         * gst/audioscale/gstaudioscale.c:
2979         * gst/audioscale/gstaudioscale.h:
2980         * gst/audioscale/private.h:
2981         * gst/audioscale/resample.c:
2982         * gst/audioscale/resample.h:
2983         * gst/audioscale/test.c:
2984           remove
2985
2986 2005-11-30  Edward Hervey  <edward@fluendo.com>
2987
2988         * gst-libs/gst/netbuffer/Makefile.am:
2989         really, really tired
2990
2991 2005-11-30  Edward Hervey  <edward@fluendo.com>
2992
2993         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2994         Update for new GstTypeFindFactory _register()
2995
2996 2005-11-30  Edward Hervey  <edward@fluendo.com>
2997
2998         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
2999         Let's not override libgstnet from core for no reason...
3000         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3001         Ok, maybe not so quick next time.
3002
3003 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3004
3005         * configure.ac:
3006         * gst-libs/gst/Makefile.am:
3007           moved gst-libs/gst/net to netbuffer through CVS surgery
3008           remove old directory
3009           updating build to accomodate
3010           (#322257)
3011
3012 2005-11-29  Andy Wingo  <wingo@pobox.com>
3013
3014         * pkgconfig/gstreamer-plugins-base.pc.in:
3015         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3016         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3017         (#322257).
3018
3019 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3020
3021         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3022         3rd time's the charm. Correct ref-counting for discarded buffers.
3023
3024 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3025
3026         * gst/playback/gststreamselector.c:
3027         (gst_stream_selector_class_init),
3028         (gst_stream_selector_set_property),
3029         (gst_stream_selector_get_property),
3030         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3031         Fix ref-counting
3032
3033 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3034
3035         * gst/subparse/gstsubparse.c: (feed_textbuf):
3036           Don't access already unref'ed buffer.
3037
3038 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3039
3040         * gst/playback/gststreamselector.c:
3041         (gst_stream_selector_class_init), (gst_stream_selector_init),
3042         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3043         (gst_stream_selector_get_property),
3044         (gst_stream_selector_get_linked_pad),
3045         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3046         * gst/playback/gststreamselector.h:
3047         Add the active-pad property for playbin to use shortly. Ignore buffers
3048         from any other pad, returning GST_FLOW_NOT_LINKED
3049
3050 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3051
3052         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3053         patch from bug #322704 (Alessandro Decina).
3054
3055 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3056
3057         * gst-libs/gst/audio/Makefile.am:
3058           folded audiofilter into the audio library
3059
3060 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3061
3062         * gst/videoscale/gstvideoscale.h:
3063         * gst/videoscale/gstvideoscale.c:
3064           remove unimplemented scale methods
3065
3066 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3069           Don't leak caps.
3070
3071 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3072
3073         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3074         (gst_ximagesink_setcaps):
3075         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3076         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3077         happens (only visible on ximagesink but bug is in xv too) set_caps was
3078         destroying the internal x[v]image used to memcpy non locally alloced
3079         buffers so that it got renewed on next _chain. The issue is that 
3080         _expose will try to put that image as it reffed it in _put.
3081         Using gst_buffer_unref instead of destroy fixes it !
3082
3083 2005-11-28  Edward Hervey  <edward@fluendo.com>
3084
3085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3086         (try_to_link_1), (queue_filled_cb):
3087         Better use of the queues. Start with a small size queue and only increase
3088         the size of the queues when the other queues are empty.
3089
3090 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3091
3092         * gst-libs/gst/video/Makefile.am:
3093           compile in copied-over videofilter into the video library
3094         * gst-libs/gst/video/videosink.h:
3095           rename the header to gstvideosink.h since it's a base GstObject class
3096         * sys/ximage/ximagesink.h:
3097         * sys/xvimage/xvimagesink.h:
3098           use the new header
3099
3100 2005-11-28  Wim Taymans  <wim@fluendo.com>
3101
3102         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3103         * gst/playback/gstplaybasebin.h:
3104         Prepare to handle errors betters.
3105
3106         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3107         Set sinks to PAUSED first before adding and linking them so that
3108         we don't interrupt dataflow.
3109
3110 2005-11-28  Wim Taymans  <wim@fluendo.com>
3111
3112         * gst-libs/gst/audio/TODO:
3113         Updated TODO
3114
3115         * gst-libs/gst/audio/gstaudiosink.c:
3116         (gst_audioringbuffer_open_device),
3117         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3118         (gst_audioringbuffer_release):
3119         Small cleanups.
3120
3121         * gst-libs/gst/audio/gstbaseaudiosink.c:
3122         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3123         (gst_base_audio_sink_change_state):
3124         Slave to the master clock when going to PLAYING and unslave when
3125         going to PAUSED.
3126
3127         * gst-libs/gst/audio/gstringbuffer.c:
3128         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3129         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3130         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3131         (gst_ring_buffer_clear_all), (wait_segment),
3132         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3133         (gst_ring_buffer_advance):
3134         * gst-libs/gst/audio/gstringbuffer.h:
3135         Add some docs and cleanups.
3136
3137 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3138
3139         * sys/xvimage/xvimagesink.c:
3140         (gst_xvimagesink_navigation_send_event): Fix navigation events
3141         coordinates translation with pixel aspect ratios.
3142
3143 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3144
3145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3146         Use calculated video geometry from _setcaps instead of buffer
3147         caps to respect pixel aspect ratio. (fixes #322388)
3148
3149 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3150
3151         * docs/libs/tmpl/gstcolorbalance.sgml:
3152         * docs/libs/tmpl/gstmixer.sgml:
3153         * docs/libs/tmpl/gstxoverlay.sgml:
3154         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3155         interface.
3156
3157 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3158
3159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3160         Refuse to create an XvImage if we can't find the format.
3161
3162 2005-11-28  Edward Hervey  <edward@fluendo.com>
3163
3164         * gst-libs/gst/riff/riff-media.c:
3165         (gst_riff_create_audio_template_caps):
3166         Add ATRAC3 to the list of riff-possible audio caps.
3167         I know we still don't have a plugin for atrac3, but it's saner to output
3168         that than a cryptic mimetype.
3169
3170 2005-11-27  Edward Hervey  <edward@fluendo.com>
3171
3172         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3173         Don't try to create a zero-sized subbuffer.
3174
3175 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3176
3177         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3178         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3179         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3180         (gst_ximagesink_expose): Fixed a tricky race.
3181         * sys/ximage/ximagesink.h:
3182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3183         (gst_xvimagesink_expose): Fixed a tricky race.
3184         * sys/xvimage/xvimagesink.h:
3185
3186 2005-11-27  Edward Hervey  <edward@fluendo.com>
3187
3188         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3189         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3190         Remove unused properties, and add queues between demuxers and decoders
3191         so that a lot more files can preroll properly.
3192
3193 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3194
3195         * gst-libs/gst/net/Makefile.am:
3196         * gst-libs/gst/rtp/Makefile.am:
3197         * gst-libs/gst/tag/Makefile.am:
3198           remove silly include
3199         * gst/tags/Makefile.am:
3200         * gst/tags/gsttagediting.c:
3201         * gst/tags/gsttageditingprivate.h:
3202         * gst/tags/tagedit.vcproj:
3203           remove directory, is as good as empty
3204
3205 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3206
3207         * configure.ac:
3208           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3209         * gst-libs/Makefile.am:
3210         * gst-libs/gst/audio/Makefile.am:
3211         * gst-libs/gst/interfaces/Makefile.am:
3212         * gst-libs/gst/net/Makefile.am:
3213         * gst-libs/gst/riff/Makefile.am:
3214         * gst-libs/gst/rtp/Makefile.am:
3215         * gst-libs/gst/tag/Makefile.am:
3216         * gst-libs/gst/video/Makefile.am:
3217           and use them
3218
3219 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3220
3221         * docs/libs/tmpl/gstcolorbalance.sgml:
3222         * docs/libs/tmpl/gstmixer.sgml:
3223         * docs/libs/tmpl/gstxoverlay.sgml:
3224         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3225         * sys/ximage/ximagesink.h:
3226         * sys/xvimage/xvimagesink.h: More and more documentation.
3227
3228 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3229
3230         * docs/libs/gst-plugins-base-libs-docs.sgml:
3231         * docs/libs/gst-plugins-base-libs-sections.txt:
3232         * docs/libs/tmpl/gstcolorbalance.sgml:
3233         * docs/libs/tmpl/gstmixer.sgml:
3234         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3235         to documentation.
3236
3237 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3238
3239         * docs/plugins/Makefile.am:
3240         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3241         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3242         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3243
3244 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3245
3246         * docs/plugins/Makefile.am:
3247         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3248         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3249         * docs/plugins/inspect/plugin-adder.xml:
3250         * docs/plugins/inspect/plugin-alsa.xml:
3251         * docs/plugins/inspect/plugin-audioconvert.xml:
3252         * docs/plugins/inspect/plugin-audiorate.xml:
3253         * docs/plugins/inspect/plugin-audioresample.xml:
3254         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3255         * docs/plugins/inspect/plugin-decodebin.xml:
3256         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3257         * docs/plugins/inspect/plugin-gnomevfs.xml:
3258         * docs/plugins/inspect/plugin-ogg.xml:
3259         * docs/plugins/inspect/plugin-playbin.xml:
3260         * docs/plugins/inspect/plugin-subparse.xml:
3261         * docs/plugins/inspect/plugin-tcp.xml:
3262         * docs/plugins/inspect/plugin-theora.xml:
3263         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3264         * docs/plugins/inspect/plugin-video4linux.xml:
3265         * docs/plugins/inspect/plugin-videorate.xml:
3266         * docs/plugins/inspect/plugin-videoscale.xml:
3267         * docs/plugins/inspect/plugin-videotestsrc.xml:
3268         * docs/plugins/inspect/plugin-volume.xml:
3269         * docs/plugins/inspect/plugin-vorbis.xml:
3270         * docs/plugins/inspect/plugin-ximagesink.xml:
3271         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3272         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3273
3274 2005-11-26  Edward Hervey  <edward@fluendo.com>
3275
3276         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3277         Properly return GstFlowReturn from gst_pad_push in chain functions.
3278
3279 2005-11-25  Michael Smith  <msmith@fluendo.com>
3280
3281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3282         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3283         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3284         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3285           Handle various conditions better when we don't understand a stream.
3286           Removes a heap of CRITICALs on ogg streams containing unknown data.
3287
3288 2005-11-24  Andy Wingo  <wingo@pobox.com>
3289
3290         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3291         Be threadsafe.
3292
3293 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3294
3295         * configure.ac: back to HEAD
3296
3297 === release 0.9.6 ===
3298
3299 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3300
3301         * configure.ac:
3302           releasing 0.9.6, "White Eight"
3303
3304 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3305
3306         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3307         * docs/plugins/inspect/plugin-sine.xml:
3308           remove sinesrc some more
3309
3310 2005-11-23  Wim Taymans  <wim@fluendo.com>
3311
3312         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3313         If we are reading too slowly, jump forward in the ringbuffer
3314         instead of blocking.
3315
3316 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3317
3318         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3319         (gst_visual_chain):
3320         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3321         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3322         (gst_videorate_chain):
3323         * gst/videotestsrc/gstvideotestsrc.c:
3324         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3325         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3326         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3327         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3328         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3329         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3330           Updates for API changes
3331
3332 2005-11-23  Wim Taymans  <wim@fluendo.com>
3333
3334         * gst-libs/gst/audio/gstbaseaudiosink.c:
3335         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3336         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3337         Fix for calibration API change.
3338
3339 2005-11-23  Michael Smith <msmith@fluendo.com>
3340
3341         * gst-libs/gst/audio/multichannel.c:
3342         (gst_audio_get_channel_positions),
3343         (gst_audio_set_channel_positions),
3344         (gst_audio_set_structure_channel_positions_list),
3345         (gst_audio_fixate_channel_positions):
3346           Use gst_value_array_*() functions on value arrays, not
3347           gst_value_list_*().
3348
3349 2005-11-23  Edward Hervey  <edward@fluendo.com>
3350
3351         * autogen.sh:
3352         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3353         Fixes autogen
3354
3355 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3356
3357         * check/Makefile.am:
3358         * check/elements/videotestsrc.c: (setup_videotestsrc),
3359         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3360         (main):
3361           add a test for videotestsrc
3362
3363 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3364
3365         * gst/sine/.cvsignore:
3366         * gst/sine/Makefile.am:
3367         * gst/sine/gstsinesrc.c:
3368         * gst/sine/gstsinesrc.h:
3369         * gst/sine/sinesrc.vcproj:
3370           and remove sinesrc from the repository.  Closes #321446
3371
3372 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3373
3374         * configure.ac:
3375         * gst-plugins-base.spec.in:
3376           remove sinesrc from the build
3377
3378 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3379
3380         * check/Makefile.am:
3381         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3382         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3383         (main):
3384           add a test for audiotestsrc, testing all waves.  Even seems
3385           leak-free at first glance, nice job Stefan
3386
3387 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3388
3389         * po/af.po:
3390         * po/az.po:
3391         * po/cs.po:
3392         * po/en_GB.po:
3393         * po/hu.po:
3394         * po/it.po:
3395         * po/nb.po:
3396         * po/nl.po:
3397         * po/or.po:
3398         * po/sq.po:
3399         * po/sr.po:
3400         * po/sv.po:
3401         * po/uk.po:
3402         * po/vi.po:
3403           Translation string updates
3404
3405         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3406         (gst_v4lsrc_set_caps):
3407         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3408         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3409         * sys/v4l/v4lsrc_calls.h:
3410           Improve v4lsrc, by making it work again.
3411
3412 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3413
3414         * ext/libvisual/visual.c: (gst_visual_chain):
3415           Fix the fps calculations.
3416
3417         * gst/ffmpegcolorspace/avcodec.h:
3418           Move structure element for clarity
3419
3420         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3421         * gst-libs/gst/interfaces/tunernorm.h:
3422         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3423         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3424         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3425         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3426         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3427         (gst_v4lmjpegsrc_getcaps):
3428         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3429         (gst_v4lsrc_set_caps):
3430         * sys/v4l/gstv4lsrc.h:
3431         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3432         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3433         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3434         * sys/v4l/v4lsrc_calls.h:
3435           Fractional framerates...
3436
3437 2005-11-22  Wim Taymans  <wim@fluendo.com>
3438
3439         * gst-libs/gst/audio/gstbaseaudiosink.c:
3440         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3441         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3442         And we provide a clock by default, of course...
3443
3444 2005-11-22  Wim Taymans  <wim@fluendo.com>
3445
3446         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3447         This clock can be slaved to a master clock now.
3448
3449         * gst-libs/gst/audio/gstbaseaudiosink.c:
3450         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3451         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3452         (gst_base_audio_sink_set_clock),
3453         (gst_base_audio_sink_set_property),
3454         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3455         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3456         * gst-libs/gst/audio/gstbaseaudiosink.h:
3457         Handle slaving the internal clock to the clock selected in the
3458         pipeline.
3459         Add property to make the basesink not provide a clock.
3460
3461         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3462         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3463         (gst_base_rtp_depayload_wait):
3464         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3465         We can use the clock in GstElement, no need to store it ourselves.
3466
3467 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3468
3469         * docs/libs/tmpl/gstaudio.sgml:
3470           update
3471         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3472         (gst_paranoia_endian_get_type):
3473         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3474         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3475         * gst/audiotestsrc/gstaudiotestsrc.c:
3476         (gst_audiostestsrc_wave_get_type):
3477         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3478         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3479         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3480         (gst_sync_method_get_type), (gst_unit_type_get_type),
3481         (gst_client_status_get_type), (gst_multifdsink_class_init),
3482         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3483         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3484         (gst_multifdsink_get_property):
3485         * gst/tcp/gstmultifdsink.h:
3486         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3487         * gst/videotestsrc/gstvideotestsrc.c:
3488         (gst_videotestsrc_pattern_get_type):
3489           remove deprecated properties
3490           fix up enums to correctly have short lowercase dashed nicks
3491
3492 2005-11-22  Michael Smith <msmith@fluendo.com>
3493
3494         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3495         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3496           Add underscore.
3497
3498 2005-11-22  Michael Smith <msmith@fluendo.com>
3499
3500         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3501         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3502           Use utility method for scaling clocktime for fractional framerates.
3503
3504 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3505
3506         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3507         (gst_visual_chain):
3508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3509         * ext/theora/theoradec.c: (theora_handle_type_packet):
3510         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3511         (theora_enc_chain):
3512         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3513         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3514         * gst-libs/gst/video/video.h:
3515         * gst/ffmpegcolorspace/avcodec.h:
3516         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3517         (gst_ffmpeg_caps_to_pixfmt):
3518         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3519         (gst_ffmpegcsp_set_caps):
3520         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3521         (gst_videorate_setcaps), (gst_videorate_blank_data),
3522         (gst_videorate_chain):
3523         * gst/videotestsrc/gstvideotestsrc.c:
3524         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3525         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3526         (gst_videotestsrc_event), (gst_videotestsrc_create):
3527         * gst/videotestsrc/gstvideotestsrc.h:
3528         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3529         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3530         (gst_ximagesink_get_times), (gst_ximagesink_init):
3531         * sys/ximage/ximagesink.h:
3532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3533         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3534         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3535         * sys/xvimage/xvimagesink.h:
3536           Convert elements to use fractions for their framerate.
3537           V4L elements to come later tonight.
3538
3539 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3540
3541         * gst-libs/gst/audio/audio.c:
3542         * gst-libs/gst/audio/audio.h:
3543           remove some deprecated functions
3544
3545 2005-11-22  Andy Wingo  <wingo@pobox.com>
3546
3547         * Update for gst_tag_setter API changes.
3548
3549 2005-11-22  Andy Wingo  <wingo@pobox.com>
3550
3551         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3552         (gst_ogg_demux_perform_seek):
3553         * ext/theora/theoradec.c (theora_dec_sink_event):
3554         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3555         update-funcnames.
3556
3557 2005-11-22  Wim Taymans  <wim@fluendo.com>
3558
3559         * examples/seeking/seek.c: (main):
3560         Give higher priority to bus signals than the gtk events
3561         to fix a race condition in the segment looping.
3562
3563 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3564
3565         * ext/theora/Makefile.am:
3566         * ext/vorbis/Makefile.am:
3567         * gst-libs/gst/tag/Makefile.am:
3568         * gst-plugins-base.spec.in:
3569           Rename libgsttagedit to libgsttag (#322117).
3570
3571 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3572
3573         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3575           Call gst_x_overlay_prepare_xwindow_id() to give applications
3576           a final chance to set their own xwindow id before the video
3577           sink creates its own window.
3578
3579 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3580
3581         * sys/xvimage/xvimagesink.c:
3582         (gst_xvimagesink_navigation_send_event): Handle navigation
3583         events correcly with borders if applicable.
3584
3585 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3586
3587         Patch by: Luca Ognibene
3588
3589         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3590         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3592         (gst_ffmpegcsp_caps_remove_format_info):
3593         * gst/ffmpegcolorspace/imgconvert.c:
3594         * gst/ffmpegcolorspace/imgconvert_template.h:
3595           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3596           #318353); use gst_structure_has_name().
3597
3598 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3599
3600         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3601         (gst_ximagesink_class_init): Add debug macros on functions.
3602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3603         (gst_xvimagesink_xwindow_draw_borders),
3604         (gst_xvimagesink_xvimage_put),
3605         (gst_xvimagesink_xwindow_update_geometry),
3606         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3607         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3608         (gst_xvimagesink_xcontext_clear),
3609         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3610         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3611         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3612         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3613         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3614         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3615         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3616         expose while being PAUSED, out of data flow navigation events, etc..
3617
3618 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3619
3620         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3621         * gst-libs/gst/audio/audio.h:
3622           fix prototype - wondering why the test worked regardless
3623
3624 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3625
3626         * check/Makefile.am:
3627         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3628         * gst-libs/gst/audio/audio.h:
3629           add a method that returns a proper GstClockTime
3630
3631 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3632
3633         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3634         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3635         * gst-libs/gst/interfaces/xoverlay.h:
3636           Remove everything having to do with the desired size; add 
3637           gst_x_overlay_prepare_xwindow_id() function; remove the
3638           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3639           post a message on the bus instead (#321816).
3640
3641         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3642         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3643         (gst_xvimagesink_xoverlay_init):
3644           Remove desired size stuff (#321816).
3645
3646 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3649         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3650         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3651           Terminate vararg functions with NULL instead of 0 to 
3652           make gcc4 happy.
3653
3654 2005-11-21  Andy Wingo  <wingo@pobox.com>
3655
3656         patch by: Sebastien Cote <sebas642@yahoo.ca>
3657         
3658         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3659         * gst-libs/gst/rtp/gstrtpbuffer.c
3660         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3661
3662 2005-11-21  Andy Wingo  <wingo@pobox.com>
3663
3664         * gst/playback/gstplaybin.c (gen_audio_element) 
3665         (gen_video_element): Use the new MISSING_PLUGIN core error
3666         category. Closes #320060.
3667
3668         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3669         * gst/videorate/gstvideorate.c (gst_videorate_event):
3670         * ext/theora/theoradec.c (theora_dec_sink_event): 
3671         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3672         stream lock.
3673
3674         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3675         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3676         stream lock changes.
3677
3678 2005-11-21  Wim Taymans  <wim@fluendo.com>
3679
3680         * gst-libs/gst/audio/gstbaseaudiosink.c:
3681         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3682         (gst_base_audio_sink_provide_clock),
3683         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3684         (gst_base_audio_sink_change_state):
3685         * gst/audioresample/gstaudioresample.c:
3686         Segment update fix.
3687
3688 2005-11-21  Andy Wingo  <wingo@pobox.com>
3689
3690         * *.h:
3691         * *.c: Ran scripts/update-macros. Oh yes.
3692
3693 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3694
3695         * sys/ximage/Makefile.am:
3696         * sys/ximage/ximage.c:
3697           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3698           remove your old libgstximage.* manually if necessary).
3699
3700 2005-11-21  Michael Smith <msmith@fluendo.com>
3701
3702         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3703           Minimal fix for bug #320200: set the min/max bitrate in the correct
3704           units. A better fix would be to upgrade to the RATEMANAGE2
3705           interface, rather than using the deprecated interface used here, but
3706           that would require an update in our libvorbis dependency (to 1.1),
3707           which is probably undesirable.
3708
3709 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3710
3711         * ext/libvisual/visual.c: (get_buffer):
3712         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3713         (gst_base_audio_src_fixate):
3714         * gst/audioconvert/gstaudioconvert.c:
3715         (gst_audio_convert_fixate_caps):
3716         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3717         * gst/audiotestsrc/gstaudiotestsrc.c:
3718         (gst_audiotestsrc_src_fixate):
3719         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3720         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3721         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3722         * gst/videotestsrc/gstvideotestsrc.c:
3723         (gst_videotestsrc_src_fixate):
3724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
3725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
3726           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
3727           (#322027)
3728
3729
3730 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3731
3732         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
3733         (gst_riff_create_iavs_caps):
3734         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
3735         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3736         (gst_riff_parse_info):
3737         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
3738         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
3739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3740           Fixes for GST_FOURCC_FORMAT API change.
3741
3742 2005-11-21  Andy Wingo  <wingo@pobox.com>
3743
3744         patch by: Alessandro Dessina <alessandro nnva org>
3745
3746         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
3747         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
3748         (gst_ogg_parse_chain):
3749         * ext/theora/theoraenc.c (theora_set_header_on_caps):
3750         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
3751         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
3752         gst_value_list calls on arrays. Fixes #321962.
3753
3754 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3755
3756         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
3757         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
3758         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
3759         * gst/adder/gstadder.c: (gst_adder_init),
3760         (gst_adder_request_new_pad), (gst_adder_collected),
3761         (gst_adder_change_state):
3762           Update for gst_collectpads_foo() to gst_collect_pads_foo()
3763           API change.
3764
3765 2005-11-21  Michael Smith <msmith@fluendo.com>
3766
3767         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
3768         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
3769           Properly handle pad_push return values.
3770
3771 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
3772
3773         * gst-libs/gst/tag/Makefile.am:
3774         * gst-libs/gst/tag/gstvorbistag.c:
3775         (gst_tag_list_to_vorbiscomment_buffer):
3776           Remove obsolete vorbistag element and debug category.
3777
3778         * gst/playback/gstplaybasebin.c: (check_queue):
3779           Don't divide by 0 when queue-threshold is 0.
3780
3781         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
3782           Don't modify an existing pixel-aspect-ratio if we fail to read
3783           a new one.
3784
3785 2005-11-20  Wim Taymans  <wim@fluendo.com>
3786
3787         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
3788         (gst_vorbisenc_push_packet):
3789         GST_PAD_IS_USABLE is gone, use the return value of
3790         the push or pad_alloc_buffer instead.
3791
3792 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3793
3794         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
3795         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3796         (gst_ximagesink_ximage_destroy),
3797         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
3798         (gst_ximagesink_xwindow_new),
3799         (gst_ximagesink_xwindow_update_geometry),
3800         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
3801         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
3802         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
3803         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3804         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
3805         (gst_ximagesink_navigation_send_event),
3806         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
3807         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
3808         (gst_ximagesink_finalize), (gst_ximagesink_init),
3809         (gst_ximagesink_class_init):
3810         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
3811         This new version brings correct software scaling, non flickering
3812         window while resizing, pixel aspect ratio handling, usage of
3813         hardware buffer pools, out of data flow event thread for 
3814         navigation and handling of expose events even when being PAUSED,
3815         a new property to keep video aspect ratio when resizing, etc...
3816
3817 2005-11-18  Julien MOUTTE  <julien@moutte.net>
3818
3819         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3820         (gst_videoscale_fixate_caps): Introduce back caps fixate with
3821         handling of PAR.
3822
3823 2005-11-18    <bilboed@dvdsrc.fluendo.com>
3824
3825         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
3826         Unsetting IS_SINK flag from the fakesink, so decodebin
3827         never behaves as a sink.
3828
3829 2005-11-17  Wim Taymans  <wim@fluendo.com>
3830
3831         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3832         (gst_base_audio_src_change_state):
3833         Fix the audiosrc base class again, we did not unflush.
3834
3835 2005-11-17  Julien MOUTTE  <julien@moutte.net>
3836
3837         * examples/seeking/seek.c: (make_dv_pipeline),
3838         (make_vorbis_theora_pipeline), (make_avi_pipeline),
3839         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
3840         to ogg/vorbis/theora pipeline.
3841
3842 2005-11-17  Wim Taymans  <wim@fluendo.com>
3843
3844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
3845         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
3846         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
3847         Fix EOS on multiple streams.
3848         More debugging.
3849
3850 2005-11-16  Wim Taymans  <wim@fluendo.com>
3851
3852         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
3853         (gst_ogg_demux_perform_seek):
3854         Segment done must include stream time.
3855
3856         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3857         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
3858         (gst_ogg_mux_change_state):
3859         Fix ogg muxer again.
3860
3861 2005-11-16  Wim Taymans  <wim@fluendo.com>
3862
3863         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
3864         Fix compile again.
3865
3866 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3867
3868         * ext/libvisual/visual.c: (gst_visual_init):
3869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
3870         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
3871         (gst_ogg_parse_chain):
3872         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
3873         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
3874         * ext/theora/theoradec.c: (gst_theora_dec_init):
3875         * ext/theora/theoraenc.c: (gst_theora_enc_init):
3876         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
3877         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
3878         * gst/adder/gstadder.c: (gst_adder_class_init),
3879         (gst_adder_dispose):
3880         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
3881         * gst/subparse/gstsubparse.c: (gst_subparse_init):
3882         * gst/videorate/gstvideorate.c: (gst_videorate_init):
3883           Fix a whole set of pad template leaks
3884
3885 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3886
3887         * check/generic/states.c: (GST_START_TEST):
3888           fix the test so that it only checks for elements that are part of
3889           this source module
3890
3891 2005-11-16  Michael Smith <msmith@fluendo.com>
3892
3893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
3894         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
3895         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
3896         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
3897         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
3898         (gst_ogg_mux_change_state):
3899           Fix leaking collectpads.
3900
3901 2005-11-16  Edward Hervey  <edward@fluendo.com>
3902
3903         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
3904         (gst_videorate_event), (gst_videorate_chain):
3905         Handle segment seeks
3906
3907 2005-11-16  Wim Taymans  <wim@fluendo.com>
3908
3909         * gst-libs/gst/audio/gstbaseaudiosink.c:
3910         (gst_base_audio_sink_provide_clock),
3911         (gst_base_audio_sink_change_state):
3912         Set ringbuffer to non-flushing when going to PAUSED, set to
3913         flushing again when going to READY.
3914
3915         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
3916         (gst_ring_buffer_stop):
3917         Start in flushing mode by default.
3918         Don't set flushing in the _stop method, let the app call
3919         this explicitly.
3920
3921 2005-11-16  Julien MOUTTE  <julien@moutte.net>
3922
3923         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
3924         * gst-libs/gst/video/videosink.h: Add helper function needed
3925         for video sinks.
3926
3927 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
3928
3929         * gst/videoscale/gstvideoscale.c:
3930         (gst_videoscale_handle_src_event):
3931           Don't leak reference to pad parent.
3932
3933 2005-11-16  Wim Taymans  <wim@fluendo.com>
3934
3935         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
3936         Set ringbuffer to flushing when stopping so that we don't
3937         block on wait_segment anymore and livelock.
3938
3939 2005-11-16  Wim Taymans  <wim@fluendo.com>
3940
3941         * examples/seeking/seek.c: (send_event), (do_seek),
3942         (loop_toggle_cb), (segment_done), (main):
3943         Added looping checkbox.
3944
3945 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3948         (gst_ogg_demux_init):
3949         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3950         (gst_vorbis_dec_init):
3951           revert unrefs, they don't pass make check
3952
3953 2005-11-15  Johan Dahlin  <johan@gnome.org>
3954
3955         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
3956         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
3957         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
3958         (gst_vorbis_dec_init):
3959         Fix pad template leaks. 
3960
3961 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
3962
3963         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
3964           Make state change function thread safe.
3965
3966 2005-11-15  Edward Hervey  <edward@fluendo.com>
3967
3968         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
3969         (gst_ogg_demux_class_init):
3970         Implement GstElement::send_event, so we can send seek events
3971         in GST_STATE_READY
3972
3973 2005-11-14  Julien MOUTTE  <julien@moutte.net>
3974
3975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
3976         Discovered how to take away flickering while resizing the
3977         window. Please don't put that in ximagesink, refactoring in
3978         progress.
3979
3980 2005-11-14  Michael Smith <msmith@fluendo.com>
3981
3982         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
3983         (gst_multifdsink_render):
3984           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
3985
3986 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
3987
3988         * gst/playback/gstplaybin.c: (gen_audio_element):
3989           Use autoaudiosink, it tends to be more widely available than
3990           autoaudiiosink.
3991           
3992 2005-11-14  Andy Wingo  <wingo@pobox.com>
3993
3994         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
3995         as well if it is available. Fixes #316442.
3996
3997 2005-11-14  Michael Smith <msmith@fluendo.com>
3998
3999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4000         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4001         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4002         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4003         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4004         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4005         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4006         (gst_vorbisenc_change_state):
4007           Fix a small memory leak in vorbisenc.
4008           Fix large memory leaks in oggmux, also fix lots of state change
4009           bugs in oggmux.
4010
4011 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4012
4013         * gst/videotestsrc/gstvideotestsrc.c:
4014         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4015         (gst_videotestsrc_src_fixate):
4016           move fixation to a fixate function
4017           remove negotiate function, basesrc's is good enough
4018           fixes a bug for check when using the element alone
4019
4020 2005-11-13  Edward Hervey  <edward@fluendo.com>
4021
4022         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4023         (key_toggle_cb), (main):
4024         Added checkboxes for adding/removing the accurate and key_unit seek
4025         flags.
4026
4027 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4028
4029         * configure.ac: back to HEAD
4030
4031 === release 0.9.5 ===
4032
4033 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4034
4035         * configure.ac:
4036           releasing 0.9.5, "No No Kia"
4037
4038 2005-11-11  Edward Hervey  <edward@fluendo.com>
4039
4040         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4041         Added parse-launch syntax seeking mode for the seeking example.
4042         This should help stress-test even more cases.
4043         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4044
4045 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * sys/xvimage/xvimagesink.c:
4048         (gst_xvimagesink_navigation_send_event):
4049           Check whether peer pad exists before sending navigation events
4050           to it.
4051
4052 2005-11-11  Michael Smith <msmith@fluendo.com>
4053
4054         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4055         (gst_vorbisenc_buffer_from_packet):
4056         * ext/vorbis/vorbisenc.h:
4057           Set duration on encoded buffers. This allows oggmux's
4058           max_page_delay parameter to actually work.
4059
4060 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4061
4062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4063         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4064         (gst_ffmpegcsp_avpicture_fill):
4065         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4066         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4067           Make palettes work again (see #132341). Use our own macros
4068           for rounding up.
4069
4070 2005-11-10  Andy Wingo  <wingo@pobox.com>
4071
4072         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4073         string doober.
4074
4075 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4076
4077         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4078         (gst_ffmpegcsp_transform_caps):
4079           Prefer passthrough in transform_caps
4080
4081 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4082
4083         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4084           check for ALSA errors properly, instead of relying on ALSA's
4085           error strings to serve to the user.
4086
4087 2005-11-10  Wim Taymans  <wim@fluendo.com>
4088
4089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4090         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4091         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4092         Modernise the seek code.
4093
4094 2005-11-10  Michael Smith <msmith@fluendo.com>
4095         
4096         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4097         (setup_substreams), (set_active_source):
4098           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4099           trying to go to NULL if we failed to read a file.
4100
4101 2005-11-10  Wim Taymans  <wim@fluendo.com>
4102
4103         * gst/audiotestsrc/gstaudiotestsrc.c:
4104         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4105         (gst_audiotestsrc_create):
4106         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4107         (gst_sinesrc_get_times), (gst_sinesrc_create):
4108         * gst/videotestsrc/gstvideotestsrc.c:
4109         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4110         (gst_videotestsrc_create):
4111         The base class can now sync for us.
4112
4113 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4114
4115         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4116           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4117           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4118           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4119           format=(fourcc)I420" ! xvimagesink
4120
4121 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4124         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4125         (gst_sinesrc_newsegment):
4126           Send newsegment event in TIME format, set duration if
4127           num-buffers is set, fix duration querying.
4128
4129 2005-11-10  Michael Smith <msmith@fluendo.com>
4130
4131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4132         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4133         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4134         (gst_ogg_mux_collected):
4135          Fix EOS handling, partially. Now forwarding an EOS event once we have
4136          EOS on all pads works correctly. However, we still don't properly set
4137          EOS on the actual ogg stream pages.
4138
4139 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4140
4141         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4142           Set elements to NULL state before disposing of them.
4143
4144 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4145
4146         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4147
4148         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4149         (gst_base_rtp_depayload_init),
4150         (gst_base_rtp_depayload_set_gst_timestamp):
4151         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4152           We need to send a newsegment event for each instance, not
4153           just for the first instance of this class (get rid of
4154           static variable in function). (#321011).
4155           
4156 2005-11-08  Michael Smith <msmith@fluendo.com>
4157
4158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4159         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4160         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4161         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4162           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4163           This makes us mux things correctly according to the ogg muxing
4164           rules. Still not handling EOS correctly right now, though.
4165
4166 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4167
4168         * gst/audioconvert/gstaudioconvert.c:
4169           Fix typo in docs. 
4170
4171 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4174         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4175           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4176           creating a new chain; should fix live streaming. Also
4177           add more debug output and fix a typo.
4178
4179 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4180
4181         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4182
4183         * gst/volume/gstvolume.c: (volume_set_caps):
4184           Fix compilation on Solaris with Forte. (#320923)
4185
4186 2005-11-08  Wim Taymans  <wim@fluendo.com>
4187
4188         * gst-libs/gst/audio/gstbaseaudiosink.c:
4189         (gst_base_audio_sink_render):
4190         No need to do a typecheck.
4191
4192 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * ext/alsa/gstalsa.h:
4195           We register a debug category, so let's use it.
4196
4197 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4198
4199         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4200         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4201         Fixed a small problem.
4202
4203 2005-11-04  Wim Taymans  <wim@fluendo.com>
4204
4205         * examples/seeking/Makefile.am:
4206         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4207         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4208         (make_playerbin_pipeline), (format_value), (update_scale),
4209         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4210         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4211         (print_usage), (main):
4212         Added app for playback speed testing.
4213
4214         * examples/seeking/seek.c: (dynamic_link),
4215         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4216         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4217         (message_received), (main):
4218         Updated seek example.
4219
4220 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4221
4222         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4223         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4224         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4225         (gst_base_rtp_depayload_set_clock):
4226         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4227         Don't sleep on the bench (system clock) when you have a nice 
4228         comfortable bed (Gstreamer clock) to sleep on.
4229
4230 2005-11-03  Wim Taymans  <wim@fluendo.com>
4231
4232         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4233         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4234         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4235         Handle the case where a pad_block failed.
4236
4237 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4238
4239         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4240
4241         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4242         (gst_base_rtp_depayload_add_to_queue),
4243         (gst_base_rtp_depayload_push),
4244         (gst_base_rtp_depayload_set_gst_timestamp),
4245         (gst_base_rtp_depayload_queue_release):
4246           Fixes some bugs in the depayloader's queuing/de-queueing code.
4247
4248 2005-10-31  Michael Smith <msmith@fluendo.com>
4249
4250         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4251         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4252         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4253           Patch from Alessandro Decina <alessandro@nnva.org>.
4254           Make oggdemux only find the final time in a chain, not per-pad,
4255           since the per-pad information can be very expensive to locate, and
4256           it isn't used anywhere. This makes reading a file containing
4257           OggSkeleton reasonably fast.
4258           Also, make chain finding work when there are logical bitstreams that
4259           can't be decoded. Fixes #319110.
4260
4261 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4262
4263         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4264         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4265         (gst_base_rtp_depayload_chain),
4266         (gst_base_rtp_depayload_add_to_queue),
4267         (gst_base_rtp_depayload_push),
4268         (gst_base_rtp_depayload_set_gst_timestamp),
4269         (gst_base_rtp_depayload_queue_release),
4270         (gst_base_rtp_depayload_start_thread),
4271         (gst_base_rtp_depayload_set_property),
4272         (gst_base_rtp_depayload_get_property):
4273         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4274         Some random fixes, to fullfill the desires of thomas.
4275
4276 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4277
4278         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4279         (gst_base_rtp_depayload_add_to_queue),
4280         (gst_base_rtp_depayload_push):
4281         Fixed the queueing algorithm.
4282
4283 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4284
4285         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4286         (gst_base_rtp_depayload_push):
4287         A small fix
4288
4289 2005-10-31  Wim Taymans  <wim@fluendo.com>
4290
4291         * gst-libs/gst/audio/gstringbuffer.h:
4292         Don't break ABI.
4293
4294         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4295         (gst_ffmpeg_caps_to_pixfmt):
4296         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4297         (gst_ffmpegcsp_set_caps):
4298         Some more comments.
4299         Handle missing required caps fields better.
4300
4301 2005-10-31  Wim Taymans  <wim@fluendo.com>
4302
4303         * gst-libs/gst/audio/gstbaseaudiosink.c:
4304         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4305         (gst_base_audio_sink_render):
4306         * gst-libs/gst/audio/gstringbuffer.c:
4307         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4308         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4309         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4310         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4311         (gst_ring_buffer_read):
4312         * gst-libs/gst/audio/gstringbuffer.h:
4313         Add flushing mode to the ringbuffer so that it in all cases does
4314         not try to handle more audio. This makes sure it does not try to
4315         block anymore when flushing and fixes a livelock.
4316
4317 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4320         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4321         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4322           Explicitly check for -1 values before doing a conversion
4323           and always map them to -1. (#315545)
4324
4325 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4326
4327         * gst/playback/gstplaybin.c: (gen_video_element):
4328           first try autovideosink, then xvimagesink, then error out
4329         * po/POTFILES.in:
4330           add translatable file
4331         * po/af.po:
4332         * po/az.po:
4333         * po/cs.po:
4334         * po/en_GB.po:
4335         * po/hu.po:
4336         * po/it.po:
4337         * po/nb.po:
4338         * po/nl.po:
4339         * po/or.po:
4340         * po/sq.po:
4341         * po/sr.po:
4342         * po/sv.po:
4343         * po/uk.po:
4344         * po/vi.po:
4345           update translations
4346
4347 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4348
4349         * gst-libs/gst/rtp/gstbasedepayload.c:
4350         * gst-libs/gst/rtp/gstbasedepayload.h:
4351           Minor cleanups
4352
4353 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4354
4355         * gst/playback/.cvsignore:
4356         * gst/playback/decodetest.c:
4357         * gst/playback/test3.c:
4358           Port these two tests as well.
4359
4360 2005-10-27  Wim Taymans  <wim@fluendo.com>
4361
4362         * ext/theora/theoradec.c: (theora_dec_src_query),
4363         (theora_dec_sink_event):
4364         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4365         (theora_enc_change_state):
4366         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4367         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4368         Take proper locks when handling events.
4369
4370 2005-10-27  Wim Taymans  <wim@fluendo.com>
4371
4372         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4373         (gst_adder_change_state):
4374         Fix timestamps and fix deadlock when stopping the collectpads.
4375
4376 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4377
4378         * gst-libs/gst/rtp/gstrtpbuffer.h:
4379         Declaring the payload types as strings too so that they can be used
4380         in the padtemplate inialization.
4381
4382 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4383
4384         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4385
4386         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4387         (gst_base_rtp_depayload_class_init):
4388         Fixes a small but nasty bug. The derived elements no longer segfaults
4389         on finalization.
4390
4391 2005-10-26  Michael Smith <msmith@fluendo.com>
4392
4393         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4394           When clearing an audioconvert context, set tmpbufsize to zero, so
4395           we'll allocate it again later if required.
4396           This fixes audioconvert re-negotiating formats, which previously
4397           segfaulted with a NULL destination buffer.
4398
4399 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4400
4401         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4402         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4403         (gst_base_rtp_depayload_set_gst_timestamp),
4404         (gst_base_rtp_depayload_queue_release):
4405         Fixed a smalll memleak.
4406
4407 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4408         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4409         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4410         (gst_base_rtp_depayload_finalize),
4411         (gst_base_rtp_depayload_setcaps),
4412         (gst_base_rtp_depayload_add_to_queue),
4413         (gst_base_rtp_depayload_push),
4414         (gst_base_rtp_depayload_set_gst_timestamp),
4415         (gst_base_rtp_depayload_queue_release),
4416         (gst_base_rtp_depayload_thread),
4417         (gst_base_rtp_depayload_change_state):
4418         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4419         Changed the C++ comments to C comments
4420
4421 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4424         * gst/tcp/gsttcpclientsrc.h:
4425         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4426         * gst/tcp/gsttcpserversrc.h:
4427           Remove unused 'curoffset' structure member.
4428
4429 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4430
4431         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4432         (gst_base_rtp_depayload_base_init),
4433         (gst_base_rtp_depayload_finalize):
4434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4435         * gst-libs/gst/rtp/gstbasertppayload.h:
4436           The pad-template on the sinkpad should be set by the derived classes.
4437           Also added some useful macros.
4438
4439 2005-10-24  Wim Taymans  <wim@fluendo.com>
4440
4441         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4442         Correctly flush decoder samples even if we could not
4443         copy them to an output buffer. Fixes #319618.
4444
4445 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4446
4447         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4449         the caps against our xcontext caps.
4450
4451 2005-10-24  Wim Taymans  <wim@fluendo.com>
4452
4453         * gst-libs/gst/audio/gstbaseaudiosink.c:
4454         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4455         Remove g_print
4456         Use sync property from baseclass to disable sync.
4457
4458 2005-10-24  Wim Taymans  <wim@fluendo.com>
4459
4460         * gst-libs/gst/audio/gstbaseaudiosink.c:
4461         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4462         Buffers with no timestamps get aligned with previous buffers or
4463         on underrun, played ASAP.
4464
4465 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4466
4467         * gst-libs/gst/video/video.h:
4468         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4471         here comes my change on caps for framerate and geometry range.
4472         We are now accepting 1 to MAXINT for width and height, and from
4473         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4474         to be blended correctly in videomixer.
4475
4476 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4477
4478         * configure.ac:
4479           back to HEAD
4480
4481 === release 0.9.4 ===
4482
4483 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4484
4485         * NEWS:
4486         * RELEASE:
4487         * configure.ac:
4488           releasing 0.9.4, "Velociraptor"
4489
4490 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4491
4492         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4493         * po/POTFILES.in:
4494           STOPPED -> FAILED
4495
4496 2005-10-21  Wim Taymans  <wim@fluendo.com>
4497
4498         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4499         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4500         (pad_blocked), (close_pad_link), (new_pad):
4501         Don't try to remove elements twice.
4502
4503 2005-10-21  Wim Taymans  <wim@fluendo.com>
4504
4505         * ext/theora/theoradec.c: (theora_dec_src_query),
4506         (theora_dec_sink_event):
4507         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4508         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4509         (vorbis_handle_data_packet):
4510         * ext/vorbis/vorbisdec.h:
4511         Fix old naming.
4512
4513         * gst-libs/gst/audio/gstbaseaudiosink.c:
4514         (gst_base_audio_sink_render):
4515         Don't try to sync on buffers without a timestamp.
4516
4517 2005-10-21  Wim Taymans  <wim@fluendo.com>
4518
4519         * ext/theora/theoradec.c: (theora_dec_src_query),
4520         (theora_dec_sink_event):
4521         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4522         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4523         (vorbis_handle_data_packet):
4524         * ext/vorbis/vorbisdec.h:
4525         Fix old naming.
4526
4527 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4528
4529         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4530         (gst_vorbisenc_src_query):
4531           Implement position and duration queries.
4532
4533         * gst/playback/test3.c: (update_scale), (main):
4534           Fix for async state changes and print nicer output.
4535
4536 2005-10-20  Wim Taymans  <wim@fluendo.com>
4537
4538         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4539         (dump_element_stats), (main):
4540         * gst/playback/test6.c: (main):
4541         Fix tests again
4542
4543 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4544
4545         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4546         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4547           Don't use functions for position queries when handling
4548           duration queries.
4549
4550 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4551
4552         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4553         (vorbis_handle_data_packet), (vorbis_dec_chain),
4554         (vorbis_dec_change_state):
4555         * ext/vorbis/vorbisdec.h:
4556           Vorbis streams can be embedded in other container formats
4557           than ogg, container formats where the demuxer might set 
4558           timestamps on encoded vorbis buffers instead of those silly 
4559           granulepos thingies. In short: make vorbisdec handle 
4560           timestamps on incoming buffers as well.
4561
4562 2005-10-20  Wim Taymans  <wim@fluendo.com>
4563
4564         * gst/playback/gstplaybasebin.c: (group_destroy),
4565         (gst_play_base_bin_change_state):
4566         Fix leak.
4567         Handle case where playbasebin is now ASYNC because
4568         decodebin is.
4569
4570 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4571
4572         * gst/audioconvert/Makefile.am:
4573         * gst/audioconvert/bufferframesconvert.c:
4574         * gst/audioconvert/plugin.c: (plugin_init):
4575         * gst/audioconvert/plugin.h:
4576           And bye bye buffer-frames-convert
4577
4578 2005-10-19  Wim Taymans  <wim@fluendo.com>
4579
4580         * check/elements/audioconvert.c:
4581         * docs/libs/tmpl/gstaudio.sgml:
4582         * docs/libs/tmpl/gstcolorbalance.sgml:
4583         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4584         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4585         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4586         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4587         * gst-libs/gst/audio/audio.h:
4588         * gst/audioconvert/audioconvert.h:
4589         * gst/audioconvert/gstaudioconvert.c:
4590         (gst_audio_convert_parse_caps):
4591         * gst/volume/gstvolume.c:
4592         Bye bye buffer-frames.
4593
4594 2005-10-19  Wim Taymans  <wim@fluendo.com>
4595
4596         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4597         (query_positions_elems), (query_positions_pads), (update_scale),
4598         (do_seek), (set_update_scale), (message_received), (main):
4599         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4600         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4601         (gst_ogg_demux_loop):
4602         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4603         * ext/theora/theoradec.c: (theora_dec_src_query),
4604         (theora_dec_sink_event):
4605         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4606         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4607         * gst/adder/gstadder.c: (gst_adder_query):
4608         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4609         * gst/playback/test3.c: (update_scale):
4610         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4611         (dump_element_stats), (main):
4612         * gst/playback/test6.c: (main):
4613         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4614         Query API update.
4615
4616 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4617
4618         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4619         (xml_check_first_element), (xml_type_find), (smil_type_find),
4620         (plugin_init):
4621           Add typefinding for SMIL and for generic XML. Based on patch by
4622           Akos Maroy (#308663).
4623
4624 2005-10-18  Wim Taymans  <wim@fluendo.com>
4625
4626         * gst/playback/Makefile.am:
4627         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4628         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4629         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4630         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4631         (gst_decode_bin_change_state):
4632         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4633         (gst_play_bin_send_event_to_sink):
4634         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4635         (dump_element_stats), (main):
4636         * gst/playback/test6.c: (main):
4637         Make playbin async, it'll commit state to paused when all streams
4638         are detected.
4639         Remove ugly hack.
4640         Added test6.c to show async behaviour.
4641
4642 2005-10-18  Wim Taymans  <wim@fluendo.com>
4643
4644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4645         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4646         Fix for segment-start/stop API change.
4647
4648 2005-10-18  Wim Taymans  <wim@fluendo.com>
4649
4650         * check/Makefile.am:
4651         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4652         (main):
4653         Add future test for clock selection.
4654
4655 2005-10-18  Wim Taymans  <wim@fluendo.com>
4656
4657         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4658         (gst_alsasink_close):
4659         Set handle to NULL.
4660
4661         * gst-libs/gst/audio/gstringbuffer.c:
4662         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4663         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4664         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4665         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4666         (gst_ring_buffer_read):
4667         More debug info.
4668
4669 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4670
4671         * gst/audiotestsrc/Makefile.am:
4672         * gst/sine/Makefile.am:
4673         * gst/volume/Makefile.am:
4674           fix broken build of controllerized plugins
4675
4676 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4677
4678         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4679
4680         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4681         (gst_riff_create_video_template_caps):
4682           Add support for Indeo-3 (IV32).
4683
4684 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4685
4686         * configure.ac:
4687           rewrite
4688
4689 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4690
4691         * gst-libs/gst/video/video.c: (gst_video_get_size):
4692         * gst/audiotestsrc/gstaudiotestsrc.c:
4693           doc updates
4694
4695 2005-10-17  Andy Wingo  <wingo@pobox.com>
4696
4697         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4698         with the collectpads change.
4699         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4700
4701         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4702
4703         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4704
4705         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4706         alloc_buffer flow return to callers.
4707         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4708         change. Fix some memleaks in theoraenc.
4709
4710         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4711         in strange circumstance.
4712
4713 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4714
4715         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4716         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4717         from caps, let's use the caps...
4718
4719 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4720
4721         * configure.ac:
4722           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4723
4724 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4725
4726         * gst-libs/gst/interfaces/Makefile.am:
4727           fix silly typo
4728
4729 2005-10-16  Andy Wingo  <wingo@pobox.com>
4730
4731         * gst/playback/gstdecodebin.c
4732         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
4733         function!
4734         (try_to_link_1): Increase kraziness level.
4735
4736 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4737
4738         * configure.ac:
4739           restructure like the core one
4740         * gst-libs/gst/audio/Makefile.am:
4741         * gst-libs/gst/interfaces/Makefile.am:
4742         * gst-libs/gst/net/Makefile.am:
4743         * gst-libs/gst/riff/Makefile.am:
4744         * gst-libs/gst/rtp/Makefile.am:
4745         * gst-libs/gst/tag/Makefile.am:
4746         * gst-libs/gst/video/Makefile.am:
4747           use correct linker flags, now the libs are properly versioned
4748         * check/elements/audioconvert.c: (verify_convert):
4749         * ext/alsa/gstalsaplugin.c:
4750         * ext/cdparanoia/gstcdparanoia.c:
4751         * ext/gnomevfs/gstgnomevfs.c:
4752         * ext/libvisual/visual.c:
4753         * ext/ogg/gstogg.c:
4754         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
4755         * ext/theora/theora.c:
4756         * ext/vorbis/vorbis.c:
4757         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4758         * gst-libs/gst/tag/gsttagediting.c:
4759         * gst-libs/gst/video/video.c:
4760         * gst/adder/gstadder.c:
4761         * gst/audioconvert/plugin.c:
4762         * gst/audiorate/gstaudiorate.c:
4763         * gst/audioresample/gstaudioresample.c:
4764         * gst/audioresample/resample_ref.c: (resample_scale_ref):
4765         * gst/audioscale/gstaudioscale.c:
4766         * gst/audioscale/resample.c:
4767         * gst/audiotestsrc/gstaudiotestsrc.c:
4768         * gst/ffmpegcolorspace/gstffmpeg.c:
4769         * gst/playback/gstdecodebin.c: (close_pad_link):
4770         * gst/playback/gstplaybin.c: (gen_video_element),
4771         (gen_audio_element):
4772         * gst/sine/gstsinesrc.c:
4773         * gst/subparse/gstsubparse.c:
4774         * gst/tags/gsttagediting.c:
4775         * gst/tcp/gsttcpplugin.c:
4776         * gst/typefind/gsttypefindfunctions.c:
4777         * gst/videorate/gstvideorate.c:
4778         * gst/videoscale/gstvideoscale.c:
4779         * gst/videotestsrc/gstvideotestsrc.c:
4780         * gst/volume/gstvolume.c:
4781         * sys/v4l/gstv4l.c:
4782         * sys/ximage/ximage.c:
4783         * sys/xvimage/xvimagesink.c:
4784           fix up defines
4785
4786 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
4787
4788         * ext/vorbis/vorbisenc.c:
4789         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
4790         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4791         (gst_tag_to_vorbis_comments):
4792           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
4793
4794 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
4795
4796         * examples/stats/mp2ogg.c:
4797         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4798           typo fixes
4799
4800 2005-10-13  Michael Smith <msmith@fluendo.com>
4801
4802         * ext/ogg/gstoggmux.c:
4803           Use magic glib macros to define constants as 64 bit, to ensure
4804           appropriate vararg passing.
4805
4806 2005-10-13  Michael Smith <msmith@fluendo.com>
4807
4808         * ext/ogg/gstoggmux.c:
4809         * gst/audioconvert/audioconvert.c: (float):
4810           Don't use LL suffix, as it's not portable, and neither of these
4811           uses required it anyway.
4812
4813 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
4814
4815         * examples/indexing/indexmpeg.c: (main):
4816         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
4817         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
4818         (cdparanoia_convert), (cdparanoia_query):
4819         * ext/cdparanoia/gstcdparanoia.h:
4820         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
4821         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
4822         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
4823         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4824         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
4825         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
4826         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
4827         (gst_multifdsink_render), (gst_multifdsink_start),
4828         (gst_multifdsink_stop):
4829         * gst/tcp/gstmultifdsink.h:
4830         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
4831         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4832         (gst_tcpclientsink_stop):
4833         * gst/tcp/gsttcpclientsink.h:
4834         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4835         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
4836         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
4837         * gst/tcp/gsttcpclientsrc.h:
4838         * gst/tcp/gsttcpserversink.h:
4839         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
4840         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4841         (gst_tcpserversrc_stop):
4842         * gst/tcp/gsttcpserversrc.h:
4843         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
4844         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
4845         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
4846           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
4847           moved bitshift from macro to enum definition
4848
4849 2005-10-12  Wim Taymans  <wim@fluendo.com>
4850
4851         * examples/seeking/Makefile.am:
4852         Oops.
4853
4854 2005-10-12  Wim Taymans  <wim@fluendo.com>
4855
4856         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4857         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4858         Don't assert on normal stuff.
4859
4860         * gst/playback/gstplaybin.c: (do_playbin_seek):
4861         API fix.
4862
4863 2005-10-12  Wim Taymans  <wim@fluendo.com>
4864
4865         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4866         * examples/seeking/Makefile.am:
4867         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
4868         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4869         (do_seek), (set_update_scale), (message_received), (main):
4870         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4871         (gst_ring_buffer_read), (gst_ring_buffer_clear):
4872         Update for _get_state() API change.
4873
4874 2005-10-11  Wim Taymans  <wim@fluendo.com>
4875
4876         * gst-libs/gst/audio/gstbaseaudiosink.c:
4877         (gst_base_audio_sink_render):
4878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4879         (gst_base_audio_src_create):
4880         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
4881         (gst_ring_buffer_read):
4882         Cleanups.
4883         Commit and read from ringbuffer in samples rather than bytes.
4884
4885 2005-10-11  Wim Taymans  <wim@fluendo.com>
4886
4887         * gst-libs/gst/audio/gstbaseaudiosink.c:
4888         (gst_base_audio_sink_render):
4889         Respect segment rate and accum when scheduling samples.
4890
4891 2005-10-11  Julien MOUTTE  <julien@moutte.net>
4892
4893         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4894         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
4895         EOS correctly, that needs more work.
4896
4897 2005-10-11  Wim Taymans  <wim@fluendo.com>
4898
4899         * check/generic/states.c: (GST_START_TEST):
4900         remove old property.
4901
4902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4903         (gst_ogg_demux_perform_seek):
4904         * ext/theora/theoradec.c: (theora_dec_sink_event):
4905         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4906         (vorbis_handle_data_packet):
4907         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4908         (gst_base_rtp_depayload_set_gst_timestamp):
4909         * gst/videorate/gstvideorate.c: (gst_videorate_event):
4910         Update for newsegment API change.
4911
4912 2005-10-11  Michael Smith <msmith@fluendo.com>
4913
4914         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
4915         (do_playbin_seek), (gst_play_bin_send_event):
4916           Override send_event differently, so that we can takes bits of
4917           functionality from GstPipeline (special handling for seeks,
4918           including pausing/resuming, and resetting stream time) and still get
4919           the appropriate behaviour of only forwarding event to a single sink,
4920           rather than all of them.
4921           Unfortunately requires a lot of code duplication, but the
4922           alternatives are equally ugly in the end.
4923
4924 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4925
4926         * check/elements/audioconvert.c: (setup_audioconvert),
4927         (cleanup_audioconvert), (get_int_caps), (verify_convert),
4928         (GST_START_TEST), (audioconvert_suite):
4929           clean up tests a little, fix some leaks.
4930
4931 2005-10-10  Wim Taymans  <wim@fluendo.com>
4932
4933         * ext/alsa/gstalsasink.c:
4934         Also allow unsigned int.
4935
4936         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4937         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
4938         Small cleanup
4939
4940 2005-10-10  Wim Taymans  <wim@fluendo.com>
4941
4942         * check/pipelines/simple_launch_lines.c: (run_pipeline):
4943         Small update, use API as stated in design docs.
4944
4945         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4946         (update_scale), (do_seek), (seek_cb), (set_update_scale),
4947         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
4948         (message_received), (main):
4949         Updated seek example for GOption. Some usability improvements.
4950
4951 2005-10-10  Wim Taymans  <wim@fluendo.com>
4952
4953         * gst/audioconvert/audioconvert.h:
4954         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
4955         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
4956         Alloc temp storage somewhere else where we can do it more
4957         portable.
4958
4959 2005-10-10  Wim Taymans  <wim@fluendo.com>
4960
4961         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
4962         (gst_tcpserversrc_start):
4963         Don't block in accept while doing the state change, move
4964         to poll and make cancellable.
4965
4966 2005-10-09  Philippe Khalaf <burger@speedy.org>
4967
4968         * gst-libs/gst/rtp/rtpbasedepayload.c:
4969         Set timestamp and add queue delay to timestamp
4970         * gst-libs/gst/rtp/rtpbuffer.h:
4971         Set correct payload type for h263
4972
4973 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
4974
4975         * gst/audiotestsrc/gstaudiotestsrc.c:
4976         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
4977         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
4978         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
4979         (gst_audiotestsrc_create_triangle),
4980         (gst_audiotestsrc_create_silence),
4981         (gst_audiotestsrc_create_white_noise),
4982         (gst_audiotestsrc_init_pink_noise),
4983         (gst_audiotestsrc_generate_pink_noise_value),
4984         (gst_audiotestsrc_create_pink_noise),
4985         (gst_audiotestsrc_change_wave):
4986         * gst/audiotestsrc/gstaudiotestsrc.h:
4987           fixed typo, added pink noise
4988
4989 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
4992         (plugin_init):
4993           Add wavpack and spc typefind functions from 0.8 branch.
4994
4995 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
4998         (ar_type_find), (msdos_type_find), (plugin_init):
4999           Add typefind functions for tar archives, ar archives,
5000           RAR archives, and msdos-executables (dlls, exe, etc.).
5001           Some of those would be wrongly identified as mpeg
5002           streams of some sort before (#315550).
5003
5004 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5005
5006         * configure.ac:
5007         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5008         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5009         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5010         * gst/audiotestsrc/Makefile.am:
5011         * gst/audiotestsrc/gstaudiotestsrc.c:
5012         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5013         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5014         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5015         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5016         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5017         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5018         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5019         (gst_audiotestsrc_create_silence),
5020         (gst_audiotestsrc_create_white_noise),
5021         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5022         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5023         (gst_audiotestsrc_start), (plugin_init):
5024         * gst/audiotestsrc/gstaudiotestsrc.h:
5025           add new plugin and element
5026         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5027           use gobject_class
5028
5029 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5032         (gst_adder_init), (gst_adder_request_new_pad),
5033         (gst_adder_change_state):
5034           Add query function to source pad, so adder reports the correct
5035           time/sample position when queried (#315457); fix state change
5036           function; use GST_DEBUG_FUNCPTR() for pad functions.
5037
5038 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5039
5040         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5041           Fix leaks in typefind registration
5042           Clean up the gratuitous commenting and whitespacing a little
5043
5044 2005-10-08  Wim Taymans  <wim@fluendo.com>
5045
5046         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5047         Only actually wait for the thread to be stopped if it's 
5048         running.
5049
5050 2005-10-08  Wim Taymans  <wim@fluendo.com>
5051
5052         * gst-libs/gst/audio/gstbaseaudiosink.c:
5053         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5054         If we receive EOS we can start playback of what we had.
5055
5056 2005-10-08  Wim Taymans  <wim@fluendo.com>
5057
5058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5059         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5060         (gst_multifdsink_stop):
5061         Fix crasher when going to NULL multiple times.
5062
5063 2005-10-06  Wim Taymans  <wim@fluendo.com>
5064
5065         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5066         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5067         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5068         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5069         patch from Edgard Lima <edgard.lima@indt.org.br>
5070         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5071
5072 2005-10-06  Wim Taymans  <wim@fluendo.com>
5073
5074         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5075         Report the FLOW_RETURN as string in the error message.
5076
5077         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5078         Don't assert when clearing an unnegotiated buffer.
5079
5080 2005-10-04  Michael Smith <msmith@fluendo.com>
5081
5082         * gst/playback/gstplaybasebin.c: (group_destroy),
5083         (gen_preroll_element), (remove_groups), (setup_source):
5084         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5085         (setup_sinks), (gst_play_bin_send_event),
5086         (gst_play_bin_change_state):
5087           Set state to NULL before removing from bin. Fix refcounting.
5088
5089 2005-10-04  Michael Smith <msmith@fluendo.com>
5090
5091         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5092           Correct refcounting in send_event() function. Previously was wrong
5093           if the first sink was unable to handle the event.
5094
5095 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5096
5097         * configure.ac:
5098           back to development
5099
5100 === release 0.9.3 ===
5101
5102 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5103
5104         * configure.ac:
5105           Releasing 0.9.3, "De Facto"
5106
5107 2005-10-03  Andy Wingo  <wingo@pobox.com>
5108
5109         * gst/playback/gstdecodebin.c (try_to_link_1)
5110         (remove_element_chain): set element to NULL before removing it.
5111
5112 2005-10-02  Johan Dahlin  <johan@gnome.org>
5113
5114         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5115         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5116         MT safe.
5117
5118 2005-10-02  Andy Wingo  <wingo@pobox.com>
5119
5120         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5121         (gst_ring_buffer_prepare_read): 
5122         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5123         Demote to LOG.
5124
5125 2005-09-29  Wim Taymans  <wim@fluendo.com>
5126
5127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5128         * ext/theora/theoradec.c: (theora_handle_data_packet):
5129         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5130         Propagate error codes from alloc_buffer too.
5131
5132 2005-09-29  Wim Taymans  <wim@fluendo.com>
5133
5134         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5135         We use fixed caps.
5136
5137         * gst/playback/Makefile.am:
5138         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5139         (dump_element_stats), (main):
5140         Added example stream introspection code.
5141
5142 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5143
5144         * gst/adder/gstadder.c: (gst_adder_collected):
5145           fix adder for float elements
5146
5147 2005-09-28  Wim Taymans  <wim@fluendo.com>
5148
5149         * gst-libs/gst/audio/gstbaseaudiosink.c:
5150         (gst_base_audio_sink_class_init),
5151         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5152         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5153         (gst_base_audio_src_class_init),
5154         (gst_base_audio_src_provide_clock):
5155         get_clock -> provide_clock
5156
5157 2005-09-28  Andy Wingo  <wingo@pobox.com>
5158
5159         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5160         and unlocking.
5161
5162         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5163         unlocking.
5164
5165         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5166         Actually add the pad template.
5167         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5168
5169         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5170         I'm at it...
5171
5172         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5173         from fdsrc. Get caps in create() instead of start() so it can be
5174         interrupted. Interruption somewhat untested.
5175
5176         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5177         Proper EOS handling.
5178
5179 2005-09-27  Andy Wingo  <wingo@pobox.com>
5180
5181         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5182
5183         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5184
5185         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5186
5187         * gst/tcp/gsttcp.h: 
5188         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5189         out of tcpclientsrc.c. Cancellable.
5190         (gst_tcp_socket_read): Made private, cancellable, with better
5191         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5192         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5193         whole buffer, and better diagnostics.
5194         (gst_tcp_gdp_read_caps): Same.
5195
5196         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5197
5198 2005-09-26  Andy Wingo  <wingo@pobox.com>
5199
5200         * gst/sine/gstsinesrc.h:
5201         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5202         change the 'sync' property to 'is-live' and implement it halfway,
5203         update for controller api change.
5204
5205         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5206         controller api change.
5207
5208 2005-09-24  Wim Taymans  <wim@fluendo.com>
5209
5210         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5211         * gst-libs/gst/audio/gstaudiosink.c:
5212         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5213         (gst_audioringbuffer_stop):
5214         * gst-libs/gst/audio/gstbaseaudiosink.c:
5215         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5216         (gst_base_audio_sink_change_state):
5217         * gst-libs/gst/audio/gstbaseaudiosink.h:
5218         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5219         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5220         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5221         * gst-libs/gst/audio/gstringbuffer.h:
5222         Fix sync again. Moved sample alignment to basesink.
5223
5224 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5225
5226         * docs/plugins/Makefile.am:
5227         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5228         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5229         * gst/volume/gstvolume.c:
5230           add/fix docs
5231         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5232         * gst-libs/gst/audio/audio.h:
5233           add conversion macros for frames <-> clocktime
5234
5235 2005-09-23  David Schleef  <ds@schleef.org>
5236
5237         * gst/audioresample/Makefile.am:
5238         * gst/audioresample/debug.h:
5239         * gst/audioresample/gstaudioresample.c:
5240         * gst/audioresample/resample.c: Convert to using gst debugging
5241
5242 2005-09-22  Wim Taymans  <wim@fluendo.com>
5243
5244         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5245         (gst_play_bin_send_event):
5246         Only seek on one sink, the first one that succeeds.
5247
5248 2005-09-22  Michael Smith <msmith@fluendo.com>
5249
5250         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5251         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5252         Don't flush encoder state unless we have an initialised encoder.
5253         Clear out encoder state on PAUSED_TO_READY.
5254
5255 2005-09-22  Wim Taymans  <wim@fluendo.com>
5256
5257         * gst-libs/gst/rtp/gstbasertppayload.c:
5258         (gst_basertppayload_class_init), (gst_basertppayload_init),
5259         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5260         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5261         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5262         (gst_basertppayload_set_property),
5263         (gst_basertppayload_get_property),
5264         (gst_basertppayload_change_state):
5265         * gst-libs/gst/rtp/gstbasertppayload.h:
5266         Added max-ptime to control amount of data in the rtp packets.
5267
5268 2005-09-21  Andy Wingo  <wingo@pobox.com>
5269
5270         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5271         thingies.
5272
5273         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5274         can be called multiple times, dogs.
5275
5276 2005-09-21  Wim Taymans  <wim@fluendo.com>
5277
5278         * gst-libs/gst/rtp/gstbasertppayload.c:
5279         (gst_basertppayload_class_init), (gst_basertppayload_init),
5280         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5281         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5282         (gst_basertppayload_push), (gst_basertppayload_get_property),
5283         (gst_basertppayload_change_state):
5284         Allow 0 ssrc too.
5285
5286 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5287
5288         * docs/libs/compiling.sgml:
5289           fixing typos
5290
5291 2005-09-20  Wim Taymans  <wim@fluendo.com>
5292
5293         * gst-libs/gst/rtp/gstbasertppayload.c:
5294         (gst_basertppayload_class_init), (gst_basertppayload_init),
5295         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5296         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5297         (gst_basertppayload_push), (gst_basertppayload_set_property),
5298         (gst_basertppayload_get_property),
5299         (gst_basertppayload_change_state):
5300         * gst-libs/gst/rtp/gstbasertppayload.h:
5301         Added property to configure sequence number offsets.
5302
5303 2005-09-20  Wim Taymans  <wim@fluendo.com>
5304
5305         * gst-libs/gst/rtp/gstbasertppayload.c:
5306         (gst_basertppayload_class_init), (gst_basertppayload_init),
5307         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5308         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5309         (gst_basertppayload_push), (gst_basertppayload_set_property),
5310         (gst_basertppayload_get_property),
5311         (gst_basertppayload_change_state):
5312         * gst-libs/gst/rtp/gstbasertppayload.h:
5313         Make timestamp offset configurable.
5314
5315 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5316
5317         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5318           fix wrong pop/unref
5319
5320 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5321
5322         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5323
5324         * gst-libs/gst/interfaces/propertyprobe.c:
5325         (gst_property_probe_probe_property_name),
5326         (gst_property_probe_needs_probe_name),
5327         (gst_property_probe_get_values_name),
5328         (gst_property_probe_probe_and_get_values_name):
5329           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5330           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5331
5332 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5333
5334         * check/Makefile.am:
5335           have some tests be disabled for valgrinding
5336         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5337         (GST_START_TEST):
5338         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5339           Fix A Leak.  Chain To Parent Finalize.
5340
5341 2005-09-19  Wim Taymans  <wim@fluendo.com>
5342
5343         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5344         Fixed wav pipeline.
5345
5346 2005-09-19  Wim Taymans  <wim@fluendo.com>
5347
5348         * gst-libs/gst/rtp/gstbasertppayload.c:
5349         (gst_basertppayload_class_init), (gst_basertppayload_init),
5350         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5351         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5352         (gst_basertppayload_push), (gst_basertppayload_get_property),
5353         (gst_basertppayload_change_state):
5354         Posting ERROR and WARNING messages is good.
5355
5356 2005-09-19  Wim Taymans  <wim@fluendo.com>
5357
5358         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5359         (gst_base_rtp_depayload_add_to_queue),
5360         (gst_base_rtp_depayload_push),
5361         (gst_base_rtp_depayload_set_gst_timestamp),
5362         (gst_base_rtp_depayload_queue_release):
5363         This one was not supposed to go in.
5364
5365 2005-09-19  Wim Taymans  <wim@fluendo.com>
5366
5367         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5368         Fix for bus API.
5369
5370         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5371         (gst_base_rtp_depayload_chain),
5372         (gst_base_rtp_depayload_add_to_queue),
5373         (gst_base_rtp_depayload_push),
5374         (gst_base_rtp_depayload_set_gst_timestamp),
5375         (gst_base_rtp_depayload_queue_release):
5376         Some cleanups.
5377
5378         * gst-libs/gst/rtp/gstbasertppayload.c:
5379         (gst_basertppayload_class_init), (gst_basertppayload_init),
5380         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5381         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5382         (gst_basertppayload_get_property),
5383         (gst_basertppayload_change_state):
5384         Added debugging category.
5385
5386 2005-09-18  David Schleef  <ds@schleef.org>
5387
5388         * gst/playback/gstdecodebin.c: free plugin list correctly
5389         * gst/playback/gstplaybin.c: emit warning if autovideosink
5390           and autoaudiosink can't be found (instead of segfaulting)
5391
5392 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5393
5394         * check/elements/audioconvert.c: (GST_START_TEST):
5395           try out 24 bit conversion
5396
5397 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5398
5399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5400         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5401         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5402         * ext/vorbis/vorbisenc.h:
5403           Fix EOS handling.  Still needs a fix in the ogg muxer to
5404           mark the last page as eos.
5405
5406 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5407
5408         * common/gtk-doc-plugins.mak:
5409         * docs/plugins/Makefile.am:
5410         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5411         * gst/ffmpegcolorspace/Makefile.am:
5412         * gst/ffmpegcolorspace/avcodec.h:
5413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5414         * gst/tcp/gstmultifdsink.c:
5415           fix up ffmpegcolorspace docs; extract header
5416
5417 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5418
5419         * common/gtk-doc-plugins.mak:
5420         * docs/plugins/Makefile.am:
5421         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5422         * ext/theora/Makefile.am:
5423         * ext/theora/gsttheoraenc.h:
5424         * ext/theora/theoraenc.c:
5425         * ext/vorbis/vorbisenc.c:
5426           pick up signals and args for vorbis; add some docs for vorbis
5427
5428 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5429
5430         * common/gstdoc-scangobj:
5431         * common/gtk-doc-plugins.mak:
5432         * docs/libs/Makefile.am:
5433         * docs/plugins/gst-plugins-base-plugins.args:
5434         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5435         * docs/plugins/gst-plugins-base-plugins.interfaces:
5436         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5437         * docs/plugins/gst-plugins-base-plugins.signals:
5438           only scanobj stuff from our source module.  Not sure yet
5439           if that's correct, given the hierarchy stuff :)
5440
5441 2005-09-15  Wim Taymans  <wim@fluendo.com>
5442
5443         * gst/audioconvert/gstaudioconvert.c:
5444         And enable 24 bits mode as well..
5445
5446 2005-09-15  Wim Taymans  <wim@fluendo.com>
5447
5448         * gst-libs/gst/rtp/Makefile.am:
5449         * gst-libs/gst/rtp/gstbasertppayload.c:
5450         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5451         (gst_basertppayload_class_init), (gst_basertppayload_init),
5452         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5453         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5454         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5455         (gst_basertppayload_set_property),
5456         (gst_basertppayload_get_property),
5457         (gst_basertppayload_change_state):
5458         * gst-libs/gst/rtp/gstbasertppayload.h:
5459         Added rtp payloader base class.
5460
5461 2005-09-15  Andy Wingo  <wingo@pobox.com>
5462
5463         * configure.ac (plugindir): Remove the EOL matcher from the
5464         regexp, as it causes me problems. Libtool? Make? Who knows?
5465
5466 2005-09-14  David Schleef  <ds@schleef.org>
5467
5468         * check/generic/states.c: 
5469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5470         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5471           Fixes for changes in registry API.
5472
5473         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5474           to GST_PLUGIN_LDFLAGS.
5475         * ext/libvisual/visual.c: Make the library shut up.
5476         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5477         * gst-libs/gst/audio/gstaudiofilter.c: same
5478
5479 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5480
5481         * docs/plugins/Makefile.am:
5482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5483         * docs/plugins/inspect/plugin-libvisual.xml:
5484         * docs/plugins/tmpl/element-tcpserversink.sgml:
5485         * ext/theora/theoraenc.c:
5486           add libvisual plugin and theoraenc element to docs
5487
5488 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5489
5490         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5491         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5492         * ext/theora/theoraenc.c:
5493           add theoraenc
5494
5495 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5496
5497         * gst/audioconvert/Makefile.am:
5498           Audioconvert derives from GstBaseTransform and should
5499           link to the library with our base elements to avoid
5500           unresolved symbols. Makes things work with MinGW (#316160)
5501
5502         * gst/playback/test4.c: (main):
5503           Fix MinGW build problem and use g_usleep() instead of 
5504           sleep() (#316162)
5505
5506 2005-09-12  Wim Taymans  <wim@fluendo.com>
5507
5508         * gst/audioconvert/audioconvert.c: (float),
5509         (audio_convert_prepare_context), (audio_convert_convert):
5510         * gst/audioconvert/audioconvert.h:
5511         Cleanups, speedups, simplifications, added back support
5512         for 24 bits.
5513
5514 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5515
5516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5518         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5519         * docs/plugins/tmpl/element-tcpserversink.sgml:
5520         * gst/ffmpegcolorspace/gstffmpeg.c:
5521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5522         * gst/videotestsrc/gstvideotestsrc.c:
5523         * gst/volume/gstvolume.c:
5524           add more elements to the docs
5525
5526 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5527
5528         * check/Makefile.am:
5529         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5530         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5531           Add extra tests for basetransform based components. 
5532           Comment out the test_element_negotiation test until we decide
5533           if it's testing correct behaviour.
5534         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5535         (gst_visual_chain), (gst_visual_change_state):
5536           Slightly more correct but still bogus timestamping.
5537           Fix state change function.
5538         * gst/audioconvert/gstaudioconvert.c:
5539         (gst_audio_convert_class_init):
5540         * gst/audioresample/gstaudioresample.c:
5541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5542         (gst_ffmpegcsp_class_init):
5543         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5544         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5545         (gst_videoscale_prepare_image):
5546         * gst/volume/gstvolume.c: (gst_volume_class_init),
5547         (volume_transform_ip):
5548           Basetransform updates. Enable passthrough modes.
5549         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5550         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5551         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5552           Negotiation fix that allows the window to return to the original
5553           size and renegotiate passthrough upstream. Extra debug output.
5554
5555 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5556
5557         * gst/sine/gstsinesrc.c:
5558         * gst/volume/gstvolume.c:
5559           fix up header include
5560
5561 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * gst-libs/gst/audio/gstbaseaudiosink.c:
5564         (gst_base_audio_sink_render):
5565         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5566         * gst/volume/gstvolume.c: (gst_volume_class_init),
5567         (volume_transform):
5568           fixing lost sync, some more debugging
5569
5570 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5571
5572         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5573         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5574         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5575         (gst_xvimagesink_check_xshm_calls):
5576           Fix compilation when XShm is not available.
5577
5578 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5579
5580         * ext/libvisual/visual.c: (gst_visual_dispose),
5581         (gst_visual_getcaps), (gst_visual_src_setcaps),
5582         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5583         (gst_visual_change_state):
5584           Finish fixing up libvisual plugin so that it runs. 
5585
5586 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5587
5588         * ext/vorbis/vorbisenc.c:
5589         * gst-libs/gst/tag/gstvorbistag.c:
5590           gsttaginterface.h -> gsttagsetter.h
5591
5592 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5593
5594         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5595           added another test that failes for me (test is not active by default)
5596
5597 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5598
5599         * configure.ac:
5600           v4l2 is no longer in gst-plugins-base
5601
5602 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5603
5604         * configure.ac:
5605           In the output at the end, don't show the first plugin on the same
5606           line as "Core plug-ins, always built:".
5607           Indent the output as for other plugin categories
5608         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5609           #define that can be used to not use peer buffer_alloc functions for
5610           test purposes.
5611         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5612         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5613         (gst_ximagesink_show_frame):
5614         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5615         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5616         (gst_xvimagesink_show_frame):
5617           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5618           fails gracefully instead of XError aborting or deadlocking.
5619
5620 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5621
5622         * ext/libvisual/Makefile.am:
5623           link against gst-base-libs
5624
5625 2005-09-06  David Schleef  <ds@schleef.org>
5626
5627         * configure.ac: Enable libvisual plugin.
5628         * ext/libvisual/Makefile.am:
5629         * ext/libvisual/visual.c: Fixes to make it compile.
5630
5631 === release 0.9.2 ===
5632
5633 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5634
5635         * NEWS:
5636         * RELEASE:
5637         * configure.ac:
5638         * docs/random/ChangeLog-0.8:
5639           releasing 0.9.2, "Spoon"
5640
5641 2005-09-05  Michael Smith <msmith@fluendo.com>
5642
5643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5644           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5645           that in the vorbisenc element.
5646
5647 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5648
5649         * common/gtk-doc-plugins.mak:
5650         * docs/plugins/Makefile.am:
5651           fix distcheck
5652         * gst/audioresample/resample.c:
5653           fix wrong docstring
5654
5655 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5656
5657         * common/gst-xmlinspect.py:
5658         * common/gtk-doc-plugins.mak:
5659           only inspect plugins for this given package
5660           require gst-python 0.9
5661
5662 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5663
5664         * Makefile.am:
5665         * autogen.sh:
5666         * common/gst-xmlinspect.py:
5667         * configure.ac:
5668         * docs/Makefile.am:
5669         * docs/plugins/inspect/plugin-alsa.xml:
5670         * docs/plugins/inspect/plugin-audioresample.xml:
5671         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5672         * docs/plugins/inspect/plugin-ogg.xml:
5673         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5674         * docs/plugins/tmpl/element-multifdsink.sgml:
5675         * docs/plugins/tmpl/element-tcpserversink.sgml:
5676         * docs/plugins/tmpl/element-vorbisenc.sgml:
5677         * gst-plugins-base.spec.in:
5678           various doc-related updates
5679
5680 2005-08-31  Wim Taymans  <wim@fluendo.com>
5681
5682         * gst-libs/gst/audio/gstbaseaudiosink.c:
5683         (gst_base_audio_sink_render):
5684         Resync if the buffer timestamps drift more than a 10th 
5685         of a second.
5686
5687 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5688
5689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5690         (gst_v4lsrc_get_property):
5691           The 'timestamp-offset' property is registered as an int64, so
5692           let's use g_value_{set|get}_int64() in our setter and getter
5693           functions (makes it work and fixes warnings with gst-inspect).
5694
5695 2005-08-30  Wim Taymans  <wim@fluendo.com>
5696
5697         * check/elements/audioconvert.c: (setup_audioconvert):
5698         * check/elements/audioresample.c: (setup_audioresample):
5699         * check/elements/volume.c: (setup_volume):
5700         Fix checks.
5701
5702 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5703
5704         * common/gtk-doc-plugins.mak:
5705         * common/plugins.xsl:
5706         * docs/plugins/Makefile.am:
5707           make module a param
5708
5709 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5710
5711         * examples/seeking/seek.c: (make_mp3_pipeline),
5712         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5713         (play_cb), (pause_cb), (stop_cb):
5714           update the example
5715
5716 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5717
5718         * gst/volume/gstvolume.c: (gst_volume_class_init),
5719         (volume_transform):
5720           do not update controlled params, if buffer has no timestamp
5721
5722 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5723
5724         * configure.ac:
5725         * gst/sine/Makefile.am:
5726         * gst/volume/Makefile.am:
5727           controllerized elements also need to link against controller-libs ;)
5728
5729 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5730
5731         * docs/libs/tmpl/gstcolorbalance.sgml:
5732         * docs/libs/tmpl/gstgconf.sgml:
5733         * docs/libs/tmpl/gstmixer.sgml:
5734         * docs/libs/tmpl/gstringbuffer.sgml:
5735         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5736         (gst_sinesrc_create):
5737         * gst/volume/gstvolume.c: (gst_volume_class_init),
5738         (volume_transform):
5739           controllerized two audio plugins
5740
5741 2005-08-29  Andy Wingo  <wingo@pobox.com>
5742
5743         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
5744         (vorbis_handle_data_packet): Fix some int overflow errors.
5745
5746         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
5747         -1.
5748         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
5749         valid.
5750         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
5751         if it's valid. Fixed streaming-mode playback.
5752
5753         * check/elements/volume.c (cleanup_volume): Fix for running
5754         CK_FORK=no.
5755
5756         * check/elements/audioconvert.c: Convert from native endian, not
5757         little endian.
5758
5759 2005-08-29  Michael Smith <msmith@fluendo.com>
5760
5761         * ext/ogg/Makefile.am:
5762         * ext/ogg/gstogg.c: (plugin_init):
5763         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
5764         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
5765         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
5766         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
5767         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
5768         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
5769         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
5770         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
5771         Add an ogg parser element.
5772
5773 2005-08-28  Andy Wingo  <wingo@pobox.com>
5774
5775         * Updates for two-arg init from GST_BOILERPLATE_FULL.
5776
5777 2005-08-26  Wim Taymans  <wim@fluendo.com>
5778
5779         * gst/audioconvert/audioconvert.c: (if), (float),
5780         (audio_convert_get_func_index), (check_default),
5781         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5782         (audio_convert_clean_context), (audio_convert_get_sizes),
5783         (audio_convert_convert):
5784         Cleanups.
5785
5786 2005-08-26  Wim Taymans  <wim@fluendo.com>
5787
5788         * gst/audioconvert/audioconvert.c: (if), (float),
5789         (audio_convert_get_func_index), (check_default),
5790         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5791         (audio_convert_clean_context), (audio_convert_get_sizes),
5792         (audio_convert_convert):
5793         More elegant and working temp buffer selection algo.
5794
5795 2005-08-26  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst/audioconvert/audioconvert.c: (if), (float),
5798         (audio_convert_get_func_index), (check_default),
5799         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5800         (audio_convert_clean_context), (audio_convert_get_sizes),
5801         (get_temp_buffer), (audio_convert_convert):
5802         Use realloc else we lose our original data.
5803
5804 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5805
5806         * gst/audioresample/gstaudioresample.c:
5807           use base class' newsegment to properly timestamp
5808
5809 2005-08-26  Wim Taymans  <wim@fluendo.com>
5810
5811         * gst/audioconvert/audioconvert.c: (if), (float),
5812         (audio_convert_get_func_index), (check_default),
5813         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5814         (audio_convert_clean_context), (audio_convert_get_sizes),
5815         (get_temp_buffer), (audio_convert_convert):
5816         * gst/audioconvert/gstaudioconvert.c:
5817         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
5818         (gst_audio_convert_transform_caps),
5819         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
5820         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
5821         Oops, allocate enough space to perform the channel mix.
5822
5823 2005-08-26  Wim Taymans  <wim@fluendo.com>
5824
5825         * gst/audioconvert/Makefile.am:
5826         * gst/audioconvert/audioconvert.c: (if), (float),
5827         (audio_convert_get_func_index), (check_default),
5828         (audio_convert_clean_fmt), (audio_convert_prepare_context),
5829         (audio_convert_clean_context), (audio_convert_get_sizes),
5830         (get_temp_buffer), (audio_convert_convert):
5831         * gst/audioconvert/audioconvert.h:
5832         * gst/audioconvert/gstaudioconvert.c:
5833         (gst_audio_convert_class_init), (gst_audio_convert_init),
5834         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
5835         (gst_audio_convert_get_unit_size),
5836         (gst_audio_convert_transform_caps),
5837         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
5838         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
5839         * gst/audioconvert/gstaudioconvert.h:
5840         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5841         (gst_channel_mix_fill_identical),
5842         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
5843         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
5844         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
5845         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
5846         (gst_channel_mix_mix):
5847         * gst/audioconvert/gstchannelmix.h:
5848         Cleanups, librarify a bit, optimize, better negotiation and more.
5849
5850 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5851
5852         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
5853         Another from MikeS:
5854         During typefinding, don't support negative offsets
5855         (offsets from the end of the stream) in our typefind->peek() function
5856         - nothing embedded in ogg ever needs them. However, we need to recognise
5857         those requests and reject them, otherwise we return invalid pointers.
5858
5859 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
5860
5861         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
5862         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
5863         (vorbisdec_finalize), (vorbis_handle_type_packet):
5864           Big shout-out to MikeS for fixing this giant memory leak.
5865           Huzzah!
5866
5867 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5868
5869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
5870         (audio_convert_get_unit_size):
5871           plug some leaks
5872
5873 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5874
5875         * check/Makefile.am:
5876         * check/elements/audioconvert.c: (setup_audioconvert),
5877         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5878         (GST_START_TEST), (audioconvert_suite), (main):
5879           add a test for audioconvert
5880         * gst/audioresample/gstaudioresample.c:
5881         * gst/audioresample/gstaudioresample.h:
5882           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
5883           note that for buffers of 1/3 sec this means DURATION(c) is 
5884           one nanosecond more than for a and b
5885
5886 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5887
5888         * check/Makefile.am:
5889         * check/elements/audioresample.c: (setup_audioresample),
5890         (cleanup_audioresample), (fail_unless_perfect_stream),
5891         (test_perfect_stream_instance), (GST_START_TEST),
5892           add a check for audioresample
5893         (audioresample_suite), (main):
5894         * check/elements/volume.c: (GST_START_TEST):
5895           remove unused method
5896         * gst/audioresample/gstaudioresample.c:
5897           set correct buffer parameters since we're changing them
5898         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5899           add some debug
5900
5901 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5902
5903         * gst/audioresample/debug.c:
5904         * gst/audioresample/gstaudioresample.c:
5905           add room for extra overlap samples when asked to transform size
5906           protect against possible mem corruption and check for discrepancies
5907           between written size and outbuffer's size so we can warn for
5908           potential problems
5909         * gst/audioresample/resample.c: (resample_init),
5910         (resample_get_output_size_for_input), (resample_get_output_size),
5911         (resample_set_n_channels), (resample_set_format):
5912           set debug level based on RESAMPLE_DEBUG env var
5913           make sure that get_output_size* returns a whole number of
5914           sample_size
5915           set sample_size each time either channel or format is set
5916         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
5917         * gst/audioresample/resample_functable.c:
5918         (resample_scale_functable):
5919         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5920           remove r->sample_size, it's done in resample.c now
5921           add some debugging to the ref implementation
5922           make sure we only give back bytes that are wholes of the sample
5923           size
5924
5925 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
5926         * gst/playback/gstplaybasebin.c: (fill_buffer):
5927         Revert unpopular change for GST_MESSAGE_SRC to GObject.
5928
5929 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
5930
5931         * gst/volume/gstvolume.c:
5932           made set_caps function static
5933
5934 2005-08-24  Wim Taymans  <wim@fluendo.com>
5935
5936         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5937         (gst_vorbisenc_change_state):
5938         Stop leaking taglists.
5939
5940 2005-08-24  Wim Taymans  <wim@fluendo.com>
5941
5942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
5943         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
5944         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
5945         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
5946         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
5947         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5948         Parse seeking events better.
5949         Unref static caps.
5950         Generate correct newsegment events, fixes seeking in live oggs.
5951
5952         * ext/theora/theoradec.c: (theora_dec_src_query),
5953         (theora_dec_src_event), (theora_dec_src_getcaps),
5954         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
5955         Use newsegment values to report correct play time.
5956
5957         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5958         (vorbis_dec_src_event), (vorbis_dec_sink_event):
5959         * ext/vorbis/vorbisdec.h:
5960         Parse and use newsegment values to report correct play time.
5961
5962         * gst-libs/gst/audio/gstbaseaudiosink.c:
5963         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5964         Clear ringbuffer on flush.
5965         Use newsegment values to calculate playback time.
5966
5967         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
5968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
5969         Basesink does newsegment calculations for us now.
5970
5971 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5972
5973         * check/Makefile.am:
5974         * configure.ac:
5975           add core's plugins to the mix so that playbin works
5976         * check/generic/states.c: (GST_START_TEST):
5977           set a 0 timeout on pipelines, so they don't force the next
5978           state change
5979         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
5980         (gst_play_base_bin_change_state):
5981           remove the crappy error handling and do GST error handling
5982
5983 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5984
5985         * check/Makefile.am:
5986         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
5987           add same test as to core, it bitches out on playbin atm.
5988
5989 2005-08-24  Wim Taymans  <wim@fluendo.com>
5990
5991         * configure.ac:
5992         Remove audioscale.
5993
5994 2005-08-24  Wim Taymans  <wim@fluendo.com>
5995
5996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
5997         (gst_videoscale_prepare_size), (parse_caps),
5998         (gst_videoscale_set_caps), (gst_videoscale_get_size),
5999         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6000         (gst_videoscale_transform):
6001         * gst/videoscale/gstvideoscale.h:
6002         Refactor, make use of BaseTranform really well.
6003
6004 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6005
6006         * configure.ac:
6007           compile audioresample
6008         * gst/audioresample/Makefile.am:
6009         * gst/audioresample/buffer.c:
6010         * gst/audioresample/functable.c:
6011         * gst/audioresample/gstaudioresample.c:
6012         * gst/audioresample/gstaudioresample.h:
6013         * gst/audioresample/resample.c:
6014         (resample_get_output_size_for_input):
6015         * gst/audioresample/resample.h:
6016         * gst/audioresample/resample_chunk.c:
6017         * gst/audioresample/resample_functable.c:
6018         * gst/audioresample/resample_ref.c:
6019           port to use basetransform; doesn't work in all cases yet
6020
6021 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6022
6023         * gst/audioconvert/gstaudioconvert.c:
6024         (gst_audio_convert_class_init), (gst_audio_convert_init),
6025         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6026         (audio_convert_fixate_caps), (audio_convert_set_caps),
6027         (audio_convert_transform),
6028         (gst_audio_convert_buffer_to_default_format),
6029         (gst_audio_convert_buffer_from_default_format),
6030         (gst_audio_convert_channels):
6031         * gst/audioconvert/gstchannelmix.c:
6032         * gst/audioconvert/gstchannelmix.h:
6033           port to basetransform
6034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6035         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6036         (gst_ffmpegcsp_get_unit_size):
6037         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6038         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6039           fix for basetransform changes
6040
6041 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6042
6043         * check/Makefile.am:
6044           Add CHECK_CFLAGS and LDFLAGS
6045
6046         * gst/playback/gstplaybasebin.c: (fill_buffer):
6047           GST_MESSAGE_SRC became a GObject
6048
6049 2005-08-24  Wim Taymans  <wim@fluendo.com>
6050
6051         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6052         (gst_ring_buffer_clear_all):
6053         * gst-libs/gst/audio/gstringbuffer.h:
6054         Added function to clear the ringbuffer.
6055
6056 2005-08-24  Andy Wingo  <wingo@pobox.com>
6057
6058         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6059         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6060         of _open and _close.
6061
6062         * sys/v4l/gstv4lxoverlay.h:
6063         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6064         an Xv connection here, instead of all the time. Make Xv only be
6065         loaded if you axe for it. Kindof a workaround for buggy behaviour
6066         of Xv when using remote xservers (XvQueryExtension would block).
6067         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6068         replace the _open and _close public API. Only start the xv
6069         connection if necessary.
6070         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6071
6072 2005-08-23  David Schleef  <ds@schleef.org>
6073
6074         * gst/audioresample/Makefile.am: Leet audioresampling code
6075         * gst/audioresample/buffer.c:
6076         * gst/audioresample/buffer.h:
6077         * gst/audioresample/debug.c:
6078         * gst/audioresample/debug.h:
6079         * gst/audioresample/functable.c:
6080         * gst/audioresample/functable.h:
6081         * gst/audioresample/gstaudioresample.c:
6082         * gst/audioresample/gstaudioresample.h:
6083         * gst/audioresample/resample.c:
6084         * gst/audioresample/resample.h:
6085         * gst/audioresample/resample_chunk.c:
6086         * gst/audioresample/resample_functable.c:
6087         * gst/audioresample/resample_ref.c:
6088
6089 2005-08-23  Wim Taymans  <wim@fluendo.com>
6090
6091         * examples/seeking/seek.c: (make_vorbis_pipeline),
6092         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6093         Small seek updates.
6094
6095 2005-08-23  Andy Wingo  <wingo@pobox.com>
6096
6097         * gst-libs/gst/audio/gstbaseaudiosrc.c
6098         (gst_base_audio_src_fixate): Only fixate endianness if it is
6099         present in the caps.
6100
6101 2005-08-22  Andy Wingo  <wingo@pobox.com>
6102
6103         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6104         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6105         device-name property.
6106
6107         * gst-libs/gst/audio/gstaudiosrc.h:
6108         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6109         close_device in the ring buffer, like gstaudiosink.
6110
6111         * ext/alsa/gstalsamixer.h:
6112         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6113         macro to implement the interface without much code. Cleanups. 
6114
6115         * ext/alsa/gstalsasrc.h:
6116         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6117         READY.
6118
6119         * ext/alsa/Makefile.am: Add new files.
6120         * ext/alsa/gstalsamixerelement.c: 
6121         * ext/alsa/gstalsamixerelement.c: Split element code out from
6122         mixer code so that alsasrc can be a mixer too.
6123
6124 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6125
6126         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6127         (GST_START_TEST):
6128         * check/elements/vorbisdec.c: (setup_vorbisdec),
6129         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6130         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6131         (vorbis_handle_identification_packet),
6132         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6133         (vorbis_handle_header_packet), (vorbis_dec_push),
6134         (vorbis_dec_chain):
6135           use the setup/teardown methods to save code.  save code is good.
6136
6137 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6138
6139         * check/Makefile.am:
6140           add ext dir for plugins
6141           add vorbisdec test conditionally
6142         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6143         (GST_START_TEST), (volume_suite):
6144           add a test with wrong caps
6145         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6146         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6147           add a vorbisdec test
6148         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6149         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6150           clean up debug output
6151         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6152           yay, fix a segfault/security issue in vorbisdec
6153           gst-launch fakesrc ! vorbisdec wasn't happy
6154         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6155         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6156         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6157         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6158         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6159         (gst_vorbisenc_set_metadata), (get_constraints_string),
6160         (update_start_message), (gst_vorbisenc_setup),
6161         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6162         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6163         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6164         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6165         * ext/vorbis/vorbisenc.h:
6166           march in line
6167         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6168         (gst_ffmpegcsp_transform):
6169           have the kow come home
6170         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6171           debug my func ptr
6172         * gst/volume/gstvolume.c: (volume_set_caps):
6173           add a debug
6174
6175 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6176
6177         * Makefile.am:
6178         * check/.cvsignore:
6179         * check/Makefile.am:
6180         * check/elements/.cvsignore:
6181         * check/elements/volume.c: (chain_func), (event_func),
6182         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6183         (main):
6184         * configure.ac:
6185           add unit test structure for gst-plugins-base
6186           add a test for volume
6187         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6188         (gst_volume_set_volume), (gst_volume_get_volume),
6189         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6190         (volume_funcfind), (volume_process_float), (volume_process_int16),
6191         (volume_set_caps), (volume_transform), (volume_update_mute),
6192         (volume_update_volume), (volume_set_property),
6193         (volume_get_property):
6194           document a little; use basetransform vmethod _set_caps
6195
6196 2005-08-19  Andy Wingo  <wingo@pobox.com>
6197
6198         * ext/alsa/gstalsamixertrack.h:
6199         * ext/alsa/gstalsamixertrack.c:
6200         * ext/alsa/gstalsamixeroptions.h:
6201         * ext/alsa/gstalsamixeroptions.c:
6202         * ext/alsa/gstalsamixer.h:
6203         * ext/alsa/gstalsamixer.c: Port to 0.9.
6204
6205         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6206         Remove gstalsa.c and alsaclock. No more cruft here.
6207         
6208 2005-08-18  Wim Taymans  <wim@fluendo.com>
6209
6210         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6211         (gst_base_rtp_depayload_chain),
6212         (gst_base_rtp_depayload_add_to_queue),
6213         (gst_base_rtp_depayload_push),
6214         (gst_base_rtp_depayload_queue_release):
6215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6216         Fix for RTPBuffer changes.
6217
6218         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6219         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6220         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6221         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6222         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6223         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6224         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6225         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6226         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6227         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6228         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6229         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6230         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6231         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6232         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6233         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6234         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6235         (gst_rtpbuffer_get_payload):
6236         * gst-libs/gst/rtp/gstrtpbuffer.h:
6237         Don't subclass GstBuffer but add methods and helper functions
6238         to construct and manipulate RTP packets in regular GstBuffers.
6239
6240 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6241
6242         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6243           moved statement below switch
6244         * gst/volume/gstvolume.c: (gst_volume_class_init):
6245           added debug ptr
6246
6247 2005-08-16  Wim Taymans  <wim@fluendo.com>
6248
6249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6250         (gst_base_audio_src_change_state):
6251         Open and close device in READY<->NULL state change.
6252
6253 2005-08-16  Andy Wingo  <wingo@pobox.com>
6254
6255         * examples/seeking/Makefile.am: Don't compile non-compiling
6256         compiled objects with the compiler.
6257
6258         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6259         elements.
6260
6261 2005-08-12  Philippe Khalaf <burger@speedy.org>
6262         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6263         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6264           Made a thread to release the queue.
6265           Removed timestamp conversion for now.
6266
6267 2005-08-10  Philippe Khalaf <burger@speedy.org>
6268         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6269         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6270           Added rtp timestamp -> gst timestamp conversion.
6271           Fixed several problems with queue.
6272
6273 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6274
6275         * gst-libs/gst/audio/gstaudioclock.h:
6276         * gst-libs/gst/audio/gstaudiofilter.h:
6277         * gst-libs/gst/audio/gstaudiosink.h:
6278         * gst-libs/gst/audio/gstaudiosrc.h:
6279         * gst-libs/gst/audio/gstbaseaudiosink.h:
6280         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6281         * gst-libs/gst/audio/gstringbuffer.h:
6282         * gst-libs/gst/net/gstnetbuffer.h:
6283         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6284         * gst-libs/gst/rtp/gstrtpbuffer.h:
6285           Add padding (you will need to rebuild gst-plugins-base,
6286           gst-plugins and all applications afterwards!)
6287
6288 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6289
6290         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6291         (gst_riff_parse_chunk):
6292           Fix bug in debug message and add some more debug messages.
6293
6294 2005-08-08  Edward Hervey  <edward@fluendo.com>
6295
6296         * gst-libs/gst/riff/riff-media.c:
6297         backported updates since branch
6298
6299 2005-08-08  Andy Wingo  <wingo@pobox.com>
6300
6301         * gst-libs/gst/audio/gstbaseaudiosink.c
6302         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6303         like good elements should. Close on READY->NULL too.
6304
6305         * gst-libs/gst/audio/gstaudiosink.c
6306         (gst_audioringbuffer_open_device,
6307         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6308         (gst_audioringbuffer_release): Updates for new ring buffer API,
6309         hook into the new audio sink api.
6310
6311         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6312         (GstAudioSinkClass.close): Just open and close the device -- no
6313         resource allocation or configuration.
6314         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6315         vmethods, handle device setup and resource allocation.
6316
6317         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6318         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6319         base class API.
6320
6321         * gst-libs/gst/audio/gstringbuffer.h
6322         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6323         New vmethods.
6324
6325         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6326         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6327         New API functions. The device should be opened before acquiring
6328         and closed after releasing.
6329
6330 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6331
6332         * gst-libs/gst/interfaces/mixer.h:
6333           Reset padding to GST_PADDING.
6334
6335 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6336
6337         * gst/playback/gstplaybin.c: (remove_sinks):
6338           Remove visualization from parent explicitely; works around some
6339           apparent refcount issue that I haven't tracked down yet.
6340
6341 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6342
6343         * ext/alsa/gstalsasink.c: (set_hwparams):
6344           Assign debug category, add negotiation debug msgs.
6345
6346 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6347
6348         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6349           Fix error code for file-not-found to NOT_FOUND.
6350
6351 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6352
6353         * common/gtk-doc-plugins.mak:
6354         * docs/plugins/Makefile.am:
6355         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6356         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6357           renamed to actual element names, so much nicer to look at
6358         * docs/plugins/tmpl/gstmultifdsink.sgml:
6359           remove
6360         * docs/plugins/tmpl/multifdsink.sgml:
6361         * docs/plugins/tmpl/tcpserversink.sgml:
6362           add
6363         * ext/alsa/gstalsa.c:
6364         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6365         * ext/ogg/gstoggmux.c:
6366         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6367         * gst/playback/gstdecodebin.c:
6368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6369         * gst/tcp/gsttcpserversink.c:
6370           various fixes and documentation additions
6371
6372 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6373
6374         * common/Makefile.am:
6375         * common/gstdoc-scangobj:
6376         * common/gtk-doc-plugins.mak:
6377         * common/gtk-doc.mak:
6378           add a custom scangobj that uses the registry
6379           add a custom gtk-doc-plugins.mak that uses it
6380           some doc build fixes
6381         * configure.ac:
6382         * docs/Makefile.am:
6383         * docs/plugins/Makefile.am:
6384         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6385         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6386         * docs/plugins/gst-plugins-base-plugins.types:
6387         * docs/plugins/tmpl/gstmultifdsink.sgml:
6388           add docs for one element, multifdsink
6389         * gst/adder/gstadder.h:
6390         * gst/volume/gstvolume.h:
6391           don't privatize enum
6392         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6393         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6394         (gst_sync_method_get_type), (gst_client_status_get_type),
6395         (gst_multifdsink_class_init),
6396         (gst_multifdsink_client_queue_buffer),
6397         (gst_multifdsink_handle_client_write):
6398         * gst/tcp/gstmultifdsink.h:
6399         * gst/tcp/gsttcp.h:
6400         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6401         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6402         (gst_tcpclientsink_render):
6403         * gst/tcp/gsttcpclientsink.h:
6404         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6405         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6406         (gst_tcpclientsrc_start):
6407         * gst/tcp/gsttcpclientsrc.h:
6408         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6409         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6410         * gst/tcp/gsttcpserversrc.h:
6411         * gst/typefind/gsttypefindfunctions.c:
6412           remove superfluous Type stuff
6413
6414 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * gst/playback/gstplaybin.c: (gen_video_element):
6417           Enable videoscale.
6418
6419 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6420
6421         * gst-libs/gst/gconf/gconf.c:
6422         * gst-libs/gst/gconf/gconf.h:
6423           Fix some Andy Problem [tm].
6424
6425 2005-08-04  Andy Wingo  <wingo@pobox.com>
6426
6427         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6428         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6429         (gst_ffmpegcsp_get_size): Adapt to API changes.
6430
6431         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6432         Implement an in-place do-nothing transform.
6433
6434 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6435
6436         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6437         (gst_ximagesink_renegotiate_size):
6438           Do not set new window sizes yet if we prepare a new buffer size
6439           for upstream renegotiation (software scaling) at some point in the
6440           future, because this new size waqs not actually accepted yet. Once
6441           accepted, renegotiation later on will set the new sizes just fine.
6442           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6443           embedding testcase.
6444
6445 2005-08-03  Andy Wingo  <wingo@pobox.com>
6446
6447         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6448         (gst_ximagesink_buffer_alloc): 
6449         Protect the height, width, and desired_caps with the pool_lock.
6450         Fixes videotestsrc ! queue ! ximagesink.
6451
6452 2005-08-02  Edward Hervey  <edward@fluendo.com>
6453
6454         * gst/volume/gstvolume.c:
6455         include left from controller cleanup
6456
6457 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6458         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6459           Stop collectpads before calling the parent state
6460           change function on PAUSED->READY.
6461
6462 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6463         * configure.ac:
6464           When testing for X libs, use the X CFlags 
6465         * gst/adder/gstadder.c: (gst_adder_change_state):
6466           Stop the collectpads before calling parent state change function
6467           on PAUSED->READY, otherwise we deadlock deactivating pads.
6468
6469 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6470
6471         * configure.ac:
6472         * docs/libs/tmpl/gstcolorbalance.sgml:
6473         * docs/libs/tmpl/gstmixer.sgml:
6474         * examples/Makefile.am:
6475         * gst/sine/Makefile.am:
6476         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6477         (gst_sinesrc_set_property), (plugin_init):
6478         * gst/sine/gstsinesrc.h:
6479         * gst/volume/Makefile.am:
6480         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6481         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6482         (volume_process_float), (volume_process_int16),
6483         (volume_set_property), (plugin_init):
6484         * gst/volume/gstvolume.h:
6485           deactivate and remove dparams (libgstcontrol)
6486
6487 2005-07-29  Wim Taymans  <wim@fluendo.com>
6488
6489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6490         Convert me to BaseTransform!! help..
6491
6492 2005-07-29  Andy Wingo  <wingo@pobox.com>
6493
6494         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6495         sinks.
6496
6497         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6498         support of both endiannesses.
6499
6500 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6501
6502         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6503           Fix confusing debug message (s/event/query/)
6504
6505 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6506
6507         * gst/videotestsrc/videotestsrc.h:
6508           Use "_stdint.h" instead of <stdint.h>
6509
6510 2005-07-27  Wim Taymans  <wim@fluendo.com>
6511
6512         * ext/vorbis/Makefile.am:
6513         Revert wrong commit.
6514
6515 2005-07-27  Wim Taymans  <wim@fluendo.com>
6516
6517         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6518         More compilation fixen.
6519
6520 2005-07-27  Wim Taymans  <wim@fluendo.com>
6521
6522         * gst-libs/gst/audio/gstbaseaudiosink.c:
6523         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6524         (gst_base_audio_sink_create_ringbuffer),
6525         (gst_base_audio_sink_change_state):
6526         Fix compilation.
6527
6528 2005-07-27  Wim Taymans  <wim@fluendo.com>
6529
6530         * examples/seeking/seek.c: (setup_dynamic_link),
6531         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6532         (query_positions_elems), (query_positions_pads), (do_seek):
6533         Update seek example.
6534
6535         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6536         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6537         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6538         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6539         (gst_ogg_demux_handle_event),
6540         (gst_ogg_demux_deactivate_current_chain),
6541         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6542         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6543         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6544         (gst_ogg_demux_loop):
6545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6546         * ext/theora/theoradec.c: (theora_dec_src_event),
6547         (theora_dec_src_getcaps), (theora_dec_sink_event),
6548         (theora_dec_push), (theora_dec_chain):
6549         * ext/vorbis/Makefile.am:
6550         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6551         (vorbis_dec_sink_event), (vorbis_dec_push),
6552         (vorbis_handle_data_packet):
6553         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6554         (gst_vorbisenc_chain):
6555         * gst/playback/gststreaminfo.c: (cb_probe):
6556         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6557         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6558         * gst/videoscale/gstvideoscale.c:
6559         (gst_videoscale_handle_src_event):
6560         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6561         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6562         (gst_ximagesink_navigation_send_event):
6563         * sys/xvimage/xvimagesink.c:
6564         (gst_xvimagesink_navigation_send_event):
6565         Various event updates and cleanups
6566
6567 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6568
6569         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6570           Fix segfault for I420/YV12.
6571
6572 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6573
6574         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6575           Report bitrate.
6576
6577 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6578
6579         * gst/playback/gstplaybin.c: (gen_video_element),
6580         (gen_audio_element):
6581           Switch to auto*sink elements as default sinks; add volume element
6582           so that volume control in totem works.
6583
6584 2005-07-21  Wim Taymans  <wim@fluendo.com>
6585
6586         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6587         * gst/playback/gstplaybin.c: (setup_sinks),
6588         (gst_play_bin_change_state):
6589         Refcount fix and more comments.
6590
6591 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6592
6593         * sys/ximage/Makefile.am:
6594         * sys/ximage/ximage.c: (plugin_init):
6595         * sys/ximage/ximagesink.c:
6596         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6597         
6598
6599 2005-07-21  Wim Taymans  <wim@fluendo.com>
6600
6601         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6602         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6603         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6604         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6605         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6606         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6607         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6608         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6609         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6610         Generate correct disconts for live chained oggs.
6611
6612         * gst-libs/gst/audio/gstbaseaudiosink.c:
6613         (gst_base_audio_sink_render),
6614         (gst_base_audio_sink_create_ringbuffer),
6615         (gst_base_audio_sink_change_state):
6616         Handle discont math correctly.
6617
6618         * gst/playback/gstplaybin.c: (add_sink):
6619         Some small debug cleanup.
6620
6621 2005-07-21  Wim Taymans  <wim@fluendo.com>
6622
6623         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6624         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6625         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6626         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6627         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6628         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6629         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6630         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6631         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6632         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6633         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6634         (gst_ogg_demux_change_state), (gst_ogg_print):
6635         Reorganize code to send the right disconts when in streaming
6636         mode.
6637
6638 2005-07-20  Andy Wingo  <wingo@pobox.com>
6639
6640         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6641         fix (?), fixes a seggie mcfalterson (#310894).
6642
6643 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6644
6645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6646         (gst_ogg_mux_set_header_on_caps):
6647         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6648         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6649         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6650         * gst-libs/gst/audio/multichannel.c:
6651         (gst_audio_set_channel_positions),
6652         (gst_audio_set_structure_channel_positions_list):
6653         * gst/playback/gstdecodebin.c: (dynamic_create):
6654         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6655         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6656           Fixes for API changes in core.
6657
6658 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6659
6660         * gst/playback/gstplaybasebin.c: (fill_buffer):
6661           Use _new_custom() so we can set custom message types for buffering
6662           messages.
6663
6664 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6665
6666         * configure.ac:
6667         * gst-libs/gst/Makefile.am:
6668         * gst-libs/gst/gconf/.cvsignore:
6669         * gst-libs/gst/gconf/Makefile.am:
6670         * gst-libs/gst/gconf/test-gconf.c:
6671         * pkgconfig/Makefile.am:
6672         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6673         * pkgconfig/gstreamer-gconf.pc.in:
6674           Remove gconf stuff, use gconf elements instead from now on.
6675
6676 2005-07-20  Wim Taymans  <wim@fluendo.com>
6677
6678         * gst-libs/gst/audio/TODO:
6679         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6680         (gst_audio_clock_get_internal_time):
6681         * gst-libs/gst/audio/gstaudioclock.h:
6682         * gst-libs/gst/audio/gstbaseaudiosink.c:
6683         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6684         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6685         (gst_base_audio_sink_render),
6686         (gst_base_audio_sink_create_ringbuffer),
6687         (gst_base_audio_sink_change_state):
6688         Make sure the audio clock always returns an increasing value.
6689
6690 2005-07-19  Andy Wingo  <wingo@pobox.com>
6691
6692         * gst/videotestsrc/: Cleanups.
6693
6694 2005-07-19  Wim Taymans  <wim@fluendo.com>
6695
6696         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6697         Better debugging.
6698
6699 2005-07-19  Wim Taymans  <wim@fluendo.com>
6700
6701         * examples/seeking/seek.c: (make_dv_pipeline),
6702         (make_vorbis_theora_pipeline), (query_rates),
6703         (query_positions_elems), (query_positions_pads), (do_seek):
6704         Make correct DV pipeline.
6705
6706 2005-07-18  Andy Wingo  <wingo@pobox.com>
6707
6708         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6709         default. Also because it's the only thing that really works. (This
6710         is used in the GConf elements).
6711         Use AS_LIBTOOL_TAGS.
6712
6713 2005-07-18  Wim Taymans  <wim@fluendo.com>
6714
6715         * gst/playback/gstdecodebin.c: (remove_element_chain):
6716         * gst/playback/gstplaybin.c: (add_sink):
6717         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6718         (gst_stream_info_set_mute):
6719         * gst/playback/gststreamselector.c:
6720         (gst_stream_selector_get_linked_pad),
6721         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6722         More leak and compile fixes.
6723
6724 2005-07-18  Wim Taymans  <wim@fluendo.com>
6725
6726         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6727         (query_rates), (query_positions_elems), (query_positions_pads),
6728         (do_seek), (seek_cb), (stop_seek):
6729         Updated seek example. 
6730
6731         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
6732         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
6733         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
6734         * gst/playback/gstplaybin.c: (add_sink):
6735         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6736         (gst_stream_info_set_mute):
6737         Some refcount leak fixes.
6738
6739 2005-07-16  Wim Taymans  <wim@fluendo.com>
6740
6741         * gst-libs/gst/audio/gstbaseaudiosink.c:
6742         (gst_base_audio_sink_render):
6743         Align samples even if we have roundoff errors in the 
6744         timestamp conversion.
6745
6746 2005-07-16  Wim Taymans  <wim@fluendo.com>
6747
6748         * docs/libs/tmpl/gstringbuffer.sgml:
6749         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
6750         (query_rates), (query_positions_elems), (query_positions_pads),
6751         (update_scale), (do_seek):
6752         Updated seek example.
6753
6754         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6755         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
6756         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
6757         (gst_ogg_demux_loop):
6758         Push out correct discont values.
6759
6760         * ext/theora/theoradec.c: (theora_dec_src_convert),
6761         (theora_dec_sink_convert), (theora_dec_src_getcaps),
6762         (theora_dec_sink_event), (theora_handle_type_packet),
6763         (theora_handle_header_packet), (theora_dec_push),
6764         (theora_handle_data_packet), (theora_dec_chain),
6765         (theora_dec_change_state):
6766         Better timestamping.
6767
6768         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
6769         (vorbis_dec_sink_event), (vorbis_dec_push),
6770         (vorbis_handle_data_packet), (vorbis_dec_chain):
6771         * ext/vorbis/vorbisdec.h:
6772         Better timestamping.
6773
6774         * gst-libs/gst/audio/gstbaseaudiosink.c:
6775         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
6776         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6777         Handle syncing on timestamps instead of sample offsets. Make
6778         use of DISCONT values as described in design docs.
6779
6780         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6781         (gst_base_audio_src_get_time):
6782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
6783         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
6784         (gst_ring_buffer_read):
6785         * gst-libs/gst/audio/gstringbuffer.h:
6786         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
6787         (gst_ximagesink_show_frame):
6788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6789         Correcly convert buffer timestamp to stream time.
6790
6791 2005-07-16  Wim Taymans  <wim@fluendo.com>
6792
6793         * gst/audioconvert/gstaudioconvert.c:
6794         (gst_audio_convert_get_buffer):
6795         Timestamp buffers correctly.
6796
6797         * gst/playback/gstplaybin.c: (gen_video_element):
6798         Make internal fakesink silent.
6799
6800 2005-07-15  Wim Taymans  <wim@fluendo.com>
6801
6802         * gst/ffmpegcolorspace/Makefile.am:
6803         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6804         (gst_ffmpegcsp_caps_remove_format_info),
6805         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
6806         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
6807         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
6808         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
6809         Ported ffmpegcolorspace to basetransform.
6810
6811         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
6812         * gst/volume/gstvolume.c: (volume_transform):
6813         Ported to new API.
6814
6815 2005-07-14  Wim Taymans  <wim@fluendo.com>
6816
6817         * gst/videotestsrc/Makefile.am:
6818         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
6819         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
6820         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
6821         (gst_videotestsrc_init), (gst_videotestsrc_event),
6822         (gst_videotestsrc_create), (gst_videotestsrc_start),
6823         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
6824         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
6825         (gst_videotestsrc_get_property):
6826         * gst/videotestsrc/gstvideotestsrc.h:
6827         Make videotestsrc a pushsrc.
6828
6829 2005-07-14  Wim Taymans  <wim@fluendo.com>
6830
6831         * gst/tcp/gstfdset.c: (gst_fdset_free):
6832         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
6833         (gst_multifdsink_add), (gst_multifdsink_remove),
6834         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
6835         (gst_multifdsink_remove_client_link),
6836         (gst_multifdsink_client_queue_data),
6837         (gst_multifdsink_client_queue_caps),
6838         (gst_multifdsink_client_queue_buffer),
6839         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
6840         (gst_multifdsink_stop):
6841         * gst/tcp/gstmultifdsink.h:
6842         0.8 backporting.
6843
6844         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
6845         Also draw image when not from a pool.
6846
6847 2005-07-14  Wim Taymans  <wim@fluendo.com>
6848
6849         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
6850         (mute_stream), (silence_stream):
6851         Small debug additions.
6852
6853 2005-07-14  Wim Taymans  <wim@fluendo.com>
6854
6855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
6856         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6857         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
6858         Better error recovery, ignore unconnected pads and
6859         non-fatal errors.
6860
6861 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6862
6863         * docs/libs/tmpl/gstaudio.sgml:
6864         * docs/libs/tmpl/gstcolorbalance.sgml:
6865         * docs/libs/tmpl/gstgconf.sgml:
6866         * docs/libs/tmpl/gstmixer.sgml:
6867         * docs/libs/tmpl/gstringbuffer.sgml:
6868         * docs/libs/tmpl/gsttuner.sgml:
6869         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6870         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
6871         (gst_tcpclientsrc_class_init):
6872         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
6873         (gst_tcpserversrc_class_init):
6874         * sys/v4l/gstv4lelement.c:
6875           more autistic cleanliness in functions/names/defines
6876
6877 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6878
6879         * configure.ac:
6880           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
6881           added manually to each Makefile.am so we are sure it goes
6882           *last* and doesn't add -L flags before linking in libs of our
6883           own, like, say, internal .la libs, that then accidentally pick
6884           up the installed copy.
6885         * docs/libs/Makefile.am:
6886         * ext/alsa/Makefile.am:
6887         * ext/cdparanoia/Makefile.am:
6888         * ext/gnomevfs/Makefile.am:
6889         * ext/libvisual/Makefile.am:
6890         * ext/ogg/Makefile.am:
6891         * ext/theora/Makefile.am:
6892         * ext/vorbis/Makefile.am:
6893         * gst-libs/gst/video/Makefile.am:
6894         * gst/adder/Makefile.am:
6895         * gst/audioconvert/Makefile.am:
6896         * gst/audiorate/Makefile.am:
6897         * gst/audioscale/Makefile.am:
6898         * gst/ffmpegcolorspace/Makefile.am:
6899         * gst/playback/Makefile.am:
6900         * gst/sine/Makefile.am:
6901         * gst/subparse/Makefile.am:
6902         * gst/tags/Makefile.am:
6903         * gst/tcp/Makefile.am:
6904         * gst/typefind/Makefile.am:
6905         * gst/videorate/Makefile.am:
6906         * gst/videoscale/Makefile.am:
6907         * gst/videotestsrc/Makefile.am:
6908         * gst/volume/Makefile.am:
6909         * sys/v4l/Makefile.am:
6910         * sys/ximage/Makefile.am:
6911         * sys/xvimage/Makefile.am:
6912           adapt properly to this change. This should make sure that
6913           plugins and libs properly link to the as-yet-uninstalled
6914           copies of stuff like libgstinterfaces and libgstvideo
6915
6916 2005-07-13  Andy Wingo  <wingo@pobox.com>
6917
6918         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
6919         (gst_v4lsrc_fixate): Fixate on format as well.
6920
6921         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
6922         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
6923         buffer points to it.
6924         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
6925         rather just doing X calls ourselves. Also fixes a memleak.
6926
6927 2005-07-12  Andy Wingo  <wingo@pobox.com>
6928
6929         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
6930         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
6931         (gst_v4lsrc_create): Re-add the copy-mode property, default to
6932         TRUE to avoid deadlocks if an element holds on to our buffers.
6933
6934 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6935
6936         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6937         (gst_sinesrc_init), (gst_sinesrc_create),
6938         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
6939         (gst_sinesrc_start):
6940         * gst/sine/gstsinesrc.h:
6941           removing num-buffers property before moving it
6942
6943 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6944
6945         * configure.ac:
6946           use overridable ERROR_CFLAGS
6947         * docs/libs/gst-plugins-base-libs.types:
6948         * docs/libs/tmpl/gstringbuffer.sgml:
6949         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
6950         (gst_alsasink_class_init):
6951         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
6952         (gst_alsasrc_class_init):
6953         * gst-libs/gst/audio/audio.h:
6954         * gst-libs/gst/audio/gstaudioclock.h:
6955         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
6956         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
6957         (gst_audio_filter_link), (gst_audio_filter_init),
6958         (gst_audio_filter_chain), (gst_audio_filter_set_property),
6959         (gst_audio_filter_get_property),
6960         (gst_audio_filter_class_add_pad_templates):
6961         * gst-libs/gst/audio/gstaudiofilter.h:
6962         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6963         (gst_audio_filter_template_get_type),
6964         (gst_audio_filter_template_base_init),
6965         (gst_audio_filter_template_class_init),
6966         (gst_audio_filter_template_init),
6967         (gst_audio_filter_template_set_property),
6968         (gst_audio_filter_template_get_property), (plugin_init),
6969         (gst_audio_filter_template_setup),
6970         (gst_audio_filter_template_filter),
6971         (gst_audio_filter_template_filter_inplace):
6972         * gst-libs/gst/audio/gstaudiosink.c:
6973         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
6974         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
6975         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
6976         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
6977         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
6978         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
6979         * gst-libs/gst/audio/gstaudiosink.h:
6980         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
6981         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
6982         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
6983         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
6984         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
6985         (gst_audio_src_class_init), (gst_audio_src_init),
6986         (gst_audio_src_create_ringbuffer):
6987         * gst-libs/gst/audio/gstaudiosrc.h:
6988         * gst-libs/gst/audio/gstbaseaudiosink.c:
6989         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
6990         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6991         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
6992         (gst_base_audio_sink_set_property),
6993         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
6994         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
6995         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
6996         (gst_base_audio_sink_create_ringbuffer),
6997         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
6998         * gst-libs/gst/audio/gstbaseaudiosink.h:
6999         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7000         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7001         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7002         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7003         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7004         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7005         (gst_base_audio_src_event), (gst_base_audio_src_create),
7006         (gst_base_audio_src_create_ringbuffer),
7007         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7008         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7009         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7010         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7011         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7012         (gst_ring_buffer_debug_spec_caps),
7013         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7014         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7015         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7016         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7017         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7018         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7019         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7020         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7021         (gst_ring_buffer_clear):
7022         * gst-libs/gst/audio/gstringbuffer.h:
7023         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7024         (gst_video_sink_class_init), (gst_video_sink_get_type):
7025         * gst-libs/gst/video/videosink.h:
7026         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7027         (gst_multifdsink_class_init),
7028         (gst_multifdsink_handle_client_write),
7029         (gst_multifdsink_change_state):
7030         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7031         (gst_tcpclientsink_setcaps):
7032         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7033         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7034         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7035         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7036         (gst_ximagesink_send_pending_navigation),
7037         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7038         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7040         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7041         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7042         (gst_xvimagesink_send_pending_navigation),
7043         (gst_xvimagesink_navigation_send_event),
7044         (gst_xvimagesink_set_xwindow_id),
7045         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7046         (gst_xvimagesink_get_type):
7047         more macro splitting
7048
7049 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7050
7051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7052           plug a memleak, allows me to import 1479 albums in one go
7053           in jamboree
7054         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7055         (vorbis_handle_type_packet), (vorbis_dec_chain),
7056         (vorbis_dec_change_state):
7057           fix some format strings
7058
7059 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7060
7061         * docs/libs/tmpl/gstcolorbalance.sgml:
7062         * docs/libs/tmpl/gstmixer.sgml:
7063         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7064         (gst_alsasink_set_property), (gst_alsasink_get_property):
7065         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7066         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7067           add device property
7068
7069 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7070
7071         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7072         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7073         (audiocast_register_listener), (audiocast_thread_run),
7074         (gst_gnomevfssrc_send_additional_headers_callback),
7075         (gst_gnomevfssrc_received_headers_callback),
7076         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7077         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7078         (gst_gnomevfssrc_get_size):
7079           add/clean up debugging
7080         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7081           cleanups
7082
7083 2005-07-07  Andy Wingo  <wingo@pobox.com>
7084
7085         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7086         framerate. Need to get a handle on when exactly this function is
7087         called, tho.
7088
7089         * sys/v4l/v4lsrc_calls.h:
7090         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7091         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7092         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7093
7094         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7095         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7096         v4lelements are sources.
7097
7098         * sys/v4l/gstv4lxoverlay.h:
7099         * sys/v4l/gstv4lxoverlay.c:
7100         * sys/v4l/gstv4ltuner.h:
7101         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7102         
7103         * sys/v4l/gstv4lsrc.h:
7104         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7105         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7106         or something should handle that. Made a live source.
7107
7108         * sys/v4l/gstv4lelement.h:
7109         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7110         signals. Some cleanups.
7111
7112         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7113
7114         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7115         stuff.
7116
7117         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7118         stuff.
7119
7120         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7121
7122 2005-07-07  Wim Taymans  <wim@fluendo.com>
7123
7124         * ext/theora/theoradec.c: (theora_get_query_types),
7125         (theora_dec_src_getcaps), (theora_dec_push):
7126         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7127         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7128         Remove deprecated/unused query types.
7129
7130 2005-07-06  Wim Taymans  <wim@fluendo.com>
7131
7132         * ext/alsa/Makefile.am:
7133         * ext/alsa/gstalsaplugin.c: (plugin_init):
7134         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7135         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7136         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7137         (gst_alsasrc_class_init), (gst_alsasrc_init),
7138         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7139         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7140         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7141         (gst_alsasrc_reset):
7142         * ext/alsa/gstalsasrc.h:
7143         * gst-libs/gst/audio/Makefile.am:
7144         * gst-libs/gst/audio/gstaudiosink.c:
7145         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7146         (gst_audioringbuffer_start):
7147         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7148         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7149         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7150         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7151         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7152         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7153         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7154         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7155         * gst-libs/gst/audio/gstaudiosrc.h:
7156         * gst-libs/gst/audio/gstbaseaudiosink.c:
7157         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7158         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7159         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7160         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7161         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7162         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7163         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7164         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7165         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7166         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7167         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7168         (gst_baseaudiosrc_change_state):
7169         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7170         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7171         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7172         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7173         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7174         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7175         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7176         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7177         * gst-libs/gst/audio/gstringbuffer.h:
7178         Added audiosource base classes.
7179         Ported alsasrc, still very basic.
7180
7181 2005-07-06  Wim Taymans  <wim@fluendo.com>
7182
7183         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7184         (theora_dec_push), (theora_handle_data_packet):
7185         Prepare for better timestamp fix later.
7186
7187         * gst/audioconvert/gstaudioconvert.c:
7188         List most accurate caps first
7189
7190         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7191         Use proper pad task function.
7192
7193         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7194         (gst_xvimagesink_show_frame):
7195         Fix deadlock when alloc failed.
7196
7197 2005-07-05  Andy Wingo  <wingo@pobox.com>
7198
7199         * ext/gnomevfs/gstgnomevfssrc.c:
7200         * gst/sine/gstsinesrc.c:
7201         * gst/tcp/gsttcpserversrc.c:
7202         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7203
7204         * sys/v4l/: Port from 0.8.
7205
7206         * Many files: Null if we got it....
7207
7208 2005-07-05  Andy Wingo  <wingo@pobox.com>
7209
7210         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7211         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7212         Signedness fixes.
7213
7214 2005-07-05  Wim Taymans  <wim@fluendo.com>
7215
7216         * configure.ac:
7217         * gst/tcp/Makefile.am:
7218         * gst/tcp/README:
7219         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7220         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7221         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7222         (is_sync_frame), (gst_multifdsink_handle_client_write),
7223         (gst_multifdsink_render), (gst_multifdsink_start),
7224         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7225         * gst/tcp/gstmultifdsink.h:
7226         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7227         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7228         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7229         * gst/tcp/gsttcp.h:
7230         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7231         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7232         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7233         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7234         * gst/tcp/gsttcpclientsink.h:
7235         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7236         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7237         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7238         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7239         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7240         * gst/tcp/gsttcpclientsrc.h:
7241         * gst/tcp/gsttcpplugin.c: (plugin_init):
7242         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7243         * gst/tcp/gsttcpserversink.h:
7244         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7245         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7246         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7247         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7248         (gst_tcpserversrc_stop):
7249         * gst/tcp/gsttcpserversrc.h:
7250         * gst/tcp/gsttcpsink.c:
7251         * gst/tcp/gsttcpsink.h:
7252         * gst/tcp/gsttcpsrc.c:
7253         * gst/tcp/gsttcpsrc.h:
7254         Ported tcp plugins to 0.9. 
7255         
7256
7257 2005-07-05  Andy Wingo  <wingo@pobox.com>
7258
7259         * gst/playback/gstplaybasebin.c (fill_buffer):
7260         message_new_application fixen.
7261
7262         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7263         Style fix.
7264
7265 2005-07-04  Wim Taymans  <wim@fluendo.com>
7266
7267         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7268         Set caps on output buffer.
7269
7270 2005-07-04  Andy Wingo  <wingo@pobox.com>
7271
7272         * ext/gnomevfs/gstgnomevfssrc.c
7273         (gst_gnomevfssrc_received_headers_callback) 
7274         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7275         hopefully.
7276
7277         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7278         No refcount leakage.
7279
7280         * configure.ac: Enable -Werror.
7281         
7282         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7283         * gst/audioconvert/bufferframesconvert.c
7284         (buffer_frames_convert_fixate):
7285         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7286         (gst_audio_convert_fixate):
7287         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7288         (gst_sinesrc_create): Fixate func changes.
7289         
7290         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7291         (gst_ximagesink_buffer_alloc): Unused var.
7292
7293 2005-07-01  Andy Wingo  <wingo@pobox.com>
7294
7295         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7296         getcaps to do explicit caps. Needs to be done in all decoders,
7297         possibly via a base class.
7298
7299         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7300
7301         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7302         caps on the sink pad, just rely on the pad template. Also, setting
7303         ANY caps on a pad is not valid because the caps are not fixed.
7304
7305         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7306         caps on the buffer, and get the width from the desired_caps if
7307         they're set.
7308         (gst_ximagesink_renegotiate_size): Implement via setting the
7309         desired_caps on the ximagesink.
7310         (gst_ximagesink_setcaps): Only reset the width of the player if it
7311         wasn't already set. Not sure if this is right.
7312         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7313
7314         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7315         that the user wants. NULL unless the window has been resized.
7316
7317         * gst/volume/gstvolume.c (volume_transform): Adapt to
7318         basetransform refcount changes.
7319         
7320 2005-07-01  Andy Wingo  <wingo@pobox.com>
7321
7322         * gst/videoscale/gstvideoscale.c:
7323         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7324         from BaseTransform, implements a transform_caps. Removed dead code
7325         including some PAR stuff that was never reached -- should probably
7326         be added back somehow.
7327
7328 2005-07-01  Andy Wingo  <wingo@pobox.com>
7329
7330         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7331         come later.
7332
7333 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7334
7335         * configure.ac:
7336         * docs/libs/Makefile.am:
7337         * docs/libs/gst-plugins-libs.types:
7338         * ext/alsa/Makefile.am:
7339         * ext/alsa/gstalsamixer.h:
7340         * ext/alsa/gstalsamixeroptions.h:
7341         * ext/alsa/gstalsamixertrack.h:
7342         * gst-libs/gst/Makefile.am:
7343         * gst-libs/gst/colorbalance/.cvsignore:
7344         * gst-libs/gst/colorbalance/Makefile.am:
7345         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7346         * gst-libs/gst/colorbalance/colorbalance.c:
7347         * gst-libs/gst/colorbalance/colorbalance.h:
7348         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7349         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7350         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7351         * gst-libs/gst/interfaces/Makefile.am:
7352         * gst-libs/gst/interfaces/colorbalance.c:
7353         (gst_color_balance_class_init):
7354         * gst-libs/gst/interfaces/colorbalance.h:
7355         * gst-libs/gst/interfaces/interfaces-marshal.list:
7356         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7357         * gst-libs/gst/interfaces/mixer.h:
7358         * gst-libs/gst/interfaces/mixeroptions.h:
7359         * gst-libs/gst/interfaces/navigation.c:
7360         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7361         * gst-libs/gst/interfaces/tuner.h:
7362         * gst/volume/Makefile.am:
7363         * gst/volume/gstvolume.c:
7364         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7365         * sys/ximage/Makefile.am:
7366         * sys/ximage/ximagesink.c:
7367         * sys/xvimage/Makefile.am:
7368         * sys/xvimage/xvimagesink.c:
7369           fold in all interfaces into an interfaces dir, preserving CVS
7370           history
7371
7372 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7373
7374         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7375           Fix build after riff changes.
7376
7377 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7378
7379         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7380         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7381         (gst_riff_create_video_template_caps),
7382         (gst_riff_create_audio_template_caps),
7383         (gst_riff_create_iavs_template_caps):
7384         * gst-libs/gst/riff/riff-media.h:
7385         * gst-libs/gst/riff/riff-read.h:
7386         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7387           Add gst_riff_init() to initialize the debug category, instead
7388           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7389
7390 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7391
7392         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7393           Oops, I shouldn't apply hacks.
7394
7395 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7396
7397         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7398           Remove pad_loop function which doesn't work.
7399
7400 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7401
7402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7403           Send EOS when deactivating.
7404         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7405         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7406         (gen_preroll_element), (probe_triggered), (mute_stream),
7407         (silence_stream), (new_decoded_pad), (setup_substreams),
7408         (set_active_source):
7409         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7410         (remove_sinks), (add_sink):
7411         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7412           Change for new probe API.
7413
7414 2005-06-29  Wim Taymans  <wim@fluendo.com>
7415
7416         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7417         * gst-libs/gst/audio/gstbaseaudiosink.c:
7418         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7419         (gst_baseaudiosink_change_state):
7420         * gst-libs/gst/audio/gstbaseaudiosink.h:
7421         * gst-libs/gst/audio/gstringbuffer.c:
7422         (gst_ringbuffer_set_callback):
7423         Fix compilation error.
7424         Ringbuffer starts out as not running.
7425         Free our clock in dispose.
7426         When releasing the ringbuffer we need to renegotiate so
7427         clear the pad caps.
7428
7429 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7430
7431         * autogen.sh:
7432         * configure.ac:
7433         * docs/Makefile.am:
7434         * docs/libs/Makefile.am:
7435         * docs/libs/gst-plugins-libs-docs.sgml:
7436         * docs/libs/gst-plugins-libs-sections.txt:
7437         * docs/libs/gst-plugins-libs.types:
7438         * docs/libs/tmpl/gstaudio.sgml:
7439         * docs/libs/tmpl/gstcolorbalance.sgml:
7440         * docs/libs/tmpl/gstringbuffer.sgml:
7441         * gst-libs/gst/audio/gstringbuffer.c:
7442         (gst_ringbuffer_set_callback):
7443           reinstate gtk-doc docs for plugin libs
7444
7445 2005-06-28  Wim Taymans  <wim@fluendo.com>
7446
7447         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7448         (gst_ogg_demux_init):
7449         Removed pad loop function.
7450
7451 2005-06-28  Wim Taymans  <wim@fluendo.com>
7452
7453         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7454         If we're building a chain we are not in an error case
7455         when we queue a buffer.
7456
7457 2005-06-28  Andy Wingo  <wingo@pobox.com>
7458
7459         * *.c: Don't cast to GstObject before reffing/unreffing.
7460
7461 2005-06-27  Andy Wingo  <wingo@pobox.com>
7462
7463         * gst/videotestsrc/gstvideotestsrc.c
7464         (gst_videotestsrc_activate_push): Activation API changes.
7465
7466         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7467         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7468         they have refs on the decodebin.
7469
7470         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7471         parent class.
7472         (gst_ogg_pad_typefind): Don't leak a pad ref.
7473         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7474         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7475         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7476
7477 2005-06-27  Edward Hervey  <edward@fluendo.com>
7478
7479         * ext/theora/theoradec.c: (theora_dec_change_state): 
7480         re-arranged call to parent's state change in order to avoid locks (or
7481         worse).
7482
7483 2005-06-26  Edward Hervey  <edward@fluendo.com>
7484
7485         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7486         2nd argument of 'unknow-type' signal is a GstCaps and not a
7487         GstMiniObject
7488
7489 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7490         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7491           Set the worker thread's running flag to TRUE before starting the
7492           thread.
7493         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7494           Catch a failure to add typefind to the bin.
7495
7496 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7497
7498         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7499         (gst_sinesrc_init), (gst_sinesrc_create),
7500         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7501         (gst_sinesrc_start):
7502         * gst/sine/gstsinesrc.h:
7503           add num-buffers and timestamp-offset properties
7504         * gst/videotestsrc/gstvideotestsrc.c:
7505         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7506         (gst_videotestsrc_get_property):
7507           add timestamp-offset property
7508
7509 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7510
7511         * configure.ac: add videorate
7512         * gst-plugins-base.spec.in: add videorate
7513
7514 2005-06-23  Wim Taymans  <wim@fluendo.com>
7515
7516         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7517         (gst_videorate_getcaps), (gst_videorate_setcaps),
7518         (gst_videorate_event), (gst_videorate_chain):
7519         Fixed videorate, fixating an already fixated caps is not
7520         an error.
7521
7522 2005-06-23  Wim Taymans  <wim@fluendo.com>
7523
7524         * ext/ogg/README:
7525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7526         Buffer on caps is not boxed anymore.
7527
7528 2005-06-22  Wim Taymans  <wim@fluendo.com>
7529
7530         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7532         Set buffers on caps as miniobjects and not as boxed.
7533
7534 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7535
7536         * configure.ac:
7537           back to HEAD
7538
7539 === release 0.9.1 ===
7540
7541 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7542
7543         * .cvsignore:
7544         * NEWS:
7545         * README:
7546         * RELEASE:
7547         * configure.ac:
7548         * po/af.po:
7549         * po/az.po:
7550         * po/cs.po:
7551         * po/en_GB.po:
7552         * po/hu.po:
7553         * po/it.po:
7554         * po/nb.po:
7555         * po/nl.po:
7556         * po/or.po:
7557         * po/sq.po:
7558         * po/sr.po:
7559         * po/sv.po:
7560         * po/uk.po:
7561         * po/vi.po:
7562           updates for release
7563
7564 2005-06-09  Andy Wingo  <wingo@pobox.com>
7565
7566         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7567         
7568 2005-06-09  Andy Wingo  <wingo@pobox.com>
7569
7570         * configure.ac:
7571         * gst-libs/gst/Makefile.am:
7572         * gst-libs/gst/net/Makefile.am:
7573         Add gstnet to build.
7574
7575 2005-06-09  Andy Wingo  <wingo@pobox.com>
7576
7577         * gst-libs/gst/gconf/gconf.c:
7578         * gst/playback/test.c:
7579         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7580         fixes.
7581
7582         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7583
7584         * ext/theora/theoraenc.c (theora_enc_chain): 
7585         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7586
7587         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7588         RealPad.
7589
7590 2005-06-02  Wim Taymans  <wim@fluendo.com>
7591
7592         * gst-libs/gst/net/Makefile.am:
7593         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7594         * pkgconfig/gstreamer-libs.pc.in:
7595         Added net stuff, version net lib.
7596
7597 2005-06-02  Wim Taymans  <wim@fluendo.com>
7598
7599         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7600         (query_rates), (query_positions_elems), (query_positions_pads),
7601         (do_seek):
7602         Updated seek example.
7603
7604 2005-06-02  Andy Wingo  <wingo@pobox.com>
7605
7606         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7607         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7608         list.
7609
7610         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7611         remove the typefind, the bin dispose will do it for us. When it's
7612         removed and unreffed, the signal handler will be disconnected,
7613         too.
7614         (unlinked): It's too difficult to disconnect from unlinked
7615         handlers, as they are on pads not elements. Just punt if the pads
7616         aren't grandkids of the bin.
7617
7618 2005-06-02  Wim Taymans  <wim@fluendo.com>
7619
7620         * ext/ogg/README:
7621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7622         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7624         * ext/theora/theoradec.c: (theora_dec_src_query),
7625         (theora_handle_data_packet):
7626         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7627         (theora_enc_chain):
7628         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7629         (vorbis_handle_data_packet):
7630         * gst/audioconvert/bufferframesconvert.c:
7631         (buffer_frames_convert_chain):
7632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7633         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7634         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7635         (gst_ffmpegcsp_chain):
7636         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7637         (gst_videorate_getcaps), (gst_videorate_setcaps),
7638         (gst_videorate_event), (gst_videorate_chain):
7639         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7640         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7641         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7642         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7643         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7644         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7645         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7646         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7647         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7648         Cleanups and buffer alloc.
7649
7650 2005-05-31  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7653         Don't try to call the delay method when the device is not
7654         opened.
7655
7656 2005-05-31  Wim Taymans  <wim@fluendo.com>
7657
7658         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7659         Get actual segment size and buffer size after opening
7660         the device.
7661
7662 2005-05-30  Wim Taymans  <wim@fluendo.com>
7663
7664         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7665         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7666         Also FLUSH upstream, makes the loop function exit faster.
7667         
7668         * ext/theora/theoradec.c: (theora_dec_src_query):
7669         Some more debug info in the query.
7670         
7671         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7672         (gst_ximagesink_setcaps):
7673         Release lock on par error, better error reporting.
7674
7675 2005-05-26  Wim Taymans  <wim@fluendo.com>
7676
7677         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7678         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7679         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7680         Clear chains in READY
7681         Queue packets until the chain is activated.
7682
7683 2005-05-25  Wim Taymans  <wim@fluendo.com>
7684
7685         * gst-libs/gst/audio/gstaudiosink.c:
7686         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7687         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7688         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7689         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7690         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7691         (gst_audiosink_create_ringbuffer):
7692         * gst-libs/gst/audio/gstbaseaudiosink.c:
7693         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7694         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7695         (gst_baseaudiosink_set_property), (build_linear_format),
7696         (debug_spec_caps), (debug_spec_buffer),
7697         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7698         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7699         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7700         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7701         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7702         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7703         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7704         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7705         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7706         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7707         (wait_segment), (gst_ringbuffer_commit),
7708         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7709         (gst_ringbuffer_clear):
7710         Various small cleanups.
7711
7712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7713         (gst_audio_convert_change_state):
7714         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7715         No need to take the locks anymore.
7716
7717 2005-05-25  Wim Taymans  <wim@fluendo.com>
7718
7719         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7720         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7721         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7722         (type_found):
7723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7724         (group_destroy), (group_commit), (queue_overrun),
7725         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
7726         (mute_stream), (new_decoded_pad), (setup_substreams),
7727         (setup_source), (mute_group_type), (set_active_source),
7728         (gst_play_base_bin_change_state):
7729         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
7730         (gen_video_element), (gen_text_element), (gen_audio_element),
7731         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
7732         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
7733         (gst_stream_info_dispose), (gst_stream_info_set_mute):
7734         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
7735         Some playbin cleanups mostly refcounting sloppyness.
7736
7737 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7738
7739         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7740           Work with streaming input.
7741
7742 2005-05-25  Wim Taymans  <wim@fluendo.com>
7743
7744         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7745         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7746         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7747         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
7748         No need to take the STREAM lock anymore.
7749
7750 2005-05-25  Wim Taymans  <wim@fluendo.com>
7751
7752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7753         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
7754         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
7755         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
7756         (gst_ogg_demux_sink_activate):
7757         * ext/theora/theoradec.c: (theora_dec_src_event),
7758         (theora_handle_comment_packet), (theora_dec_chain),
7759         (theora_dec_change_state):
7760         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7761         (vorbis_handle_data_packet), (vorbis_dec_chain),
7762         (vorbis_dec_change_state):
7763         Remove STREAM locks as they are taken in core now.
7764         Never set bogus granulepos on vorbis/theora.
7765         Fix leaks in theoradec tag parsing.
7766
7767 2005-05-25  Wim Taymans  <wim@fluendo.com>
7768
7769         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7770         Fix memleaks, GST_BUFFER_DATA() is not freed.
7771
7772 2005-05-25  Wim Taymans  <wim@fluendo.com>
7773
7774         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7775         Open non-blocking, set to blocking mode afterwards to avoid
7776         lockups when audio device is busy.
7777
7778 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7779
7780         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
7781           This can't be good.
7782
7783 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7784
7785         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
7786         (gst_audio_convert_chain), (gst_audio_convert_link_src),
7787         (gst_audio_convert_setcaps):
7788           Implement instant setup switching.
7789
7790 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7791
7792         * gst/playback/gstplaybasebin.c: (probe_triggered):
7793           Fix missing unlock.
7794         * gst/playback/gstplaybin.c: (add_sink):
7795           First add, then link (otherwise pad link fails).
7796
7797 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7798
7799         * examples/Makefile.am:
7800         fix buildbot (make distcheck)
7801
7802 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7803
7804         * gst/playback/gstplaybin.c: (gen_vis_element):
7805           Remove some wrong code. Doesn't work yet.
7806
7807 2005-05-19  Wim Taymans  <wim@fluendo.com>
7808
7809         * gst-libs/gst/net/Makefile.am:
7810         * gst-libs/gst/net/README:
7811         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
7812         (gst_netbuffer_class_init), (gst_netbuffer_init),
7813         (gst_netbuffer_finalize), (gst_netbuffer_copy),
7814         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
7815         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
7816         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
7817         * gst-libs/gst/net/gstnetbuffer.h:
7818         Added buffer subclass to store extra to/from addresses for
7819         network sources/sinks.
7820
7821 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7822
7823         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
7824           Don't lock an unassigned variable.
7825
7826 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7827
7828         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
7829           Increase buffer for video, decrease buffer for other media types.
7830         * gst/playback/gstplaybin.c: (gen_video_element),
7831         (gen_audio_element):
7832           Change names for debugging purposes.
7833
7834 2005-05-18  Wim Taymans  <wim@fluendo.com>
7835
7836         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7837         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7838         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7839         (gst_ffmpegcsp_chain):
7840         Enable buffer alloc passthrough if the source and dest
7841         formats are the same.
7842
7843 2005-05-17  Wim Taymans  <wim@fluendo.com>
7844
7845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
7846         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
7847         (gst_ogg_demux_chain_unlocked):
7848         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7849         (gst_audio_convert_caps_remove_format_info),
7850         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7851         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
7852         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7853         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7854         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
7855         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
7856         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7857         (gst_ffmpegcsp_get_property):
7858         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7859         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7860         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7861         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
7862         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
7863         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7864         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
7865         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
7866         Leak fixes in oggdemux.
7867         Some cleanups in audioconvert.
7868         Make passthrough work along with buffer_alloc etc.
7869         Make buffer_alloc and buffer recycling actually work in
7870         xvimagesink.
7871
7872 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7873
7874         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
7875           make the compiler happy
7876
7877 2005-05-17  Wim Taymans  <wim@fluendo.com>
7878
7879         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
7880         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
7881         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
7882         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
7883         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7884         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
7885         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
7886         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
7887         (gst_xvimagesink_set_xwindow_id):
7888         * sys/xvimage/xvimagesink.h:
7889         Port xvimagesink to new MiniObject.
7890
7891 2005-05-17  Wim Taymans  <wim@fluendo.com>
7892
7893         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
7894         (gst_audiofilter_chain):
7895         * gst-libs/gst/audio/gstaudiosink.c:
7896         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7897         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7898         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7899         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7900         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7901         (gst_audiosink_create_ringbuffer):
7902         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7903         (gst_audio_convert_caps_remove_format_info),
7904         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
7905         (gst_audio_convert_fixate), (gst_audio_convert_channels):
7906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7907         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7908         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
7909         Fix passthrough in ffmpegcolorspace.
7910         Fix memset in audiosink on wrong memory.
7911
7912 2005-05-16  David Schleef  <ds@schleef.org>
7913
7914         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
7915         to GstMiniObject.
7916
7917 2005-05-16  David Schleef  <ds@schleef.org>
7918
7919         Port from GstData to GstMiniObject.
7920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7922         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
7923         (gst_ogg_mux_collected):
7924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7925         * ext/theora/theoradec.c: (theora_handle_comment_packet),
7926         (theora_handle_data_packet):
7927         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7928         (theora_set_header_on_caps), (theora_enc_chain):
7929         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7930         (vorbis_handle_comment_packet):
7931         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7932         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
7933         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
7934         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
7935         * gst/audioconvert/gstaudioconvert.c:
7936         (gst_audio_convert_get_buffer):
7937         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7938         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7939         (mute_stream), (silence_stream):
7940         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
7941         * gst/volume/gstvolume.c: (volume_transform):
7942         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
7943         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
7944         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
7945         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
7946         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
7947         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
7948         (gst_ximagesink_buffer_alloc):
7949         * sys/ximage/ximagesink.h:
7950
7951 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7952
7953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7954         (fill_buffer), (check_queue), (queue_threshold_reached),
7955         (queue_out_of_data):
7956         * gst/playback/gstplaybasebin.h:
7957           Post buffer-fullness on the bus.
7958
7959 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7960
7961         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7962         (try_to_link_1):
7963         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7964         (group_commit), (probe_triggered), (setup_source),
7965         (gst_play_base_bin_change_state):
7966         * gst/playback/gstplaybasebin.h:
7967         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7968         (gst_play_bin_init), (remove_sinks), (setup_sinks),
7969         (gst_play_bin_change_state):
7970           Move setup_output_pads into a virtual function, remove
7971           group-switch (no longer needed) and redirect (handled by bus
7972           now) signals.
7973
7974 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7975
7976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
7977         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
7978         (get_active_group), (get_building_group), (group_destroy),
7979         (group_commit), (check_queue), (queue_overrun),
7980         (queue_threshold_reached), (queue_out_of_data),
7981         (gen_preroll_element), (remove_groups), (unknown_type),
7982         (add_element_stream), (no_more_pads), (probe_triggered),
7983         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
7984         (setup_substreams), (setup_source), (finish_source),
7985         (prepare_output), (muted_group_change_state),
7986         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7987         (gst_play_base_bin_change_state):
7988         * gst/playback/gstplaybasebin.h:
7989         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7990         (gst_play_bin_init), (gst_play_bin_set_property),
7991         (gen_video_element), (gen_text_element), (gen_audio_element),
7992         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
7993         (gst_play_bin_change_state):
7994         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7995         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
7996         (stream_info_change_state), (gst_stream_info_set_mute),
7997         (gst_stream_info_get_property):
7998         * gst/playback/gststreaminfo.h:
7999         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8000         (gst_stream_selector_get_linked_pad),
8001         (gst_stream_selector_getcaps),
8002         (gst_stream_selector_get_linked_pads),
8003         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8004         * gst/playback/gststreamselector.h:
8005           Rough port of playbin. Needs some more work, but is mostly done,
8006           and uses a few locks in important places, which should make stuff
8007           like chain-switches clean. Still uses GST_STATE() in a few places,
8008           which isn't all that good an idea, subtitles/elements disabled
8009           because no elements to test with and thus probably broken, query
8010           and event handling moved to GstBin, internal thread removed
8011           alltogether because the pipeline does that for us now. Can play
8012           Ogg/Vorbis files. Haven't tested anything else yet.
8013
8014 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8017           Do no-more-pads (needed for autoplugging).
8018
8019 2005-05-10  Andy Wingo  <wingo@pobox.com>
8020
8021         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8022         message to the bus with the tags. Still not sent downstream tho.
8023
8024         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8025         get_parent.
8026         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8027         avoid refcounting hassles.
8028
8029 2005-05-09  Andy Wingo  <wingo@pobox.com>
8030
8031         * gst/volume/Makefile.am:
8032         * gst/volume/demo.c
8033         * gst/volume/gstvolume.h
8034         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8035         basetransform. Probably need an audio filter base class.
8036
8037 2005-05-09  Wim Taymans  <wim@fluendo.com>
8038
8039         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8040         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8041         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8042         (gst_vorbisenc_chain):
8043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8044         (gst_audio_convert_caps_remove_format_info),
8045         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8046         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8047         Make caps writable before writing to it.
8048         Fix negotiation in audioconvert some more.
8049
8050 2005-05-09  Wim Taymans  <wim@fluendo.com>
8051
8052         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8053         (gst_videorate_getcaps), (gst_videorate_setcaps),
8054         (gst_videorate_event), (gst_videorate_chain):
8055         Better negotiation.
8056
8057 2005-05-09  Wim Taymans  <wim@fluendo.com>
8058
8059         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8060         (gst_videorate_getcaps), (gst_videorate_setcaps),
8061         (gst_videorate_blank_data), (gst_videorate_init),
8062         (gst_videorate_event), (gst_videorate_chain),
8063         (gst_videorate_change_state):
8064         Port videorate, do a better job at negotiation while we're at
8065         it.
8066
8067 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8068
8069         * configure.ac:
8070           Disable libvisual
8071
8072         * examples/Makefile.am:
8073         * gst-libs/gst/audio/Makefile.am:
8074         * gst-libs/gst/riff/Makefile.am:
8075         * gst-libs/gst/tag/Makefile.am:
8076         * gst-libs/gst/video/Makefile.am:
8077           Fixups for missing variables.
8078
8079 2005-05-09  Wim Taymans  <wim@fluendo.com>
8080
8081         * examples/seeking/seek.c: (make_theora_pipeline),
8082         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8083         (query_rates), (query_positions_elems), (query_positions_pads),
8084         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8085         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8086         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8087         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8088         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8089         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8091         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8092         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8093         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8094         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8095         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8096         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8097         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8098         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8099         (theora_dec_src_convert), (theora_dec_sink_convert),
8100         (theora_dec_src_query), (theora_dec_sink_query),
8101         (theora_dec_src_event), (theora_dec_sink_event),
8102         (theora_handle_comment_packet), (theora_handle_type_packet),
8103         (theora_handle_header_packet), (theora_handle_data_packet),
8104         (theora_dec_chain):
8105         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8106         (vorbis_dec_convert), (vorbis_dec_src_query),
8107         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8108         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8109         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8110         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8111         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8112         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8113         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8114         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8115         (gst_play_bin_query):
8116         * gst/playback/test3.c: (update_scale):
8117         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8118         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8119         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8120         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8121         (gst_videotestsrc_src_query):
8122         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8123         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8124         (paint_hline_YUV9):
8125         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8126         Port to new query API.
8127         Updated seek.
8128         Cleanups in x[v]imagesink
8129
8130 2005-05-09  Andy Wingo  <wingo@pobox.com>
8131
8132         * ext/alsa/gstalsasink.h:
8133         * ext/gnomevfs/gstgnomevfssrc.c:
8134         (gst_gnomevfssrc_get_icy_metadata):
8135         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8136         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8137         * ext/theora/theoradec.c (theora_dec_src_query)
8138         (theora_dec_src_event, theora_dec_sink_event)
8139         (theora_handle_comment_packet, theora_handle_data_packet):
8140         * ext/theora/theoraenc.c (theora_enc_chain):
8141         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8142         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8143         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8144         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8145         (qt_type_find):
8146         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8147         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8148         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8149         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8150         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8151         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8152         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8153         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8154         (paint_setup_RGB565, paint_setup_xRGB1555):
8155         * gst/videotestsrc/videotestsrc.h:
8156         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8157         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8158         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8159         GCC4 fixes.
8160         
8161         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8162         gst_pad_query_position. Fixes oggdemux.
8163
8164 2005-05-08  David Schleef  <ds@schleef.org>
8165
8166         * configure.ac: Require liboil.
8167         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8168         a few more.
8169         * gst/videotestsrc/videotestsrc.c:
8170         * gst/videotestsrc/videotestsrc.h:
8171
8172 2005-05-06  Wim Taymans  <wim@fluendo.com>
8173
8174         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8175         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8176         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8177         Well, unreffing a buffer right before pushing it is asking
8178         for trouble..
8179
8180 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8181
8182         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8183
8184 2005-05-06  Wim Taymans  <wim@fluendo.com>
8185
8186         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8187         (gst_audio_convert_caps_remove_format_info),
8188         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8189         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8190         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8191         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8192         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8193         * gst/sine/Makefile.am:
8194         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8195         (gst_sinesrc_class_init), (gst_sinesrc_init),
8196         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8197         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8198         (gst_sinesrc_update_freq):
8199         * gst/sine/gstsinesrc.h:
8200         * gst/tcp/gstmultifdsink.c:
8201         * sys/xvimage/xvimagesink.c:
8202         Fixed negotiation wrt _peer_get_caps()
8203         Some cleanups.
8204
8205
8206 2005-05-06  Wim Taymans  <wim@fluendo.com>
8207
8208         * gst-libs/gst/audio/gstaudiosink.c:
8209         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8210         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8211         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8212         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8213         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8214         (gst_audiosink_create_ringbuffer):
8215         * gst-libs/gst/audio/gstbaseaudiosink.c:
8216         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8217         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8218         (gst_baseaudiosink_set_property), (build_linear_format),
8219         (debug_spec_caps), (debug_spec_buffer),
8220         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8221         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8222         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8223         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8224         * gst-libs/gst/audio/gstbaseaudiosink.h:
8225         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8226         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8227         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8228         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8229         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8230         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8231         (wait_segment), (gst_ringbuffer_commit),
8232         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8233         (gst_ringbuffer_clear):
8234         * gst-libs/gst/audio/gstringbuffer.h:
8235         Make the base audiosink return an error when there is no
8236         audiobuffer negotiated.
8237
8238 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8239
8240         * ext/Makefile.am:
8241         Disable cdparanoia until someone ports it!
8242
8243 2005-05-06  Wim Taymans  <wim@fluendo.com>
8244
8245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8246         (gst_ogg_demux_sink_activate):
8247         And revert after wingo's revert.. sigh..
8248
8249 2005-05-05  Andy Wingo  <wingo@pobox.com>
8250
8251         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8252         GObject.
8253         * configure.ac: Return audiorate and subparse from the ghetto.
8254         Re-enable -Wall -Werror.
8255         * gst/subparse/gstsubparse.c:
8256         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8257         or chain-based. Cleaned up a bit. Not tested.
8258         
8259 2005-05-05  Christian Schaller <christian@fluendo.com> 
8260
8261         * Makefile.am: remove stuff that is not building
8262         * configure.ac: remove stuff that is not building
8263         * examples/Makefile.am: remove stuff that is not building
8264         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8265         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8266         * sys/Makefile.am: remove stuff that is not building
8267         * testsuite/Makefile.am: remove stuff that is not building
8268
8269 2005-05-05  Andy Wingo  <wingo@pobox.com>
8270
8271         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8272         * gst-libs/gst/tag/gstvorbistag.c:
8273         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8274         * gst/adder/gstadder.h:
8275         * gst/audioconvert/gstchannelmix.c:
8276         (gst_audio_convert_fill_one_other):
8277         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8278         (gst_audiorate_init), (gst_audiorate_chain):
8279         * gst/playback/gstplaybasebin.c: (setup_source):
8280         * gst/playback/test3.c: (update_scale):
8281         Some GCC4 fixes
8282         
8283         * po/af.po:
8284         * po/az.po:
8285         * po/cs.po:
8286         * po/en_GB.po:
8287         * po/hu.po:
8288         * po/it.po:
8289         * po/nb.po:
8290         * po/nl.po:
8291         * po/or.po:
8292         * po/sq.po:
8293         * po/sr.po:
8294         * po/sv.po:
8295         * po/uk.po:
8296         * po/vi.po: Foo
8297
8298 2005-05-05  Wim Taymans  <wim@fluendo.com>
8299
8300         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8301         (gst_audio_convert_caps_remove_format_info),
8302         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8303         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8304         * gst/videotestsrc/gstvideotestsrc.c:
8305         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8306         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8307         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8308         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8309         Don't ignore _push() return values.
8310         Make sure no processing is done when shutting down.
8311         Videotestsrc pad activation fix.
8312
8313 2005-05-05  Wim Taymans  <wim@fluendo.com>
8314
8315         * gst/adder/Makefile.am:
8316         * gst/adder/gstadder.c: (gst_adder_setcaps),
8317         (gst_adder_class_init), (gst_adder_init),
8318         (gst_adder_request_new_pad), (gst_adder_collected),
8319         (gst_adder_change_state):
8320         * gst/adder/gstadder.h:
8321         Ported adder as an example of a mixer element using
8322         collect pads. Needs more negotiation work.
8323
8324 2005-05-05  Wim Taymans  <wim@fluendo.com>
8325
8326         * ext/theora/theoradec.c: (_inc_granulepos),
8327         (theora_dec_src_event), (theora_dec_sink_event),
8328         (theora_handle_comment_packet), (theora_handle_type_packet),
8329         (theora_handle_header_packet), (theora_handle_data_packet),
8330         (theora_dec_chain):
8331         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8332         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8333         (theora_push_buffer), (theora_push_packet),
8334         (theora_enc_sink_event), (theora_enc_chain),
8335         (theora_enc_change_state), (theora_enc_set_property),
8336         (theora_enc_get_property):
8337         Added stream lock to decoder so that we can serialize
8338         the discont event.
8339         More theoraenc porting, recover from errors, do clean
8340         shutdown.
8341
8342 2005-05-05  Wim Taymans  <wim@fluendo.com>
8343
8344         * ext/ogg/Makefile.am:
8345         * ext/ogg/README:
8346         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8347         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8348         (gst_ogg_print):
8349         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8350         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8351         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8352         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8353         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8354         (gst_ogg_mux_change_state):
8355         Ported ogg muxer.
8356
8357 2005-05-05  Wim Taymans  <wim@fluendo.com>
8358
8359         * docs/design-audiosinks.txt:
8360         * gst-libs/gst/audio/TODO:
8361         * gst-libs/gst/audio/gstaudiosink.c:
8362         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8363         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8364         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8365         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8366         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8367         (gst_audiosink_create_ringbuffer):
8368         * gst-libs/gst/audio/gstbaseaudiosink.c:
8369         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8370         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8371         (gst_baseaudiosink_set_property), (build_linear_format),
8372         (debug_spec_caps), (debug_spec_buffer),
8373         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8374         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8375         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8376         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8377         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8378         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8379         (gst_ringbuffer_release), (gst_ringbuffer_play),
8380         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8381         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8382         (gst_ringbuffer_set_sample), (wait_segment),
8383         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8384         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8385         More work on the audiosink, mostly debugging and a race in
8386         shutdown.
8387
8388 2005-04-28  Wim Taymans  <wim@fluendo.com>
8389
8390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8391         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8392         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8393         (vorbis_dec_src_query), (vorbis_dec_src_event),
8394         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8395         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8396         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8397         Don't crap out when seeking back to position 0.
8398
8399 2005-04-28  Wim Taymans  <wim@fluendo.com>
8400
8401         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8402         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8403         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8404         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8405         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8406         Make audio sink configurable, use alsasink as default.
8407
8408 2005-04-28  Wim Taymans  <wim@fluendo.com>
8409
8410         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8411         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8412         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8413         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8414         (vorbis_dec_change_state):
8415         * ext/vorbis/vorbisdec.h:
8416         Refactor, use STREAM_LOCK.
8417
8418 2005-04-28  Wim Taymans  <wim@fluendo.com>
8419
8420         * ext/theora/theoradec.c: (_inc_granulepos),
8421         (theora_dec_sink_event), (theora_handle_comment_packet),
8422         (theora_handle_type_packet), (theora_handle_header_packet),
8423         (theora_handle_data_packet), (theora_dec_chain),
8424         (theora_dec_change_state):
8425         Refactor a bit, use STREAM_LOCK.
8426
8427 2005-04-28  Wim Taymans  <wim@fluendo.com>
8428
8429         * ext/alsa/Makefile.am:
8430         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8431         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8432         (gst_alsa_link), (gst_alsa_close_audio):
8433         * ext/alsa/gstalsaplugin.c: (plugin_init):
8434         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8435         (gst_alsasink_dispose), (gst_alsasink_base_init),
8436         (gst_alsasink_class_init), (gst_alsasink_init),
8437         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8438         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8439         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8440         (gst_alsasink_reset):
8441         * ext/alsa/gstalsasink.h:
8442         Implement alsasink with simple open/write/close API. 
8443         Make alsa dir build by disabling compilation of code.
8444
8445 2005-04-28  Wim Taymans  <wim@fluendo.com>
8446
8447         * gst-libs/gst/audio/Makefile.am:
8448         * gst-libs/gst/audio/audio.h:
8449         * gst-libs/gst/audio/audioclock.c:
8450         * gst-libs/gst/audio/audioclock.h:
8451         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8452         (gst_audio_clock_class_init), (gst_audio_clock_init),
8453         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8454         * gst-libs/gst/audio/gstaudioclock.h:
8455         * gst-libs/gst/audio/gstaudiosink.c:
8456         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8457         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8458         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8459         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8460         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8461         (gst_audiosink_create_ringbuffer):
8462         * gst-libs/gst/audio/gstbaseaudiosink.c:
8463         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8464         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8465         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8466         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8467         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8468         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8469         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8470         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8471         * gst-libs/gst/audio/gstbaseaudiosink.h:
8472         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8473         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8474         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8475         (gst_ringbuffer_release), (gst_ringbuffer_play),
8476         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8477         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8478         (gst_ringbuffer_set_sample), (wait_segment),
8479         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8480         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8481         * gst-libs/gst/audio/gstringbuffer.h:
8482         Make ringbuffer faster and more simple by removing the locks
8483         in the playback thread.
8484         Add sample accurate playback based on buffer sample offsets.
8485         Make the baseaudiosink provide a clock.
8486         Parse caps in the base class.
8487         Correctly handle seeking, flushing and state changes.
8488
8489 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8490
8491         * configure.ac:
8492         * gst/audioconvert/Makefile.am:
8493         * gst/audioscale/Makefile.am:
8494           Fix part of the build.  Come on guys, autogen didn't even work :)
8495
8496 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8497
8498         * configure.ac:
8499         * gst-libs/gst/Makefile.am:
8500         * gst-libs/gst/media-info/.cvsignore:
8501         * gst-libs/gst/media-info/Makefile.am:
8502         * gst-libs/gst/media-info/README:
8503         * gst-libs/gst/media-info/media-info-priv.c:
8504         * gst-libs/gst/media-info/media-info-priv.h:
8505         * gst-libs/gst/media-info/media-info-test.c:
8506         * gst-libs/gst/media-info/media-info.c:
8507         * gst-libs/gst/media-info/media-info.h:
8508         * gst-libs/gst/media-info/media-info.vcproj:
8509         * pkgconfig/Makefile.am:
8510         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8511         * pkgconfig/gstreamer-media-info.pc.in:
8512           Remove media-info, which is also successed by playbin (see Totem
8513           implementation).
8514
8515 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8516
8517         * configure.ac:
8518         * examples/Makefile.am:
8519         * examples/gstplay/.cvsignore:
8520         * examples/gstplay/Makefile.am:
8521         * examples/gstplay/player.c:
8522         * gst-libs/gst/Makefile.am:
8523         * gst-libs/gst/play/.cvsignore:
8524         * gst-libs/gst/play/Makefile.am:
8525         * gst-libs/gst/play/play.c:
8526         * gst-libs/gst/play/play.h:
8527         * gst-libs/gst/play/play.vcproj:
8528         * pkgconfig/Makefile.am:
8529         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8530         * pkgconfig/gstreamer-play.pc.in:
8531           Remove libgstplay, playbin is now the official successor.
8532
8533 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8534
8535         * configure.ac:
8536         * gst-libs/gst/Makefile.am:
8537         * gst-libs/gst/xwindowlistener/Makefile.am:
8538         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8539         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8540           Remove deprecated xwindowlistener (I've moved xwindowlistening
8541           in the v4l/v4l2 plugins over to serverside).
8542
8543 2005-04-25  David Schleef  <ds@schleef.org>
8544
8545         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8546         to examples/dynparams.  Examples do not belong interspersed with
8547         source code.
8548         * examples/dynparams/demo-dparams.c:
8549         * gst/sine/Makefile.am:
8550         * gst/sine/demo-dparams.c:
8551
8552 2005-04-25  David Schleef  <ds@schleef.org>
8553
8554         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8555         * gst-libs/gst/audio/Makefile.am:
8556         * gst-libs/gst/riff/Makefile.am:
8557         * gst-libs/gst/tag/Makefile.am:
8558         * gst-libs/gst/video/Makefile.am:
8559         * gst-libs/gst/xwindowlistener/Makefile.am:
8560
8561         Convert to 0.9 API, seems to work:
8562         * sys/ximage/Makefile.am:
8563         * sys/ximage/ximagesink.c:
8564
8565 2005-04-24  David Schleef  <ds@schleef.org>
8566
8567         Link plugins against libraries:
8568         * ext/alsa/Makefile.am:
8569         * gst/tcp/Makefile.am:
8570
8571         Remove asm code that should be in liboil
8572         * gst/videoscale/Makefile.am:
8573         * gst/videoscale/videoscale_x86_asm.s:
8574
8575         gettext wants these checked in:
8576         * po/af.po:
8577         * po/az.po:
8578         * po/cs.po:
8579         * po/en_GB.po:
8580         * po/hu.po:
8581         * po/it.po:
8582         * po/nb.po:
8583         * po/nl.po:
8584         * po/or.po:
8585         * po/sq.po:
8586         * po/sr.po:
8587         * po/sv.po:
8588         * po/uk.po:
8589         * po/vi.po:
8590
8591 2005-04-24  David Schleef  <ds@schleef.org>
8592
8593         Convert gst_main() to g_main_loop_run()
8594         * gst/playback/decodetest.c: (main):
8595         * gst/playback/test2.c: (main):
8596         * gst/playback/test3.c: (main):
8597         * gst/playback/test4.c: (main):
8598
8599         Link plugins against libraries:
8600         * ext/libvisual/Makefile.am:
8601         * sys/xvimage/Makefile.am:
8602
8603 2005-04-24  David Schleef  <ds@schleef.org>
8604
8605         * configure.ac: Remove idct and resample libs
8606         * gst-libs/gst/Makefile.am: same
8607
8608         Remove usage of gst_library_load():
8609         * ext/alsa/gstalsaplugin.c: (plugin_init):
8610         * ext/libvisual/visual.c: (plugin_init):
8611         * ext/ogg/gstogg.c: (plugin_init):
8612         * ext/theora/theora.c: (plugin_init):
8613         * ext/vorbis/vorbis.c: (plugin_init):
8614         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8615         * gst/audioscale/gstaudioscale.c:
8616         * gst/adder/gstadder.c: (plugin_init):
8617         * gst/audioconvert/plugin.c: (plugin_init):
8618         * sys/ximage/ximagesink.c: (plugin_init):
8619         * sys/xvimage/xvimagesink.c: (plugin_init):
8620         * gst/tcp/gsttcpplugin.c: (plugin_init):
8621
8622         Link plugins against libraries:
8623         * ext/ogg/Makefile.am:
8624         * ext/theora/Makefile.am:
8625         * ext/vorbis/Makefile.am:
8626         * gst/audioconvert/Makefile.am:
8627
8628         Create proper libraries:
8629         * gst-libs/gst/riff/Makefile.am:
8630         * gst-libs/gst/audio/Makefile.am:
8631         * gst-libs/gst/video/Makefile.am:
8632
8633         Move resample library to audioscale plugin directory:
8634         * gst-libs/gst/resample/Makefile.am:
8635         * gst-libs/gst/resample/README:
8636         * gst-libs/gst/resample/dtof.c:
8637         * gst-libs/gst/resample/dtos.c:
8638         * gst-libs/gst/resample/functable.c:
8639         * gst-libs/gst/resample/private.h:
8640         * gst-libs/gst/resample/resample.c:
8641         * gst-libs/gst/resample/resample.h:
8642         * gst-libs/gst/resample/resample.vcproj:
8643         * gst-libs/gst/resample/test.c:
8644         * gst/audioscale/Makefile.am:
8645         * gst/audioscale/README:
8646         * gst/audioscale/dtof.c:
8647         * gst/audioscale/dtos.c:
8648         * gst/audioscale/functable.c:
8649         * gst/audioscale/private.h:
8650         * gst/audioscale/resample.c:
8651         * gst/audioscale/resample.h:
8652         * gst/audioscale/test.c:
8653
8654         Move tagedit library to gst-libs:
8655         * gst-libs/gst/tag/Makefile.am:
8656         * gst-libs/gst/tag/gstid3tag.c:
8657         * gst-libs/gst/tag/gsttagediting.c:
8658         * gst-libs/gst/tag/gsttageditingprivate.h:
8659         * gst-libs/gst/tag/gstvorbistag.c:
8660         * gst/tags/Makefile.am:
8661         * gst/tags/gstid3tag.c:
8662         * gst/tags/gstvorbistag.c:
8663
8664         Fix for core changes:
8665         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8666         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8667         (gst_sinesrc_getrange):
8668
8669 2005-04-23  David Schleef  <ds@schleef.org>
8670
8671         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8672         in gst-plugins in a long time, and properly belongs in liboil.
8673         * gst-libs/gst/idct/Makefile.am:
8674         * gst-libs/gst/idct/README:
8675         * gst-libs/gst/idct/dct.h:
8676         * gst-libs/gst/idct/doieee:
8677         * gst-libs/gst/idct/fastintidct.c:
8678         * gst-libs/gst/idct/floatidct.c:
8679         * gst-libs/gst/idct/idct.c:
8680         * gst-libs/gst/idct/idct.h:
8681         * gst-libs/gst/idct/idtc.vcproj:
8682         * gst-libs/gst/idct/ieeetest.c:
8683         * gst-libs/gst/idct/intidct.c:
8684
8685 2005-04-20  Wim Taymans  <wim@fluendo.com>
8686
8687         * docs/design-audiosinks.txt:
8688         * gst-libs/gst/audio/Makefile.am:
8689         * gst-libs/gst/audio/TODO:
8690         * gst-libs/gst/audio/gstaudiosink.c:
8691         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8692         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8693         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8694         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8695         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8696         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8697         (gst_audiosink_class_init), (gst_audiosink_init),
8698         (gst_audiosink_create_ringbuffer):
8699         * gst-libs/gst/audio/gstaudiosink.h:
8700         * gst-libs/gst/audio/gstbaseaudiosink.c:
8701         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8702         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8703         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8704         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8705         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8706         (gst_baseaudiosink_create_ringbuffer),
8707         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8708         * gst-libs/gst/audio/gstbaseaudiosink.h:
8709         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8710         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8711         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8712         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8713         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8714         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8715         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8716         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8717         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8718         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8719         * gst-libs/gst/audio/gstringbuffer.h:
8720         An attempt at a set of audio base classes together with some
8721         design docs.
8722
8723 2005-04-20  Wim Taymans  <wim@fluendo.com>
8724
8725         * gst/audioconvert/Makefile.am:
8726         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8727         (gst_audio_convert_caps_remove_format_info),
8728         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8729         (gst_audio_convert_channels):
8730         Link against audio libs.
8731         Fix audio convert plugin.
8732
8733 2005-04-20  Wim Taymans  <wim@fluendo.com>
8734
8735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
8736         (gst_ogg_demux_sink_activate):
8737         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8738         (theora_set_header_on_caps), (theora_enc_sink_event),
8739         (theora_enc_chain):
8740         Fix theora encoder.
8741
8742 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8743
8744         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
8745         * gst/playback/gstdecodebin.c: (find_compatibles):
8746           Work with staticpadtemplates in elementfactories.
8747
8748 2005-04-12  Wim Taymans  <wim@fluendo.com>
8749
8750         * gst/playback/README:
8751         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8752         (compare_ranks), (print_feature), (gst_decode_bin_init),
8753         (dynamic_create), (dynamic_free), (find_compatibles),
8754         (mimetype_is_raw), (close_pad_link), (got_redirect),
8755         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
8756         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
8757         (gst_decode_bin_change_state):
8758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8759         (gst_play_base_bin_init), (group_destroy), (group_commit),
8760         (check_queue), (queue_overrun), (queue_threshold_reached),
8761         (queue_out_of_data), (gen_preroll_element), (unknown_type),
8762         (new_decoded_pad), (setup_subtitle), (gen_source_element),
8763         (got_redirect), (setup_source), (play_base_eos),
8764         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
8765         (gst_play_base_bin_remove_element):
8766         * gst/playback/gstplaybasebin.h:
8767         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8768         (gst_play_bin_init), (gst_play_bin_dispose),
8769         (gst_play_bin_set_property), (gen_video_element),
8770         (gen_text_element), (gen_audio_element), (remove_sinks),
8771         (gst_play_bin_send_event):
8772         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
8773         (stream_info_change_state), (gst_stream_info_set_mute):
8774         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8775         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
8776         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
8777         (gst_stream_selector_chain):
8778         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
8779         (main):
8780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
8781         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
8782         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8783         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
8784         Raw and crude port of decodebin. 
8785         Make playbin compile.
8786
8787 2005-04-06  Wim Taymans  <wim@fluendo.com>
8788
8789         * ext/gnomevfs/Makefile.am:
8790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8791         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8792         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8793         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
8794         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
8795         (gst_gnomevfssrc_stop):
8796         * ext/ogg/Makefile.am:
8797         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
8798         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
8799         * ext/theora/Makefile.am:
8800         * ext/theora/theoradec.c: (_inc_granulepos),
8801         (theora_dec_sink_event), (theora_dec_chain):
8802         * ext/vorbis/Makefile.am:
8803         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8804         (vorbis_dec_sink_event), (vorbis_dec_chain):
8805         * gst-libs/gst/audio/Makefile.am:
8806         * sys/xvimage/Makefile.am:
8807         Make gnomevfssrc extend the source base class.
8808         Fix linking against libs in various plugins.
8809
8810 2005-04-06  Andy Wingo  <wingo@pobox.com>
8811
8812         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
8813         GST_BASE_LIBS.
8814
8815         * configure.ac: Add check and AC_SUBST for libgstbase.
8816
8817 2005-03-31  Wim Taymans  <wim@fluendo.com>
8818
8819         * examples/seeking/Makefile.am:
8820         * examples/seeking/cdparanoia.c: (main):
8821         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
8822         (play_cb), (pause_cb), (stop_cb), (main):
8823         * examples/seeking/playbin.c:
8824         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
8825         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
8826         (make_sid_pipeline), (make_vorbis_pipeline),
8827         (make_theora_pipeline), (make_vorbis_theora_pipeline),
8828         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8829         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
8830         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
8831         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
8832         (stop_cb), (main):
8833         * examples/seeking/spider_seek.c:
8834         * examples/seeking/vorbisfile.c:
8835         * ext/gnomevfs/Makefile.am:
8836         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
8838         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
8839         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
8840         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
8841         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
8842         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
8843         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
8844         * ext/ogg/README:
8845         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
8846         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
8847         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
8848         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
8849         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
8850         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
8851         (gst_ogg_pad_event), (gst_ogg_pad_reset),
8852         (gst_ogg_demux_factory_filter), (compare_ranks),
8853         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
8854         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
8855         (gst_ogg_chain_new), (gst_ogg_chain_free),
8856         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
8857         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
8858         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
8859         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
8860         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
8861         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
8862         (gst_ogg_demux_get_prev_page),
8863         (gst_ogg_demux_deactivate_current_chain),
8864         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8865         (gst_ogg_demux_bisect_forward_serialno),
8866         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
8867         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
8868         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
8869         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
8870         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
8871         (gst_ogg_demux_change_state), (gst_ogg_print):
8872         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8873         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
8874         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
8875         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
8876         (gst_ogg_mux_loop):
8877         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8878         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8879         (theora_dec_src_convert), (theora_dec_sink_convert),
8880         (theora_dec_src_query), (theora_dec_src_event),
8881         (theora_dec_sink_event), (theora_dec_chain),
8882         (theora_dec_change_state):
8883         * ext/theora/theoraenc.c: (gst_theora_enc_init),
8884         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
8885         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
8886         (theora_enc_change_state):
8887         * ext/vorbis/Makefile.am:
8888         * ext/vorbis/oggvorbisenc.c:
8889         * ext/vorbis/oggvorbisenc.h:
8890         * ext/vorbis/vorbis.c: (plugin_init):
8891         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8892         (vorbis_dec_src_query), (vorbis_dec_src_event),
8893         (vorbis_dec_sink_event), (vorbis_dec_chain),
8894         (vorbis_dec_change_state):
8895         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
8896         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
8897         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
8898         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
8899         (gst_vorbisenc_change_state):
8900         * ext/vorbis/vorbisenc.h:
8901         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
8902         * gst-libs/gst/audio/audioclock.c:
8903         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8904         (gst_audiofilter_init), (gst_audiofilter_chain):
8905         * gst-libs/gst/audio/testchannels.c: (main):
8906         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8907         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
8908         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
8909         (gmip_find_track_streaminfo), (gmip_find_track_format):
8910         * gst-libs/gst/media-info/media-info.c:
8911         (gst_media_info_read_idler):
8912         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
8913         (gst_play_get_all_by_interface):
8914         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
8915         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
8916         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
8917         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
8918         (gst_riff_parse_info):
8919         * gst-libs/gst/riff/riff-read.h:
8920         * gst-libs/gst/riff/riff.c: (plugin_init):
8921         * gst-libs/gst/video/Makefile.am:
8922         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
8923         (gst_videosink_class_init), (gst_videosink_get_type):
8924         * gst-libs/gst/video/videosink.h:
8925         * gst/audioconvert/bufferframesconvert.c:
8926         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
8927         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
8928         * gst/audioconvert/channelmixtest.c: (main):
8929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8930         (gst_audio_convert_chain),
8931         (gst_audio_convert_caps_remove_format_info),
8932         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
8933         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
8934         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
8935         (gst_audio_convert_buffer_to_default_format),
8936         (gst_audio_convert_buffer_from_default_format),
8937         (gst_audio_convert_channels):
8938         * gst/audioconvert/gstchannelmix.h:
8939         * gst/ffmpegcolorspace/avcodec.h:
8940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8941         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
8942         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
8943         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
8944         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
8945         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
8946         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
8947         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
8948         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8949         (dv_type_find):
8950         * gst/videotestsrc/gstvideotestsrc.c:
8951         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
8952         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
8953         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
8954         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
8955         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
8956         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
8957         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
8958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
8959         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
8960         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
8961         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
8962         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
8963         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8964         (gst_xvimagesink_navigation_send_event),
8965         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
8966         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
8967         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
8968         * sys/xvimage/xvimagesink.h:
8969         Plugin port to 0.9, ogg/theora playback should work in the seek
8970         example now.
8971         Removed old examples.
8972         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
8973         explained in 0.9 TODO doc.
8974
8975
8976 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8977
8978         * autogen.sh:
8979         * configure.ac:
8980         * ext/Makefile.am:
8981         * gst/Makefile.am:
8982         * po/POTFILES.in:
8983         * po/af.po:
8984         * po/az.po:
8985         * po/cs.po:
8986         * po/en_GB.po:
8987         * po/hu.po:
8988         * po/it.po:
8989         * po/nb.po:
8990         * po/nl.po:
8991         * po/or.po:
8992         * po/sq.po:
8993         * po/sr.po:
8994         * po/sv.po:
8995         * po/uk.po:
8996         * po/vi.po:
8997         * sys/Makefile.am:
8998         * testsuite/Makefile.am:
8999           remove a whole bunch of plugins.  This module now contains a set
9000           of free reference plugins/elements as agreed.
9001
9002 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9003
9004         * configure.ac:
9005           hunting season on 0.9 is now OPEN
9006
9007 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9008
9009         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9010           Kick the hell out of gcc for not warning me about a symbol conflict.
9011
9012 2005-02-22  Luca Ognibene  <luogni@tin.it>
9013
9014         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9015
9016         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9017           Don't leak caps string (fixes #168134)
9018
9019         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9020         (gst_jpegenc_init), (gst_jpegenc_finalize),
9021         (gst_jpegenc_change_state):
9022           Don't leak line buffers and context struct (fixes #168133).
9023
9024 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9025
9026         * configure.ac:
9027         * ext/dirac/gstdiracdec.cc:
9028         (gst_diracdec_chain):
9029           Since dirac 0.5.0 the framerate in dirac is expressed as a
9030           rational number. Fix build and up requirement to 0.5.0, and
9031           also pass parameters to gst_diracdec_link in the right order
9032           (fixes #167959).
9033
9034 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9035
9036         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9037         * ext/faad/gstfaad.h:
9038         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9039         certain invalid muxed streams, where some packets will contain 
9040         junk after decoder data. Partially fixes #149158.
9041
9042 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9043         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9044           Make sure we only write to writable buffers
9045
9046 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9047
9048         * gst-libs/gst/riff/riff-media.c:
9049         (gst_riff_create_audio_caps_with_data):
9050           Do actually fix invalid RIFF fmt header values for alaw
9051           and mulaw audio instead of just saying so.
9052
9053         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9054           Give gst_riff_create_audio_caps_with_data() a chance to
9055           fix up broken format header fields before extracting any
9056           parameters from the header. (fixes #167633)
9057
9058 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9059
9060         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9061
9062         * gst/audioconvert/bufferframesconvert.c:
9063         (buffer_frames_convert_link):
9064           Don't leak othercaps. (fixes #167878)
9065
9066 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9067
9068         * configure.ac:
9069         * ext/libvisual/visual.c: (gst_visual_srclink),
9070         (gst_visual_change_state):
9071           Support libvisual 0.2.0.
9072
9073 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9074
9075         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9076         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9077           Use same rowstrides for I420 as used everywhere else.
9078
9079 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9080
9081         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9082           Declare variables at beginning of block and make gcc-2.95 happy
9083           (fixes # 167482, patch by Gergely Nagy).
9084           
9085         * gst/tcp/gsttcpclientsrc.c:
9086         * gst/tcp/gsttcpclientsrc.h:
9087           Move some includes into the header, so that struct sockaddr_in is
9088           defined when it should be defined on FreeBSD as well (fixes
9089           #167483).
9090           
9091         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9092           Don't pass uninitialised values to setsockopt() here either.
9093
9094 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9095
9096         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9097
9098         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9099           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9100
9101 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9102
9103         * gst/playback/gstplaybin.c: (add_sink):
9104           Invert bin_add/link order to workaround deadlock in opt.
9105
9106 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9107
9108         * gst/modplug/gstmodplug.cc:
9109           Add missing break causing position queries to fail.
9110
9111 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9112
9113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9114           Granpos can apparently be -1, which screws up calculations...
9115
9116 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9117
9118         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9119         (gst_ximagesink_send_pending_navigation),
9120         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9121         (gst_ximagesink_init):
9122         * sys/ximage/ximagesink.h:
9123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9124         (gst_xvimagesink_send_pending_navigation),
9125         (gst_xvimagesink_navigation_send_event),
9126         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9127         * sys/xvimage/xvimagesink.h:
9128           Use a mutex protected list to marshal navigation
9129           events into the stream thread from whichever thread
9130           sends them.
9131
9132 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9133
9134         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9135           Display current position and track length; misc. clean-ups.
9136           
9137         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9138         (speed_init), (speed_chain):
9139           Add query function, so that the stream length and current position
9140           get adjusted when queried (note that current position queries may
9141           still be wrong if the audio sink returns values based on buffer
9142           timestamps instead of passing on the query).
9143
9144 2005-02-13  Benjamin Otte  <otte@gnome.org>
9145
9146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9147         (gst_audio_convert_channels):
9148           create channel conversion matrix when linking
9149         * gst/audioconvert/.cvsignore:
9150         * gst/audioconvert/Makefile.am:
9151         * gst/audioconvert/channelmixtest.c: (main):
9152           add (ugly) test that ensures stereo <=> mono conversion works
9153           correctly
9154
9155 2005-02-13  Benjamin Otte  <otte@gnome.org>
9156
9157         * gst/audioconvert/gstchannelmix.h:
9158           include missing header file
9159         * gst/audioconvert/gstchannelmix.c:
9160         (gst_audio_convert_fill_compatible):
9161           use same sign for both channels when converting to/from compatible
9162           channel. Previously used different signs made the signals cancel
9163           each other out and appear like silence. (fixes #167269)
9164
9165 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9166
9167         * gst/ffmpegcolorspace/avcodec.h:
9168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9169         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9170         (gst_ffmpegcsp_avpicture_fill):
9171         * gst/ffmpegcolorspace/imgconvert.c:
9172           Convert to and from YV12 (fixes #156379).
9173
9174 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9175
9176         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9177         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9178         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9179         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9180         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9181         methods from chain and negotiation and vice versa (Fixes #166142).
9182         * sys/ximage/ximagesink.h: Add stream_lock.
9183         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9184         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9185         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9186         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9187
9188 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9189
9190         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9191           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9192           error message when we can't open the DVD device (when dvdnav_open()
9193           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9194           the above). Send something more useful instead (fixes #167117).
9195
9196 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9197
9198         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9199         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9200         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9201         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9202         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9203         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9204         methods from chain and negotiation and vice versa (Fixes #166142).
9205         Fix a possible bug of images in the buffer pool being discarded because
9206         we are looking at the wrong geometry.
9207         * sys/xvimage/xvimagesink.h: Add stream_lock.
9208
9209 2005-02-11  David Schleef  <ds@schleef.org>
9210
9211         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9212         unsigned int. (fixes #167128)
9213
9214 2005-02-11  David Schleef  <ds@schleef.org>
9215
9216         * gst/librfb/Makefile.am: Testing stuff before committing is
9217           for wimps... and people with fast machines.  Fix stupid
9218           mistake.
9219
9220 2005-02-11  David Schleef  <ds@schleef.org>
9221
9222         * configure.ac: Pull in librfb from my CVS tree, because it is
9223           too small and annoying to be separate.  Move rfbsrc plugin
9224           to gst/.
9225         * ext/Makefile.am:
9226         * ext/librfb/Makefile.am:
9227         * ext/librfb/gstrfbsrc.c:
9228         * gst/librfb/Makefile.am:
9229         * gst/librfb/gstrfbsrc.c:
9230         * gst/librfb/rfb.c:
9231         * gst/librfb/rfb.h:
9232         * gst/librfb/rfbbuffer.c:
9233         * gst/librfb/rfbbuffer.h:
9234         * gst/librfb/rfbbytestream.c:
9235         * gst/librfb/rfbbytestream.h:
9236         * gst/librfb/rfbcontext.h:
9237         * gst/librfb/rfbdecoder.c:
9238         * gst/librfb/rfbdecoder.h:
9239         * gst/librfb/rfbutil.h:
9240
9241 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9242
9243         * gst/speed/Makefile.am:
9244         * gst/speed/demo-mp3.c: (main):
9245         * gst/speed/filter.func:
9246         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9247         (speed_class_init), (speed_init), (speed_chain_int16),
9248         (speed_chain_float32), (speed_chain), (speed_set_property),
9249         (speed_get_property), (speed_change_state):
9250         * gst/speed/gstspeed.h:
9251           Fix speed element and make it chain-based (fixes #156467),
9252           and make it handle more than one channel.
9253
9254 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9255
9256         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9257         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9258         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9259         * ext/dts/gstdtsdec.h:
9260           Don't clobber the stack constructing the channels array.
9261           Make the element chain-based. DTS tracks can now be played.
9262           
9263 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9264
9265         * gst-libs/gst/audio/multichannel.h:
9266         * gst-libs/gst/gconf/gconf.h:
9267         * gst-libs/gst/idct/idct.h:
9268         * gst-libs/gst/media-info/media-info-priv.h:
9269         * gst-libs/gst/play/play.h:
9270         * gst-libs/gst/resample/private.h:
9271         * gst-libs/gst/resample/resample.h:
9272         * gst-libs/gst/riff/riff-ids.h:
9273         * gst-libs/gst/video/video.h:
9274         * gst-libs/gst/video/videosink.h:
9275           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9276           missing, so that they work when included from C++ code.
9277
9278 2005-02-09  David Schleef  <ds@schleef.org>
9279
9280         * testsuite/gst-lint: Check for non-statically scoped
9281           parent_class variables.  This won't be a problem once
9282           plugins are loaded with RTLD_LOCAL.
9283
9284 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9285
9286         * ext/mplex/gstmplexibitstream.cc:
9287           gcc madness.
9288
9289 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9290
9291         * ext/ogg/gstogmparse.c:
9292         * gst/debug/gstnavigationtest.c:
9293           Die, thou faulty symbol pollutors (non-static parent_class).
9294
9295 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9296
9297         * ext/mplex/gstmplexibitstream.cc:
9298           Fix event handling (#165525).
9299
9300 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9301
9302         * ext/mikmod/gstmikmod.c:
9303         * gst/modplug/gstmodplug.cc:
9304           Add missing endianness to template (fixes #165509).
9305
9306 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9307
9308         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9309           Fix wrong order of reading of optional bytes (#165290).
9310
9311 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9312
9313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9314           Implement FILLER event awareness.
9315
9316 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9317
9318         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9319           Fix track calculations (#166208).
9320
9321 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9322
9323         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9324
9325         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9326         * ext/libpng/gstpngenc.c:
9327           Fix byte-order, use proper fixed caps. Fixes #164197.
9328
9329 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9330
9331         * configure.ac:
9332           Add dvdlpcmdec 
9333
9334         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9335         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9336           Don't push buffers if the src pad isn't negotiated yet.
9337           
9338         * gst/audioconvert/gstaudioconvert.c:
9339         (gst_audio_convert_buffer_to_default_format),
9340         (gst_audio_convert_buffer_from_default_format):
9341           Add support for 24-bit width.
9342
9343         * gst/dvdlpcmdec/.cvsignore:
9344         * gst/dvdlpcmdec/Makefile.am:
9345         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9346         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9347         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9348         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9349         (plugin_init):
9350         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9351           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9352           format. Needs support for the channels maps if someone can find 
9353           a DVD LPCM track with > 2 channels.
9354
9355         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9356         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9357         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9358         * gst/mpegstream/gstdvddemux.h:
9359         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9360         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9361         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9362         * gst/mpegstream/gstmpegdemux.h:
9363         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9364         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9365         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9366         (gst_mpeg_parse_handle_src_query),
9367         (gst_mpeg_parse_handle_src_event):
9368           Use audio/x-dvd-lpcm for LPCM output.
9369           Add DTS output.
9370
9371 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9372
9373         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9374
9375         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9376         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9377           Add BGRA handling (#165736).
9378
9379 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9380
9381         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9382
9383         * gst/law/alaw-decode.c: (alawdec_link):
9384         * gst/law/alaw-encode.c: (alawenc_link):
9385         * gst/law/mulaw-decode.c: (mulawdec_link):
9386         * gst/law/mulaw-encode.c: (mulawenc_link):
9387           Fix caps memleaks (#166600).
9388
9389 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9390
9391         * ext/tarkin/mem.h:
9392         * ext/tarkin/wavelet.h:
9393         * ext/tarkin/yuv.h:
9394         * gst/ffmpegcolorspace/avcodec.h:
9395           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9396           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9397
9398 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9399
9400         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9402         (gst_xvimagesink_change_state):
9403           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9404           Xv video (and thereby regenerate Xv colourkey) in clear() so
9405           that PLAY -> READY -> PLAY works (fixes #162504).
9406
9407 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9408
9409         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9410           Switch to list instead of range, since MJPEG-devices really just
9411           support decimations, not any size.
9412
9413 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9414         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9415         (gst_mpeg2dec_reset), (free_all_buffers),
9416         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9417         * ext/mpeg2dec/gstmpeg2dec.h:
9418           The libmpeg2 user-allocated buffer management is awkward, 
9419           to say the least. Hopefully this fixes things.
9420
9421 2005-02-04  Andy Wingo  <wingo@pobox.com>
9422
9423         * gst/audioconvert/bufferframesconvert.c
9424         (buffer_frames_convert_fixate): New function, fixates to 256
9425         frames per buffer by default. (Much better than 1.)
9426         (buffer_frames_convert_init): Set the fixate function for both src
9427         and sink pad.
9428         (buffer_frames_convert_link): After success setting nonfixed caps,
9429         get the negotiated caps so we can know how many buffer-frames it
9430         will be. No idea how this worked at all before.
9431
9432 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9433
9434         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9435         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9436         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9437         (handle_sequence), (handle_picture):
9438         * ext/mpeg2dec/gstmpeg2dec.h:
9439           Rearrange buffer tracking and refcounting and refactor
9440           a little for readability. 
9441
9442 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9443         * sys/v4l/gstv4l.c: (plugin_init):
9444         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9445         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9446         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9447         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9448         * sys/v4l/gstv4ljpegsrc.h:
9449         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9450         * sys/v4l/v4l_calls.h:
9451         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9452         (gst_v4lsrc_get_fps):
9453         * sys/v4l/v4lsrc_calls.h:
9454           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9455           you jpeg inside rgb frames" driver.
9456           Don't error in the v4lsrc link function, just return 
9457           REFUSED.
9458
9459 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9460
9461         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9462         (gst_qcamsrc_open):
9463           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9464
9465 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9466
9467         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9468           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9469
9470 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9471
9472         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9473           Reset negotiated state on PAUSED->READY.
9474
9475 2005-02-02  David Schleef  <ds@schleef.org>
9476
9477         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9478         whereever possible.  (Fixes #165997)
9479         * examples/capsfilter/capsfilter1.c: (main):
9480         * examples/dynparams/filter.c: (create_ui):
9481         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9482         * examples/seeking/chained.c: (main):
9483         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9484         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9485         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9486         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9487         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9488         * examples/switch/switcher.c: (main):
9489         * ext/dv/demo-play.c: (main):
9490         * ext/faad/gstfaad.c: (gst_faad_change_state):
9491         * ext/mad/gstmad.c: (gst_mad_chain):
9492         * ext/smoothwave/demo-osssrc.c: (main):
9493         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9494         (gst_gconf_render_bin_from_description),
9495         (gst_gconf_get_default_audio_sink),
9496         (gst_gconf_get_default_video_sink),
9497         (gst_gconf_get_default_audio_src),
9498         (gst_gconf_get_default_video_src),
9499         (gst_gconf_get_default_visualization_element):
9500         * gst/level/demo.c: (main):
9501         * gst/level/plot.c: (main):
9502         * gst/playback/gstplaybin.c: (gen_video_element),
9503         (gen_audio_element):
9504         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9505         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9506         * gst/sine/demo-dparams.c: (main):
9507         * gst/spectrum/demo-osssrc.c: (main):
9508         * gst/speed/demo-mp3.c: (main):
9509         * gst/volume/demo.c: (main):
9510         * testsuite/embed/embed.c: (main):
9511
9512 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9513
9514         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9515         (gst_tcpclientsink_finalize):
9516         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9517         (gst_tcpclientsrc_finalize):
9518         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9519         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9520         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9521         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9522           Don't leak the hostname when shutting down.
9523           In tcpserversrc, take a copy of the default hostname.
9524
9525 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9526
9527         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9528           Set caps to systemstream=TRUE.
9529
9530 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9531
9532         * testsuite/Makefile.am:
9533           Fix more OSX buildbots.
9534
9535 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9536
9537         * ext/mpeg2dec/gstmpeg2dec.c:
9538           Don't send things to NULL PAD_PEERs
9539
9540         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9541           Copy-on-write the incoming buffer.
9542
9543         * gst/mpegstream/gstdvddemux.h:
9544         * gst/mpegstream/gstmpegclock.h:
9545         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9546         (normal_seek), (gst_mpeg_demux_handle_src_event):
9547         * gst/mpegstream/gstmpegdemux.h:
9548         * gst/mpegstream/gstmpegpacketize.h:
9549         * gst/mpegstream/gstmpegparse.c:
9550         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9551         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9552         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9553         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9554         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9555         * gst/mpegstream/gstmpegparse.h:
9556         * gst/mpegstream/gstrfc2250enc.h:
9557           Various changes to the way time is computed that make seeking and
9558           total time estimation much better here.
9559           Use G_BEGIN/END_DECLS instead of __cplusplus
9560
9561         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9562           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9563
9564 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9565
9566         * gst/subparse/gstsubparse.c:
9567           Fix OSX buildbot.
9568
9569 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9570
9571         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9572         (theora_enc_chain), (theora_enc_change_state):
9573         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9574         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9575         (gst_vorbisenc_change_state):
9576         * ext/vorbis/vorbisenc.h:
9577           Set granulepos and timestamp correctly for streams not
9578           starting at 0, taking into account the initial delay.
9579
9580 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9581
9582         * gst/mpegstream/gstdvddemux.c:
9583           Add audio/x-dts to audio pad template caps
9584
9585 2005-01-30  David Schleef  <ds@schleef.org>
9586
9587         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9588         (create_context), (gst_polypsink_link): Fix silly endianness
9589         bug.  Add some debugging.  Remove float from caps; it doesn't
9590         work.  Attempt to get remote audio working.
9591
9592 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9593
9594         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9595           Add 3IV2 fourcc.
9596
9597 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9598
9599         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9600         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9601         (gst_avi_demux_stream_data):
9602         * gst/avi/gstavidemux.h:
9603           Invert DIB images. Fixes #132341.
9604
9605 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9606
9607         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9608         (gst_ffmpegcsp_chain):
9609           D'oh, reference the palette data, not the palette structure.
9610           Fixes color distortion in #132341.
9611
9612 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9613
9614         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9615           PAR can be non-fixed when not provided as argument (#162626).
9616
9617 2005-01-29  David Moore  <dcm@acm.org>
9618
9619         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9620
9621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9622         (gst_qtdemux_loop_header):
9623           Re-apply patch from #142272 that allows non-seekable sources,
9624           re-proposed by Daniel Drake <dsd@gentoo.org>.
9625
9626 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9627
9628         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9629           Use the src template for creating the src pad (#162330).
9630
9631 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9632
9633         * configure.ac:
9634         * ext/musepack/Makefile.am:
9635         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9636         (gst_musepackdec_init), (gst_musepackdec_dispose),
9637         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9638         (gst_musepack_stream_init), (gst_musepackdec_loop),
9639         (gst_musepackdec_change_state):
9640         * ext/musepack/gstmusepackdec.cpp:
9641         * ext/musepack/gstmusepackdec.h:
9642         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9643         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9644         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9645         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9646         * ext/musepack/gstmusepackreader.cpp:
9647         * ext/musepack/gstmusepackreader.h:
9648           Update to 1.1 API (#165446).
9649
9650 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * ext/Makefile.am:
9653           Unbreak buildbot.
9654
9655 2005-01-28  Andy Wingo  <wingo@pobox.com>
9656
9657         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9658         to reflect a different dubious internet source. Add a reference
9659         and some commentary.
9660
9661 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9662
9663         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9664         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9665         * gst/playback/gststreamselector.h:
9666           Be more selective when we're redoing caps negotiation from
9667           within the chain function on a stream change.
9668
9669 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9670
9671         * configure.ac:
9672         * ext/Makefile.am:
9673         * ext/amrnb/Makefile.am:
9674         * ext/amrnb/amrnb.c: (plugin_init):
9675         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9676         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9677         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9678         (gst_amrnbdec_state_change):
9679         * ext/amrnb/amrnbdec.h:
9680         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9681         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9682         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9683         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9684         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9685         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9686         * ext/amrnb/amrnbparse.h:
9687           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9688         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9689           Add AMR-NB/-WB raw formats.
9690         * ext/alsa/gstalsa.c: (gst_alsa_link):
9691           Keep valid time when changing format.
9692         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9693         (qtdemux_parse_trak):
9694           Add some more format-specific options (#140141, #143555, #155163).
9695
9696 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9697
9698         * gst/matroska/matroska-demux.c:
9699         (gst_matroska_demux_parse_blockgroup):
9700           Fix logic error in timing of subtitle stream synchronization.
9701         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9702           Add skip-chunk, which is found in kodak-camera streams.
9703
9704 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9705
9706         * po/LINGUAS:
9707         * po/vi.po:
9708           Adding Vietnamese translation (submitted by Clytie Siddall)
9709
9710 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9711
9712         * gst/playback/gstdecodebin.c: (try_to_link_1):
9713           Use realpad for signal.
9714
9715 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9716
9717         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9718           Fix category so decodebin picks it up.
9719
9720 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9721
9722         * ext/mad/Makefile.am:
9723         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9724         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
9725         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
9726         (found_type), (gst_id3demux_bin_change_state):
9727         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
9728         (gst_id3_tag_init), (gst_id3_tag_handle_event),
9729         (gst_id3_tag_src_link), (gst_id3_tag_chain),
9730         (gst_id3_tag_change_state), (plugin_init):
9731         * ext/mad/gstmad.h:
9732           Add id3demuxbin (which is a simple bin consisting of id3demux
9733           and typefind), take over rank from id3demux, remove typefind
9734           code from id3demux. Makes all broken mp3s that I know of work,
9735           and thereby fixes #152688.
9736
9737 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
9738
9739         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9740
9741         * ext/mad/gstmad.c: (gst_mad_src_event):
9742         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
9743           Allow seeks on audio pad, make mad forward those (#164826).
9744         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
9745           Set duration (#165335).
9746
9747 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9748
9749         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
9750         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
9751         (gst_asf_demux_process_ext_content_desc),
9752         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
9753         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
9754         * gst/asfdemux/gstasfdemux.h:
9755           Improve metadata display, e.g. if the metadata comes before the
9756           streams are loaded (which is perfectly valid).
9757
9758 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9759
9760         * tools/gst-launch-ext-m.m:
9761           Fix AVI/ASF pipelines (#165340).
9762
9763 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
9764         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
9765         build failure on amd64
9766
9767 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
9768
9769         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
9770         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
9771           Check environment variables GST_ID3V2_TAG_ENCODING,
9772           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9773           list of character encodings to force interpretation of non-unicode
9774           strings stored in an ID3v2 tag to a particular encoding. If none
9775           is specified, try to use current locale's encoding, then fall back
9776           to ISO-8859-1 (which will always succeed). (Resolves #149274)
9777         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
9778         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
9779           Check environment variables GST_ID3V1_TAG_ENCODING,
9780           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
9781           list of character encodings to use in case a string encountered
9782           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
9783           specified, try to use the current locale's encoding, then fall
9784           back to ISO-8859-1 (which will always succeed).
9785
9786 2005-01-25  Benjamin Otte  <otte@gnome.org>
9787
9788         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9789           - on half framerate, compute the rate in advance so the comparisons
9790             don't compare wrong values
9791           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
9792             behaviour
9793           - don't use mad_header_decode anymore, mad_frame_decode does that
9794             automatically
9795           - when getting rid of consumed bytes, reset the stream's skiplen
9796           (fixes #163867)
9797
9798 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9799
9800         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
9801           Use 1/2 a second for default max_discont, as PES streams from DVB
9802           seem to have larger spacings in the SCR. 
9803           Fix a typo.
9804
9805 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9806
9807         * gst/playback/gstplaybasebin.c: (group_commit):
9808           Notify delayed stream-info availability.
9809
9810 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
9811         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
9812         (gst_a52dec_handle_event), (gst_a52dec_chain):
9813         Add some debug output. Check that a discont has a valid
9814         time associated.
9815         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9816         (gst_alsa_sink_loop):
9817         Ignore TAG events. A little extra debug for broken timestamps.
9818         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
9819         (dvdnavsrc_change_state):
9820         Ensure we send a discont to engage the link before we send any
9821         other events.
9822         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
9823         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
9824         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
9825         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
9826         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
9827         dvd://title works in totem because typefinding sends a seek that ends
9828         up going back to chapter 1 regardless.
9829         * ext/mpeg2dec/gstmpeg2dec.c:
9830         * ext/mpeg2dec/gstmpeg2dec.h:
9831         Output correct timestamps and handle disconts.
9832         * ext/ogg/gstoggdemux.c: (get_relative):
9833         Small guard against a null dereference.
9834         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
9835         (gst_textoverlay_set_property):
9836         Free memory when done. Don't call gst_event_filler_get_duration on
9837         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
9838         g_warning.
9839         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
9840         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
9841         (gst_sw_srclink), (gst_smoothwave_chain):
9842         Draw solid lines, prettier colours.
9843         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
9844         Add a default palette that'll work for some movies.
9845         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
9846         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
9847         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
9848         * gst/mpegstream/gstdvddemux.h:
9849         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9850         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
9851         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
9852         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
9853         * gst/mpegstream/gstmpegparse.h:
9854         Use PTM/NAV events when for timestamp adjustment when connected to 
9855         dvdnavsrc. Don't use many discont events where one suffices.
9856         * gst/playback/gstplaybasebin.c: (group_destroy),
9857         (gen_preroll_element), (gst_play_base_bin_add_element):
9858         * gst/playback/gstplaybasebin.h:
9859         Make sure we remove subtitles from the same bin we put them in.
9860         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
9861         (gst_subparse_buffer_format_autodetect),
9862         (gst_subparse_change_state):
9863         Fix some memleaks and invalid accesses.
9864         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
9865         (oggskel_type_find), (cmml_type_find), (plugin_init):
9866         Some typefind functions for Annodex v3.0 files
9867         * gst/wavparse/gstwavparse.h:
9868         GstRiffReadClass is the correct parent class.
9869
9870 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9871
9872         * gst-libs/gst/riff/riff-media.c:
9873         (gst_riff_create_video_caps_with_data):
9874           Add extradata to huffyuv (fixes #165013).
9875         * gst-libs/gst/riff/riff-read.c:
9876         (gst_riff_read_strf_vids_with_data):
9877           Fix extradata extraction if it is in the chunk size.
9878
9879 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
9880
9881         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9882
9883         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
9884         (gst_quarktv_change_state), (gst_quarktv_dispose):
9885           Memory free'ing location fix (#164708).
9886
9887 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * gst/playback/gstplaybasebin.c: (group_commit),
9890         (gen_preroll_element), (probe_triggered), (gen_source_element),
9891         (setup_source), (gst_play_base_bin_change_state),
9892         (gst_play_base_bin_add_element):
9893           Don't block for streams.
9894         * gst/playback/gststreaminfo.c: (stream_info_change_state),
9895         (gst_stream_info_set_mute):
9896           Use gst_pad_set_active_recursive.
9897
9898 2005-01-25  Andy Wingo  <wingo@pobox.com>
9899
9900         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
9901         for #ifndef HAVE_XVIDEO.
9902
9903 2005-01-24  Jeffrey C. Ollie
9904
9905         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
9906
9907         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
9908         * ext/gsm/gstgsmdec.h:
9909         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
9910         * ext/gsm/gstgsmenc.h:
9911         Fix rate to 8kHz as per spec, removes obscure errors when no rate
9912         was given by property. Add proper buffer timestamps and offsets.
9913
9914 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9915
9916         * gst-libs/gst/riff/riff-media.c:
9917         (gst_riff_create_audio_caps_with_data):
9918           Audio can be <8000Hz.
9919
9920 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9921
9922         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9923           Explicit state change to workaround refcount bugs.
9924
9925 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
9928         (gst_avimux_riff_get_avi_header):
9929           Fix...
9930
9931 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9932
9933         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
9934         (gst_riff_read_element_data):
9935         * gst-libs/gst/riff/riff-read.h:
9936           Add _peek version (req'ed in CDXA).
9937         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
9938         (gst_cdxaparse_loop):
9939           Fix parsing in playbin.
9940         * gst/playback/gstdecodebin.c: (close_pad_link):
9941           Ignore current_ pads, they cause major annoyance.
9942
9943 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9944
9945         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9946           Safety guard.
9947
9948 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
9951           Fix padding...
9952
9953 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9954
9955         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
9956           Allow for 0-sized buffers. Fixes length query problems in
9957           starwars.mkv from the testsuite.
9958
9959 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
9960
9961         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
9962         (gst_video_box_i420), (gst_video_box_chain):
9963           Fix row strides for I420 (fixes #163159)
9964           
9965 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
9968           MPEG2 has a useful rate property, so we can actually use that.
9969           For MPEG-1, continue using the bytes/time properties.
9970
9971 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * gst-libs/gst/riff/riff-media.c:
9974         (gst_riff_create_video_caps_with_data),
9975         (gst_riff_create_video_template_caps):
9976           Add intel-h263.
9977
9978 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9979
9980         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
9981           Fail if caps negotiation fails. Should fix #162184, and should
9982           definately be in there regardless of it fixing the actual bug.
9983         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
9984         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
9985         (gst_avimux_riff_get_avix_header),
9986         (gst_avimux_riff_get_video_header),
9987         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
9988         (gst_avimux_start_file), (gst_avimux_handle_event),
9989         (gst_avimux_change_state):
9990         * gst/avi/gstavimux.h:
9991           Refactor structure writing to use GST_WRITE_UINT macros, add
9992           metadata writing support.
9993
9994 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9995
9996         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
9997           Elements may already be destroyed when this function is called.
9998
9999 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10000
10001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10002         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10003           More memory leak fixes (#149162).
10004
10005 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10006
10007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10008         (gst_qtdemux_add_stream):
10009           Fix two memleaks.
10010
10011 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10014           Argh...
10015
10016 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10019           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10020           when fixating to six channels in Totem.
10021
10022 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10023
10024         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10025           Fix compile warnings on Solaris 10 buildbot
10026
10027 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10028
10029         * ext/dvdread/dvdreadsrc.c: (_read):
10030           Don't read beyond the last cell in a chapter (fixes 
10031           invalid memory access)
10032
10033 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10034
10035         * ext/dvdread/stream_labels.c:
10036         (dvdreadsrc_get_audio_stream_labels):
10037           Use NULL for an empty GList instead of g_list_alloc(); fix 
10038           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10039           of GString (easier to bulk free later)
10040
10041 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10042
10043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10044
10045         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10046         (gst_ffmpeg_pixfmt_to_caps):
10047           Fix BGRA32 caps (#164209).
10048
10049 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10050
10051         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10052
10053         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10054         (gst_ffmpeg_caps_to_pixfmt):
10055           alpha_mask can be RGBA/ABGR. Fixes #164265.
10056
10057 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10058
10059         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10060
10061         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10062         (gst_mpeg2dec_alloc_buffer):
10063         * ext/mpeg2dec/gstmpeg2dec.h:
10064           Crop if decoding size is not the actual image size (#163676).
10065
10066 2005-01-17  Steve Baker  <steve@stevebaker.org>
10067
10068         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10069
10070         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10071         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10072           Add libsndfile typefind functions (#163309).
10073
10074 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10075
10076         * tools/gst-launch-ext-m.m:
10077           Add .aac, fix .m1v/.m2v (#163891).
10078
10079 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10080
10081         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10082           Sanity check, don't wait endlessly since the clock might not
10083           actually run at this point (which is a deadlock). Fixes #164069.
10084
10085 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10086
10087         * gst/playback/gstplaybasebin.c: (probe_triggered):
10088           Of course, only pause if group is done...
10089
10090 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * gst/playback/gstplaybasebin.c: (probe_triggered):
10093           Thread safety.
10094
10095 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10096
10097         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10098           Don't return state change success when the parent
10099           failed.
10100
10101 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10104           Free events (fix memleak in #162905).
10105
10106 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10107
10108         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10109
10110         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10111         (gst_ffmpeg_caps_to_pixfmt):
10112           Fix for depth = 15. Fixes #161675.
10113
10114 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10115
10116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10117           Set FPS correctly, even for webcams and the like.
10118         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10119           Don error on setting while capturing.
10120
10121 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10122
10123         * ext/dv/gstdvdec.c:
10124         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10125         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10126           I'm a bad boy. using /1001. to force C to do float division
10127           and not integer division (as it did in my last commit)
10128           Thanks to David I. Lehn for pointing this mistake.
10129
10130 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10131
10132         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10133           Revert Johan??s 1.35->1.36 since it breaks compat.
10134
10135 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10136
10137         * ext/dv/gstdvdec.c:
10138         * ext/libfame/gstlibfame.c:
10139         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10140         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10141           replace framerate aproximations by their real value
10142           (24000/1001, 30000/1001, 60000/1001)
10143           Finish fixing bug #164049
10144
10145 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10146
10147         * ext/ogg/gstoggmux.c:
10148           eos/bos debugging
10149         * gst/tcp/gstmultifdsink.c:
10150         * gst/tcp/gstmultifdsink.h:
10151         * gst/tcp/gsttcp.c:
10152         * gst/tcp/gsttcp.h:
10153         * gst/tcp/gsttcpclientsink.c:
10154         * gst/tcp/gsttcpclientsrc.c:
10155         * gst/tcp/gsttcpserversink.c:
10156         * gst/tcp/gsttcpserversrc.c:
10157           improve reusability of elements after state changes and errors
10158           make multifdsink throw away streamheaders when receiving new ones
10159
10160 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10161
10162         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10163           Fix for if items are already in list...
10164
10165 2005-01-12  Benjamin Otte  <otte@gnome.org>
10166
10167         * gst/adder/gstadder.c: (gst_adder_loop):
10168           fix adder a bit so it doesn't screw up with events as much anymore
10169
10170 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10171
10172         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10173         (pixbufscale_scale), (gst_pixbufscale_chain):
10174         * ext/gdk_pixbuf/pixbufscale.h:
10175           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10176           to ensure rowstrides are calculated the same way as 
10177           ffmpegcolorspace
10178           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10179           that we pick up duration and offset also.
10180
10181 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10182
10183         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10184         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10185           Reusability fixes.
10186
10187 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10188
10189         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10190         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10191         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10192         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10193           Update flags when requested.
10194
10195 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10196
10197         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10198           Fix dmix.
10199
10200 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10201
10202         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10203         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10204         (probe_triggered), (new_decoded_pad), (gen_source_element),
10205         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10206         * gst/playback/gstplaybasebin.h:
10207         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10208         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10209         (gst_play_bin_change_state):
10210           Implement group-switch signal for use in apps to clear metadata
10211           cache, clean up subtitle, add suburi property instead of # hack,
10212           some error-out fixes.
10213
10214 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10215
10216         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10217           Debug.
10218         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10219           If we got a state change in the _get handler, don't return success.
10220
10221 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10222
10223         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10224         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10225           Make jpegdec quiet on MJPEG decoding
10226         * gst/asfdemux/README:
10227           Fix mimetypes for MJPEG and H263
10228
10229 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10230
10231         * ext/theora/theoradec.c: (theora_dec_chain):
10232           Fix broken code generation by gcc by swapping arguments.
10233         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10234           Fix \n in debug.
10235
10236 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10237
10238         * TODO:
10239           delete this file, it is by far outdated
10240         * ext/alsa/gstalsa.1: remove
10241         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10242         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10243         (gst_alsa_get_caps):
10244           Add HW probing for supported sample rates. Fixes #161704
10245
10246 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10247
10248         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10249           Don't crash, biatch! :).
10250
10251 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10252
10253         * ext/musepack/gstmusepackreader.cpp:
10254         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10255           Some work on tags - still doesn't work in playbin...
10256         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10257           Handle events...
10258
10259 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10260
10261         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10262           Also shove tags on kid pads.
10263
10264 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10265
10266         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10267           Don't bail on unknown events.
10268         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10269           Don't crash on events before negotiation.
10270         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10271           Send tags on pads, too.
10272         * gst/playback/gststreamselector.c:
10273         (gst_stream_selector_request_new_pad):
10274           Forward events on first pad if no input was selected yet.
10275
10276 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10277
10278         * gst/playback/gstplaybasebin.c: (setup_substreams):
10279           Don't disable streamtype if the stream doesn't exist, since
10280           then playing a video after audio will disable both and nothing
10281           will happen. Fixes the testsuite.
10282
10283 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10284
10285         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10286         (gst_v4l_xoverlay_set_xwindow_id):
10287         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10288         (gst_v4l2_xoverlay_set_xwindow_id):
10289           Add debug categories, fix overlay disabling.
10290
10291 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10292
10293         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10294         * ext/alsa/gstalsa.h:
10295           Add HW probing for period_count/size and buffer_size MIX/MAX
10296           Adjust default/user defined value if out of bounds
10297           Should fix bug #162024
10298
10299 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10300
10301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10302           Fix warning (#161191).
10303
10304 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10305
10306         * ext/dvdread/stream_labels.c:
10307         (dvdreadsrc_get_audio_stream_labels):
10308           Fix warning (init the good variable in switch default)
10309
10310 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10311
10312         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10313
10314         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10315           Fix gcc-2.95 compile (#163485).
10316
10317 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10318
10319         * configure.ac:
10320         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10321         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10322         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10323         (gst_flacenc_change_state):
10324         * ext/flac/gstflacenc.h:
10325           Update for API change in flac-1.1.1. Update requirement in
10326           configure.ac. Fixes #162974.
10327
10328 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10329
10330         * gst/playback/gstplaybasebin.c: (group_destroy):
10331           Remove hack to get rid of assert and get rid of unlinked
10332           signals properly.
10333
10334 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10335
10336         * gst/playback/gstplaybasebin.c: (setup_source):
10337           Set source to NULL so that resources are free'ed. Fixes issues
10338           with playback of CDDA and similar device-accessing things.
10339
10340 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10341
10342         * testsuite/embed/Makefile.am:
10343           test->noinst, fix make test in buildbot.
10344
10345 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10346
10347         * ext/dvdread/stream_labels.c: new file
10348         * ext/dvdread/stream_labels.h: new file
10349         * ext/dvdread/Makefile.am:
10350         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10351           Extract audio stream label from DVD IFO files.
10352           It only dump them on the console for now, still have to
10353           make playbin aware of them.
10354
10355 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10356
10357         * gst/playback/gstplaybasebin.c: (setup_source):
10358           Fix hanging subs.
10359
10360 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10361
10362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10363         (gen_preroll_element), (remove_groups), (setup_subtitle),
10364         (gen_source_element), (setup_source):
10365         * gst/playback/gstplaybasebin.h:
10366           Multiple .sub files is just a stupid idea... Fix some threading
10367           mistakes. Interestingly, external .sub files cause playbin to
10368           hang, I don't know why... Parsing fixes contributed by Fran??ois
10369           Kooman <fkooman@tuxed.net>.
10370
10371 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10372
10373         * testsuite/embed/Makefile.am:
10374           Fix buildbot.
10375
10376 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10377
10378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10379
10380         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10381         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10382         (gst_pngenc_set_property):
10383         * ext/libpng/gstpngenc.h:
10384           Add compression level property (#163323).
10385
10386 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * configure.ac:
10389         * examples/capsfilter/capsfilter1.c: (main):
10390         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10391         * ext/dvdread/Makefile.am:
10392         * ext/dvdread/demo-play:
10393         * ext/dvdread/demo-play.c:
10394         * gconf/gstreamer.schemas.in:
10395         * gst-libs/gst/gconf/gconf.c:
10396         * sys/v4l/TODO:
10397         * testsuite/Makefile.am:
10398         * testsuite/embed/Makefile.am:
10399         * testsuite/embed/embed.c: (cb_expose), (main):
10400           Remove all references to xvideosink, fix examples (#140845).
10401         * gst/playback/gstplaybasebin.c: (group_destroy):
10402           Apparently, disposal does not unlink - so do explicitely.
10403         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10404           Add debug.
10405
10406 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10407
10408         * README: fix PKG_CONFIG_PATH instructions, what was there
10409         previously was breaking default search path, not nice. 
10410         Fixes #163358
10411
10412 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10413
10414         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10415         (gst_audioscale_chain):
10416           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10417           when resampling - how the ^@$^!@^! is this possible?!?
10418
10419 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10420
10421         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10422           Reset variables on READY.
10423         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10424         (gst_matroska_mux_loop):
10425           Require data before writing header.
10426
10427 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10428
10429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10430
10431         * ext/mad/gstmad.c: (gst_mad_chain):
10432           Don't call mad_stream_sync() directly after recovering sync.
10433           Fixes #151661.
10434
10435 2005-01-09  Martin Eikermann  <meiker@upb.de>
10436
10437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10438
10439         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10440         (snapshot_handler), (gst_snapshot_sinkconnect),
10441         (gst_snapshot_chain):
10442           Allocate resources when required, fix recursive signal emission
10443           and fix caps. Fixes #161667.
10444
10445 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10446
10447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10448
10449         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10450         (gst_pngdec_chain):
10451           Handle only 8-bppc (bits-per-pixel-component) images, better
10452           error handling and correct strides. Fixes #163177.
10453         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10454         (gst_pngenc_chain):
10455           Better error handling. Fixes #163348.
10456
10457 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10458
10459         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10460         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10461         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10462         (dvdnavsrc_uri_handler_init):
10463           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10464         * gst/playback/gstplaybasebin.c: (gen_source_element):
10465           Add MMS to streaming URIs.
10466
10467 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10468
10469         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10470         * sys/xvimage/xvimagesink.c:
10471         (gst_xvimagesink_navigation_send_event):
10472           Check for pad availability before sending event.
10473
10474 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10475
10476         * gst-plugins.spec.in:
10477           Add subparse.
10478
10479 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10480
10481         * configure.ac:
10482           Since we use functions from CVS, up requirement.
10483
10484 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10485
10486         * gst/playback/Makefile.am:
10487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10488         (group_destroy), (group_commit), (group_is_muted),
10489         (gen_preroll_element), (add_stream), (unknown_type),
10490         (probe_triggered), (preroll_unlinked), (mute_stream),
10491         (silence_stream), (new_decoded_pad), (setup_substreams),
10492         (setup_source), (get_active_source), (mute_group_type),
10493         (muted_group_change_state), (set_active_source),
10494         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10495         (play_base_eos), (gst_play_base_bin_change_state):
10496         * gst/playback/gstplaybasebin.h:
10497         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10498         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10499         (gst_stream_info_dispose), (stream_info_mute_pad),
10500         (stream_info_change_state), (gst_stream_info_set_mute):
10501         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10502         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10503         (gst_stream_selector_init), (gst_stream_selector_dispose),
10504         (gst_stream_selector_get_linked_pad),
10505         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10506         (gst_stream_selector_get_linked_pads),
10507         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10508         * gst/playback/gststreamselector.h:
10509           Adding stream selection support plus required properties for
10510           applications to use this. Fully fixes #100931.
10511
10512 2005-01-08  Benjamin Otte  <otte@gnome.org>
10513
10514         * gst/games/gstpuzzle.c: (nav_event_handler):
10515           - handle nav events differently: forward every event no matter if it
10516             was handled or not.
10517           - translate events
10518           You can now cheat by using navigationtest ! puzzle and moving the
10519           mouse close to the edge of a tile. ;)
10520
10521 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10522
10523         * configure.ac:
10524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10525         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10526         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10527         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10528         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10529         (gst_ogm_parse_plugin_init):
10530         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10531         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10532         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10533         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10534         * ext/pango/gsttextoverlay.h:
10535         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10536         (gst_matroska_demux_handle_seek_event),
10537         (gst_matroska_demux_sync_streams),
10538         (gst_matroska_demux_parse_blockgroup),
10539         (gst_matroska_demux_subtitle_caps),
10540         (gst_matroska_demux_plugin_init):
10541         * gst/matroska/matroska-ids.h:
10542         * gst/playback/gstdecodebin.c: (close_pad_link):
10543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10544         (gen_preroll_element), (remove_groups), (add_stream),
10545         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10546         (setup_source):
10547         * gst/playback/gstplaybasebin.h:
10548         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10549         * gst/subparse/Makefile.am:
10550         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10551         (gst_subparse_base_init), (gst_subparse_class_init),
10552         (gst_subparse_init), (gst_subparse_formats),
10553         (gst_subparse_eventmask), (gst_subparse_event),
10554         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10555         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10556         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10557         (parse_mpsub_deinit), (parse_mpsub_init),
10558         (gst_subparse_buffer_format_autodetect),
10559         (gst_subparse_format_autodetect), (gst_subparse_loop),
10560         (gst_subparse_change_state), (gst_subparse_type_find),
10561         (plugin_init):
10562         * gst/subparse/gstsubparse.h:
10563         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10564         (plugin_init):
10565           Add subtitle support, .sub parser (supports SRT and MPsub),
10566           OGM text support, Matroska UTF-8 text support, deadlock fixes
10567           all over the place, subtitle awareness in decodebin/playbin
10568           and some fixes to textoverlay to handle subtitles in a stream
10569           correctly. Fixes #100931.
10570
10571 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10572
10573         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10574           Check for pad availability before doing a query on it.
10575
10576 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10577
10578         * ext/dv/gstdvdec.c:
10579           really fix bpp24/32 dvdec caps (classic rgba indeed)
10580         * gst/asfdemux/gstasfdemux.c:
10581         (gst_asf_demux_process_ext_content_desc):
10582           don't send text tags if they are empty (bis repetita)
10583
10584 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10585
10586         * ext/dv/gstdvdec.c:
10587          remove unneeded comment from dvdec
10588           (related to DV 4CC codes in AVI files)
10589           moved them in gstreamer/docs/random/mimetypes
10590         * gst/asfdemux/gstasfdemux.c:
10591         (gst_asf_demux_process_ext_content_desc):
10592          don't send text tags if they are empty
10593          fix mem leak on error path
10594         * gst/ffmpegcolorspace/avcodec.h:
10595         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10596         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10597         (gst_ffmpegcsp_avpicture_fill):
10598         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10599         * gst/ffmpegcolorspace/imgconvert_template.h:
10600          adds BGR32 and BGRA32 to ffmpegcolorspace
10601           (still bad colors, fixing it on next commit)
10602           helps with dvdec outputing BGR32
10603
10604 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10605
10606         * ext/dv/gstdvdec.c:
10607          Fix audio caps i just broke (missing ',')
10608         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10609         (gst_matroska_mux_reset):
10610          Fix typo + add FIXME about old "x-gst-metadata" crap
10611
10612 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10613
10614         * ext/dv/demo-play.c: (main):
10615          xvideosink -> xvimagesink
10616         * ext/dv/gstdvdec.c:
10617          change rgb 32/32 caps to 24/32 (no alpha)
10618          change nb of channels to be a list (2 or 4, not 2)
10619          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10620         * gst/asfdemux/gstasfdemux.c:
10621         (gst_asf_demux_process_ext_content_desc):
10622          Add 'date/year' to extracted metadata list
10623
10624 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10625
10626         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10627           The return value of fixate_to does not imply that the requested
10628           value was set, so don't assume.
10629
10630 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10631
10632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10633
10634         * ext/libpng/gstpngdec.c:
10635         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10636         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10637         * ext/libpng/gstpngenc.h:
10638           Alpha support (encoder; #163161), mime fixage.
10639
10640 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10641
10642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10643
10644         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10645         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10646         (gst_faac_set_property), (gst_faac_get_property):
10647         * ext/faac/gstfaac.h:
10648           Allow for ADTS output (#153434).
10649
10650 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10651
10652         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10653           Fix against template (#150576).
10654
10655 2005-01-06  Benjamin Otte  <otte@gnome.org>
10656
10657         * gst/games/gstpuzzle.c: (draw_puzzle):
10658           don't draw a puzzle if either width or height of tiles would be 0.
10659
10660 2005-01-06  Benjamin Otte  <otte@gnome.org>
10661
10662         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10663         (gst_puzzle_class_init), (gst_puzzle_finalize):
10664           no memleaks, please
10665         (gst_puzzle_create), (gst_puzzle_init),
10666         (gst_puzzle_set_property), (gst_puzzle_setup):
10667           change initialization code around so we don't reshuffle on resize
10668         (draw_puzzle):
10669           fix another stupid typo
10670
10671 2005-01-06  Benjamin Otte  <otte@gnome.org>
10672
10673         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10674           fix stupid typo that borked copying on YUY2
10675
10676 2005-01-06  Benjamin Otte  <otte@gnome.org>
10677
10678         * gst/games/gstpuzzle.c: (draw_puzzle):
10679           fix edges when image sizes aren't multiples of tile sizes
10680
10681 2005-01-06  Benjamin Otte  <otte@gnome.org>
10682
10683         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10684           make RGB endianness work correctly
10685         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10686           refactor and fix race with initial shuffling
10687         (nav_event_handler):
10688           allow using the mouse to puzzle
10689         (draw_puzzle):
10690           insist on tiles having width and height as multiples of 4 to get
10691           clean YUV image handling
10692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10693         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10694           s/DEBUG/LOG/ for common messages
10695         (gst_xvimagesink_navigation_send_event):
10696           fix mouse event translation to not include screen PAR
10697         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10698           fix mouse event translation to actually work
10699
10700 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10701
10702         * gst/asfdemux/gstasfdemux.c:
10703         (gst_asf_demux_process_ext_content_desc):
10704          Extract TrackNumber metadata + clean up code
10705         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10706          Hope this is the good fix (var used unitialised)
10707
10708 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10709
10710         * ext/faad/gstfaad.c: (gst_faad_chain):
10711           Only increment timestamp if it's valid. Fixes raw AAC streams.
10712
10713 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10714
10715         * configure.ac:
10716         * gst/games/Makefile.am:
10717         * gst/games/gstpuzzle.c:
10718           add a puzzle game with...
10719         * gst/games/gstvideoimage.c:
10720         * gst/games/gstvideoimage.h:
10721           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10722           from videotestsrc and made into something that would be a nice
10723           library for a lot of other plugins.
10724
10725 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10726
10727         * configure.ac:
10728          don't compile faad plugin if a RC of 2.0 is found
10729          Fixes #155346 (and FC1 buildbot)
10730         * gst/asfdemux/gstasfdemux.c:
10731         (gst_asf_demux_process_ext_content_desc):
10732          try to make Solaris compiler happier
10733
10734 2005-01-06  Paul Jack  <pjack@sfaf.org>
10735
10736         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10737
10738         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
10739           Fix segfault (#161667).
10740
10741 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10742
10743         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10744           Fix framerate reporting.
10745
10746 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10747
10748         * gst-libs/gst/riff/riff-ids.h:
10749         * gst/wavenc/riff.h:
10750          Add AMR (VBR and CBR) ids to riff.h audio codec list
10751         * gst/asfdemux/gstasfdemux.c:
10752         (gst_asf_demux_process_ext_content_desc),
10753         (gst_asf_demux_process_object):
10754           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
10755
10756 2005-01-05  Martin Eikermann  <meiker@upb.de>
10757
10758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10759
10760         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
10761         (gst_dvd_demux_handle_discont):
10762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
10763         (gst_mpeg_demux_handle_discont):
10764           Recreate pads on new-media (#160730).
10765         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
10766           Send discont even if manager changes timestamps (#161929).
10767
10768 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
10769
10770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10771
10772         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
10773           Fix invalid memory access (#159211).
10774
10775 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10776
10777         * examples/gstplay/player.c: (main):
10778           Don't iterate.
10779         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
10780           Add visualizations.
10781         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10782         (gst_a52dec_handle_frame):
10783           Set duration.
10784         * ext/dvdnav/gst-dvd:
10785           Add audioconvert. Fixes #161325.
10786         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
10787           Explicitely case to gint64. Possible valgrind error.
10788         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
10789         (gst_play_tick_callback), (gst_play_change_state),
10790         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
10791         (gst_play_set_location), (gst_play_get_location),
10792         (gst_play_seek_to_time), (gst_play_set_data_src),
10793         (gst_play_set_video_sink), (gst_play_set_audio_sink),
10794         (gst_play_set_visualization), (gst_play_connect_visualization),
10795         (gst_play_get_framerate), (gst_play_get_all_by_interface),
10796         (gst_play_new):
10797           Use playbin. Fixes #139749 and #147744.
10798         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
10799           Add genre tag.
10800         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
10801         (audioscale_get_type), (gst_audioscale_base_init),
10802         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
10803         (gst_audioscale_getcaps), (gst_audioscale_fixate),
10804         (gst_audioscale_link), (gst_audioscale_get_buffer),
10805         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
10806         (gst_audioscale_init), (gst_audioscale_dispose),
10807         (gst_audioscale_chain), (gst_audioscale_set_property),
10808         (gst_audioscale_get_property), (plugin_init):
10809           Indent properly.
10810         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
10811           Fix LPCM.
10812         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
10813         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
10814         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
10815           Add more metadata (fixes #162656).
10816
10817 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10818
10819         * configure.ac:
10820           back to cvs
10821
10822 === release 0.8.7 ===
10823
10824 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10825
10826         * NEWS:
10827         * RELEASE:
10828         * configure.ac:
10829           releasing 0.8.7, "Hyperspace"
10830
10831 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
10832
10833         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10834
10835         * gst/playback/gstplaybasebin.c:
10836          Fix for #162924 - free caps after use, not before
10837
10838 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10839
10840         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10841
10842         * gst/playback/gstplaybasebin.c:
10843         * gst/wavparse/gstwavparse.c:
10844           Fix for #154773 - fixes playback of small .wav files
10845
10846 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
10847
10848         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
10849
10850         * gst/audioscale/gstaudioscale.c:
10851           Fix for #162819 - make audioscale reusable
10852           Fixes playback of more than one file with playbin/totem
10853
10854 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10855
10856         * gst/ffmpegcolorspace/avcodec.h:
10857         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10858         * gst/ffmpegcolorspace/imgconvert.c:
10859           clean up the mess that made me cry and avoid needless duplication
10860
10861 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10862
10863         * gst/ffmpegcolorspace/imgconvert.c:
10864           give some indication of why we're segfaulting
10865
10866 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10867
10868         * configure.ac:
10869           Fix indentation, fix v4l2 plugin detection.
10870         * ext/Makefile.am:
10871           Fix libmms location (Maciej, use diff -u!).
10872         * ext/alsa/gstalsa.c: (gst_alsa_init):
10873           Initialize caps cache to NULL.
10874         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10875           Only change state on audiosink if it exists.
10876
10877 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
10878
10879         * gst/matroska/matroska-demux.c:
10880         * gst/matroska/matroska-ids.h:
10881         * gst/matroska/matroska-demux.h:
10882         Fix Vorbis streams failing to decode in some files, where cluster_time
10883         isn't 0, because then it doesn't send codec_priv before actual data.
10884         Remove time-based test and replace it with marker set on beginning of
10885         new stream
10886
10887 2004-12-28  David Schleef  <ds@schleef.org>
10888
10889         Merge patch from Ronald fixing problems with streaming
10890         text.
10891         * ext/cairo/gstcairo.c: (plugin_init):
10892         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10893         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10894         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10895         (gst_textoverlay_font_init), (gst_textoverlay_init),
10896         (gst_textoverlay_set_property):
10897         * ext/cairo/gsttextoverlay.h:
10898
10899 2004-12-27  David Schleef  <ds@schleef.org>
10900
10901         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
10902         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
10903         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
10904         (gst_textoverlay_font_init), (gst_textoverlay_init),
10905         (gst_textoverlay_set_property): Improvements to actually
10906         render text as white on black outline on video, including
10907         font selection and horizontal/vertical alignment.  (Ronald's
10908         christmas present)
10909         * ext/cairo/gsttextoverlay.h:
10910
10911 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10912
10913         * ext/ogg/gstogg.c:
10914         * ext/ogg/gstogmparse.c:
10915           fix ogm[audio/video]parse plugin registration
10916           (riff won't load if bytestream is already loaded)
10917
10918 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10919
10920         * gst/audioconvert/gstchannelmix.c:
10921           fix for GLIB < 2.4
10922
10923 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10924
10925         * Makefile.am:
10926         * configure.ac:
10927           disable docs again until it actually passes make distcheck.
10928
10929 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10930
10931         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
10932         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
10933         (plugin_init):
10934           Add 3GP (variables name Q3GP because they can't start with a
10935           number). Add samr audio fourcc (used in .3gp files), decoder
10936           is work in progress. Also do a GST_WARNING instead of ERROR
10937           in case of unknown nodes, to decrease output.
10938
10939 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
10940
10941         * Makefile.am:
10942           really fix dist
10943
10944 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10945
10946         * configure.ac:
10947         * ext/speex/gstspeexdec.h:
10948         * ext/speex/gstspeexenc.h:
10949           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
10950           Fix detection code in configure.ac
10951
10952 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10953
10954         * gst/matroska/matroska-demux.c:
10955         (gst_matroska_demux_parse_blockgroup):
10956           Save position, so that queries give proper return values. Don't
10957           know how this could ever have worked before...
10958
10959 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10960
10961         * configure.ac:
10962           Put additional LAME check inside the conditional.  Fixes #152339
10963
10964 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10965
10966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10967         (gst_avi_demux_stream_scan):
10968           Add some more debug. Fix logic error when setting movi offset
10969           while reading index.
10970
10971 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10972
10973         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10974         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
10975         (gst_avi_demux_process_next_entry):
10976           Add some debugging. Better detection of broken indexes and the
10977           accompanying index recovery. No infinite loops on state changes
10978           when we're still in our loopfunction.
10979
10980 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10981
10982         * configure.ac:
10983           Fix up.
10984
10985 2004-12-22  Archana Shah  <archana.shah@wipro.com>
10986
10987         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
10988
10989         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
10990           Normalizing the value before setting
10991         (gst_sunaudiomixer_get_volume):
10992           Normalizing the value after getting. Fixes bug# 161980
10993
10994 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
10995
10996         * Makefile.am: Make sure docs gets disted
10997         * docs/Makefile.am: Make sure all needed files get disted
10998         * gst-plugins.spec.in: latest updates
10999
11000 2004-12-22  Wim Taymans  <wim@fluendo.com>
11001
11002         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11003         Revert patch 1.38 as clock distribution over schedulers does
11004         not work correcly in the core yet.
11005
11006 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11007
11008         * sys/oss/README: remove this file, which predates my birth
11009           (and which content is by far outdated)
11010
11011 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11012
11013         * Makefile.am:
11014         * configure.ac:
11015         * docs/Makefile.am:
11016         * docs/libs/Makefile.am:
11017         * docs/libs/gst-plugins-libs-docs.sgml:
11018         * docs/libs/gst-plugins-libs-sections.txt:
11019         * docs/libs/tmpl/gstgconf.sgml:
11020         * docs/upload.mak:
11021         * docs/version.entities.in:
11022           Added boilerplate gtk-doc files for plugin-libs documentation.
11023
11024 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11025
11026         * gst/auparse/gstauparse.c: fix int and float audio caps
11027
11028 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11029
11030         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11031         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11032           g_assert() can be a macro, don't use #ifdef inside it.
11033
11034 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11035
11036         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11037
11038         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11039         (gst_videorate_init), (gst_videorate_chain),
11040         (gst_videorate_change_state):
11041           Event handling (fixes #159986).
11042
11043 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11044
11045         * gst-libs/gst/riff/riff-media.c:
11046         (gst_riff_create_video_caps_with_data):
11047           Add BLZ0 (Blizzard's version of DivX) fourcc.
11048
11049 2004-12-18  David Schleef  <ds@schleef.org>
11050
11051         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11052         portability fix.
11053
11054 2004-12-18  David Schleef  <ds@schleef.org>
11055
11056         * gst/tta/ttadec.h: Disable some header code that isn't used
11057         and clearly isn't portable.
11058
11059 2004-12-18  David Schleef  <ds@schleef.org>
11060
11061         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11062         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11063         (avcodec_get_pix_fmt), (avpicture_layout),
11064         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11065         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11066         Fix code to not use GCC extensions (and c99 extensions that
11067         Forte does not like.)
11068
11069 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11070
11071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11072
11073         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11074         (gst_deinterlace_chain):
11075           Rowstride fixes. Fixes #161039.
11076         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11077         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11078         (gst_video_crop_getcaps), (gst_video_crop_link),
11079         (gst_video_crop_i420), (gst_video_crop_chain),
11080         (gst_video_crop_change_state):
11081           Rework of negotiation. Actually works now. Fixes #158650.
11082
11083 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11084
11085         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11086           That was very stupid.
11087
11088 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11089
11090         * gst/matroska/matroska-demux.c:
11091         (gst_matroska_demux_parse_blockgroup):
11092           Fix possible crasher.
11093
11094 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11095
11096         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11097         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11098           Lace sizes can be zero.
11099
11100 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11101
11102         * ext/musepack/gstmusepackdec.cpp:
11103           Fetch error return values. Fixes #161624.
11104         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11105           Really EOS.
11106
11107 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11108
11109         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11110           Work for truncated (unfinished download etc.) files. Fixes #160514.
11111
11112 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11113
11114         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11115           Fix for integer overflow. Makes #156001 not crash. Probably masks
11116           the real bug.
11117
11118 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11119
11120         * gst/ac3parse/gstac3parse.c: (plugin_init):
11121           Parsers never have ranks. Fixes #159651.
11122
11123 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11124
11125         * gst/playback/gstdecodebin.c: (compare_ranks):
11126           make sure the facotries are ordered the same every time even if they
11127           have the same rank by using the name
11128         * gst/playback/gstdecodebin.c: (find_compatibles):
11129           make sure we don't add factories to the list twice
11130
11131 2004-12-16  David Schleef  <ds@schleef.org>
11132
11133         * configure.ac: look for musepack headers as musepack/*.h
11134         (fixes #159847)
11135         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11136         * ext/musepack/gstmusepackreader.h: same
11137
11138 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11139
11140         * gst-libs/gst/riff/riff-read.c:
11141         (gst_riff_read_strf_auds_with_data):
11142           Read extradata correctly (fixes #155879).
11143
11144 2004-12-16  David Schleef  <ds@schleef.org>
11145
11146         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11147         audio.  does _not_ attempt or allow conversion unless channels
11148         is 1 or 2.
11149
11150 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11151
11152         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11153
11154 2004-12-16  David Schleef  <ds@schleef.org>
11155
11156         * gst/audioscale/gstaudioscale.c: the resample library only
11157         handles 1 or 2 channels.  Change caps to compensate.
11158
11159 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11160
11161         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11162         (gst_matroska_demux_audio_caps):
11163           Some MPEG-AAC hacks, because else it doesn't work...
11164
11165 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11166
11167         * gst-libs/gst/riff/riff-media.c:
11168         (gst_riff_create_video_caps_with_data),
11169         (gst_riff_create_video_template_caps):
11170           Add h264.
11171
11172 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11173
11174         * gst-libs/gst/audio/Makefile.am:
11175           Try to fix buildbot.
11176
11177 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11178
11179         * gst/tcp/gstmultifdsink.c:
11180           Clean up and uniformize debugging.
11181
11182 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11183
11184         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11185
11186         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11187         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11188         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11189         (gst_mpeg_demux_change_state):
11190           Reset on ready. Fixes 160276.
11191
11192 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11193
11194         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11195
11196         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11197         (gst_ffmpegcsp_pad_link):
11198           Fix memleak (#154815).
11199
11200 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11201
11202         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11203
11204         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11205         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11206         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11207         * ext/musicbrainz/gsttrm.h:
11208           Add support for using a proxy server when getting a trm id from
11209           the MusicBrainz database (#149613).
11210
11211 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11212
11213         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11214
11215         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11216         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11217           Fix memleaks (#157233).
11218
11219 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11220
11221         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11222
11223         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11224         * gst-libs/gst/resample/resample.h:
11225         * gst/audioscale/gstaudioscale.c:
11226           Fix memleak (#159215).
11227
11228 2004-12-16  Toni Willberg  <toniw@iki.fi>
11229
11230         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11231
11232         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11233         * sys/oss/oss_probe.c: (main):
11234           Check for mono/stereo support (similar to samplerate probing),
11235           fixes #159433. Also add missing copyright header to oss_probe.c.
11236
11237 2004-12-15  David Schleef  <ds@schleef.org>
11238
11239         * configure.ac: add audioresample and cairo plugins.  Remove
11240         HAVE_MMX stuff, because it's not used.
11241         * ext/Makefile.am: same
11242         * ext/audioresample/Makefile.am: You are not ready for an
11243         audio resampling element based on audioresample.
11244         * ext/audioresample/gstaudioresample.c:
11245         * ext/audioresample/gstaudioresample.h:
11246         * ext/cairo/Makefile.am: You are not ready for overlay elements
11247         based on cairo.  Don't look too closely, these elements kinda
11248         suck right now.
11249         * ext/cairo/gstcairo.c: new
11250         * ext/cairo/gsttextoverlay.c: new
11251         * ext/cairo/gsttextoverlay.h: new
11252         * ext/cairo/gsttimeoverlay.c: new
11253         * ext/cairo/gsttimeoverlay.h: new
11254         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11255         problem with compilers that don't support variadic macros.
11256
11257 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11258
11259         Reviewed by:  David Schleef  <ds@schleef.org>
11260
11261         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11262         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11263         bit.  Also ran indent-gst.
11264         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11265         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11266         (gst_sunaudiosrc_setparams):
11267
11268 2004-12-14  David Schleef  <ds@schleef.org>
11269
11270         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11271         output rate to 16000.  Should fix #160235.
11272
11273 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11274
11275         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11276         Add typefinding for mpeg2 pes streams
11277
11278 2004-12-13  David Schleef  <ds@schleef.org>
11279
11280         * configure.ac:  Applied patch from bug #143659, making default
11281         sources and sinks OS-dependent (for Solaris), and added code
11282         for OS/X.
11283         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11284
11285 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11286
11287         * gst-libs/gst/riff/riff-media.c:
11288           forgot to add h2.64 to avidemux template caps
11289
11290 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11291
11292         * gst/wavenc/riff.h:
11293         * gst-libs/gst/riff/riff-media.c:
11294         * gst-libs/gst/riff/riff-ids.h:
11295         * gst/avi/gstavimux.c
11296         add 4CC code for VideoSoft h264 in AVI (VSSH)
11297           fixes bug #160655
11298         remove s323 from riff, it's quicktime specific :(
11299
11300 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11301
11302         * gst/asfdemux/README
11303         * gst/wavenc/riff.h
11304         * gst-libs/gst/riff/riff-ids.h
11305         * gst-libs/gst/riff/riff-media.c
11306         * gst/qtdemux/qtdemux.c:
11307           add new 4CC codes for h263 related codecs
11308           fixes partially bug #155163
11309
11310 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11311
11312         * configure.ac: Update polyaudio requirement to 0.7
11313         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11314
11315 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11316
11317         * gst/interleave/deinterleave.c:
11318         fix my name's spelling! :)
11319
11320 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11321
11322         * AUTHORS ChangeLog
11323         * gst/auparse/gstauparse.c
11324         * gst/interleave/deinterleave.c
11325         * gst/law/:
11326                 alaw-decode.c alaw-encode.c
11327                 mulaw-decode.c mulaw-encode.c
11328         * gst/oneton/gstoneton.c
11329         * sys/osxaudio/:
11330                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11331         * sys/osxvideo/:
11332                 cocoawindow.h cocoawindow.m
11333                 osxvideosink.h osxvideosink.m
11334
11335         put the same mail address for Zaheer Abbas Merali everywhere
11336
11337 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11338
11339         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11340           Align by packetsize, and assert that we a packet available before
11341           playing. The first makes webstreams work (they often include
11342           trailing padding data in a packet), the second allows pausing a
11343           ASF stream in totem without getting demux errors afterwards.
11344
11345 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11346
11347         * ext/ogg/gstoggdemux.c: (get_relative):
11348           Check for non-NULL before accessing member (end-of-chain).
11349
11350 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11351
11352         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11353         (cdparanoia_set_property), (cdparanoia_get_property):
11354         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11355         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11356         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11357         (dvdreadsrc_init), (dvdreadsrc_set_property),
11358         (dvdreadsrc_get_property):
11359         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11360         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11361           Synchronize property names where not yet the case. Devices are
11362           now device=X, other versions are deprecated (but still exist).
11363           Also use g_free() unconditionally.
11364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11365         (setup_source), (gst_play_base_bin_get_property):
11366           Expose source.
11367
11368 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11369
11370         * configure.ac: move GCONF macro outside conditional for the am
11371           conditional. Fixes #160439
11372
11373 2004-12-08  David Schleef  <ds@schleef.org>
11374
11375         * tools/gst-visualise-m.m: Switch to elements that currently
11376         exist.
11377
11378 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11379
11380         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11381           We love wrong commas.
11382
11383 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11384
11385         * gst/matroska/matroska-demux.c:
11386         (gst_matroska_demux_handle_src_query):
11387           Don't set DEFAULT, unsupported - makes length display incorrectly
11388           in some cases.
11389
11390 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11391
11392         * gst/monoscope/README: remove blurb about files being GPL
11393         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11394         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11395           monoscope is now effectively LGPL licensed
11396
11397 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11398
11399         * gst/monoscope/README: Update information to be more correct
11400         * gst/monoscope/convolve.c: Relicense to LGPL
11401         * gst/monoscope/convolve.h: Relicense to LGPL
11402
11403 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11404
11405         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11406           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11407         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11408           set default_duration for mpeg1 audio
11409
11410 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11411
11412         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11413         * ext/alsa/gstalsa.h:
11414           refactor big chunks of the core caps negotiation code to make it
11415           a lot faster, because people claim it's really slow
11416           (actually, just cache the getcaps when the device is opened)
11417
11418 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11419
11420         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11421         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11422         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11423         (gst_a52dec_change_state), (plugin_init):
11424         * ext/a52dec/gsta52dec.h:
11425           Do something useful with timestamps. Make chain-based (since
11426           there's really no reason to be loopbased).
11427         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11428           Update current_byte/frame correctly.
11429
11430 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11431
11432         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11433         (gst_ape_demux_stream_init):
11434           Forward tags, too.
11435
11436 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11437
11438         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11439           Let's make sure we're done typefinding when detecting tags.
11440
11441 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11442
11443         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11444         (gst_ebml_read_init), (gst_ebml_read_use_event),
11445         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11446         (gst_ebml_read_seek), (gst_ebml_read_skip),
11447         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11448         (gst_ebml_read_master):
11449         * gst/matroska/ebml-read.h:
11450         * gst/matroska/matroska-demux.c:
11451         (gst_matroska_demux_parse_contents),
11452         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11453           Disgustingly evil hack for working around INTERRUPT events and
11454           their extremely annoying habit of being a pain in the ass. We
11455           simply peek a cluster before reading any of it.
11456
11457 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11458
11459         * ext/musepack/gstmusepackdec.cpp:
11460           There's also floating point libmusepacks.
11461
11462 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11463
11464         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11465         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11466           Set DURATION even if source buffer didn't. Also use increasing
11467           timestamps.
11468         * gst-libs/gst/riff/riff-media.c:
11469         (gst_riff_create_audio_caps_with_data):
11470           Block_align can have larger values than 8192.
11471
11472 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11473
11474         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11475         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11476         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11477         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11478           Fix caps.
11479
11480 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11481
11482         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11483           Fix logic bug.
11484
11485 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11486
11487         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11488           Yay, another one.
11489
11490 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11491
11492         * ext/esd/esdsink.c: (gst_esdsink_chain):
11493           Make error actually say something useful (fixes #156798).
11494         * gst-libs/gst/riff/riff-media.c:
11495         (gst_riff_create_video_caps_with_data),
11496         (gst_riff_create_video_template_caps):
11497           Add Intel Video 5.0 fourcc (IV50).
11498
11499 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11500
11501         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11502         detection on mono and stereo mp3 files.
11503
11504 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11505
11506         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11507           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11508           the contained stream).
11509
11510 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11511
11512         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11513           Oops, remove debug.
11514
11515 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11516
11517         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11518
11519         * gst/law/alaw-decode.c: (alawdec_getcaps):
11520         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11521           Prevent warnings when negotiating caps (fixes #159338).
11522
11523 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11524
11525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11526         (gst_ffmpegcsp_chain):
11527           Remove old leftover that shouldn't be there...
11528
11529 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11530
11531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11532
11533         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11534           Don't forward DISCONT events (fixes #159684).
11535
11536 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11537
11538         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11539           Unlink manually since sometimes bin disposal (and therefore
11540           pad unlinking) is delayed, which will cause a new media file
11541           to not be able to start playing instantly.
11542
11543 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11544
11545         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11546           On mute of an unlinked stream, check for pad availability so
11547           we don't crash on unlinked pad.
11548
11549 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11550
11551         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11552         (gst_avi_demux_massage_index):
11553           Fix quite humiliating bug in omitting 0-sized index chunks but
11554           forgetting to count them for timestamps.
11555
11556 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11557
11558         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11559           Actually leave the loop if we failed to sync. Don't crash.
11560
11561 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11562
11563         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11564         (gst_dvd_demux_process_private):
11565         * gst/mpegstream/gstdvddemux.h:
11566           Fix crash (#159759). Doesn't work, though. :-(.
11567
11568 2004-11-28  Benjamin Otte  <otte@gnome.org>
11569
11570         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11571           more overwriting protection due to modifying channels one by one
11572           instead of all at once
11573
11574 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11575
11576         * gst/audioconvert/gstchannelmix.c:
11577         (gst_audio_convert_fill_normalize):
11578           Normalize using absolute values.
11579
11580 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11581
11582         * configure.ac:
11583         * ext/Makefile.am:
11584         * ext/directfb/Makefile.am:
11585         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11586         (gst_directfbvideosink_get_pixel_format),
11587         (gst_directfbvideosink_get_format_from_fourcc),
11588         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11589         (gst_directfbvideosink_sink_link),
11590         (gst_directfbvideosink_change_state),
11591         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11592         (gst_directfbvideosink_buffer_alloc),
11593         (gst_directfbvideosink_interface_supported),
11594         (gst_directfbvideosink_interface_init),
11595         (gst_directfbvideosink_navigation_send_event),
11596         (gst_directfbvideosink_navigation_init),
11597         (gst_directfbvideosink_set_property),
11598         (gst_directfbvideosink_get_property),
11599         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11600         (gst_directfbvideosink_base_init),
11601         (gst_directfbvideosink_class_init),
11602         (gst_directfbvideosink_get_type), (plugin_init):
11603         * ext/directfb/directfbvideosink.h: Adding a first version of
11604         directfbvideosink.
11605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11606         more.
11607
11608 2004-11-28  Benjamin Otte  <otte@gnome.org>
11609
11610         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11611           walk the samples backwards if out_channels > in_channels so we don't
11612           overwrite data
11613
11614 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11615
11616         * gst/audioconvert/Makefile.am:
11617         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11618         (gst_audio_convert_link), (gst_audio_convert_change_state),
11619         (gst_audio_convert_channels):
11620         * gst/audioconvert/gstchannelmix.c:
11621         (gst_audio_convert_unset_matrix),
11622         (gst_audio_convert_fill_identical),
11623         (gst_audio_convert_fill_compatible),
11624         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11625         (gst_audio_convert_fill_others),
11626         (gst_audio_convert_fill_normalize),
11627         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11628         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11629         * gst/audioconvert/gstchannelmix.h:
11630           Implement a channel mixer.
11631
11632 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11633
11634         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11635         * ext/alsa/gstalsa.h:
11636         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11637         Make alsasink actually honor gst_element_set_clock and use that
11638         clock instead of its internal one.
11639
11640 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11641
11642         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11643         (gst_play_base_bin_change_state): nullify source and decoder when
11644         going from READY to NULL so that we don't try to do weird stuff with
11645         them when going from NULL to READY
11646         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11647         instead of g_object_unref
11648         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11649         it should be correct
11650         (gst_play_bin_change_state): don't call remove_sinks if we are
11651         currently disposing the object
11652
11653 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11654
11655         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11656           Don't forget bass if it's there. Else left channel is silent...
11657
11658 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11659
11660         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11661         (gst_a52dec_change_state):
11662           Don't do sample adjusting anymore, we use float audio now.
11663         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11664           Don't fixate to non-existing properties.
11665
11666 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11667
11668         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11669         (gst_a52dec_change_state):
11670           Advertise that we can do surround sound.
11671
11672 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11673
11674         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11675           Add buffer-frames=0.
11676         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11677         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11678         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11679         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11680         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11681         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11682         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11683         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11684         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11685         * ext/dvdread/dvdreadsrc.h:
11686           Add seeking, querying for bytes, sectors, title, angle and
11687           chapter. Handle multiple chapters. Relicense to LGPL because
11688           Billy agreed on that (thanks Billy!).
11689
11690 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11691
11692         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11693         call parent dispose method
11694
11695 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11696
11697         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11698         (gst_audio_clock_get_internal_time):
11699         Fix active <-> inactive transitions: ensure time value always
11700         grows and avoid abrupt value changes.
11701
11702 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11703
11704         * configure.ac:
11705         * gst/tta/Makefile.am:
11706         * gst/tta/crc32.h:
11707         * gst/tta/filters.h:
11708         * gst/tta/gsttta.c:
11709         * gst/tta/gstttadec.c:
11710         * gst/tta/gstttadec.h:
11711         * gst/tta/gstttaparse.c:
11712         * gst/tta/gstttaparse.h:
11713         * gst/tta/ttadec.h:
11714           added TTA parser and decoder
11715
11716 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11717
11718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11719         (probe_triggered), (check_queue), (buffer_underrun),
11720         (buffer_running), (buffer_overrun), (gen_source_element),
11721         (setup_source):
11722         * gst/playback/gstplaybasebin.h:
11723           Implement buffering. Needs some more work.
11724
11725 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11726
11727         * ext/theora/theoradec.c: (theora_dec_chain):
11728           Fix ilog mask range overflow.
11729
11730 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11731
11732         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11733           Don't omit the last (which in case of dmix is the only :) )
11734           channel count. Don't set channels if <= 2.
11735
11736 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
11737
11738         * gst/playback/gstplaybin.c: (gen_video_element),
11739         (gen_audio_element): Removed 2 obsolete comments
11740
11741 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
11742
11743         * ext/vorbis/oggvorbisenc.c
11744         * ext/vorbis/vorbisenc.c :
11745           change description fields of those plugins to differentiate them
11746           (pitivi show Encoders by description, they had the same one)
11747
11748 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
11749
11750         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11751
11752         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
11753         (gst_play_bin_set_property), (gen_video_element),
11754         (gen_audio_element):
11755           Refcounting fixes for provided audio-/videosinks.
11756
11757 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11758
11759         * gst/playback/gstplaybin.c: (gen_video_element),
11760         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
11761           Don't reference all sinks, but only the video- and audiosinks.
11762           The vis. element should be disposed when we're done with it.
11763           We don't have any reason to keep it around. This fixes warnings
11764           when reusing playbin for playing multiple audio files with
11765           vis. enabled. Also release audio device on pause - idea stolen
11766           from Rhythmbox.
11767
11768 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11769
11770         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
11771         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
11772         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
11773         * ext/alsa/gstalsaplugin.c: (plugin_init):
11774         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
11775         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
11776         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
11777         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
11778         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
11779         (gst_faad_change_state), (plugin_init):
11780         * ext/faad/gstfaad.h:
11781         * ext/vorbis/vorbis.c: (plugin_init):
11782         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
11783         * gst-libs/gst/audio/Makefile.am:
11784         * gst-libs/gst/audio/audio.c: (plugin_init):
11785         * gst-libs/gst/audio/multichannel.c:
11786         (gst_audio_check_channel_positions),
11787         (gst_audio_get_channel_positions),
11788         (gst_audio_set_channel_positions),
11789         (gst_audio_set_structure_channel_positions_list),
11790         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
11791         (gst_audio_fixate_channel_positions):
11792         * gst-libs/gst/audio/multichannel.h:
11793         * gst-libs/gst/audio/testchannels.c: (main):
11794         * gst/audioconvert/gstaudioconvert.c:
11795         (gst_audio_convert_class_init), (gst_audio_convert_init),
11796         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
11797         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
11798         (gst_audio_convert_fixate), (gst_audio_convert_channels):
11799         * gst/audioconvert/plugin.c: (plugin_init):
11800           Surround sound support.
11801
11802 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11803
11804         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
11805           Fix position for discont if we're close as well. Nitpicking, but
11806           saves a few milliseconds of extra waiting or skipping.
11807
11808 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11809
11810         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
11811           We sometimes need parsers for playback, so add those too.
11812
11813 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11814
11815         * configure.ac:
11816         * gst/apetag/Makefile.am:
11817         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
11818         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
11819         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
11820         (gst_ape_demux_get_src_query_types),
11821         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
11822         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
11823         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
11824         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
11825         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
11826         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
11827         (gst_ape_demux_change_state):
11828         * gst/apetag/apedemux.h:
11829         * gst/apetag/apetag.c: (plugin_init):
11830         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
11831         (plugin_init):
11832           APE v1/2 tag reader plus typefind function.
11833
11834 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11835
11836         * configure.ac:
11837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11838         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
11839           Remove hacks for older core. Require newer core version
11840           accordingly.
11841
11842 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11843
11844         * gst/cdxaparse/Makefile.am:
11845         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
11846         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
11847         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
11848         * gst/cdxaparse/gstcdxaparse.h:
11849         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
11850         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
11851         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
11852         (gst_cdxastrip_get_src_query_types),
11853         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
11854         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
11855         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
11856         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
11857         * gst/cdxaparse/gstcdxastrip.h:
11858           SVCD/VCD header stripping separated from CDXA image parsing.
11859         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11860         (plugin_init):
11861           Add VCD/SVCD header typefinding for VCD/SVCD.
11862         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
11863         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
11864         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
11865         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
11866         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
11867         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
11868         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
11869         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
11870         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
11871         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
11872         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
11873         * sys/vcd/vcdsrc.h:
11874           Fix up, add seeking, querying, URI interface. Works in totem now.
11875
11876 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11877
11878         * configure.ac:
11879           back to CVS
11880
11881 === release 0.8.6 ===
11882
11883 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11884
11885         * NEWS:
11886         * RELEASE:
11887         * configure.ac:
11888         * po/af.po:
11889         * po/az.po:
11890         * po/cs.po:
11891         * po/en_GB.po:
11892         * po/hu.po:
11893         * po/it.po:
11894         * po/nb.po:
11895         * po/nl.po:
11896         * po/or.po:
11897         * po/sq.po:
11898         * po/sr.po:
11899         * po/sv.po:
11900         * po/uk.po:
11901           releasing 0.8.6, "IOU Love"
11902
11903 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11904
11905         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11906
11907         * gst/playback/gstplaybasebin.c:
11908           Fix unplayable files error handling.  Fixes #158365
11909
11910 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11911
11912         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11913
11914         * gst/typefind/gsttypefindfunctions.c:
11915           Fix broken mp3 typefinding.  Fixes #158375
11916
11917 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11918
11919         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11920
11921         * ext/ogg/gstoggdemux.c:
11922           Fix sync on broken files.  Fixes #158976
11923
11924 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11925
11926         patch by: Edward Hervey <bilboed@bilboed.com>
11927
11928         * ext/libpng/gstpngenc.c:
11929           Copy over buffer properties.  Fixes #158832
11930
11931 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11932
11933         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
11934
11935         * ext/dvdread/dvdreadsrc.c:
11936           Fixes invalid reads (#158462)
11937
11938 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11939
11940         * sys/v4l/gstv4lsrc.c:
11941         * sys/v4l/gstv4lsrc.h:
11942         * sys/v4l/v4lsrc_calls.c:
11943           Probe less and cache it.  Fixes #159187.
11944
11945 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11946
11947         * gst/videorate/gstvideorate.c:
11948           Handle all video formats. Fixes #159186.
11949
11950 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
11951         * gst/synaesthesia/gstsynaesthesia.c:
11952         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
11953         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
11954         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
11955         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
11956         (gst_synaesthesia_change_state), (plugin_init):
11957         Fix up synaesthesia to work under different samplerates/ buffer sizes.
11958         Force 320x200 output, as that's the only thing the underlying
11959         synaesthesia implementation supports. Still needs to be made
11960         re-entrant.
11961
11962 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11963
11964         * configure.ac:
11965           Fix mpeg2enc configure check (similar to mplex check below).
11966
11967 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
11968
11969         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11970
11971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11972           Fix for gcc-2.95 (fixes #158221).
11973
11974 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11975
11976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11977           Re-add clock distribution hack (until new core is released).
11978           Fixes #158125.
11979
11980 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
11981         * configure.ac:
11982           fix mplex configure check segfaulting on some systems (bug #140994)
11983
11984 2004-11-13  Benjamin Otte  <otte@gnome.org>
11985
11986         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
11987           add debugging
11988         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11989           do a wait when we enter the loop func with no data available to
11990           write instead of getting into an 100% CPU loop by just returning and
11991           being called again by the scheduler
11992
11993 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
11994
11995         * configure.ac:
11996         * ext/libvisual/visual.c: (gst_visual_get_type),
11997         (libvisual_log_handler), (gst_visual_getcaps),
11998         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
11999         (plugin_init):
12000           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12001         * ext/smoothwave/Makefile.am:
12002         * ext/smoothwave/demo-osssrc.c: (main):
12003         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12004         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12005         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12006         (plugin_init):
12007         * ext/smoothwave/gstsmoothwave.h:
12008           Make gstsmoothwave a working element in the 20th century.
12009
12010         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12011           Fix incorrect link function
12012
12013 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12014
12015         * gst/volume/gstvolume.c:
12016           Allow buffer-frames=0.
12017
12018 2004-11-12 Iain <iaingnome@gmail.com>
12019
12020         * configure.ac: Check for polypaudio
12021
12022         * ext/Makefile.am: Build the polyp dir
12023
12024         * ext/polyp: The polypsink sources.
12025
12026 2004-10-30 Iain <iaingnome@gmail.com>
12027
12028         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12029         caps to reflect the new number of channels.
12030
12031 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12032
12033         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12034           Fix for negotiation order problem. This would show when the
12035           ALSA loopfuction was called before any other function. ALSA
12036           wouldn't do anything because we're not negotiated yet, leading
12037           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12038
12039 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12040
12041         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12042
12043         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12044           No warnings (#157986).
12045
12046 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12047
12048         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12049           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12050
12051 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12052
12053         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12054           Signal no-more-pads (so it works in playbin).
12055
12056 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12057
12058         * ext/musepack/gstmusepackreader.cpp:
12059           Workaround for older core.
12060
12061 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12062
12063         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12064           Actually test for odd width/height rather than testing whether
12065           a temporary variable that was 0 before we subtracted 1 is now
12066           not equal to zero (which it always is).
12067
12068 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12069
12070         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12071         Fix compilation if HAVE_XVIDEO is not defined
12072
12073 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12074
12075         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12076         Fix compilation if HAVE_XVIDEO is not defined
12077
12078 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12079
12080         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12081         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12082         (gst_goom_change_state), (plugin_init):
12083         Use the bytestream adapter so goom doesn't depend on the input
12084         buffer size.
12085         Add a debug category
12086
12087 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12088
12089         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12090           Only set hardware parameters *after* negotiation. Before
12091           negotiation, it will set ANY and that seems to cause crashes
12092           (see e.g. #151288, #153227).
12093
12094 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12095
12096         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12097           This seems to be antique leftover. It needs to pass error
12098           checking.
12099         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12100         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12101         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12102         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12103           Fix GstXOverlay implementation (#151059).
12104
12105 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12106
12107         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12108           Don't assert (#157853).
12109
12110 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12111
12112         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12113           Fix bytes/samples confustion.
12114         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12115           Fix for underrun (#144389).
12116
12117 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12118
12119         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12120           Disable halfway-seek for pending release (since it needs a new
12121           core release).
12122
12123 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12124
12125         * sys/v4l/gstv4lsrc.c:
12126         * sys/v4l/gstv4lsrc.h:
12127         * sys/v4l/v4lsrc_calls.c:
12128           add autoprobe-fps property so we can separate autoprobing parts
12129
12130 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12131
12132         * sys/v4l/gstv4lsrc.c:
12133         * sys/v4l/v4lsrc_calls.c:
12134         initialise fourcc to catch unset fourcc's, and debug
12135
12136 2004-11-09  Wim Taymans  <wim@fluendo.com>
12137
12138         * gst/playback/README:
12139         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12140         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12141         (gst_play_bin_dispose), (gst_play_bin_set_property),
12142         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12143         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12144         (gst_play_bin_get_formats), (gst_play_bin_convert),
12145         (gst_play_bin_get_query_types), (gst_play_bin_query):
12146         Cleanups and some more documentation.
12147
12148 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12149
12150         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12151         (gst_cacasink_init), (gst_cacasink_chain):
12152         * ext/libcaca/gstcacasink.h:
12153         Cacasink inherits from VideoSink, so let that store the clock.
12154
12155 2004-11-09  Wim Taymans  <wim@fluendo.com>
12156
12157         * gst/playback/README:
12158         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12159         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12160         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12161         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12162         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12163         (setup_sinks):
12164         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12165         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12166         * gst/playback/gststreaminfo.h:
12167         Updated README.
12168         Only switch groups if all streams have muted (EOSed).
12169         Send Tags in sync with the stream playback instead of in
12170         the playback/preroll phase.
12171         Some cleanups, free the fakesrc elements.
12172
12173 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12174
12175         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12176           buffer-frames property was missing
12177         * ext/arts/gst_arts.c:
12178           rate missing from sinkcaps
12179         * ext/audiofile/gstafparse.c:
12180         * ext/audiofile/gstafsink.c:
12181         * ext/audiofile/gstafsrc.c:
12182         * ext/swfdec/gstswfdec.c:
12183           int audio doesn't know buffer-frames
12184         * ext/cdparanoia/gstcdparanoia.c:
12185           int audio doesn't know chunksize either
12186         * ext/nas/nassink.c:
12187           it's endianness, not endianess
12188         * gst-libs/gst/audio/audio.h:
12189           make float standard pad template caps really describe float
12190         * gst/law/mulaw.c: (linear_factory):
12191           signed only, please
12192         * gst/mpegstream/gstdvddemux.c:
12193           widths of 20 are not valid
12194
12195 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12196
12197         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12198
12199         * po/LINGUAS:
12200         * po/it.po:
12201           Add Italian
12202
12203 2004-11-08  Wim Taymans  <wim@fluendo.com>
12204
12205         * gst/playback/README:
12206         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12207         * gst/playback/gstplaybasebin.c: (probe_triggered),
12208         (gst_play_base_bin_change_state):
12209         Updated README, added more comments for fixmes etc..
12210
12211 2004-11-08  Wim Taymans  <wim@fluendo.com>
12212
12213         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12214         We can remove this hack now.
12215
12216 2004-11-08  Wim Taymans  <wim@fluendo.com>
12217
12218         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12219         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12220         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12221         Only mix AYUV for maximum quality.
12222
12223 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12224
12225         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12226         (gst_ogg_demux_push), (gst_ogg_pad_push):
12227           Let's act as if we're synchronized now! :).
12228         * ext/theora/theoradec.c: (theora_dec_chain):
12229           Add some debug.
12230
12231 2004-11-08  Wim Taymans  <wim@fluendo.com>
12232
12233         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12234         (gst_alpha_set_property), (gst_alpha_sink_link),
12235         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12236         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12237         (gst_alpha_init_params), (gst_alpha_chain):
12238         Implement alpha functions for AYUV too, this increases
12239         accuracy quite a bit.
12240
12241 2004-11-08  Wim Taymans  <wim@fluendo.com>
12242
12243         * gst/ffmpegcolorspace/avcodec.h:
12244         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12245         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12246         (gst_ffmpegcsp_avpicture_fill):
12247         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12248         (gst_ffmpegcsp_caps_remove_format_info):
12249         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12250         (shrink12), (img_get_alpha_info), (deinterlace_line),
12251         (deinterlace_line_inplace):
12252         * gst/ffmpegcolorspace/imgconvert_template.h:
12253         Added AYUV colorspace and handle RGBA a bit more respectful.
12254
12255 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12256
12257         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12258           Actually always send a discont (cornercase when resending the
12259           same serial-tagged chain twice).
12260
12261 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12262
12263         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12264         (gst_ximagesink_finalize):
12265         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12266         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12267
12268 2004-11-08  Wim Taymans  <wim@fluendo.com>
12269
12270         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12271         Don't segfault on NULL data.
12272
12273 2004-11-08  Wim Taymans  <wim@fluendo.com>
12274
12275         * gst/playback/gstdecodebin.c: (unlinked):
12276         * gst/playback/gstplay-marshal.list:
12277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12278         (gst_play_base_bin_init), (group_create), (get_active_group),
12279         (get_building_group), (group_destroy), (group_commit),
12280         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12281         (add_element_stream), (no_more_pads), (probe_triggered),
12282         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12283         (state_change), (setup_source), (gst_play_base_bin_get_property),
12284         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12285         (gst_play_base_bin_link_stream),
12286         (gst_play_base_bin_get_streaminfo):
12287         * gst/playback/gstplaybasebin.h:
12288         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12289         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12290         Add support for chained ogg files. Prepare for playlist
12291         support. This patch introduces the concept of pad groups, which
12292         together compose one playable media file.
12293
12294 2004-11-07  David Schleef  <ds@schleef.org>
12295
12296         * testsuite/gst-lint: Check for pad templates that aren't statically
12297         scoped.
12298
12299 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12300
12301         * configure.ac:
12302         * ext/Makefile.am:
12303         * ext/musepack/Makefile.am:
12304         * ext/musepack/gstmusepackdec.cpp:
12305         * ext/musepack/gstmusepackdec.h:
12306         * ext/musepack/gstmusepackreader.cpp:
12307         * ext/musepack/gstmusepackreader.h:
12308           Add musepack decoder.
12309         * ext/faad/gstfaad.c: (gst_faad_base_init):
12310           Make pad templates static.
12311         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12312         (plugin_init):
12313           Add musepack typefinder, make mp3 typefinding work halfway stream,
12314           which doesn't actually work yet because id3demux doesn't implement
12315           _get_length().
12316
12317 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12318
12319         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12320         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12321           Fix interrupt event handling (#144436).
12322
12323 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12324
12325         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12326           Hide unused glory.
12327
12328 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12329
12330         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12331
12332         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12333           Fix weird caps (#157548).
12334
12335 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12336
12337         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12338
12339         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12340           Add missing NULL terminator (#157543).
12341
12342 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12343
12344         * gst/tcp/gsttcp.h:
12345         * gst/tcp/gsttcpclientsink.c:
12346         * gst/tcp/gsttcpclientsrc.c:
12347         * gst/tcp/gsttcpserversink.c:
12348         * gst/tcp/gsttcpserversrc.c:
12349           ports can go up to 65535.  Move common defines to gsttcp.h
12350
12351 2004-11-05  Wim Taymans  <wim@fluendo.com>
12352
12353         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12354         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12355         Added two more colorspaces.
12356
12357 2004-11-05  Wim Taymans  <wim@fluendo.com>
12358
12359         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12360         (gst_ffmpegcsp_avpicture_fill):
12361         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12362         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12363         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12364         More stride fixes.
12365
12366 2004-11-05  Wim Taymans  <wim@fluendo.com>
12367
12368         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12369         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12370         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12371         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12372         (gst_videomixer_loop):
12373         More stride fixes.
12374
12375 2004-11-05  Benjamin Otte  <otte@gnome.org>
12376
12377         * ext/mad/gstmad.c: (gst_mad_chain):
12378           don't overflow data buffer. Flush not needed sync data when syncing
12379           failed.
12380
12381 2004-11-04  Wim Taymans  <wim@fluendo.com>
12382
12383         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12384         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12385         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12386         (gst_alpha_init_params), (gst_alpha_chain),
12387         (gst_alpha_change_state):
12388         Updated the chroma keying algorithm with something more
12389         sophisticated.
12390
12391 2004-11-03  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12394         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12395         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12396         Fix stride issues. Does not completely work for odd
12397         heights.
12398
12399 2004-11-03  Wim Taymans  <wim@fluendo.com>
12400
12401         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12402         (gst_alpha_chroma_key), (gst_alpha_chain):
12403         Fix stride issues. Does not completely work for odd
12404         heights.
12405
12406 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12407
12408         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12409         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12410         leak fixes
12411
12412 2004-11-03  Wim Taymans  <wim@fluendo.com>
12413
12414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12415         (gst_ffmpegcsp_avpicture_fill):
12416         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12417         (avpicture_alloc):
12418         * gst/ffmpegcolorspace/imgconvert_template.h:
12419         Use correct _fill function to get correct strides.
12420
12421 2004-11-02  David Schleef  <ds@schleef.org>
12422
12423         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12424         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12425         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12426         Change all g_print()s to debugging.  Add a bunch of consistency
12427         checks.
12428
12429 2004-11-02  Wim Taymans  <wim@fluendo.com>
12430
12431         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12432         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12433         (unlinked), (no_more_pads), (close_link):
12434         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12435         (unknown_type), (add_element_stream), (new_decoded_pad),
12436         (removed_decoded_pad), (setup_source):
12437         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12438         (gst_stream_info_class_init), (gst_stream_info_init),
12439         (gst_stream_info_new), (gst_stream_info_dispose),
12440         (stream_info_mute_pad), (gst_stream_info_set_property),
12441         (gst_stream_info_get_property):
12442         * gst/playback/gststreaminfo.h:
12443         Fix playback of multiple files.
12444         a slightly different approach to handling dynamic pad removals.
12445         This one only looks at pads that we have linked.
12446
12447 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12448
12449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12450         free" warning from libc.
12451
12452 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12453
12454         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12455         (get_unconnected_element), (remove_starting_from), (pad_removed),
12456         (close_link):
12457           Implement support for dynamic pad changing. We listen to "live"
12458           pad removals (i.e. while playing) and re-setup autoplugging
12459           after that. Playbasebin/playbin need some more work for this
12460           to finally work, but decodebin supports (and replugs) chained
12461           ogg now.
12462
12463 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12464
12465         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12466         (gst_alsa_finalize):
12467         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12468         (gst_cdaudio_finalize):
12469         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12470         (cdparanoia_finalize):
12471         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12472         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12473         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12474         (dvdreadsrc_finalize):
12475         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12476         (gst_flacdec_finalize):
12477         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12478         (gst_flacenc_finalize):
12479         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12480         (gst_gnomevfssink_finalize):
12481         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12482         (gst_gnomevfssrc_finalize):
12483         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12484         (gst_fameenc_finalize):
12485         * ext/nas/nassink.c: (gst_nassink_class_init),
12486         (gst_nassink_finalize):
12487         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12488         (gst_sdlvideosink_class_init):
12489         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12490         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12491         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12492         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12493         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12494         (gst_x_window_listener_dispose):
12495         * gst/audioscale/gstaudioscale.c:
12496         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12497         (play_on_demand_finalize):
12498         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12499         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12500         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12501         (cdplayer_finalize):
12502         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12503         (gst_glimagesink_class_init):
12504         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12505         (gst_osselement_finalize):
12506         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12507         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12508         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12509           Fixes a bunch of problems with finalize and dispose functions,
12510           either assumptions that dispose is only called once, or not calling
12511           the parent class dispose/finalize function
12512
12513 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12514
12515         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12516           added two api precondition guards
12517           use g_strdup with getenv to fix crash when using ENVVAR
12518
12519 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12520         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12521         (gst_esdsink_finalize):
12522         Use a finalize function, not dispose, and more importantly,
12523         call the parent class finalize function too
12524
12525 2004-11-01  Johan Dahlin  <johan@gnome.org>
12526
12527         * ext/ogg/gstoggdemux.c:
12528         * gst/tags/gstvorbistag.c:
12529         Plug leaks.
12530
12531 2004-10-31  Benjamin Otte  <otte@gnome.org>
12532
12533         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12534           lotsa memleaks today. But they're all small...
12535
12536 2004-10-31  Benjamin Otte  <otte@gnome.org>
12537
12538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12539           another memleak crushed
12540
12541 2004-10-31  Benjamin Otte  <otte@gnome.org>
12542
12543         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12544           fix memleak
12545
12546 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12547
12548         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12549           Hack to prevent crash when going to READY inside signal handler
12550           while this function is active.
12551
12552 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12553
12554         * gst/ffmpegcolorspace/Makefile.am:
12555         * gst/ffmpegcolorspace/avcodec.h:
12556         * gst/ffmpegcolorspace/common.h:
12557         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12558         * gst/ffmpegcolorspace/dsputil.h:
12559         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12560         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12561         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12562         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12563         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12564         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12565         (gst_ffmpegcsp_avpicture_fill):
12566         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12567         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12568         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12569         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12570         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12571         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12572         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12573         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12574         * gst/ffmpegcolorspace/imgconvert.c:
12575         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12576         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12577         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12578         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12579         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12580         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12581         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12582         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12583         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12584         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12585         (grow21), (grow22), (grow41), (grow44), (conv411),
12586         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12587         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12588         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12589         (avpicture_free), (is_yuv_planar), (img_convert),
12590         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12591         (deinterlace_line_inplace), (deinterlace_bottom_field),
12592         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12593         * gst/ffmpegcolorspace/imgconvert_template.h:
12594         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12595         * gst/ffmpegcolorspace/mmx.h:
12596         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12597         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12598         (av_freep), (avcodec_get_context_defaults),
12599         (avcodec_alloc_context), (avcodec_init):
12600           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12601           handling plus update from ffmpeg CVS. Large clean-up.
12602
12603 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12604
12605         * gst/playback/Makefile.am:
12606           We need the marshallers for decodebin, too.
12607
12608 2004-10-30  David Schleef  <ds@schleef.org>
12609
12610         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12611           quicktime typefinding work with 64-bit offsets.
12612
12613 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12614
12615         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12616           Set EOS on the element when processing an EOS event.
12617         * ext/speex/gstspeexdec.h:
12618         * ext/speex/gstspeexenc.h:
12619           Only keep a const ptr to the mode
12620         * gst-libs/gst/riff/riff-media.c:
12621         (gst_riff_create_audio_caps_with_data),
12622         (gst_riff_create_audio_template_caps):
12623           Allow WMAV3, with up to 6 channels.
12624         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12625           Don't call gst_pad_set_event_function on a sink pad.
12626         * gst/mpegstream/gstdvddemux.c:
12627         (gst_dvd_demux_get_subpicture_stream),
12628         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12629           Copy the explicit caps that were set across to the cur_* pads,
12630           instead of trying to use a possibly non-existent negotiated caps.
12631           Reset the type of subpicture pads to UNKNOWN after calling
12632           init_stream, so that the caps get set.
12633
12634 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12635
12636         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12637
12638         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12639           Don't touch buffer if it is of size 0 (fixes #151064).
12640
12641 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12642
12643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12644           Synchronized discont handling.
12645
12646 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12647
12648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12649         (gst_ogg_demux_push):
12650           Make seeking sort-of exact again (fixes #156387).
12651
12652 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12653
12654         * gst/playback/gstplaybasebin.c: (unknown_type),
12655         (add_element_stream), (new_decoded_pad),
12656         (gst_play_base_bin_change_state):
12657         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12658         (gst_stream_info_init), (gst_stream_info_new),
12659         (gst_stream_info_dispose), (gst_stream_info_get_property):
12660         * gst/playback/gststreaminfo.h:
12661           Make caps explicitely available. Makes testing for unsupported
12662           types possible. Improves error reporting.
12663
12664 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12665
12666         * gst/audioconvert/gstaudioconvert.c:
12667         (gst_audio_convert_buffer_to_default_format):
12668           Really don't touch read-only buffers (#156563).
12669
12670 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12671
12672         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12673
12674         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12675           Fix memleak (#155223).
12676
12677 2004-10-29  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst/tcp/.cvsignore:
12680         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12681         (gst_multifdsink_class_init), (gst_multifdsink_init),
12682         (gst_multifdsink_add), (gst_multifdsink_remove),
12683         (gst_multifdsink_remove_client_link), (is_sync_frame),
12684         (gst_multifdsink_new_client),
12685         (gst_multifdsink_handle_client_write),
12686         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12687         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12688         (gst_multifdsink_get_property):
12689         * gst/tcp/gstmultifdsink.h:
12690         Added burst on connect sync_method, deprecated sync_clients,
12691         streamlined the sync code some more.
12692
12693 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12694
12695         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12696         (gst_play_base_bin_change_state):
12697           Improve error reporting.
12698
12699 2004-10-28  Wim Taymans  <wim@fluendo.com>
12700
12701         * gst/tcp/Makefile.am:
12702         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12703         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12704         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12705         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12706         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12707         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12708         (gst_fdset_wait):
12709         Added more locks around fdset structures. Fixed/reworked
12710         the poll array resizing code.
12711         Added stress test for fdset.
12712
12713 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12714
12715         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12716         fix build
12717
12718 2004-10-28  Benjamin Otte  <otte@gnome.org>
12719
12720         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12721           fix link function to always query channels and query width for
12722           floats
12723         * configure.ac:
12724           add equalizer dir
12725         * gst/equalizer/Makefile.am:
12726         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
12727         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
12728         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12729         (arg_to_scale), (setup_filter),
12730         (gst_iir_equalizer_compute_frequencies),
12731         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
12732         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
12733         (plugin_init):
12734           add an equalizer
12735
12736 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12737
12738         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
12739
12740         * po/LINGUAS:
12741         * po/nb.po:
12742           Added Norwegian Bokmaal translation
12743
12744 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12745
12746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12747           Don't break on options (fixes #156488).
12748
12749 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12750
12751         * configure.ac:
12752         * ext/cdaudio/Makefile.am:
12753         * sys/Makefile.am:
12754           fix build on older automake
12755
12756 2004-10-26  Wim Taymans  <wim@fluendo.com>
12757
12758         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
12759         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
12760         Allow a little margin when negotiating the framerate.
12761
12762 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
12763
12764         * gst/level/gstlevel.c:
12765           synchonised naming of pads and pad-templates
12766
12767 2004-10-26  Wim Taymans  <wim@fluendo.com>
12768
12769         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12770         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
12771         (_find_streams_check), (gst_ogg_demux_push):
12772         Fix EOS again. Needs to be done in a better way. We should not
12773         remove the pad if there is no new chained stream.
12774
12775 2004-10-26 Iain <iaingnome@gmail.com>
12776
12777         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
12778         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
12779         of the caps.
12780         * gst/interleave/interleave.c (interleave_class_init): Hook up release
12781         pad.
12782         (interleave_release_pad): Remove the pad.
12783         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
12784         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
12785         the set device.
12786         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
12787         attrs
12788         (gst_xvimagesink_xcontext_clear): Free the xcontext.
12789         (gst_xvimagesink_finalize): Free the par.
12790
12791 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12792
12793         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
12794         (gst_avimux_stop_file):
12795           First calculate the rate, and only then use it. Hdr.rate is a
12796           multiple and not a derivative of hdr.scale. Scale is not the
12797           same as blockalign but is solely related to rate.
12798
12799 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12800
12801         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12802         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
12803           Implement seeking.
12804
12805 2004-10-25  James Henstridge  <james@jamesh.id.au>
12806
12807         Reviewed by:  David Schleef  <ds@schleef.org>
12808
12809         * examples/gstplay/player.c: (got_stream_length), (main):
12810         * examples/seeking/cdplayer.c: (update_scale):
12811         * examples/seeking/seek.c: (format_value), (update_scale):
12812         * examples/seeking/spider_seek.c: (format_value), (update_scale),
12813         (stop_seek):
12814         Build fixes on AMD64.
12815
12816 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12817
12818         reviewed by: Ronald Bultje <rbultje at gnome dot org>
12819
12820         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
12821         Fix for some v4l cards which hang in v4lsrc
12822
12823 2004-10-25  Wim Taymans  <wim@fluendo.com>
12824
12825         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
12826         (gst_ogg_demux_push), (gst_ogg_chains_clear):
12827         Make sure to remove the pad when a new chain is
12828         encountered. Set some vars to NULL so we don't try
12829         to reference freed memory.
12830
12831 2004-10-25  Wim Taymans  <wim@fluendo.com>
12832
12833         * examples/seeking/Makefile.am:
12834         * examples/seeking/cdplayer.c: (update_scale):
12835         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
12836         * examples/seeking/playbin.c: (make_playerbin_pipeline),
12837         (format_value), (update_scale), (iterate), (start_seek),
12838         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
12839         (print_usage), (main):
12840         Added some more examples, update others.
12841
12842 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12843
12844         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
12845         * ext/speex/gstspeexdec.c: (speex_dec_chain):
12846         * ext/theora/theoradec.c: (theora_dec_chain):
12847         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12848           Add codec-name metadata.
12849
12850 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
12851
12852         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12853
12854         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12855         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12856         * ext/alsa/gstalsamixertrack.h:
12857         * po/POTFILES.in:
12858           ALSA mixer track label internationalization (#154054).
12859
12860 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12861
12862         * ext/theora/theoradec.c: (theora_dec_chain):
12863           Export bitrate as metadata.
12864
12865 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12866
12867         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12868         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12869         * ext/alsa/gstalsamixertrack.h:
12870           Fix names, fix loop.
12871
12872 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12873
12874         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
12875         (speex_dec_convert):
12876           sinkconvert function so oggdemux can get the file length (totem).
12877
12878 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
12879
12880         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12881
12882         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12883           Don't push incomplete packets.
12884         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
12885           Fix MPEG-4 audio typefinding.
12886
12887 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12888
12889         * sys/v4l/Makefile.am:
12890         * sys/v4l/gstv4l.c: (plugin_init):
12891         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
12892         (gst_v4lelement_init), (gst_v4lelement_dispose),
12893         (gst_v4lelement_change_state):
12894         * sys/v4l/gstv4lelement.h:
12895         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
12896         (gst_v4l_xoverlay_close), (idle_refresh),
12897         (gst_v4l_xoverlay_set_xwindow_id):
12898         * sys/v4l/gstv4lxoverlay.h:
12899         * sys/v4l/v4l-overlay_calls.c:
12900         * sys/v4l/v4l_calls.h:
12901         * sys/v4l2/Makefile.am:
12902         * sys/v4l2/gstv4l2.c: (plugin_init):
12903         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
12904         (gst_v4l2element_init), (gst_v4l2element_dispose),
12905         (gst_v4l2element_change_state):
12906         * sys/v4l2/gstv4l2element.h:
12907         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
12908         (gst_v4l2_xoverlay_close), (idle_refresh),
12909         (gst_v4l2_xoverlay_set_xwindow_id):
12910         * sys/v4l2/gstv4l2xoverlay.h:
12911         * sys/v4l2/v4l2-overlay_calls.c:
12912         * sys/v4l2/v4l2_calls.h:
12913           Remove client-side overlay handling, use the X-server v4l plugin
12914           for that. Nicer overlay, less code. Also make the plugin
12915           compileable without X (but then without overlay, obviously).
12916           Makes xwindowlistener obsolete, should we remove that?
12917
12918 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12919
12920         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
12921         (gst_osssrc_src_query):
12922         * sys/oss/gstosssrc.h:
12923           OK, so people want offset in DEFAULT. This time, actually fix all
12924           cases.
12925         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
12926           Add FPS properly.
12927
12928 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12929
12930         * gst/asfdemux/gstasfmux.c:
12931         * gst/avi/gstavimux.c:
12932           Framerate.
12933
12934 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12935
12936         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
12937           Fix properties (channel, norm, frequency).
12938
12939 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12940
12941         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
12942           Flag typo.
12943         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
12944           No warnings.
12945
12946 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12947
12948         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
12949           Fix hang.
12950
12951 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12952
12953         * sys/v4l2/gstv4l2element.h:
12954           Yet Another Hack (tm) for kernel header borkedness.
12955         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
12956         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
12957         (gst_v4l2src_link), (gst_v4l2src_getcaps),
12958         (gst_v4l2src_change_state):
12959         * sys/v4l2/gstv4l2src.h:
12960         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
12961         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
12962           Fix caps, keep track of state, work.
12963
12964 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12965
12966         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
12967           Quiet.
12968
12969 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12970
12971         * sys/oss/gstosssrc.c: (gst_osssrc_get):
12972           Don't mix bytes and samples.
12973
12974 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12975
12976         * ext/ogg/gstoggmux.c:
12977           Basic pad template which accepts OGM tracks, speex, flac, vorbis
12978           and theora. Any is incorrect.
12979         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
12980           Fix caps.
12981         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
12982         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
12983         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
12984         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
12985         * sys/v4l/gstv4lmjpegsrc.h:
12986         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
12987         (gst_v4lsrc_change_state):
12988         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
12989         (gst_v4lmjpegsrc_capture_stop):
12990           Fix caps. Keep track of internal state. Work.
12991
12992 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12993
12994         * ext/Makefile.am:
12995           Fix the build fixes.
12996
12997 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12998
12999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13000         (gst_ogg_demux_src_event), (_find_chain_seek),
13001         (gst_ogg_pad_push):
13002           Check for pad availability before using it.
13003         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13004           Fix parsing of chained ogg. Needs more work on the decoder side.
13005
13006 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13007
13008         * gst/spectrum/Makefile.am:
13009         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13010         (idle_func):
13011           Fix demo and reenable it. Yes, I'm currently playing with audio
13012           analysis tools
13013
13014 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13015
13016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13017           We love it if files that start at zero work too...
13018
13019 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13020
13021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13022           Handle files with missing EOS headers.
13023
13024 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13025
13026         * gst/tcp/gsttcpserversink.c:
13027         (gst_tcpserversink_handle_server_read),
13028         (gst_tcpserversink_init_send):
13029         Zero some variables first (need for accept not to return EINVAL)
13030
13031 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13032
13033         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13034         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13035         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13036         (theora_dec_chain):
13037         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13038         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13039           Seeking and querying finetune.
13040
13041 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * configure.ac:
13044         * ext/Makefile.am:
13045         * ext/raw1394/Makefile.am:
13046           fix the build
13047
13048 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13049
13050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13051           Wrong return.
13052         * gst/playback/Makefile.am:
13053         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13054         * gst/playback/gstplay-marshal.list:
13055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13056           Fix marshallers.
13057
13058 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13059
13060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13061           Silence.
13062
13063 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13064
13065         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13066         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13067         (gst_ogg_pad_push):
13068           Yay for non-lineair granulepos in theora.
13069
13070 2004-10-18  Wim Taymans  <wim@fluendo.com>
13071
13072         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13073         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13074         * ext/dv/gstdvdec.h:
13075         Make sure we renegotiate aspect ratio when the camera switches.
13076
13077 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13078
13079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13080         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13081           Start at zero.
13082         * ext/theora/theoradec.c: (theora_dec_chain):
13083           Skip headers. Bad idea for chained ogg, but fixes seeking.
13084
13085 2004-10-18  Wim Taymans  <wim@fluendo.com>
13086
13087         * configure.ac:
13088         I swear, this is the last time I touch this.
13089
13090 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13091
13092         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13093         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13094         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13095           Faster seeking.
13096         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13097           Time-to-default conversion.
13098         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13099           Don't error on unknown packets, just skip. We should probably
13100           read them if we want to support chained ogg.
13101
13102 2004-10-18  Wim Taymans  <wim@fluendo.com>
13103
13104         * configure.ac:
13105         Added cdaudio to wrong list.
13106
13107 2004-10-18  Wim Taymans  <wim@fluendo.com>
13108
13109         * configure.ac:
13110         Revive cdaudio.
13111
13112 2004-10-18  Wim Taymans  <wim@fluendo.com>
13113
13114         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13115         (gst_dvdec_video_link), (gst_dvdec_push):
13116         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13117         (gst_smokeenc_resync), (gst_smokeenc_chain):
13118         Fix mimetype on smoke encoder.
13119         Add aspect ratio to dvdec. Not sure if these
13120         values are correct though....
13121
13122 2004-10-18  Wim Taymans  <wim@fluendo.com>
13123
13124         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13125         Fix vorbis property descriptions and ranges.
13126
13127 2004-10-18  Wim Taymans  <wim@fluendo.com>
13128
13129         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13130         Really do nothing when no data is available.
13131         Go to the playing state when the stream is not seekable
13132         instead of failing.
13133
13134 2004-10-18  Wim Taymans  <wim@fluendo.com>
13135
13136         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13137         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13138         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13139         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13140         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13141         Added uri handler for cd://
13142         Port to new API.
13143
13144 2004-10-18  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13147         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13148         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13149         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13150         (remove_prerolls), (unknown_type), (add_element_stream),
13151         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13152         (gst_play_base_bin_remove_element),
13153         (gst_play_base_bin_link_stream):
13154         * gst/playback/gstplaybin.c: (gen_video_element),
13155         (gen_vis_element), (remove_sinks), (setup_sinks):
13156         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13157         (gst_stream_info_get_type), (gst_stream_info_class_init),
13158         (gst_stream_info_init), (gst_stream_info_new),
13159         (gst_stream_info_dispose), (stream_info_mute_pad),
13160         (gst_stream_info_set_property), (gst_stream_info_get_property):
13161         * gst/playback/gststreaminfo.h:
13162         Add sink padtemplate to decodebin.
13163         Added some more comments.
13164         Make queue size configurable in playbasebin.
13165         Added possibility to use elements as sinks (ex cdaudio).
13166
13167 2004-10-15  Wim Taymans  <wim@fluendo.com>
13168
13169         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13170         (gst_speexenc_chain):
13171         Fix speex timestamps so that it gets muxed properly.
13172
13173 2004-10-15  Wim Taymans  <wim@fluendo.com>
13174
13175         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13176         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13177         (gst_dv1394src_init), (gst_dv1394src_dispose),
13178         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13179         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13180         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13181         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13182         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13183         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13184         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13185         * ext/raw1394/gstdv1394src.h:
13186         Added conversion/query functions.
13187         Update buffer timestamps,
13188         Added signals.
13189         Added uri dv:// so it might play from the firewire in playbin.
13190         Fix a possible leak.
13191         Added debugging.
13192
13193 2004-10-15  Wim Taymans  <wim@fluendo.com>
13194
13195         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13196         (gst_dv1394src_init), (gst_dv1394src_set_property),
13197         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13198         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13199         * ext/raw1394/gstdv1394src.h:
13200         Added AV/C VTR control support needed for some cameras.
13201         Added automatic port detection.
13202         Added properties for selecting the channel.
13203         The configure.ac script is not yet updated to reflect the
13204         new libavc1394 and librom1394 dependencies.
13205
13206 2004-10-15  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13209         (qtdemux_parse), (gst_qtdemux_handle_esds):
13210         An esds box is not a container.
13211         Fix parsing of mp4v boxes.
13212         Do not try to renegotiate fps for each frame. Need to
13213         find a better method. This should fix mp4 playback.
13214
13215 2004-10-14  David Schleef  <ds@schleef.org>
13216
13217         * configure.ac: update for swfdec-0.3 and liboil-0.2
13218         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13219         * ext/swfdec/gstswfdec.h: same
13220         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13221         * gst/videotestsrc/videotestsrc.c: same
13222
13223 2004-10-14  Wim Taymans  <wim@fluendo.com>
13224
13225         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13226         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13227         (is_sync_frame), (gst_multifdsink_new_client),
13228         (gst_multifdsink_handle_client_write),
13229         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13230         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13231         Turn warnings into info.
13232         Don't allow a state change in the streaming thread.
13233
13234 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13235
13236         * ext/vorbis/oggvorbisenc.c:
13237         * ext/vorbis/vorbisdec.c:
13238           fix template sample rate
13239
13240 2004-10-13  Wim Taymans  <wim@fluendo.com>
13241
13242         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13243         Decoding the header first fixes some problems in resyncing
13244         in more mp3s.
13245
13246 2004-10-12  Wim Taymans  <wim@fluendo.com>
13247
13248         * gst/playback/gstplaybin.c: (gen_video_element),
13249         (gen_vis_element), (remove_sinks), (setup_sinks):
13250         Added vis plugin support, need to configure the vis
13251         element to activate it.
13252
13253 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13254
13255         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13256         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13257           Some debug.
13258         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13259         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13260         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13261         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13262         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13263         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13264         * gst/avi/gstavidemux.h:
13265           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13266           recovery (where, if part of the index is broken, we will still read
13267           the rest of the index and recover the broken part by stream
13268           scanning). More broken media support. EOS workarounds. General AVI
13269           braindamage headache recovery. Aspirin included.
13270
13271 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13272
13273         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13274         (cdparanoia_event), (cdparanoia_query):
13275           Get rid of hideous lead-in.
13276
13277 2004-10-11  Wim Taymans  <wim@fluendo.com>
13278
13279         * gst/playback/gstplaybasebin.c: (setup_source):
13280         Wrong var used to get g_list_next.
13281
13282 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13283
13284         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13285         (cdparanoia_get), (cdparanoia_open):
13286           Report discid as metadata, add duration.
13287
13288 2004-10-11  Wim Taymans  <wim@fluendo.com>
13289
13290         * gst/playback/gstplaybasebin.c: (setup_source):
13291         Cleanup the previous pipeline a little earlier for the
13292         case that a source element provides raw data.
13293
13294 2004-10-11  Benjamin Otte  <otte@gnome.org>
13295
13296         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13297           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13298           consuming the last 128 bytes, even though it was valid mp3 data.
13299
13300 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13301
13302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13303         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13304         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13305         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13306
13307 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13308
13309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13310         Fix for webcams that support only specific width or height
13311
13312 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13313
13314         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13315
13316         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13317           Fix wrong discont event setup (fixes #154967).
13318
13319 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13320
13321         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13322
13323         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13324           Error out on invalid data (fixes #154807).
13325
13326 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13327
13328         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13329
13330         * ext/dvdread/dvdreadsrc.c: (_read):
13331           Make titles > 0 work again (fixes #154834).
13332
13333 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13334
13335         * gst-libs/gst/riff/riff-media.c:
13336         (gst_riff_create_video_template_caps):
13337           WMV3 missing in template caps.
13338
13339 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13340
13341         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13342           OK, so the original code was too strict. It makes random AVI files
13343           hang for seconds upon opening, which is unacceptable and is far
13344           beyond the original goal of getting multiple chunks for one-chunk
13345           sounc stream files. So now do just that.
13346
13347 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13348
13349         * gst/playback/gstplaybasebin.c: (setup_source),
13350         (gst_play_base_bin_change_state):
13351           Actually clean up streaminfo if output fails. This would trigger
13352           if, for example, there was no CD in the drive. No preroll, so
13353           a streaminfo structure is created, but the subsequent state change
13354           of the thread fails.
13355         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13356           Don't change state if parent failed.
13357
13358 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13359
13360         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13361         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13362         (gen_video_element), (remove_sinks):
13363           Add small bits of code for screenshot handling.
13364
13365 2004-10-08  Wim Taymans  <wim@fluendo.com>
13366
13367         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13368         (gen_video_element), (gen_audio_element), (setup_sinks):
13369         Don't assume the user provided sinks are named "sink"...
13370
13371 2004-10-08  Wim Taymans  <wim@fluendo.com>
13372
13373         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13374         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13375         (gst_play_base_bin_link_stream):
13376         Do not try to autoplug sources that generate raw streams like
13377         cdparanoia.
13378         disconnect the preroll overrun signal when we don't need it anymore.
13379
13380 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13381
13382         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13383         Added reworked patch from #154903 from milosz derezynski (deadchip).
13384
13385 2004-10-08  Wim Taymans  <wim@fluendo.com>
13386
13387         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13388         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13389         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13390         (cdparanoia_convert), (cdparanoia_uri_get_type),
13391         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13392         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13393         * ext/cdparanoia/gstcdparanoia.h:
13394         This adds the cdda://<tracknum> uri.
13395
13396 2004-10-08  Wim Taymans  <wim@fluendo.com>
13397
13398         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13399         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13400         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13401         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13402         (unknown_type), (gst_play_base_bin_remove_element),
13403         (gst_play_base_bin_link_stream):
13404         * gst/playback/gstplaybasebin.h:
13405         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13406         (gst_play_bin_set_property), (gen_video_element),
13407         (gen_audio_element), (setup_sinks):
13408         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13409         (gst_stream_info_get_type), (gst_stream_info_class_init),
13410         (gst_stream_info_init), (gst_stream_info_new),
13411         (gst_stream_info_dispose), (stream_info_mute_pad),
13412         (gst_stream_info_set_property), (gst_stream_info_get_property):
13413         * gst/playback/gststreaminfo.h:
13414         Reuse the audio and video bins.
13415         Some internal cleanups in the stream selection code.
13416
13417 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13418
13419         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13420         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13421         * sys/ximage/ximagesink.h:
13422         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13423         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13424         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13425         not coming from those elements. Moreover these elements should not keep
13426         the xid they have been given when in NULL state.
13427
13428 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13429
13430         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13431         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13432         * sys/ximage/ximagesink.h:
13433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13434         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13435         * sys/xvimage/xvimagesink.h:
13436           Actually only create a new toplevel window if we're not gonna
13437           embed it right after.
13438
13439 2004-10-07  Wim Taymans  <wim@fluendo.com>
13440
13441         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13442         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13443         * gst/playback/gstplaybin.c: (setup_sinks):
13444         Implement muting/unmuting of streams, mute streams that are not
13445         used.
13446
13447 2004-10-07  Wim Taymans  <wim@fluendo.com>
13448
13449         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13450         (plugin_init):
13451         Added lame audio/x-ac3 typefind function.
13452
13453 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13454
13455         * configure.ac:
13456           bump nano to cvs
13457
13458 === release 0.8.5 ===
13459
13460 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13461
13462         * NEWS:
13463         * RELEASE:
13464         * configure.ac:
13465           releasing 0.8.5, "Take You On"
13466
13467 2004-10-06  Wim Taymans  <wim@fluendo.com>
13468
13469         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13470         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13471         (no_more_pads), (close_link), (type_found):
13472         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13473         * gst/playback/gstplaybin.c: (gen_video_element):
13474         Do not signal the no_more_pads after the first pad when
13475         we are plugging a non dynamic element with multiple
13476         output pads (like swfdec, dvdec, ...).
13477
13478 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13479
13480         * configure.ac:
13481           bump for prerelease
13482
13483 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13484
13485         * gst/wavparse/gstwavparse.c:
13486           add ATRAC3 to STATIC CAPS to fix a warning
13487
13488         * gst/matroska/ebml-read.c:
13489         * gst-libs/gst/riff/riff-read.c:
13490           fix typos
13491
13492 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13493
13494         * gst-libs/gst/riff/riff-media.c:
13495           generate caps for ATRAC3 audio streams
13496
13497         * gst/realmedia/rmdemux.c:
13498           generate caps for ATRAC3 audio streams
13499
13500 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13501
13502         * gst/wavparse/Makefile.am
13503         * gst/wavparse/riff.h
13504         * gst/wavparse/wavparse.vcproj
13505           riff.h removal (unused and duplication with riff-ids.h)
13506
13507 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13508
13509         * gst/wavparse/gstwavparse.h
13510           remove duplicated defines for audio codec codes
13511
13512         * gst-libs/gst/riff/riff-ids.h
13513         * gst/wavenc/riff.h:
13514           add "4CC" code for ATRAC3 audio streams
13515           add "4CC" code for ITU_G721_ADPCM (unused for now)
13516
13517 2004-10-06  Wim Taymans  <wim@fluendo.com>
13518
13519         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13520         Actually _do_ negotiation. Pass gdouble as arg instead
13521         of guint64 for the framerate.
13522
13523 2004-10-06  Wim Taymans  <wim@fluendo.com>
13524
13525         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13526         (find_compatibles), (close_pad_link), (try_to_link_1),
13527         (no_more_pads), (close_link), (type_found):
13528         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13529         * gst/playback/gstplaybin.c: (gen_video_element),
13530         (gen_audio_element):
13531         Set state on newly added element to READY so that negotiation
13532         can happen ASAP.
13533         Addes some more debug info.
13534         Do not try to plug pads with multiple caps structures or ANY
13535         because it is too dangerous since we do not do dynamic
13536         replugging.
13537
13538 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13539
13540         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13541
13542         * po/LINGUAS:
13543         * po/or.po:
13544           add Oriya translation
13545
13546 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13549           Prevent overwrite of size member. Makes audio sound crappy.
13550
13551 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13552
13553         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13554         Add rmvb to the list of known RealMedia extensions
13555
13556 2004-10-05  Wim Taymans  <wim@fluendo.com>
13557
13558         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13559         (mngdec_openstream), (mngdec_closestream),
13560         (mngdec_handle_sink_event), (mngdec_readdata),
13561         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13562         (mngdec_getcanvasline), (mngdec_refresh),
13563         (gst_mngdec_change_state):
13564         Set the framerate correctly.
13565
13566 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13567
13568         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13569           There was something wrong with the index massaging.
13570
13571 2004-10-04  Wim Taymans  <wim@fluendo.com>
13572
13573         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13574         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13575         (gst_smokedec_chain):
13576         * ext/jpeg/gstsmokedec.h:
13577         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13578         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13579         * ext/jpeg/gstsmokeenc.h:
13580         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13581         (smokecodec_decode_new), (smokecodec_info_free),
13582         (smokecodec_set_quality), (smokecodec_get_quality),
13583         (smokecodec_set_threshold), (smokecodec_get_threshold),
13584         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13585         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13586         (smokecodec_encode), (smokecodec_parse_id),
13587         (smokecodec_parse_header), (smokecodec_decode):
13588         * ext/jpeg/smokecodec.h:
13589         * ext/jpeg/smokeformat.h:
13590         Updated smoke, new bitstream, allows embedding in ogg.
13591
13592 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13593
13594         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13595           Fix seeking in some files. All this code is no longer needed (and
13596           actually breaks stuff) because we now synchronize the full index
13597           right when reading the header.
13598
13599 2004-10-04  Wim Taymans  <wim@fluendo.com>
13600
13601         * configure.ac:
13602         configure update for libmng.
13603
13604 2004-10-04  Wim Taymans  <wim@fluendo.com>
13605
13606         * ext/libmng/Makefile.am:
13607         * ext/libmng/gstmng.c: (plugin_init):
13608         * ext/libmng/gstmng.h:
13609         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13610         (gst_mngdec_base_init), (gst_mngdec_class_init),
13611         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13612         (gst_mngdec_loop), (gst_mngdec_get_property),
13613         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13614         (mngdec_closestream), (mngdec_handle_sink_event),
13615         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13616         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13617         (gst_mngdec_change_state):
13618         * ext/libmng/gstmngdec.h:
13619         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13620         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13621         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13622         (gst_mngenc_chain), (gst_mngenc_get_property),
13623         (gst_mngenc_set_property):
13624         * ext/libmng/gstmngenc.h:
13625         Added basic MNG decoder. Needs more work. The encoder does
13626         not work yet.
13627
13628 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13629
13630         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13631         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13632         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13633           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13634           no-more-pads.
13635
13636 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13637
13638         * configure.ac:
13639           you need at least 1.0.4 of speex
13640
13641 2004-10-04 Iain <iaingnome@gmail.com>
13642
13643         * ext/speex/gstspeexdec.h: Revert the includes changes.
13644
13645         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13646
13647 2004-09-30 Iain <iaingnome@gmail.com>
13648
13649         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13650         found during init or set as a property instead of hardcoding /dev/audio
13651
13652 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13653
13654         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13655         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13656         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13657         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13658         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13659         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13660         (gst_rmdemux_dump_data):
13661           Use debug category, fix EOS handling. filesrc ! rmdemux now
13662           works.
13663
13664 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13665
13666         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13667         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13668         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13669           Improve allocation, cutting and sorting of the index. How takes a
13670           few seconds instead of minutes.
13671
13672 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13673
13674         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13675           fixed compilation
13676
13677 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13678
13679         * gst-libs/gst/riff/riff-media.c:
13680         (gst_riff_create_video_caps_with_data),
13681         (gst_riff_create_video_template_caps):
13682           Add wing commander format mimetype/fourccs.
13683         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13684           Don't crash if some value is 0.
13685
13686 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13687
13688         * gst-libs/gst/riff/riff-media.c:
13689         (gst_riff_create_video_caps_with_data),
13690         (gst_riff_create_video_template_caps):
13691           Add DIB fourcc (raw, palettized 8-bit RGB).
13692         * gst-libs/gst/riff/riff-read.c:
13693         (gst_riff_read_strf_vids_with_data):
13694           Oops, fix strf_data reading bug.
13695         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13696           Use a non-NULL tag.
13697         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13698           Time for hacks. Sorry Dave. At least one quicktime movie (a
13699           trailer) that I've encountered contains multiple video tracks.
13700           One of those is the actual video track, the other are one-frame
13701           tracks (images). Unfortunately, the number of frames according
13702           to the trak header is 1 for each, so that doesn't help. So
13703           instead, I look at the duration and discard tracks with a
13704           duration shorter than 20% of the length of the stream. Better
13705           than nothing.
13706
13707 2004-10-01  Christian Schaller <christian@fluendo.com>
13708
13709         * ext/ivorbis/vorbis.c:
13710           Patch from Phil Blundell (Bug 152341)
13711
13712 2004-10-01  Wim Taymans  <wim@fluendo.com>
13713
13714         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13715         (speex_dec_get_formats), (speex_dec_convert),
13716         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13717         (speex_dec_chain), (gst_speexdec_get_property),
13718         (gst_speexdec_set_property):
13719         Small cleanups.
13720
13721 2004-10-01  Wim Taymans  <wim@fluendo.com>
13722
13723         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13724         (gst_wavparse_stream_init), (gst_wavparse_fmt),
13725         (gst_wavparse_other), (gst_wavparse_loop),
13726         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
13727         (gst_wavparse_srcpad_event):
13728         * gst/wavparse/gstwavparse.h:
13729         Added some more debugging info.
13730         Fix the case where the length of the file is 0.
13731         Make sure we seek to sample borders.
13732
13733 2004-10-01  Wim Taymans  <wim@fluendo.com>
13734
13735         * gst/playback/README:
13736         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
13737         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13738         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13739         Add some debug info to decodebin, update README
13740
13741 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13742
13743         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
13744           Don't use g_print(); use GST_DEBUG().
13745
13746 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13747
13748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
13749         (gst_ogg_mux_queue_pads):
13750           Handle EOS properly.
13751
13752 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13753
13754         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13755
13756         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
13757         (gst_faad_chain), (gst_faad_change_state):
13758         * ext/faad/gstfaad.h:
13759           Allow playback of raw (unframed) MPEG AAC files (#148993).
13760
13761 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
13762
13763         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13764
13765         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13766           Throw error if we didn't recognize the stream. Fixes #152289.
13767
13768 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13769
13770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
13771           Fix negotiation.
13772
13773 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
13774
13775         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13776
13777         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13778           Fix memleak.
13779
13780 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
13781
13782         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13783
13784         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
13785           Solve #152805.
13786         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
13787           Solve 152806.
13788
13789 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13790
13791         * gst-libs/gst/riff/riff-media.c:
13792         (gst_riff_create_video_caps_with_data),
13793         (gst_riff_create_audio_caps_with_data):
13794           Add codec_data handling (like asfdemux used to do).
13795         * gst/asfdemux/gstasf.c: (plugin_init):
13796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
13797         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
13798           Use riff-media for caps creation instead of our own (mostly
13799           broken) copy of its functions.
13800
13801 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13802
13803         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
13804           Don't actually error out if we get another return value than
13805           -EINVAL. Opposite to what I first thought, drivers have random
13806           return values for this, although -EINVAL is the expected return
13807           value. Since this is not fatal, we shouldn't use
13808           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
13809
13810 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13811
13812         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
13813         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
13814         (dvdreadsrc_get_property), (_open), (_seek), (_read),
13815         (dvdreadsrc_get), (dvdreadsrc_open_file),
13816         (dvdreadsrc_change_state):
13817           Fix. Don't do one big huge loop around the whole DVD, that will
13818           cache all data and thus eat sizeof(dvd) (several GB) before we
13819           see something.
13820         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
13821           Actually NULL'ify event after using it.
13822         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
13823         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
13824         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
13825         (gst_ebml_read_seek), (gst_ebml_read_skip):
13826           Handle events.
13827         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
13828         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
13829         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
13830           Fix timing (this will probably break if I seek using menus, but
13831           I didn't get there yet). VOBs and normal DVDs should now work.
13832           Add a mpeg2-only pad with high rank so this get autoplugged for
13833           MPEG-2 movies.
13834         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
13835         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
13836         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
13837         (gst_mpeg_demux_get_audio_stream),
13838         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
13839         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
13840           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
13841           MPEG-1 but use dvddemux for MPEG-2.
13842         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
13843         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
13844         (gst_mpeg_parse_parse_packhead):
13845           Timing. Only add pad template if it exists. Add sink template from
13846           class and not from ourselves. This means we will always use the
13847           correct sink template even if it is not the one defined in this
13848           file.
13849
13850 2004-09-29  Wim Taymans  <wim@fluendo.com>
13851
13852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
13853         (gst_mpeg_demux_parse_pes):
13854         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
13855         Fix playback of mpeg again, timestamps where screwed up by
13856         patch 1.61.
13857
13858 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13859
13860         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
13861           Only return true if we actually filled something in. Prevents
13862           player applications from showing a random length for flac files.
13863         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
13864         (gst_riff_read_use_event), (gst_riff_read_handle_event),
13865         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
13866         (gst_riff_read_strf_vids_with_data),
13867         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
13868           OK, ok, so I implemented event handling. Apparently it's normal
13869           that we receive random events at random points without asking
13870           for it.
13871         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13872         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
13873         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
13874         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13875         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
13876         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
13877         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
13878         * gst/avi/gstavidemux.h:
13879           Implement non-lineair chunk handling and subchunk processing.
13880           The first solves playback of AVI files where the audio and video
13881           data of individual buffers that we read are not synchronized.
13882           This should not happen according to the wonderful AVI specs, but
13883           of course it does happen in reality. It is also a prerequisite for
13884           the second. Subchunk processing allows us to cut chunks in small
13885           pieces and process each of these pieces separately. This is
13886           required because I've seen several AVI files with incredibly large
13887           audio chunks, even some files with only one audio chunk for the
13888           whole file. This allows for proper playback including seeking.
13889           This patch is supposed to fix all AVI A/V sync issues.
13890         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
13891         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
13892           Work.
13893         * gst/modplug/gstmodplug.cc:
13894           Proper return value setting for the query() function.
13895         * gst/playback/gstplaybasebin.c: (setup_source):
13896           Being in non-playing state (after, e.g., EOS) is not necessarily
13897           a bad thing. Allow for that. This fixes playback of short files.
13898           They don't actually playback fully now, because the clock already
13899           runs. This means that small files (<500kB) with a small length
13900           (<2sec) will still not or barely play. Other files, such as mod
13901           or flx, will work correctly, however.
13902
13903 2004-09-28  Wim Taymans  <wim@fluendo.com>
13904
13905         * ext/speex/gstspeex.c: (plugin_init):
13906         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
13907         (gst_speex_dec_class_init), (speex_dec_get_formats),
13908         (speex_get_event_masks), (speex_get_query_types),
13909         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
13910         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
13911         (gst_speexdec_get_property), (gst_speexdec_set_property),
13912         (speex_dec_change_state):
13913         * ext/speex/gstspeexdec.h:
13914         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
13915         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
13916         (gst_speexenc_base_init), (gst_speexenc_class_init),
13917         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
13918         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
13919         (gst_speexenc_src_query), (gst_speexenc_init),
13920         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
13921         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
13922         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
13923         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
13924         (gst_speexenc_chain), (gst_speexenc_get_property),
13925         (gst_speexenc_set_property), (gst_speexenc_change_state):
13926         * ext/speex/gstspeexenc.h:
13927         Rewrote speex encoder, make sure it can be embedded in ogg.
13928         Implemented speex decoder.
13929
13930 2004-09-28  Christian Schaller <christian@fluendo.com>
13931
13932         * configure.ac:
13933         Remove kioslave plugin. Markey is brewing a new working one
13934         * ext/Makefile.am: Remove kioslave plugin
13935         * ext/kio: remove
13936         * gst-plugins.spec.in: remove kio plugin from spec
13937
13938 2004-09-27  Wim Taymans  <wim@fluendo.com>
13939
13940         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13941         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13942         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
13943         (gst_multifdsink_new_client),
13944         (gst_multifdsink_handle_client_write),
13945         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13946         (gst_multifdsink_handle_clients):
13947         * gst/tcp/gstmultifdsink.h:
13948         Make syncing to keyframes actually work for new clients and lagging
13949         clients.
13950
13951 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13952
13953         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
13954         (gst_navigationtest_handle_src_event), (draw_box_planar411),
13955         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
13956         * gst/debug/gstnavigationtest.h:
13957           make navigationtest display button-press and button-release events
13958
13959 2004-09-26 Iain <iaingnome@gmail.com>
13960
13961         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
13962         the channels have received a new media event.
13963         (interleave_buffered_loop): Compresses a new media event on all
13964         channels into one.
13965
13966 2004-09-26 Iain <iaingnome@gmail.com>
13967
13968         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
13969         call the sinkpad's default event handler and not the srcpads. He also
13970         says this is confusing :)
13971         (gst_wavenc_stop_file): Company says that seek events only go upstream
13972         we should send a discontinuous downstream instead.
13973
13974 2004-09-25  Christian Schaller <christian@fluendo.com>
13975
13976         * Update SPEC file to be usable in conjunction with Fedora Core,
13977           Fedora.us and freshrpms packages
13978         * Fix typo in multifilesrc test Makefile
13979
13980 2004-09-24  Wim Taymans  <wim@fluendo.com>
13981
13982         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13983         Only signal the no_more_pads signal when we have
13984         added the stream to our list.
13985
13986 2004-09-24  Wim Taymans  <wim@fluendo.com>
13987
13988         * gst/playback/gstplaybasebin.c: (remove_prerolls),
13989         (new_decoded_pad):
13990         * gst/playback/gstplaybasebin.h:
13991         * gst/playback/gstplaybin.c: (setup_sinks):
13992         Don't try to preroll or decode more than one audio/video
13993         track.
13994
13995 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13998           Throw error if we failed to find a suitable output. This should
13999           throw an error if we successfully set up a pipeline (e.g. because
14000           we recognized a media file) but found no decodable streams in it
14001           (e.g. because it contains only media stream types for which we
14002           have no decoders, or because it's not a media type).
14003
14004 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14005
14006         * ext/dirac/Makefile.am:
14007         * ext/dirac/gstdirac.cc:
14008         * ext/dirac/gstdiracdec.cc:
14009         * ext/dirac/gstdiracdec.h:
14010           Do something. Don't actually know if this works because I don't
14011           have a demuxer yet.
14012         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14013           Add channels=1 to caps returned from _getcaps().
14014         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14015         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14016         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14017         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14018         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14019         (gst_ogm_parse_change_state):
14020           Separate between audio/video so ogmaudioparse actually uses the
14021           audio pad templates. Both audio and video work now, including
14022           autoplugging. Also use sometimes-srcpad hack.
14023         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14024           Handle events better. Don't hang on infinite loops.
14025         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14026         (gst_avi_demux_init), (gst_avi_demux_reset),
14027         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14028         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14029         (gst_avi_demux_change_state):
14030         * gst/avi/gstavidemux.h:
14031           Improve A/V sync. Still not perfect.
14032         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14033         (gst_ebml_read_skip):
14034           Handle events better.
14035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14036         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14037         (qtdemux_audio_caps):
14038           Add IMA4. Improve event handling. Save offset after a seek when
14039           the headers are at the end of the file so that we don't end up in
14040           an infinite loop.
14041         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14042           Add low-priority typefind support for files with no length.
14043
14044 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14045
14046         * testsuite/multifilesink/Makefile.am:
14047         fix typo
14048
14049 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14050
14051         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14053         mistakes from thaytan's patches.
14054
14055 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14056
14057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14058           For completeness, XSync in the destroy function as xvimage does.
14059
14060 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14061
14062         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14063            Correct caps negotiation
14064         * gst/volume/gstvolume.c: (volume_chain_float),
14065         (volume_chain_int16):
14066            Modify debug output to be little more informative
14067         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14069         (gst_xvimagesink_xvimage_destroy):
14070           Add XSync calls after detaching from the shared memory segment to
14071           avoid a crash.
14072
14073 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14074
14075         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14076         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14077         * ext/vorbis/vorbis.c: (plugin_init):
14078         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14079         (gst_vorbisenc_chain):
14080         * ext/vorbis/vorbisenc.h:
14081         remove explicit newmedia support from oggmux and vorbisenc
14082         add debug category to vorbisenc
14083         * gst/multifilesink/gstmultifilesink.c:
14084         (gst_multifilesink_class_init), (gst_multifilesink_init),
14085         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14086         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14087         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14088         (plugin_init):
14089         * gst/multifilesink/gstmultifilesink.h:
14090         add support for streamheader in multifilesink
14091
14092 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14093
14094         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14095         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14096         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14097           Prevent infinite loops. More correct error reporting.
14098         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14099           Error out if negotiation fails.
14100         * gst/playback/gstplaybasebin.c: (setup_source),
14101         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14102         (gst_play_base_bin_found_tag):
14103           Error/tag forwarding. Pre-roll fixes for source errors on state
14104           changes (e.g. "file does not exist") to prevent hangs.
14105
14106 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14107
14108         * testsuite/multifilesink/Makefile.am:
14109         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14110         (gst_newmedia_class_init), (gst_newmedia_init),
14111         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14112         (newfile_signal), (test_signal), (main):
14113         * testsuite/multifilesink/multifilesrc_test.c: (main):
14114         * testsuite/multifilesink/oggtheora_test.c:
14115         (gst_newmedia_base_init), (gst_newmedia_class_init),
14116         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14117         (test_format), (newfile_signal), (test_signal), (main):
14118         * testsuite/multifilesink/oggvorbis_test.c:
14119         (gst_newmedia_base_init), (gst_newmedia_class_init),
14120         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14121         (test_format), (newfile_signal), (test_signal), (main):
14122         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14123         (gst_newmedia_class_init), (gst_newmedia_init),
14124         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14125         (newfile_signal), (test_signal), (main):
14126         New media tests
14127
14128 2004-09-20  Christian Schaller <christian@fluendo.com>
14129
14130         * Fix mikmod license to LGPL as they have relicensed
14131         * Move Dirac and Effectv into LGPL section of README_license
14132
14133 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14134
14135         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14136         (gst_mad_change_state):
14137           Allow for mp3 rate/channels changes. However, only very
14138           conservatively. Reason that we *have* to enable this is smiply
14139           because the mad find_sync() function is not good enough, it will
14140           regularly sync on random data as valid frames and therefore make
14141           us provide random caps as *final* caps of the stream. The best fix
14142           I could think of is to simply require several of the same stream
14143           changes in a row before we change caps.
14144           The actual testcase that works now is #
14145         * ext/ogg/Makefile.am:
14146         * ext/ogg/gstogg.c: (plugin_init):
14147         * ext/ogg/gstogmparse.c:
14148           OGM support (video only for now; I need an audio sample file).
14149         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14150         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14151         (gst_asf_demux_add_video_stream):
14152           WMV extradata.
14153         * gst/playback/gstplaybasebin.c: (unknown_type):
14154           Don't error out on single unknown-types after all. It's wrong.
14155           If we found type of video and audio but not of a subtitle stream,
14156           it will still error out (which is unwanted). Will find a better fix
14157           later on.
14158         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14159         (ogmaudio_type_find), (plugin_init):
14160           OGM support.
14161
14162 2004-09-20  Johan Dahlin  <johan@gnome.org>
14163
14164         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14165         after setting caps.
14166
14167 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14168
14169         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14170         * gst/wavenc/gstwavenc.h:
14171         Added newmedia support to wavenc
14172
14173 2004-09-17  Wim Taymans  <wim@fluendo.com>
14174
14175         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14176         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14177         (gst_fdset_fd_can_write), (gst_fdset_wait):
14178         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14179         (gst_multifdsink_init), (gst_multifdsink_add),
14180         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14181         (gst_multifdsink_remove_client_link),
14182         (gst_multifdsink_client_queue_buffer),
14183         (gst_multifdsink_handle_client_write),
14184         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14185         (gst_multifdsink_close), (gst_multifdsink_change_state):
14186         * gst/tcp/gstmultifdsink.h:
14187         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14188         (gst_tcpserversink_removed):
14189         Small cleanups in fdset.c
14190         Use a hastable to map fd to the client structure for faster
14191         lookup in _remove and get_stats.
14192         Added virtual function to close the fds.
14193         Handle clients even when the select/poll call was unblocked because
14194         of a command.
14195         Implement syncing to keyframe in the recovery procedure.
14196
14197 2004-09-16 Iain <iaingnome@gmail.com>
14198
14199         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14200         try caps.
14201
14202 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14203
14204         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14205           Caps are only set if the type of the stream is unknown, but this
14206           is initialized in ->init_stream(), so set to UNKNOWN after calling
14207           ->init_stream() so that capsnego starts.
14208
14209 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14210
14211         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14212         (gst_avi_demux_stream_data):
14213           Just hardcode for raw audio then. AVI audio sucks.
14214
14215 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14216
14217         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14218         * gst/matroska/matroska-mux.c: (audiosink_templ),
14219         (gst_matroska_mux_audio_pad_link):
14220         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14221         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14222
14223 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14224
14225         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14226         (gst_avi_demux_stream_data):
14227           Try to fix a/v sync issues.
14228
14229 2004-09-15  David Schleef  <ds@schleef.org>
14230
14231         * configure.ac: remove NASM check, since we don't use it.  Update
14232         dirac check to 0.4
14233         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14235         Initialized variables.
14236         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14237         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14238         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14239         SVQ3 format
14240
14241 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14242
14243         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14244         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14245         * gst/avi/gstavidemux.h:
14246           Fix for compressed audio (mp3) timestamp generation. How did this
14247           ever work?
14248
14249 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14250
14251         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14252           Volume is a double not a float.
14253
14254 2004-09-15  Wim Taymans  <wim@fluendo.com>
14255
14256         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14257         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14258         Don't close the fd in multifdsink as we didn't open it in the
14259         first place. Some cleanups.
14260
14261 2004-09-15  Wim Taymans  <wim@fluendo.com>
14262
14263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14265         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14266         Fix the case where the muxer would mark pages as delta
14267         frames when they are not (vorbis only ogg).
14268
14269 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14270
14271         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14272         (gst_play_base_bin_change_state):
14273           Handle the case where we failed to setup a clear pipeline. This
14274           will throw an error (or EOS, another nice case) and if you don't
14275           catch that, the app will wait for the signal forever (and thus
14276           hang).
14277
14278 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14279
14280         * ext/gnomevfs/gstgnomevfssink.c:
14281         (gst_gnomevfssink_uri_get_protocols):
14282         * ext/gnomevfs/gstgnomevfssrc.c:
14283         (gst_gnomevfssrc_uri_get_protocols):
14284         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14285         * ext/gnomevfs/gstgnomevfsuri.h:
14286           Use _uri_new() instead of _open(), so it doesn't take as long and
14287           Christophe's computer won't hang.
14288         * gst/playback/gstplaybasebin.c: (unknown_type):
14289           Throw error on unknown media type, so apps actually display it.
14290
14291 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14292
14293         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14294           this script to work on Solaris since bash shell handles echo
14295           differenly than bash.
14296
14297 2004-09-17  Wim Taymans  <wim@fluendo.com>
14298
14299         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14300         (setup_source), (gst_play_base_bin_set_property),
14301         (gst_play_base_bin_add_element):
14302         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14303         Some more work on making sure seeking pauses the pipeline and
14304         that changing the uri actually does something.
14305
14306 2004-09-17  Wim Taymans  <wim@fluendo.com>
14307
14308         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14309         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14310         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14311         (gst_tcpserversink_close):
14312         Be a bit more paranoid when freeing memory.
14313
14314 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14315
14316         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14317         (qtdemux_parse_trak):
14318           Don't crash by dividing by zero (see sample movie in #126922).
14319
14320 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14321
14322         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14323           Don't touch non-existing data (fixes crash on file in #140147).
14324
14325 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14326
14327         * gst/playback/gstplaybasebin.c:
14328         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14329           Handle double disposals, and proper change of URIs.
14330
14331 2004-09-13  Martin Eikermann <meiker@upb.de>
14332
14333         * gst/mpegstream/gstmpegparse.c:
14334           fix synchronistation for streams recorded from digital PCR
14335           fixes bug #119376
14336
14337 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14338
14339         * ext/gnomevfs/Makefile.am:
14340         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14341         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14342         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14343         (gst_gnomevfssink_uri_get_type),
14344         (gst_gnomevfssink_uri_get_protocols),
14345         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14346         (gst_gnomevfssink_uri_handler_init),
14347         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14348         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14349         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14350         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14351         (gst_gnomevfssrc_uri_get_type),
14352         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14353         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14354         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14355         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14356         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14357         * ext/gnomevfs/gstgnomevfsuri.h:
14358           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14359           of fake URIs to see which this version of Gnome-VFS likes, and
14360           uses that for the Gst-URI interface. Makes playbin support http://
14361           streams. Also fix up some stupid behaviour in gnomevfssrc.
14362
14363 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14364
14365         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14366         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14367         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14368         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14369           Update mixer (to sync with other sessions) if we try to obtain
14370           a new value. This makes alsamixer work accross applications.
14371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14372           Only call sync functions if we're running, else alsalib asserts.
14373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14374           Sometimes fails to compile. Possibly a gcc bug.
14375         * gst/playback/gstplaybin.c: (gen_video_element),
14376         (gen_audio_element):
14377           Add a reference to an application-provided object, because we lose
14378           this same reference if we add it to the bin. If we don't do this,
14379           we can only use this object once and thus crash if we go from
14380           ready to playing, back to ready and back to playing again.
14381           Also add an audioscale element because several cheap soundcards -
14382           like mine - don't support all samplerates.
14383         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14384         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14385           Fix wrong order or PAR calls. Makes automatically obtained PAR
14386           from the X server atually being used.
14387
14388 2004-09-12  David Schleef  <ds@schleef.org>
14389
14390         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14391         #151887, #152102, #152247.
14392         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14393         * examples/seeking/cdparanoia.c: same
14394         * examples/seeking/cdplayer.c: same
14395         * examples/seeking/seek.c: same
14396         * examples/seeking/spider_seek.c: same
14397         * examples/seeking/vorbisfile.c: same
14398         * examples/stats/mp2ogg.c: same
14399         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14400         (gst_esdsink_dispose): Dispose of element properly.
14401         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14402         fixes.
14403         * ext/nas/nassink.c: (gst_nassink_class_init),
14404         (gst_nassink_dispose): Dispose of element correctly.
14405         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14407         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14408         Fix 64-bit warning.
14409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14410         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14411         Fix 64-bit warning.
14412
14413 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14414
14415         * configure.ac : change speex detection as 1.1.6 now uses
14416           .pc/pkg-config and they changed their headers location.
14417
14418 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14419
14420         * gst/matroska/matroska-mux.h:
14421         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14422         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14423         (gst_matroska_mux_write_data):
14424           Write multiple blocks/frames per cluster.
14425                 Write meta-seek information (seek heads).
14426
14427 2004-09-09  Scott Wheeler <wheeler@kde.org>
14428
14429         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14430         (gst_play_bin_set_property), (gst_play_bin_get_property),
14431         (gen_audio_element), (gen_audio_element):
14432           Add a volume element / property to the pipeline.
14433
14434 2004-09-07  Wim Taymans  <wim@fluendo.com>
14435
14436         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14437         Copy timestamps from the master pad to the output buffers.
14438
14439 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * ext/raw1394/gstdv1394src.c:
14442           throw errors when applicable
14443
14444 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14445
14446         * gst/matroska/ebml-ids.h:
14447         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14448         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14449         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14450           automatically convert unix time <-> ebml time when reading/writing
14451           a date, use gst_ebml_write_uint to write CUETIME,
14452           not gst_ebml_write_date.
14453         * gst/matroska/matroska-ids.h:
14454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14455         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14456         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14457         (gst_matroska_mux_write_data):
14458           Write track and segment UIDs, write muxing date, write
14459           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14460           Create cues for audio only files.
14461
14462 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14463
14464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14465         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14466           Re-commit ALSA switches.
14467         * gst/adder/gstadder.c: (gst_adder_loop):
14468           64-bit fix (#151416).
14469         * gst/debug/progressreport.c: (gst_progressreport_report):
14470           64-bit fix (#151419).
14471         * gst/matroska/matroska-demux.c:
14472         (gst_matroska_demux_parse_contents):
14473           64-bit fix (#151420).
14474         * gst/playback/test3.c: (update_scale):
14475           64-bit fix (#151421).
14476
14477 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14478
14479         * configure.ac:
14480           bump nano to cvs
14481
14482 === release 0.8.4 ===
14483
14484 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14485
14486         * configure.ac: releasing 0.8.4, "Alias"
14487
14488 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14489
14490         * ext/theora/Makefile.am:
14491           fix makefile.  Fixes #151462.
14492
14493 2004-08-30  Wim Taymans  <wim@fluendo.com>
14494
14495         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14496         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14497         (gst_multifdsink_remove_client_link),
14498         (gst_multifdsink_client_queue_buffer),
14499         (gst_multifdsink_handle_client_write):
14500         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14501         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14502         Fix some memory leaks.
14503
14504 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14505
14506         Patch by: David Schleef
14507
14508         * configure.ac:
14509         * sys/Makefile.am:
14510           rename our detection macro for V4L2.  Fixes #151236.
14511
14512 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14513
14514         Patch by: David Schleef
14515
14516         * configure.ac:
14517           check to define LAMEPRESET.  Fixes #151232.
14518
14519 2004-08-27  David Schleef  <ds@schleef.org>
14520
14521         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14522         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14523         (gst_glimagesink_fixate):  Move local variable declarations to
14524         make gcc-2.95 happy.
14525
14526 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14527
14528         * configure.ac:
14529           bump nano for prerelease
14530
14531 2004-08-27  David Schleef  <ds@schleef.org>
14532
14533         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14534         * sys/sunaudio/gstsunaudiosrc.c:
14535         * sys/sunaudio/gstsunaudiosrc.h:
14536
14537 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14538
14539         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14540         handle EOS correctly
14541         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14542         * gst/matroska/matroska-mux.h:
14543         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14544         VFW compatibility mode
14545
14546 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14547
14548         patch by: Zaheer Abbas Merali
14549
14550         * ext/ogg/gstoggmux.c:
14551         * ext/vorbis/vorbisenc.c:
14552         * ext/vorbis/vorbisenc.h:
14553           handle NEWMEDIA
14554
14555 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14556
14557         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14558         fix byte order reversion on little endian machines.
14559         * gst/matroska/matroska-mux.c: (audiosink_templ),
14560         (gst_matroska_mux_audio_pad_link):
14561         add TTA codec to the list of supported codecs.
14562         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14563         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14564         (gst_matroska_mux_write_data):
14565         * gst/matroska/matroska-mux.h:
14566         write segment duration correctly, write muxing app string, fixes bugs
14567         #140897 and #140898.
14568         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14569         wait for all pads to be negotiated before starting to mux.
14570
14571 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14572
14573         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14574         * ext/lame/gstlame.h:
14575         Added new media support to lame
14576
14577 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14578
14579         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14580         send vorbis headers at the beginning of a stream, fixes bug #141554.
14581         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14582         bug #148950.
14583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14584         (gst_matroska_demux_plugin_init):
14585         * gst/matroska/matroska-ids.h:
14586         enable demuxing of TTA audio streams, fixes bug #148951.
14587         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14588         enable typefinding for TTA audio files, fixes bug #148711.
14589         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14590         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14591         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14592
14593 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14594
14595         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14596         (gst_riff_read_element_data), (gst_riff_read_seek),
14597         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14598         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14599         <teuf@gnome.org>
14600
14601 2004-08-23 Iain <iaingnome@gmail.com>
14602
14603         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14604         tags. They appear to be handled differently to normal.
14605         (tag_list_to_id3_tag_foreach): Ditto.
14606
14607 2004-08-22  Wim Taymans  <wim@fluendo.com>
14608
14609         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14610         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14611         Make sure we never send -1 granulepos.
14612
14613 2004-08-20  Wim Taymans  <wim@fluendo.com>
14614
14615         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14616         (gst_ogg_mux_loop):
14617         I will accept bitchslappings with non sharp objects.
14618
14619 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14620
14621         * configure.ac:
14622         Clean up the test for lame presets
14623
14624 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14625
14626         * configure.ac:
14627         * ext/lame/Makefile.am:
14628         * ext/lame/gstlame.c: (gst_lame_class_init),
14629         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14630         Only enable lame presets if version of lame has presets in API
14631
14632 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14633         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14634         * gst/udp/gstudpsrc.h:
14635           Don't call gst_pad_push in a get function. Fixes #150449
14636
14637 2004-08-18  Wim Taymans  <wim@fluendo.com>
14638
14639         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14640         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14641         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14642         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14643         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14644         (gst_fdset_wait):
14645         * gst/tcp/gstfdset.h:
14646         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14647         (gst_multifdsink_client_queue_buffer),
14648         (gst_multifdsink_handle_client_write):
14649         * gst/tcp/gstmultifdsink.h:
14650         Some extra checks in gstfdset.
14651         Only use send() when the fd is a socket. Don't try to
14652         read from write only fds.
14653
14654 2004-08-18  Wim Taymans  <wim@fluendo.com>
14655
14656         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14657         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14658         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14659         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14660         (gst_fdset_wait):
14661         Add more locking and bounds checking.
14662
14663 2004-08-18  Wim Taymans  <wim@fluendo.com>
14664
14665         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14666         Realloc test fdset in the lock and right before starting
14667         the poll call. Bump the limit to 4096.
14668
14669 2004-08-17  David Schleef  <ds@schleef.org>
14670
14671         * sys/sunaudio/Makefile.am:
14672         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14673         of rates and channels.  Make debugging less obnoxious.
14674
14675         Patch from Balamurali Viswanathan implementing a mixer for
14676         Sun audio.  (bug #144091):
14677         * sys/sunaudio/gstsunelement.c:
14678         * sys/sunaudio/gstsunelement.h:
14679         * sys/sunaudio/gstsunmixer.c:
14680         * sys/sunaudio/gstsunmixer.h:
14681
14682 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14683
14684         * gst/audioscale/gstaudioscale.c:
14685         * gst/audioscale/gstaudioscale.h:
14686         made audioscale resample from any sample rate to any sample rate
14687
14688 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14689
14690         * ext/libpng/gstpngdec.c:
14691           error out on unsupported types
14692
14693 2004-08-17  Iain <iaingnome@gmail.com>
14694
14695         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14696         mid_side and loose_mid_side properties if its a stereo stream.
14697
14698 2004-08-17  Wim Taymans  <wim@fluendo.com>
14699
14700         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14701         (theora_get_formats), (theora_dec_src_convert),
14702         (theora_dec_sink_convert), (theora_dec_src_query),
14703         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14704         Add a debug line.
14705
14706 2004-08-17  Wim Taymans  <wim@fluendo.com>
14707
14708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14709         (gst_ogg_pad_push):
14710         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14711         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14712         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14713         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14714         Mark delta units in the muxer.
14715         Try to decode the packet after an out-of-sync error from
14716         libogg.
14717
14718 2004-08-17  Wim Taymans  <wim@fluendo.com>
14719
14720         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14721         (gst_multifdsink_init), (gst_multifdsink_add),
14722         (gst_multifdsink_client_queue_buffer),
14723         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14724         * gst/tcp/gstmultifdsink.h:
14725         Added option to send a keyframe to clients as the first buffer.
14726         Make timeout property writable.
14727
14728 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14729
14730         patch by: Wim Taymans
14731
14732         * gst/tcp/gstfdset.c:
14733         * gst/tcp/gstmultifdsink.c:
14734           fix index comparison, should include 0
14735
14736 2004-08-16  Wim Taymans  <wim@fluendo.com>
14737
14738         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
14739         (gst_fdset_add_fd), (gst_fdset_remove_fd),
14740         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14741         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14742         (gst_fdset_wait):
14743           copy when reallocing for poll so the select arguments don't get
14744           changed during the call
14745
14746 2004-08-16  Wim Taymans  <wim@fluendo.com>
14747
14748         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14749         (gst_theora_enc_class_init), (theora_enc_sink_link),
14750         (theora_buffer_from_packet), (theora_enc_chain):
14751         Fix bug where buffers were not marked as keyframes
14752         correctly.
14753
14754 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14755
14756         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14757         (gst_lame_preset_get_type), (gst_lame_class_init):
14758         describe the enum values for vbr mode and presets more verbosely
14759
14760 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14761
14762         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
14763         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
14764         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
14765         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14766         * ext/lame/gstlame.h:
14767         add preset property to lame so it can use lame presets
14768
14769 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14770
14771         * ext/lame/gstlame.c: (gst_lame_get_property):
14772         whoops forgot break, thanks teuf
14773
14774 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14775
14776         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
14777         (gst_lame_class_init), (gst_lame_src_getcaps),
14778         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
14779         (gst_lame_get_property), (gst_lame_setup):
14780         * ext/lame/gstlame.h:
14781         fix lame's broken vbr stuff, allow it to resample if need be, and also
14782         make xing header optional
14783
14784 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14785
14786         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
14787         added getcaps function so samplerate doesnt get fixated to silly values
14788
14789 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14790
14791         * ext/lame/gstlame.c: (gst_lame_src_link):
14792         revert previous fix
14793
14794 2004-08-12  Johan Dahlin  <johan@gnome.org>
14795
14796         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
14797         checks. Doesn't matter what state we are in. Interfaces are a
14798         compile time thing, not runtime. It also broke the python bindings.
14799
14800 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14801
14802         * ext/lame/gstlame.c: (gst_lame_src_link):
14803         made source pad link function check if sinkpad is ok..fixes the problem
14804         where core fixates the output rate of lame stupidly
14805
14806 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14807
14808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
14809         * sys/v4l/v4l_calls.c:
14810         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
14811           fix fixate function to handle nonsimple caps.
14812           remove bogus check in _link
14813           cleanups
14814
14815 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14816
14817         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
14818         set default compression ratio parameter to 0.0 so bitrate parameter
14819         works :)
14820
14821 2004-08-11  David Schleef  <ds@schleef.org>
14822
14823         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
14824
14825 2004-08-11  David Schleef  <ds@schleef.org>
14826
14827         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
14828         before.
14829
14830 2004-08-11  David Schleef  <ds@schleef.org>
14831
14832         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
14833
14834 2004-08-11  David Schleef  <ds@schleef.org>
14835
14836         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
14837           license field
14838         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
14839         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
14840           LGPL.
14841         * gst/auparse/gstauparse.c: Fix plugin license field.
14842         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
14843         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
14844         * gst/rtp/gstrtp.c: Fix plugin license field.
14845
14846 2004-08-11  Wim Taymans  <wim@fluendo.com>
14847
14848         * gst/tcp/Makefile.am:
14849         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
14850         (ensure_size), (gst_fdset_new), (gst_fdset_free),
14851         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
14852         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
14853         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
14854         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14855         (gst_fdset_fd_can_write), (gst_fdset_wait):
14856         * gst/tcp/gstfdset.h:
14857         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14858         (gst_multifdsink_class_init), (gst_multifdsink_init),
14859         (gst_multifdsink_add), (gst_multifdsink_remove),
14860         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14861         (gst_multifdsink_remove_client_link),
14862         (gst_multifdsink_handle_client_read),
14863         (gst_multifdsink_client_queue_data),
14864         (gst_multifdsink_client_queue_caps),
14865         (gst_multifdsink_client_queue_buffer),
14866         (gst_multifdsink_handle_client_write),
14867         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14868         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14869         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
14870         (gst_multifdsink_close):
14871         * gst/tcp/gstmultifdsink.h:
14872         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14873         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14874         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
14875         (gst_tcpserversink_close):
14876         * gst/tcp/gsttcpserversink.h:
14877         Abstracted away the select call, implemented poll (yes we ran into
14878         the 1024 limit in production).
14879
14880 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14881
14882         * gst/tcp/gsttcp.c:
14883         * gst/tcp/gsttcpplugin.c:
14884           improve debuggging, remove assert
14885
14886 2004-08-10  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
14889         (gst_client_status_get_type), (gst_multifdsink_class_init),
14890         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14891         (gst_multifdsink_handle_client_read),
14892         (gst_multifdsink_handle_client_write),
14893         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14894         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
14895         (gst_multifdsink_get_property):
14896         * gst/tcp/gstmultifdsink.h:
14897         * gst/tcp/gsttcp-marshal.list:
14898         Starting to prepare for specifying buffer time in other units
14899         than buffers. Expose remove reason in signal.
14900
14901 2004-08-10  Wim Taymans  <wim@fluendo.com>
14902
14903         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14904         (gst_multifdsink_remove), (gst_multifdsink_clear),
14905         (gst_multifdsink_remove_client_link),
14906         (gst_multifdsink_handle_client_read),
14907         (gst_multifdsink_client_queue_data),
14908         (gst_multifdsink_client_queue_buffer),
14909         (gst_multifdsink_handle_client_write),
14910         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14911         (gst_multifdsink_chain), (gst_multifdsink_close):
14912         * gst/tcp/gstmultifdsink.h:
14913         Added more debugging info. Changed the way clients are
14914         removed from the lists. Fixed a bug where a bad file descriptor
14915         could cause many clients to be removed.
14916
14917 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14918
14919         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
14920           allow all pixel-aspect-ratios, not just 1:1
14921
14922 2004-08-09  David Schleef  <ds@schleef.org>
14923
14924         * sys/glsink/ARB_multitexture.h:  Remove old files.
14925         * sys/glsink/EXT_paletted_texture.h:
14926         * sys/glsink/NV_register_combiners.h:
14927         * sys/glsink/gstgl_nvimage.c:
14928         * sys/glsink/gstgl_pdrimage.c:
14929         * sys/glsink/gstgl_rgbimage.c:
14930         * sys/glsink/gstglsink.c:
14931         * sys/glsink/gstglsink.h:
14932         * sys/glsink/gstglxwindow.c:
14933         * sys/glsink/regcomb_yuvrgb.c:
14934
14935 2004-08-09  David Schleef  <ds@schleef.org>
14936
14937         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
14938         GL sink plugin.  (Bug #147302)
14939
14940         * configure.ac: Test for OpenGL
14941         * sys/Makefile.am: Use test for OpenGL
14942         * sys/glsink/Makefile.am:
14943         * sys/glsink/glimagesink.c: rewrite
14944         * sys/glsink/glimagesink.h: rewrite
14945
14946 2004-08-09  David Schleef  <ds@schleef.org>
14947
14948         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
14949         sane framerates.
14950         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
14951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
14952         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
14953
14954 2004-08-09  Wim Taymans  <wim@fluendo.com>
14955
14956         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14957         (gst_multifdsink_add), (gst_multifdsink_get_stats),
14958         (gst_multifdsink_client_remove),
14959         (gst_multifdsink_handle_client_read),
14960         (gst_multifdsink_handle_client_write),
14961         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
14962         Do a bit more logging, make the client_read code more robust.
14963
14964 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14965
14966         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
14967         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
14968         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
14969         (gst_jpegdec_init), (gst_jpegdec_chain):
14970         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
14971         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
14972           cleanups, debugging fixes and memleak plugging
14973
14974 2004-08-09  Wim Taymans  <wim@fluendo.com>
14975
14976         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14977         (theora_get_formats), (theora_dec_src_convert),
14978         (theora_dec_sink_convert), (theora_dec_src_query),
14979         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
14980         (theora_dec_change_state):
14981         Don't crash on missing header packets.
14982
14983 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14984
14985         * po/LINGUAS:
14986         * po/sq.po:
14987           Added Albanian translation (Laurent Dhima)
14988         * po/cs.po:
14989           updated
14990
14991 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14992
14993         * ext/lame/gstlame.c:
14994           fix/add debugging
14995
14996 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14997
14998         * sys/ximage/ximagesink.c:
14999         * sys/xvimage/xvimagesink.c:
15000           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15001
15002 2004-08-06  Wim Taymans  <wim@fluendo.com>
15003
15004         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15005         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15006         (gst_multifdsink_client_remove),
15007         (gst_multifdsink_handle_client_read),
15008         (gst_multifdsink_handle_client_write),
15009         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15010         Make sure we don't try to read more from a client that what
15011         ioctl says us or we deadlock.
15012
15013 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15014
15015         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15016         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15017         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15018           decouple running_time and n_frames so it can handle changing
15019           framerate while running
15020
15021 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15022
15023         * po/nl.po:
15024         * po/sv.po:
15025           updated translations
15026
15027 2004-08-04  Benjamin Otte  <otte@gnome.org>
15028
15029         * gst/videotestsrc/gstvideotestsrc.c:
15030         (gst_videotestsrc_get_capslist), (generate_capslist),
15031         (plugin_init):
15032           generate the list of supported caps at startup and reuse it instead
15033           of always generating it
15034
15035 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15036
15037         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15038           whoops, last checkin broke normal build
15039
15040 2004-08-03  Benjamin Otte  <otte@gnome.org>
15041
15042         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15043         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15044         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15045         (gst_alsa_mixer_get_option):
15046         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15047         (dvdnavsrc_print_event):
15048         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15049         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15050         (gst_ogg_mux_pad_unlink):
15051         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15052         (gst_multipart_mux_pad_unlink):
15053         * gst/videofilter/gstvideobalance.c:
15054         (gst_videobalance_colorbalance_set_value):
15055         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15056         (gst_videomixer_pad_unlink):
15057         * po/uk.po:
15058         * sys/oss/gstossmixer.c:
15059         * sys/v4l/gstv4lcolorbalance.c:
15060         * sys/v4l/gstv4ltuner.c:
15061         * sys/v4l/v4lsrc_calls.c:
15062         * sys/v4l2/gstv4l2colorbalance.c:
15063         * sys/v4l2/gstv4l2tuner.c:
15064           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15065
15066 2004-08-03  Benjamin Otte  <otte@gnome.org>
15067
15068         * examples/dynparams/filter.c: (ui_control_create):
15069         * examples/gstplay/player.c: (print_tag):
15070         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15071         * ext/gdk_pixbuf/gstgdkanimation.c:
15072         (gst_gdk_animation_iter_may_advance):
15073         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15074         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15075         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15076         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15077         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15078         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15079         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15080         * gst/sine/demo-dparams.c: (main):
15081         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15082         * testsuite/alsa/formats.c: (create_pipeline):
15083         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15084           fixes for G_DISABLE_ASSERT and friends
15085         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15086         (mp3_type_frame_length_from_header), (mp3_type_find),
15087         (plugin_init):
15088           require mp3 typefinding to have at least MIN_HEADERS valid headers
15089           add typefinding for AAC adts files
15090
15091 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15092
15093         * sys/ximage/ximagesink.c:
15094         (gst_ximagesink_calculate_pixel_aspect_ratio):
15095         * sys/xvimage/xvimagesink.c:
15096         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15097         Make sure we calculate pixel-aspect-ratio using floating point maths
15098
15099 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15100
15101         * po/uk.po:
15102           updated translation
15103
15104 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15105
15106         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15108           add debugging for display PAR calculation
15109
15110 2004-08-02  David Schleef  <ds@schleef.org>
15111
15112         * configure.ac: Fix mikmod CFLAGS.
15113
15114 2004-07-27  Benjamin Otte  <otte@gnome.org>
15115
15116         * gst/audioscale/gstaudioscale.c:
15117         - fix templates to only support S16, it's the only format that works
15118         - make caps nego code use try_set_caps_nonfixed and fixation instead
15119         of try_set_caps twice, which is not nice for autopluggers
15120         - change rank to secondary, so autopluggers can pick it up after
15121         audioconvert
15122
15123 2004-08-02  Iain <iain@prettypeople.org>
15124
15125         * gst/interleave/interleave.c (interleave_init),
15126         (interleave_request_new_pad),
15127         (interleave_pad_removed),
15128         (interleave_buffered_loop): Use the real pad count, not the artificial
15129         one.
15130
15131 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15132
15133         * configure.ac: bump nano back to development
15134
15135 === release 0.8.3 ===
15136
15137 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15138
15139         * configure.ac: releasing 0.8.3, "Water"
15140
15141 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15142
15143         * sys/xvimage/xvimagesink.c:
15144         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15145         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15146         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15147         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15148         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15149         * sys/xvimage/xvimagesink.h:
15150           apply similar PAR fixes as to ximagesink
15151
15152 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15153
15154         patch from: Benjamin Otte
15155
15156         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15157           add link function to lame.  Fixes #148986.
15158
15159 2004-08-02  Johan Dahlin  <johan@gnome.org>
15160
15161         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15162         fix debugging log
15163
15164 2004-07-30  David Schleef  <ds@schleef.org>
15165
15166         * gst/videomixer/Makefile.am: Fix things that should have been
15167         fixed in the last checkin.
15168
15169 2004-07-30  David Schleef  <ds@schleef.org>
15170
15171         * gst/multipart/Makefile.am: Fix things that should have been
15172         fixed in the last checkin.
15173
15174 2004-07-30  David Schleef  <ds@schleef.org>
15175
15176         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15177
15178 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * configure.ac:
15181           bump nano for prerelease
15182         * po/af.po:
15183         * po/az.po:
15184         * po/cs.po:
15185         * po/en_GB.po:
15186         * po/hu.po:
15187         * po/nl.po:
15188         * po/sr.po:
15189         * po/sv.po:
15190         * po/uk.po:
15191           updates
15192
15193 2004-07-30  Wim Taymans  <wim@fluendo.com>
15194
15195         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15196         (gst_multifdsink_add), (gst_multifdsink_remove),
15197         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15198         (gst_multifdsink_client_remove),
15199         (gst_multifdsink_handle_client_write),
15200         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15201         * gst/tcp/gstmultifdsink.h:
15202         Recover from a select with a bad file descriptor by removing
15203         the client.
15204
15205 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15206
15207         * configure.ac:
15208           fix requirement of core
15209         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15210         (gst_play_pipeline_setup):
15211           don't use colorspace element.  do use hermescolorspace element.
15212           make macro to get a colorspace element.
15213           mark strings for translation.
15214         * po/POTFILES.in:
15215           add play.c
15216         * po/af.po:
15217         * po/az.po:
15218         * po/cs.po:
15219         * po/en_GB.po:
15220         * po/hu.po:
15221         * po/nl.po:
15222         * po/sr.po:
15223         * po/sv.po:
15224         * po/uk.po:
15225           update translations
15226
15227 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15228
15229         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15230         fix default for newmedia flag
15231
15232 2004-07-30  Wim Taymans  <wim@fluendo.com>
15233
15234         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15235         (gst_theora_dec_init), (theora_get_formats),
15236         (theora_dec_src_convert), (theora_dec_sink_convert),
15237         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15238         (theora_dec_chain), (theora_dec_set_property),
15239         (theora_dec_get_property):
15240         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15241         (gst_theora_enc_class_init), (gst_theora_enc_init),
15242         (theora_enc_sink_link), (theora_enc_chain),
15243         (theora_enc_set_property), (theora_enc_get_property):
15244         Added cropping option to theora decoder.
15245         Added border option to theora encoder.
15246
15247 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15248
15249         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15250         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15251         (gst_pngenc_set_property):
15252         * ext/libpng/gstpngenc.h:
15253         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
15254
15255 2004-07-30  Wim Taymans  <wim@fluendo.com>
15256
15257         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15258         (theora_enc_sink_link), (theora_enc_chain),
15259         (theora_enc_set_property), (theora_enc_get_property):
15260         Fix encoding of non-multiple-of-16 video.
15261
15262 2004-07-29  David Schleef  <ds@schleef.org>
15263
15264         * configure.ac: make test for audiofile more strict
15265
15266 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15267
15268         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15269           give different names to typefind functions
15270
15271 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15272
15273         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15274         (gst_ximagesink_calculate_pixel_aspect_ratio),
15275         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15276         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15277         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15278         (gst_ximagesink_get_property), (gst_ximagesink_init):
15279         * sys/ximage/ximagesink.h:
15280           allocate PAR's dynamically.
15281           use autodetected PAR if no object-set PAR is given.
15282           add workaround for directfb's X not setting physical size.
15283           fix to xvimagesink will follow tomorrow.
15284
15285 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15286
15287         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15288         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15289         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15290         (gst_shout2send_class_init), (gst_shout2send_init),
15291         (set_shout_metadata), (gst_shout2send_set_metadata),
15292         (gst_shout2send_chain), (gst_shout2send_set_property),
15293         (gst_shout2send_get_property), (gst_shout2send_connect),
15294         (gst_shout2send_change_state):
15295         * ext/shout2/gstshout2.h:
15296         - fix for sending mp3 audio to icecast2 server, if pad link function not
15297         called before PAUSED state
15298         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15299         - added tagging support for mp3 audio broadcasted
15300         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15301         debug info
15302
15303 2004-07-28  Wim Taymans  <wim@fluendo.com>
15304
15305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15306         (gst_ogg_demux_push):
15307         Return query failure when we don't know the length of
15308         an ogg stream insteda of returning TRUE with a bogus value.
15309
15310 2004-07-28  Wim Taymans  <wim@fluendo.com>
15311
15312         * ext/theora/theoradec.c: (theora_get_formats),
15313         (theora_dec_src_convert), (theora_dec_sink_convert),
15314         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15315         (theora_dec_chain):
15316         Don't screw up the 1 Chroma for 1 luma sample situation when we
15317         have an odd offset/width by adding a black border in those cases.
15318
15319 2004-07-28  Wim Taymans  <wim@fluendo.com>
15320
15321         * ext/theora/theoradec.c: (theora_get_formats),
15322         (theora_dec_src_convert), (theora_dec_sink_convert),
15323         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15324         (theora_dec_chain):
15325         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15326         Added first attempt at cropping of the image as required by the
15327         theora spec. We need more properties in the caps (offset_x,
15328         offset_y,stride) to implement this correctly.
15329
15330 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15331
15332         * ext/dvdnav/README:
15333           Update the README to use dvddemux
15334         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15335           Ensure getcaps returns a subset of the template caps
15336         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15337         (gst_mpeg2subt_init):
15338           Ensure getcaps returns a subset of the template caps
15339         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15340         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15341         (gst_dvd_demux_get_subpicture_stream),
15342         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15343         * gst/mpegstream/gstdvddemux.h:
15344           Set the explicit caps on the current_video pad before pushing
15345           anything
15346         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15347         (gst_mpeg_demux_get_audio_stream):
15348           Free caps used to gst_pad_set_explicit_caps, which takes a const
15349           GstCaps *
15350
15351 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15352
15353         * configure.ac: update GStreamer requirement to 0.8.4 because of
15354           GstFraction.
15355
15356 2004-07-28  Wim Taymans  <wim@fluendo.com>
15357
15358         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15359         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15360         Add the pad to the element after setting up the caps. This
15361         makes it a lot easier to autoplug.
15362
15363 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15364
15365         * gst/median/gstmedian.c:
15366         * gst/mpeg2subt/gstmpeg2subt.c:
15367         * gst/mpegaudioparse/gstmpegaudioparse.c:
15368         * gst/mpegstream/gstdvddemux.c:
15369         * gst/mpegstream/gstmpegdemux.c:
15370         * gst/mpegstream/gstmpegpacketize.c:
15371         * gst/rtjpeg/gstrtjpeg.c:
15372         * gst/rtjpeg/gstrtjpegdec.c:
15373         * gst/rtjpeg/gstrtjpegenc.c:
15374         * gst/sine/gstsinesrc.c:
15375         * gst/smooth/gstsmooth.c:
15376         * gst/smpte/gstsmpte.c:
15377         * gst/smpte/gstsmpte.h:
15378         * gst/stereo/gststereo.c:
15379         * gst/videofilter/gstgamma.c:
15380         * gst/videofilter/gstvideobalance.c:
15381         * gst/videofilter/gstvideofilter.c:
15382         * gst/videofilter/gstvideoflip.c:
15383         * gst/videoscale/gstvideoscale.c:
15384         * gst/videoscale/videoscale.c:
15385         * gst/videotestsrc/gstvideotestsrc.c:
15386         * gst/videotestsrc/videotestsrc.c:
15387         * gst/wavenc/gstwavenc.c:
15388         * gst/wavparse/gstwavparse.c:
15389           fix local includes and 64 bits constants
15390
15391 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15392
15393         * win32/gst.sln:
15394         * gst-libs/gst/*/*.vcproj:
15395         * gst/*/*.vcproj:
15396           more working plugins
15397
15398 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15399
15400         * testsuite/alsa/Makefile.am:
15401         * testsuite/alsa/srcstate.c:
15402         add test for alsasrc changing state
15403
15404 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15405
15406         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15407         (gst_silence_get):
15408         * gst/silence/gstsilence.h:
15409         fix silence generation for 16bit raw audio
15410
15411 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15412
15413         * gst/matroska/matroska-demux.c:
15414         (gst_matroska_demux_parse_metadata),
15415         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15416         * gst/mpegaudio/common.c:
15417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15418         (gst_videoscale_getcaps), (gst_videoscale_link),
15419         (gst_videoscale_src_fixate), (gst_videoscale_init),
15420         (gst_videoscale_finalize):
15421         * gst/videoscale/gstvideoscale.h:
15422         * gst/videotestsrc/gstvideotestsrc.c:
15423         (gst_videotestsrc_get_capslist):
15424         * gst/wavenc/gstwavenc.c:
15425         * sys/oss/gstossmixer.c: (fill_labels):
15426         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15427         (gst_ximagesink_handle_xevents),
15428         (gst_ximagesink_calculate_pixel_aspect_ratio),
15429         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15430         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15431         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15432         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15433         (gst_ximagesink_init), (gst_ximagesink_class_init):
15434         * sys/ximage/ximagesink.h:
15435         * sys/xvimage/xvimagesink.c:
15436         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15437         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15438         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15439         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15440         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15441         * sys/xvimage/xvimagesink.h:
15442           first batch of pixel aspect ratio commits.
15443
15444 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15445
15446         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15447         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15448         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15449           handle stride, needs work if we want to move stride handling
15450           upstream, but works correctly for our purposes.
15451
15452 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15453
15454         * gst/videoscale/README:
15455           add testing examples
15456         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15457         (gst_videoscale_chain):
15458         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15459         (gst_videoscale_get_size):
15460           add get_size function that handles stride like videotestsrc.
15461           fixes conversion for YUV formats for as much as I can test them.
15462
15463 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15464
15465         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15466         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15468         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15469         (gst_xvimagesink_xvimage_put):
15470           further cleanups, logging, error handling and synchronizing
15471
15472 2004-07-27  Wim Taymans  <wim@fluendo.com>
15473
15474         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15475         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15476         (gst_videomixer_pad_set_property),
15477         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15478         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15479         (gst_videomixer_class_init), (gst_videomixer_init),
15480         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15481         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15482         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15483         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15484         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15485         (gst_videomixer_loop), (plugin_init):
15486         Be a nicer negotiation citizen and provide a getcaps function on
15487         the srcpad. This also fixes a crash when resizing.
15488
15489 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15490
15491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15492         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15493
15494 2004-07-27  Wim Taymans  <wim@fluendo.com>
15495
15496         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15497         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15498         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15499         (gst_pngenc_set_property):
15500         * ext/libpng/gstpngenc.h:
15501         Added snapshot property to pngenc.
15502         removed g_print from pngdec
15503
15504 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15505
15506         * gst/ac3parse/ac3parse.vcproj
15507         * gst/adder/adder.vcproj
15508         * gst/alpha/alpha.vcproj
15509         * gst/alpha/alphacolor.vcproj
15510         * gst/asfdemux/asf.vcproj
15511         * gst/audioconvert/audioconvert.vcproj
15512         * gst/audiorate/audiorate.vcproj
15513         * gst/audioscale/audioscale.vcproj
15514         * gst/auparse/auparse.vcproj
15515         * gst/avi/avi.vcproj
15516         * gst/cdxaparse/cdxaparse.vcproj
15517         * gst/chart/chart.vcproj
15518         * gst/colorspace/colorspace.vcproj
15519         * gst/cutter/cutter.vcproj
15520         * gst/debug/debug.vcproj
15521         * gst/debug/efence.vcproj
15522         * gst/debug/navigationtest.vcproj
15523         * gst/deinterlace/deinterlace.vcproj
15524         * gst/effectv/effectv.vcproj
15525         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15526         * gst/filter/filter.vcproj
15527         * gst/flx/flxdec.vcproj
15528         * gst/goom/goom.vcproj
15529         * gst/interleave/interleave.vcproj
15530         * gst/law/alaw.vcproj
15531         * gst/law/mulaw.vcproj
15532         * gst/matroska/matroska.vcproj
15533         * gst/median/median.vcproj
15534         * gst/mixmatrix/mixmatrix.vcproj
15535         * gst/mpeg1sys/mpeg1systemencode.vcproj
15536         * gst/mpeg1videoparse/mp1videoparse.vcproj
15537         * gst/mpeg2sub/mpeg2subt.vcproj
15538         * gst/mpegaudio/mpegaudio.vcproj
15539         * gst/mpegaudioparse/mpegaudioparse.vcproj
15540         * gst/mpegstream/mpegstream.vcproj
15541         * gst/multifilesink/multifilesink.vcproj
15542         * gst/multipart/multipart.vcproj
15543         * gst/oneton/oneton.vcproj
15544         * gst/overlay/overlay.vcproj
15545         * gst/passthrough/passthrough.vcproj
15546         * gst/qtdemux/qtdemux.vcproj
15547         * gst/realmedia/rmdemux.vcproj
15548         * gst/rtjpeg/rtjpeg.vcproj
15549         * gst/rtp/rtp.vcproj
15550         * gst/silence/silence.vcproj
15551         * gst/sine/sinesrc.vcproj
15552         * gst/smooth/smooth.vcproj
15553         * gst/smpte/smpte.vcproj
15554         * gst/spectrum/spectrum.vcproj
15555         * gst/speed/speed.vcproj
15556         * gst/stereo/stereo.vcproj
15557         * gst/switch/switch.vcproj
15558         * gst/tags/tagedit.vcproj
15559         * gst/tcp/tcp.vcproj
15560         * gst/typefind/typefindfunctions.vcproj
15561         * gst/udp/udp.vcproj
15562         * gst/videobox/videobox.vcproj
15563         * gst/videocrop/videocrop.vcproj
15564         * gst/videodrop/videodrop.vcproj
15565         * gst/videofilter/gamma.vcproj
15566         * gst/videofilter/videobalance.vcproj
15567         * gst/videofilter/videofilter.vcproj
15568         * gst/videofilter/videoflip.vcproj
15569         * gst/videoflip/videoflip.vcproj
15570         * gst/videomixer/videomixer.vcproj
15571         * gst/videorate/videorate.vcproj
15572         * gst/videoscale/videoscale.vcproj
15573         * gst/videotestsrc/videotestsrc.vcproj
15574         * gst/virtualdub/virtualdub.vcproj
15575         * gst/volenv/volenv.vcproj
15576         * gst/volume/volume.vcproj
15577         * gst/wavenc/wavenc.vcproj
15578         * gst/wavparse/wavparse.vcproj
15579         * gst/y4m/y4menc.vcproj
15580         * gst-libs/gst/audio/audio.vcproj
15581         * gst-libs/gst/audio/audiofilter.vcproj
15582         * gst-libs/gst/colorbalance/colorbalance.vcproj
15583         * gst-libs/gst/idct/idtc.vcproj
15584         * gst-libs/gst/media-info/media-info.vcproj
15585         * gst-libs/gst/mixer/mixer.vcproj
15586         * gst-libs/gst/navigation/navigation.vcproj
15587         * gst-libs/gst/play/play.vcproj
15588         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15589         * gst-libs/gst/resample/resample.vcproj
15590         * gst-libs/gst/riff/riff.vcproj
15591         * gst-libs/gst/tuner/tuner.vcproj
15592         * gst-libs/gst/video/video.vcproj
15593         * gst-libs/gst/xoverlay/xoverlay.vcproj
15594           avoid problems with math.h, fix release dependancy
15595           rename GStreamer-0.8.lib to libgstreamer.lib
15596
15597 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15598
15599         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15601         the atom is not available we have to unlock the mutex. Fixes #148023
15602
15603 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15604
15605         * gst-libs/gst/media-info/media-info.h:
15606           issue for a vararg macro with MSVC
15607
15608 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15609
15610         * gst/effectv/effectv.vcproj
15611         * gst-libs/gst/idct/idct.vcproj:
15612         * gst-libs/gst/media-info/media-info.vcproj:
15613         * gst-libs/gst/navigation/navigation.vcproj:
15614         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15615         * gst-libs/gst/video/video.vcproj:
15616         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15617           fixes for build problems
15618
15619 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15620
15621         * gst-libs/gst/audio/audio.def:
15622         * gst-libs/gst/audio/riff.def:
15623           add some definitions needed by plugins
15624
15625 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15626
15627         * gst/asfdemux/gstasfmux.c
15628           Fix some 64 bits constants to be glib friendly
15629
15630 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15631
15632         * gst/ac3parse/gstac3parse.c
15633         * gst/audioscale/gstaudioscale.c
15634         * gst/auparse/gstauparse.c
15635         * gst/colorspace/gstcolorspace.c
15636         * gst/colorspace/yuv2rgb.h
15637           local include fixes
15638
15639 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15640
15641         * win32/gst.sln
15642           add more plugins to the build
15643
15644 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15645
15646         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15647         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15648
15649 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15650
15651         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15652         (gst_level_set_property), (gst_level_get_property),
15653         (gst_level_base_init), (gst_level_class_init):
15654           add debugging categories.  cleanups.
15655
15656 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15657
15658         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15659         (gst_videoscale_planar411), (gst_videoscale_planar400),
15660         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15661         (gst_videoscale_scale_nearest_str1),
15662         (gst_videoscale_scale_nearest_str2),
15663         (gst_videoscale_scale_nearest_str4),
15664         (gst_videoscale_scale_nearest_16bit),
15665         (gst_videoscale_scale_nearest_24bit):
15666           fixed stride issues
15667           tested with 320x240 -> 321, 322, 324 x240
15668           tested with YV12, I420, YUY2, UYVY
15669           fixed packed422rev (don't think it could have worked before)
15670           by testing with UYVY
15671
15672 2004-07-26  Benjamin Otte  <otte@gnome.org>
15673
15674         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15675         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15676         (plugin_init):
15677           add debugging category, add error checks like checking return values
15678           of setup calls, make sure it still works after
15679           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15680
15681 2004-07-26  Wim Taymans  <wim@fluendo.com>
15682
15683         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15684         (gst_mpeg_demux_get_audio_stream),
15685         (gst_mpeg_demux_process_private):
15686         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15687         Check for error codes from the negotiation functions. Make sure
15688         we really set the pad caps when a new pad is created.
15689
15690 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15691
15692         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15693         (gst_ffmpeg_caps_to_pix_fmt):
15694         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15695         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15696         (gst_ffmpegcolorspace_pad_link):
15697           don't make function do two things at the same time without reason.
15698
15699 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15700
15701         * gst/ac3parse/ac3parse.vcproj
15702         * gst/adder/adder.vcproj
15703         * gst/alpha/alpha.vcproj
15704         * gst/alpha/alphacolor.vcproj
15705         * gst/asfdemux/asf.vcproj
15706         * gst/audioconvert/audioconvert.vcproj
15707         * gst/audiorate/audiorate.vcproj
15708         * gst/audioscale/audioscale.vcproj
15709         * gst/auparse/auparse.vcproj
15710         * gst/avi/avi.vcproj
15711         * gst/cdxaparse/cdxaparse.vcproj
15712         * gst/chart/chart.vcproj
15713         * gst/colorspace/colorspace.vcproj
15714         * gst/cutter/cutter.vcproj
15715         * gst/debug/debug.vcproj
15716         * gst/debug/efence.vcproj
15717         * gst/debug/navigationtest.vcproj
15718         * gst/deinterlace/deinterlace.vcproj
15719         * gst/effectv/effectv.vcproj
15720         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15721         * gst/filter/filter.vcproj
15722         * gst/flx/flxdec.vcproj
15723         * gst/goom/goom.vcproj
15724         * gst/interleave/interleave.vcproj
15725         * gst/law/alaw.vcproj
15726         * gst/law/mulaw.vcproj
15727         * gst/matroska/matroska.vcproj
15728         * gst/median/median.vcproj
15729         * gst/mixmatrix/mixmatrix.vcproj
15730         * gst/mpeg1sys/mpeg1systemencode.vcproj
15731         * gst/mpeg1videoparse/mp1videoparse.vcproj
15732         * gst/mpeg2sub/mpeg2subt.vcproj
15733         * gst/mpegaudio/mpegaudio.vcproj
15734         * gst/mpegaudioparse/mpegaudioparse.vcproj
15735         * gst/mpegstream/mpegstream.vcproj
15736         * gst/multifilesink/multifilesink.vcproj
15737         * gst/multipart/multipart.vcproj
15738         * gst/oneton/oneton.vcproj
15739         * gst/overlay/overlay.vcproj
15740         * gst/passthrough/passthrough.vcproj
15741         * gst/qtdemux/qtdemux.vcproj
15742         * gst/realmedia/rmdemux.vcproj
15743         * gst/rtjpeg/rtjpeg.vcproj
15744         * gst/rtp/rtp.vcproj
15745         * gst/silence/silence.vcproj
15746         * gst/sine/sinesrc.vcproj
15747         * gst/smooth/smooth.vcproj
15748         * gst/smpte/smpte.vcproj
15749         * gst/spectrum/spectrum.vcproj
15750         * gst/speed/speed.vcproj
15751         * gst/stereo/stereo.vcproj
15752         * gst/switch/switch.vcproj
15753         * gst/tags/tagedit.vcproj
15754         * gst/tcp/tcp.vcproj
15755         * gst/typefind/typefindfunctions.vcproj
15756         * gst/udp/udp.vcproj
15757         * gst/videobox/videobox.vcproj
15758         * gst/videocrop/videocrop.vcproj
15759         * gst/videodrop/videodrop.vcproj
15760         * gst/videofilter/gamma.vcproj
15761         * gst/videofilter/videobalance.vcproj
15762         * gst/videofilter/videofilter.vcproj
15763         * gst/videofilter/videoflip.vcproj
15764         * gst/videoflip/videoflip.vcproj
15765         * gst/videomixer/videomixer.vcproj
15766         * gst/videorate/videorate.vcproj
15767         * gst/videoscale/videoscale.vcproj
15768         * gst/videotestsrc/videotestsrc.vcproj
15769         * gst/virtualdub/virtualdub.vcproj
15770         * gst/volenv/volenv.vcproj
15771         * gst/volume/volume.vcproj
15772         * gst/wavenc/wavenc.vcproj
15773         * gst/wavparse/wavparse.vcproj
15774         * gst/y4m/y4menc.vcproj
15775           more plugins supported under windows
15776
15777 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15778
15779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15780         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
15781         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
15782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15783         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
15784           Add debugging statements.  Use the sizes as returned by the
15785           *CreateImage calls.
15786
15787 2004-07-26  Johan Dahlin  <johan@gnome.org>
15788
15789         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
15790         the pad is negotiated.
15791
15792         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
15793
15794 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15795
15796         * gst-libs/gst/colorbalance/colorbalance.vcproj:
15797         * gst-libs/gst/idct/idct.vcproj:
15798         * gst-libs/gst/media-info/media-info.vcproj:
15799         * gst-libs/gst/mixer/mixer.vcproj:
15800         * gst-libs/gst/navigation/navigation.vcproj:
15801         * gst-libs/gst/play/play.vcproj:
15802         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15803         * gst-libs/gst/resample/resample.vcproj:
15804         * gst-libs/gst/tuner/tuner.vcproj:
15805         * gst-libs/gst/video/video.vcproj:
15806         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15807           more plugins supported under windows
15808
15809 2004-07-25 Iain <iain@prettypeople.org>
15810
15811         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
15812         pad now rather than when the pad is created because state changes wipe
15813         explicit caps (fixes #148043).
15814
15815 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
15816
15817         reviewed by Benjamin Otte  <otte@gnome.org>
15818
15819         * ext/mad/gstmad.c:
15820           fix mad plugin crashing on Sun (fixes #148289)
15821
15822 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15823
15824         * gst/avi/avi.def:
15825         * gst/avi/avi.vcproj:
15826         * gst/matroska/matroska.def:
15827         * gst/matroska/matroska.vcproj:
15828           remove unused .def files
15829
15830 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15831
15832         * gst-libs/gst/audio/gstaudiofilter.c:
15833           Clean the local include
15834
15835 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15836
15837         * win32/gst.sln:
15838         * gst-libs/gst/audio/audio.def:
15839         * gst-libs/gst/audio/audio.vcproj:
15840         * gst-libs/gst/audio/audiofilter.vcproj:
15841         * gst-libs/gst/audio/riff.def:
15842         * gst-libs/gst/audio/riff.vcproj:
15843         * gst-libs/gst/gst-libs.def:
15844         * gst-libs/gst/gst-libs.vcproj:
15845         * gst/avi/avi.vcproj:
15846         * gst/avi/avi.vcproj:
15847           Copy the files where needed after building, cleaner projects
15848
15849 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
15850
15851         * gst/matroska/ebml-write.c:
15852           Fix some 64 bits constants to be glib friendly
15853
15854 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
15855
15856         * win32/gst.sln:
15857         * gst-libs/gst/gst-libs.def:
15858         * gst-libs/gst/gst-libs.vcproj:
15859         * gst/matroska/matroska.def:
15860         * gst/matroska/matroska.vcproj:
15861           Add the preliminary canvas to build plugins on Win32
15862
15863 2004-07-23  Benjamin Otte  <otte@gnome.org>
15864
15865         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15866           don't enfore negotiation from source side, it breaks
15867           sinesrc ! audioconvert ! osssink
15868
15869 2004-07-22  David Schleef  <ds@schleef.org>
15870
15871         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
15872         for ELF files, since they can easily be recognized as audio/mpeg.
15873         (bug #147441)
15874
15875 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15878         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
15879         (gst_videoscale_scale_nearest_24bit),
15880         (gst_videoscale_scale_nearest_16bit):
15881           fix 16bit and 24bit for stride (24bit might need testing)
15882           don't pretend we do more than one algorithm
15883
15884 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15885
15886         * configure.ac:
15887         * gst/Makefile.am:
15888         * gst/multifilesink/Makefile.am:
15889         * gst/multifilesink/gstmultifilesink.c:
15890         (gst_multifilesink_get_formats),
15891         (gst_multifilesink_get_query_types), (_do_init),
15892         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
15893         (gst_multifilesink_init), (gst_multifilesink_dispose),
15894         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
15895         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
15896         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
15897         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
15898         (gst_multifilesink_chain), (gst_multifilesink_change_state),
15899         (gst_multifilesink_uri_get_type),
15900         (gst_multifilesink_uri_get_protocols),
15901         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
15902         (gst_multifilesink_uri_handler_init), (plugin_init):
15903         * gst/multifilesink/gstmultifilesink.h:
15904         * testsuite/Makefile.am:
15905         * testsuite/multifilesink/Makefile.am:
15906         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
15907         (gst_newmedia_class_init), (gst_newmedia_init),
15908         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
15909         (newfile_signal), (test_signal), (main):
15910         multifilesink plugin for creating new files every time a new media
15911         discontinuity event occurs
15912
15913 2004-07-22  Wim Taymans  <wim@fluendo.com>
15914
15915         * gst/alpha/Makefile.am:
15916         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
15917         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
15918         (gst_alpha_color_init), (gst_alpha_color_set_property),
15919         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
15920         (transform), (gst_alpha_color_chain),
15921         (gst_alpha_color_change_state), (plugin_init):
15922         Stupid plugin to to RGBA to AYUV conversion because none of
15923         the colorspace plugins can handle that yet.
15924
15925 2004-07-22  Wim Taymans  <wim@fluendo.com>
15926
15927         * examples/seeking/seek.c: (update_scale), (main):
15928         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
15929         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
15930         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
15931         (gst_decode_bin_init), (gst_decode_bin_dispose),
15932         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
15933         (no_more_pads), (close_link), (type_found),
15934         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
15935         (plugin_init):
15936         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15937         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
15938         (gst_play_base_bin_dispose), (queue_overrun),
15939         (gen_preroll_element), (remove_prerolls), (unknown_type),
15940         (no_more_pads), (new_stream), (setup_source),
15941         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15942         (play_base_eos), (gst_play_base_bin_change_state),
15943         (gst_play_base_bin_add_element),
15944         (gst_play_base_bin_remove_element),
15945         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
15946         (gst_play_base_bin_unlink_stream),
15947         (gst_play_base_bin_get_streaminfo):
15948         * gst/playback/gstplaybin.c: (gen_video_element),
15949         (gen_audio_element):
15950         * gst/playback/gststreaminfo.h:
15951         More playback updates, attempt to fix things after the state change
15952         breakage.
15953
15954 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15955
15956         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
15957         (gst_videoscale_scale_nearest_16bit):
15958           comment algorithm
15959
15960 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * gst/videotestsrc/gstvideotestsrc.c:
15963         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
15964         (gst_videotestsrc_init), (gst_videotestsrc_get),
15965         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
15966         (gst_videotestsrc_get_property):
15967         * gst/videotestsrc/gstvideotestsrc.h:
15968         * gst/videotestsrc/videotestsrc.c:
15969         * gst/videotestsrc/videotestsrc.h:
15970           cleanup and commenting
15971
15972 2004-07-21  Wim Taymans  <wim@fluendo.com>
15973
15974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
15975         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
15976         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
15977         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
15978         (_find_chain_get_unknown_part), (_find_streams_check),
15979         (gst_ogg_demux_push), (gst_ogg_pad_push):
15980         * ext/theora/theoradec.c: (theora_get_formats),
15981         (theora_dec_src_convert), (theora_dec_sink_convert),
15982         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15983         (theora_dec_chain):
15984         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15985         (vorbis_dec_convert), (vorbis_dec_src_query),
15986         (vorbis_dec_src_event), (vorbis_dec_event):
15987         More seeking fixes, oggdemux now supports seeking to time and
15988         uses the downstream element to convert granulepos to time.
15989         Seeking in theora-only ogg files now works.
15990
15991 2004-07-21  Wim Taymans  <wim@fluendo.com>
15992
15993         * ext/theora/theoradec.c: (gst_theora_dec_init),
15994         (theora_get_formats), (theora_get_event_masks),
15995         (theora_get_query_types), (theora_dec_src_convert),
15996         (theora_dec_sink_convert), (theora_dec_src_query),
15997         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15998         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15999         (vorbis_get_event_masks), (vorbis_get_query_types),
16000         (gst_vorbis_dec_init), (vorbis_dec_convert),
16001         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16002         Added query/convert/formats functions to vorbis and theora decoders
16003         so that the outside world can use them too. Fixed seeking on an
16004         ogg/theora/vorbis file by disabling the seeking seeking on the
16005         theora srcpad.
16006
16007 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16008
16009         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16010         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16011         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16012         images creation for both elements. We don't create the image on caps
16013         nego or renego, we just destroy the internal one if present if it does
16014         not match the needs. The chain function takes care of creating a new
16015         image when needed.
16016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16017         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16018         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16019         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16020         the image format information. The buffer pool checks for the context
16021         image format and discard images with different formats.
16022         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16023
16024 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16025
16026         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16027         (gst_ffmpegcolorspace_chain):
16028           no point in doing any chaining if the pad we want to push from
16029           isn't usable.
16030
16031 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16032
16033         * gst-libs/gst/riff/riff-media.c:
16034         (gst_riff_create_audio_caps_with_data):
16035           Fix double end-to-native symbol conversion (#148021).
16036
16037 2004-07-20  David Schleef  <ds@schleef.org>
16038
16039         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16040         Don't use an Atom that doesn't exist.
16041
16042 2004-07-20  Wim Taymans  <wim@fluendo.com>
16043
16044         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16045         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16046         (gst_multifdsink_client_remove),
16047         (gst_multifdsink_handle_client_write),
16048         (gst_multifdsink_queue_buffer):
16049         * gst/tcp/gstmultifdsink.h:
16050         More multifdsink stats. Avoid deadlock by releasing locks
16051         before sending out a signal.
16052
16053 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16054
16055         * po/LINGUAS:
16056         * po/hu.po:
16057           added Hungarian translation (Laszlo Dvornik)
16058
16059 2004-07-20  Wim Taymans  <wim@fluendo.com>
16060
16061         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16062         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16063         (gst_multifdsink_handle_client_write),
16064         (gst_multifdsink_queue_buffer):
16065         * gst/tcp/gsttcp-marshal.list:
16066         Fixed the stupid marshal definition.
16067
16068 2004-07-20  Wim Taymans  <wim@fluendo.com>
16069
16070         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16071         (gst_multifdsink_init), (gst_multifdsink_add),
16072         (gst_multifdsink_client_remove),
16073         (gst_multifdsink_handle_client_write),
16074         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16075         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16076         (gst_multifdsink_init_send):
16077         * gst/tcp/gstmultifdsink.h:
16078         Added more stats, added timeout for a client, fixed some typos
16079         and added some comments.
16080
16081 2004-07-20  Wim Taymans  <wim@fluendo.com>
16082
16083         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16084         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16085         (gst_multifdsink_client_remove),
16086         (gst_multifdsink_handle_client_write):
16087         * gst/tcp/gstmultifdsink.h:
16088         * gst/tcp/gsttcp-marshal.list:
16089         Added get_stats method that returns a GValueArray of
16090         stats values.
16091
16092 2004-07-19  Benjamin Otte  <otte@gnome.org>
16093
16094         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16095           make sure longname, description and author are valid UTF-8
16096
16097 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16098
16099         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16100         (gst_ximagesink_set_property):
16101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16102         (gst_xvimagesink_set_property):
16103           make sure SYNCHRONOUS is respected after getting the X context
16104
16105 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16106
16107         * gst/matroska/matroska-demux.c:
16108         (gst_matroska_demux_handle_src_event),
16109         (gst_matroska_demux_parse_blockgroup):
16110         * gst/matroska/matroska-ids.h:
16111           add BlockReference tag and ignore it to clear out log.
16112           ignore NAVIGATION events to clear out log.
16113
16114 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16115
16116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16117         (gst_matroska_demux_add_stream):
16118         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16119           add debug categories
16120
16121 2004-07-16  Wim Taymans  <wim@fluendo.com>
16122
16123         * ext/libpng/Makefile.am:
16124         * ext/libpng/gstpng.c: (plugin_init):
16125         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16126         (gst_pngdec_get_type), (gst_pngdec_base_init),
16127         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16128         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16129         * ext/libpng/gstpngdec.h:
16130         Added png decoder.
16131
16132 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16133
16134         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16135         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16136         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16137         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16138         (gst_ximagesink_buffer_alloc):
16139         * sys/ximage/ximagesink.h:
16140         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16141         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16142         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16143         (gst_xvimagesink_buffer_alloc):
16144         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16145         again. Using internal data pointer of the x(v)image to store image's
16146         data to be coherent with the buffer alloc mechanism. Investigated the
16147         image destruction code to be sure that everything gets freed correctly.
16148
16149 2004-07-16  Wim Taymans  <wim@fluendo.com>
16150
16151         * gst-libs/gst/riff/riff-read.c:
16152         (gst_riff_read_strf_vids_with_data),
16153         (gst_riff_read_strf_auds_with_data):
16154         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16155         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16156         Make sure we don't create 0 sized subbuffers in riff-read.
16157         Signal the no more pads signal after reading the avi header.
16158
16159 2004-07-16  Wim Taymans  <wim@fluendo.com>
16160
16161         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16162         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16163         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16164         (gst_decode_bin_init), (gst_decode_bin_dispose),
16165         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16166         (no_more_pads), (close_link), (type_found),
16167         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16168         (gst_decode_bin_change_state), (plugin_init):
16169         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16170         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16171         (gst_play_base_bin_dispose), (queue_overrun),
16172         (gen_preroll_element), (remove_prerolls), (unknown_type),
16173         (no_more_pads), (new_stream), (setup_source),
16174         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16175         (play_base_eos), (gst_play_base_bin_change_state),
16176         (gst_play_base_bin_add_element),
16177         (gst_play_base_bin_remove_element),
16178         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16179         (gst_play_base_bin_unlink_stream),
16180         (gst_play_base_bin_get_streaminfo):
16181         * gst/playback/gstplaybasebin.h:
16182         Better error recovery. Added configurable preroll queue size. Faster
16183         detection of no-more-pads.
16184
16185 2004-07-16  Wim Taymans  <wim@fluendo.com>
16186
16187         * gst-libs/gst/video/video.h:
16188         Added 32 bits RGBA. Not sure if we should use another mime-type
16189         for alpha rgb. Currently the presence of the alpha_mask property
16190         signals an alpha channel.
16191
16192 2004-07-16  Wim Taymans  <wim@fluendo.com>
16193
16194         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16195         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16196         FPS seems to be 0.0 to MAX everywhere else.
16197
16198 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16199
16200         * gst-libs/gst/riff/riff-media.c:
16201         (gst_riff_create_video_caps_with_data):
16202           mp42/mp43 (no caps) exist too.
16203         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16204           Set pixel_width/height; we've got them in-caps.
16205         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16206         * gst/wavparse/gstwavparse.c: (plugin_init):
16207           Both are valid primary.
16208         * sys/oss/gstossmixer.c:
16209           Remove i18n hack and enable translations.
16210
16211 2004-07-15  Benjamin Otte  <otte@gnome.org>
16212
16213         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16214         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16215           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16216
16217 2004-07-15  Benjamin Otte  <otte@gnome.org>
16218
16219         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16220         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16221         (gst_alsa_close_audio):
16222           disable some of the debugging code for now. Writing debugging to a
16223           buffer is broken in current alsalib releases.
16224
16225 2004-07-12  Benjamin Otte  <otte@gnome.org>
16226
16227         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16228           use bufferpools
16229
16230 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16231
16232         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16233         (theora_dec_src_query), (theora_dec_event):
16234         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16235           add debugging categories.  Remove \n's.
16236
16237 2004-07-13  Johan Dahlin  <johan@gnome.org>
16238
16239         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16240         (gst_play_bin_get_property): Impl.
16241
16242 2004-07-13  Wim Taymans  <wim@fluendo.com>
16243
16244         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16245         When trying to find the stream length, seek back N pages
16246         instead of just one, where N is the number of streams in
16247         the current chain.
16248
16249 2004-07-13  Wim Taymans  <wim@fluendo.com>
16250
16251         * gst-libs/gst/riff/riff-media.c:
16252         (gst_riff_create_audio_caps_with_data),
16253         (gst_riff_create_audio_caps),
16254         (gst_riff_create_audio_template_caps):
16255         * gst-libs/gst/riff/riff-media.h:
16256         * gst-libs/gst/riff/riff-read.c:
16257         (gst_riff_read_strf_vids_with_data),
16258         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16259         * gst-libs/gst/riff/riff-read.h:
16260         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16261         (gst_avi_demux_add_stream):
16262         Set codec_data on caps for avidemuxer.
16263
16264 2004-07-12  David Schleef  <ds@schleef.org>
16265
16266         * configure.ac: Fix test for Objective C
16267
16268 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16269         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16270         (gst_gdk_pixbuf_chain):
16271           Add svg and pcx to template caps, and ensure that getcaps returns a
16272           subset of the template caps.
16273           Copy each row manually for output, as gdkpixbuf may pad the
16274           rowstride to a 32-bit word boundary.
16275
16276 2004-07-12  Wim Taymans  <wim@fluendo.com>
16277
16278         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16279         (gst_riff_create_video_template_caps):
16280         Fix the template caps to include some more media types.
16281
16282 2004-07-12  Wim Taymans  <wim@fluendo.com>
16283
16284         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16285         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16286         (compare_ranks), (print_feature), (gst_decode_bin_init),
16287         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16288         (try_to_link_1), (new_pad), (close_link), (type_found),
16289         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16290         (gst_decode_bin_change_state), (plugin_init):
16291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16292         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16293         (gst_play_base_bin_dispose), (queue_overrun),
16294         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16295         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16296         (gst_play_base_bin_get_property), (play_base_eos),
16297         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16298         (gst_play_base_bin_remove_element),
16299         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16300         (gst_play_base_bin_unlink_stream),
16301         (gst_play_base_bin_get_streaminfo):
16302         * gst/playback/gstplaybasebin.h:
16303         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16304         (gst_play_bin_class_init), (gst_play_bin_init),
16305         (gst_play_bin_dispose), (gst_play_bin_set_property),
16306         (gst_play_bin_get_property), (gen_video_element),
16307         (gen_audio_element), (remove_sinks), (setup_sinks),
16308         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16309         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16310         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16311         (gst_play_bin_query), (plugin_init):
16312         * gst/playback/test4.c: (main):
16313         More fixes on reusing of the element.
16314
16315 2004-07-11  Benjamin Otte  <otte@gnome.org>
16316
16317         * ext/mad/gstmad.c: (normal_seek):
16318           allow seeking for other methods than just SET
16319
16320 2004-07-11  Andy Wingo  <wingo@pobox.com>
16321
16322         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16323         float, "any" caps -> buffer_frames=[0,MAX].
16324
16325         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16326         doesn't intersect our caps with the template any more. Do it
16327         ourselves.
16328         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16329
16330 2004-07-09  Wim Taymans  <wim@fluendo.com>
16331
16332         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16333         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16334         (compare_ranks), (print_feature), (gst_decode_bin_init),
16335         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16336         (try_to_link_1), (new_pad), (close_link), (type_found),
16337         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16338         (gst_decode_bin_change_state), (plugin_init):
16339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16340         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16341         (gst_play_base_bin_dispose), (queue_overrun),
16342         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16343         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16344         (gst_play_base_bin_get_property), (play_base_eos),
16345         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16346         (gst_play_base_bin_remove_element),
16347         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16348         (gst_play_base_bin_unlink_stream),
16349         (gst_play_base_bin_get_streaminfo):
16350         * gst/playback/gstplaybasebin.h:
16351         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16352         (gst_play_bin_class_init), (gst_play_bin_init),
16353         (gst_play_bin_dispose), (gst_play_bin_set_property),
16354         (gst_play_bin_get_property), (gen_video_element),
16355         (gen_audio_element), (remove_sinks), (setup_sinks),
16356         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16357         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16358         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16359         (gst_play_bin_query), (plugin_init):
16360         * gst/playback/test4.c: (main):
16361         Work on object reuse and seeking.
16362
16363 2004-07-09  Wim Taymans  <wim@fluendo.com>
16364
16365         * examples/seeking/seek.c: (iterate):
16366         Don't consume all CPU in the idle loop.
16367
16368 2004-07-09  Wim Taymans  <wim@fluendo.com>
16369
16370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16371         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16372         Add pad to element *after* setting the pad functions so that
16373         the scheduler can use the correct ones.
16374
16375 2004-07-09  Wim Taymans  <wim@fluendo.com>
16376
16377         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16378         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16379         Sync to keyframe after seek
16380
16381 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16382
16383         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16385         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16386         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16387         * ext/libvisual/visual.c: (gst_visual_change_state):
16388         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16389         * ext/theora/theoradec.c: (theora_dec_change_state):
16390         * ext/theora/theoraenc.c: (theora_enc_change_state):
16391         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16392         * gst-libs/gst/navigation/navigation.c:
16393         * gst/adder/gstadder.c: (gst_adder_change_state):
16394         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16395         (gst_audio_convert_get_buffer):
16396         * gst/multipart/multipartdemux.c:
16397         (gst_multipart_demux_change_state):
16398         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16399         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16400         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16401         * gst/videoscale/gstvideoscale.c:
16402         (gst_videoscale_handle_src_event):
16403         * gst/volume/gstvolume.c: (volume_chain_int16):
16404           don't assert in state change, this should be done by the base
16405           GstElement class.
16406           various debugging fixes.
16407
16408 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16409
16410         * configure.ac:
16411         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16412         (gst_play_dispose), (gst_play_set_location),
16413         (gst_play_set_data_src), (gst_play_set_video_sink),
16414         (gst_play_set_audio_sink), (gst_play_set_visualization),
16415         (gst_play_connect_visualization), (gst_play_get_sink_element),
16416         (gst_play_get_all_by_interface):
16417         * gst-libs/gst/play/play.h:
16418           add new method to get elements implementing an interface.
16419           add various error logging
16420
16421 2004-07-08  Wim Taymans  <wim@fluendo.com>
16422
16423         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16424         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16425         (make_playerbin_pipeline), (query_durations_elems),
16426         (query_durations_pads), (query_positions_elems),
16427         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16428         (main):
16429         Added playbin seeking example.
16430
16431 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16432
16433         * gst-libs/gst/play/play.c: (gst_play_set_location),
16434         (gst_play_set_data_src), (gst_play_set_video_sink),
16435         (gst_play_set_audio_sink), (gst_play_set_visualization),
16436         (gst_play_connect_visualization), (gst_play_get_framerate):
16437           use a macro to look up elements from hash table
16438
16439 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16440
16441         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16442         (gst_play_get_length_callback), (gst_play_set_location),
16443         (gst_play_seek_to_time), (gst_play_set_data_src),
16444         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16445         (gst_play_set_visualization), (gst_play_connect_visualization),
16446         (gst_play_get_sink_element):
16447         - add debugging info
16448         - fix looking up sink elements by iterating over complete caps
16449         - put everything except for source and autoplugger in a complete bin
16450
16451 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16452
16453         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16455         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16456         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16457         * ext/alsa/gstalsasink.h:
16458         - add debugging info
16459         - clean up schizophrenia of data/buffer/event
16460         - fix double event unref error
16461
16462 2004-07-08  Wim Taymans  <wim@fluendo.com>
16463
16464         * gst/playback/Makefile.am:
16465         Add headers to noinst
16466
16467 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16468
16469         * tools/gst-launch-ext-m.m:
16470         * tools/gst-launch-ext.1.in:
16471           convert to the third millenium
16472
16473 2004-07-07  David Schleef  <ds@schleef.org>
16474
16475         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16476
16477 2004-07-07  Wim Taymans  <wim@fluendo.com>
16478
16479         * gst/playback/Makefile.am:
16480         * gst/playback/README:
16481         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16482         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16483         (compare_ranks), (print_feature), (gst_decode_bin_init),
16484         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16485         (try_to_link_1), (new_pad), (close_link), (type_found),
16486         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16487         (plugin_init):
16488         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16489         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16490         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16491         (gen_preroll_element), (no_more_pads), (new_stream),
16492         (setup_source), (gst_play_base_bin_set_property),
16493         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16494         (gst_play_base_bin_add_element),
16495         (gst_play_base_bin_remove_element),
16496         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16497         (gst_play_base_bin_unlink_stream),
16498         (gst_play_base_bin_get_streaminfo):
16499         * gst/playback/gstplaybasebin.h:
16500         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16501         (gst_play_bin_class_init), (gst_play_bin_init),
16502         (gst_play_bin_dispose), (gst_play_bin_set_property),
16503         (gst_play_bin_get_property), (gen_video_element),
16504         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16505         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16506         (gst_play_bin_get_formats), (gst_play_bin_convert),
16507         (gst_play_bin_get_query_types), (gst_play_bin_query),
16508         (plugin_init):
16509         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16510         (gst_stream_info_get_type), (gst_stream_info_class_init),
16511         (gst_stream_info_init), (gst_stream_info_new),
16512         (gst_stream_info_dispose), (gst_stream_info_set_property),
16513         (gst_stream_info_get_property):
16514         * gst/playback/gststreaminfo.h:
16515         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16516         (main):
16517         * gst/playback/test2.c: (main):
16518         * gst/playback/test3.c: (update_scale), (main):
16519         More playbin fixes. Added README. Do better element filtering.
16520         Added base class to preroll media. Added test apps.
16521
16522 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16523
16524         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16525         * ext/mpeg2dec/gstmpeg2dec.h:
16526           various debugging improvements.  Reset stream to next picture
16527           instead of sequence header, otherwise seeks cannot work.
16528
16529 2004-07-07  Wim Taymans  <wim@fluendo.com>
16530
16531         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16532         (gst_video_box_class_init), (gst_video_box_set_property),
16533         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16534         Use pad_alloc where possible.
16535
16536 2004-07-07  Wim Taymans  <wim@fluendo.com>
16537
16538         * sys/oss/gstosselement.c: (gst_osselement_reset),
16539         (gst_osselement_parse_caps):
16540         * sys/oss/gstosselement.h:
16541         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16542         Fix offset on osssrc.
16543
16544 2004-07-07  Wim Taymans  <wim@fluendo.com>
16545
16546         * ext/theora/theora.c: (plugin_init):
16547         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16548         (theora_dec_src_query), (theora_dec_chain):
16549         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16550         (theora_enc_sink_link), (theora_buffer_from_packet),
16551         (theora_push_packet), (theora_enc_chain):
16552         Fix theora granulepos calculation.
16553         Fix overflow in duration/position calculation.
16554         Bump rank to PRIMARY for theoradec.
16555         Use granulepos of last packet to calculate position.
16556         Set keyframe flag on buffers when needed.
16557
16558 2004-07-06  David Schleef  <ds@schleef.org>
16559
16560         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16561         serious?  (Fixed, obviously.)
16562
16563 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16564
16565         * po/LINGUAS:
16566         * po/cs.po:
16567           added Czech translation (Miloslav Trmac)
16568
16569 2004-07-05  Wim Taymans  <wim@fluendo.com>
16570
16571         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16572         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16573         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16574         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16575         (close_link), (type_found), (gst_decode_bin_set_property),
16576         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16577         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16578         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16579         (gst_decode_bin_query), (plugin_init):
16580         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16581         (gst_play_bin_class_init), (gst_play_bin_init),
16582         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16583         (get_video_element), (new_pad), (setup_source),
16584         (gst_play_bin_set_property), (gst_play_bin_get_property),
16585         (gst_play_bin_change_state), (gst_play_bin_add_element),
16586         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16587         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16588         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16589         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16590         * gst/playback/test.c: (main):
16591         More fixes, cleaned up playbin, make it use decodebin. Added
16592         threaded property to playbin.
16593
16594 2004-07-05  Wim Taymans  <wim@fluendo.com>
16595
16596         * configure.ac:
16597         * gst/playback/Makefile.am:
16598         * gst/playback/decodetest.c: (main):
16599         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16600         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16601         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16602         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16603         (close_link), (type_found), (gst_decode_bin_set_property),
16604         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16605         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16606         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16607         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16608         (plugin_init):
16609         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16610         (gst_play_bin_class_init), (gst_play_bin_init),
16611         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16612         (collect_sink_pads), (find_compatibles), (close_pad_link),
16613         (try_to_link_1), (new_pad), (close_link), (type_found),
16614         (setup_source), (gst_play_bin_set_property),
16615         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16616         (compare_ranks), (gst_play_bin_collect_factories),
16617         (gst_play_bin_change_state), (gst_play_bin_add_element),
16618         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16619         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16620         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16621         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16622         * gst/playback/test.c: (main):
16623         Added some playback helper elements and some test apps, very alpha
16624         still.
16625
16626 2004-07-04  Benjamin Otte  <otte@gnome.org>
16627
16628         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16629           only restart audio when we indeed have an xrun to fix repeated
16630           xruns. Fix suggested by Giuliano Pochini.
16631
16632 2004-07-03  David Schleef  <ds@schleef.org>
16633
16634         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16635         call to gst_debug_log() if debugging is disabled (bug #145118)
16636
16637 2004-07-03  Benjamin Otte  <otte@gnome.org>
16638
16639         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16640           use our own functions for restarting the alsa device.
16641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16642           I should apply patches myself - use MIN for the third argument, not
16643           the second, this fixes seeking
16644
16645 2004-07-02  David Schleef  <ds@schleef.org>
16646
16647         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16648         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16649         do with the logic.
16650
16651 2004-07-02  David Schleef  <ds@schleef.org>
16652
16653         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16654         output buffers.  Fix logic mistake.  (bug #144866)
16655
16656 2004-07-02  David Schleef  <ds@schleef.org>
16657
16658         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16659         on X.  (bug #144753)
16660
16661 2004-07-02  David Schleef  <ds@schleef.org>
16662
16663         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16664         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16665         (bug #144624)
16666         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16667         (gst_osselement_rate_probe_check): Add another workaround for
16668         buggy drivers (bug #145336)
16669
16670 2004-07-02  David Schleef  <ds@schleef.org>
16671
16672         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16673         Most systems don't have MSG_NOSIGNAL.
16674
16675 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16676
16677         * Makefile.am:
16678         * gst-libs/gst/colorbalance/Makefile.am:
16679         * gst-libs/gst/mixer/Makefile.am:
16680         * gst-libs/gst/play/Makefile.am:
16681         * gst-libs/gst/tuner/Makefile.am:
16682           (hopefully) fix both install and dist and make error message useful.
16683           needs testing across automakes.
16684
16685 2004-07-02  Benjamin Otte  <otte@gnome.org>
16686
16687         * ext/ogg/gstogg.c: (plugin_init):
16688           we require bytestream now
16689         * ext/ogg/gstoggdemux.c:
16690           huge diff to implement chain setup in a fast and generic way. This
16691           improves tag reading and startup of huge files (read: Theora videos)
16692           quite a bit. It probably contains bugs, too, so please test.
16693           Seeking is not improved to the fast method.
16694
16695 2004-06-29  Wim Taymans  <wim@fluendo.com>
16696
16697         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16698         * ext/ogg/gstoggmux.c:
16699         Fix memleak in oggdemux when running unconnected pads.
16700         doc update in mux, start working on keyframe mode.
16701
16702 2004-06-29  Benjamin Otte  <otte@gnome.org>
16703
16704         * sys/oss/gstosssink.c:
16705         * sys/oss/gstosssrc.c:
16706           advertise correct template caps - we indeed do non-native endianness
16707           and 8bit audio has no endianness
16708         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16710           avoid (wrong) duplications in getcaps function and return
16711           template caps
16712
16713 2004-06-29  Wim Taymans  <wim@fluendo.com>
16714
16715         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16716         (gst_multifdsink_class_init), (gst_multifdsink_add),
16717         (gst_multifdsink_remove), (gst_multifdsink_clear),
16718         (gst_multifdsink_client_remove),
16719         (gst_multifdsink_handle_client_read),
16720         (gst_multifdsink_client_queue_data),
16721         (gst_multifdsink_client_queue_caps),
16722         (gst_multifdsink_client_queue_buffer),
16723         (gst_multifdsink_handle_client_write),
16724         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16725         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16726         (gst_multifdsink_init_send), (gst_multifdsink_close):
16727         Fix wrong GList iteration that could crash the server when
16728         more then 2 clients disconnect at the same time. Read all the
16729         pending commands in one batch to recover from command storms under
16730         very heavy load.
16731
16732 2004-06-28  Wim Taymans  <wim@fluendo.com>
16733
16734         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
16735         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
16736         (gst_videomixer_pad_set_property),
16737         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
16738         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
16739         (gst_videomixer_class_init), (gst_videomixer_init),
16740         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
16741         (pad_zorder_compare), (gst_videomixer_sort_pads),
16742         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
16743         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
16744         (gst_videomixer_update_queues), (gst_videomixer_loop),
16745         (plugin_init):
16746         Avoid divide by zero, choose masterpad as the pad with the highest
16747         framerate.
16748
16749 2004-06-27  Julien Moutte  <julien@moutte.net>
16750
16751         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16752         (gst_ximagesink_xwindow_new):
16753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16754         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
16755         function directly. We might want to call it from somewhere else one day.
16756
16757 2004-06-27  Julien Moutte  <julien@moutte.net>
16758
16759         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
16760         (gst_ximagesink_xwindow_new):
16761         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
16762         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
16763         window decorations.
16764
16765 2004-06-27  Wim Taymans  <wim@fluendo.com>
16766
16767         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
16768         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16769         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
16770         (gst_dvdec_set_property), (gst_dvdec_get_property):
16771         * ext/dv/gstdvdec.h:
16772         Implement drop_factor property to lower the framerate with
16773         a factor.
16774
16775 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16776
16777         * gst-libs/gst/colorbalance/Makefile.am:
16778         * gst-libs/gst/mixer/Makefile.am:
16779         * gst-libs/gst/play/Makefile.am:
16780         * gst-libs/gst/tuner/Makefile.am:
16781           unbreak Company's fix that didn't install the -enum.h files
16782
16783 2004-06-27  Wim Taymans  <wim@fluendo.com>
16784
16785         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
16786         (gst_dvdec_change_state):
16787         * ext/dv/gstdvdec.h:
16788         Fix timestamp, duration and offset of the buffers.
16789
16790 2004-06-27  Wim Taymans  <wim@fluendo.com>
16791
16792         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16793         (gst_multifdsink_class_init), (gst_multifdsink_add),
16794         (gst_multifdsink_remove), (gst_multifdsink_clear),
16795         (gst_multifdsink_client_remove),
16796         (gst_multifdsink_handle_client_read),
16797         (gst_multifdsink_client_queue_data),
16798         (gst_multifdsink_client_queue_caps),
16799         (gst_multifdsink_client_queue_buffer),
16800         (gst_multifdsink_handle_client_write),
16801         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16802         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16803         (gst_multifdsink_init_send), (gst_multifdsink_close):
16804         * gst/tcp/gstmultifdsink.h:
16805         * gst/tcp/gsttcpserversink.c:
16806         (gst_tcpserversink_handle_server_read),
16807         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
16808         More multifdsink fixes, more recovery policy fixes.
16809         Removed stupid g_print
16810
16811 2004-06-26  Wim Taymans  <wim@fluendo.com>
16812
16813         * gst/tcp/Makefile.am:
16814         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16815         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
16816         (gst_multifdsink_class_init), (gst_multifdsink_init),
16817         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
16818         (gst_multifdsink_handle_client_read),
16819         (gst_multifdsink_client_queue_data),
16820         (gst_multifdsink_client_queue_caps),
16821         (gst_multifdsink_client_queue_buffer),
16822         (gst_multifdsink_handle_client_write),
16823         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
16824         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
16825         (gst_multifdsink_chain), (gst_multifdsink_set_property),
16826         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
16827         (gst_multifdsink_close), (gst_multifdsink_change_state):
16828         * gst/tcp/gstmultifdsink.h:
16829         * gst/tcp/gsttcpplugin.c: (plugin_init):
16830         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
16831         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
16832         (gst_tcpserversink_handle_server_read),
16833         (gst_tcpserversink_handle_select),
16834         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
16835         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
16836         * gst/tcp/gsttcpserversink.h:
16837         Added multifdsink, made tcpserversink a subclass of fdsink, removed
16838         one of the locks, added recovery policy to multifdsink.
16839
16840 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16841
16842         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
16843           fix decision for when getting frames with same timestamp
16844         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16845         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
16846         (gst_v4lsrc_get_property):
16847         * sys/v4l/gstv4lsrc.h:
16848           add latency offset property
16849
16850 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16851
16852         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
16853         (plugin_init):
16854           fix debugging. add category.
16855
16856 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16857
16858         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16859           fix wrong offsets
16860
16861 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16862
16863         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16864         (gst_alsa_src_get_time), (gst_alsa_src_loop),
16865         (gst_alsa_src_change_state):
16866           return a time that is in sync with the element's processing
16867
16868 2004-06-25  Wim Taymans  <wim@fluendo.com>
16869
16870         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16871         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
16872         (gst_tcpserversink_client_remove),
16873         (gst_tcpserversink_handle_client_read),
16874         (gst_tcpserversink_client_queue_data),
16875         (gst_tcpserversink_client_queue_caps),
16876         (gst_tcpserversink_client_queue_buffer),
16877         (gst_tcpserversink_handle_client_write),
16878         (gst_tcpserversink_queue_buffer),
16879         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
16880         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
16881         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
16882         (gst_tcpserversink_close):
16883         * gst/tcp/gsttcpserversink.h:
16884         Serversink rewrite. Really do non blocking writes to clients and
16885         maintain an internal queue to handle slower clients while not
16886         disturbing fast clients.
16887
16888 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
16889
16890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
16891           better debug, don't override OFFSET and OFFSET_END
16892
16893 2004-06-25  Iain <iain@prettypeople.org>
16894
16895         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
16896         name=source for the wavparse pipeline.
16897
16898 2004-06-24  Johan Dahlin  <johan@gnome.org>
16899
16900         * ext/theora/theoraenc.c (theora_enc_chain): Call
16901         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
16902         streamheader caps are set correctly.
16903
16904 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16905
16906         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16907         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
16908           respect minimum bitrate; same could be done for max bitrate
16909
16910 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16911
16912         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
16913         (gst_vorbisenc_setup):
16914           fix sample rate range
16915
16916 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
16917
16918         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
16919         (gst_oggvorbisenc_setup):
16920         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16921         (gst_vorbisenc_setup):
16922           resolve ambiguities in code and description
16923
16924 2004-06-24  Wim Taymans  <wim@fluendo.com>
16925
16926         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
16927         * ext/alsa/gstalsa.h:
16928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16929         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
16930         Use alsa trigger_tstamp to get the timestamp of the first
16931         sample in the buffer for more precise sync. Some cleanups.
16932
16933 2004-06-24  Wim Taymans  <wim@fluendo.com>
16934
16935         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
16936         (gst_audiorate_init), (gst_audiorate_chain),
16937         (gst_audiorate_set_property), (gst_audiorate_get_property):
16938         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
16939         (gst_videorate_chain):
16940         Added some logging, fixed an overflow bug in videorate.
16941
16942 2004-06-24  Benjamin Otte  <otte@gnome.org>
16943
16944         * ext/kio/Makefile.am:
16945           fix for builddir != srcdir and distcheck
16946
16947 2004-06-24  Benjamin Otte  <otte@gnome.org>
16948
16949         * gst-libs/gst/colorbalance/Makefile.am:
16950         * gst-libs/gst/mixer/Makefile.am:
16951         * gst-libs/gst/play/Makefile.am:
16952         * gst-libs/gst/tuner/Makefile.am:
16953         * gst/tcp/Makefile.am:
16954         * sys/dxr3/Makefile.am:
16955           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
16956           tarball.
16957           Also add all *.list files that were missing.
16958         * Makefile.am:
16959           add a distcheck hook to ensure the above doesn't happen again.
16960
16961 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
16962
16963         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
16964
16965 2004-06-23  Colin Walters  <walters@redhat.com>
16966
16967         * m4/Makefile.am: Distribute gst-fionread.m4.
16968
16969 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16970
16971         * configure.ac: back to dev
16972
16973 2004-06-23  Wim Taymans  <wim@fluendo.com>
16974
16975         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16976         (gst_alsa_xrun_recovery):
16977         * ext/alsa/gstalsa.h:
16978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16979         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
16980         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
16981         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
16982         (gst_alsa_src_loop):
16983         Add clock to alsasrc. Take new capture timestamp when
16984         restarting after an overrun. Split up some functions between
16985         alsasrc and alsasink.
16986
16987 === release 0.8.2 ===
16988
16989 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16990
16991         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
16992         (gst_alsa_change_state), (gst_alsa_update_avail),
16993         (gst_alsa_xrun_recovery):
16994         * ext/alsa/gstalsa.h:
16995         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16996           merge back changes from release
16997
16998 2004-06-23  Wim Taymans  <wim@fluendo.com>
16999
17000         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17001         (gst_audiorate_init), (gst_audiorate_chain),
17002         (gst_audiorate_set_property), (gst_audiorate_get_property):
17003         Implement sample dropping and notify
17004
17005 2004-06-22  Wim Taymans  <wim@fluendo.com>
17006
17007         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17008         (theora_enc_sink_link), (theora_buffer_from_packet),
17009         (theora_push_packet), (theora_enc_chain):
17010         Some cleanups, make sure the timestamps are correct.
17011
17012 2004-06-22  Wim Taymans  <wim@fluendo.com>
17013
17014         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17015         (gst_alsa_change_state), (gst_alsa_update_avail),
17016         (gst_alsa_xrun_recovery):
17017         * ext/alsa/gstalsa.h:
17018         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17019         Cleanups, take queued samples into account when reporting
17020         the time.
17021
17022 2004-06-22  Wim Taymans  <wim@fluendo.com>
17023
17024         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17025         (gst_videorate_init):
17026         Initialize the property as well.
17027
17028 2004-06-22  Wim Taymans  <wim@fluendo.com>
17029
17030         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17031         (gst_videorate_init), (gst_videorate_chain),
17032         (gst_videorate_set_property), (gst_videorate_get_property):
17033         Add property to make videorate silent.
17034         Add property to prefer new frames over old ones.
17035
17036 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17037
17038         * sys/osxvideo/Makefile.am:
17039         Workaround so that the osxvideo .so file gets linked with the
17040         Cocoa, OpenGL and QuickTime frameworks
17041
17042 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17043
17044         * sys/osxaudio/Makefile.am:
17045         Workaround so that the osxaudio .so file gets linked with the
17046         CoreAudio framework
17047
17048 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17049
17050         * configure.ac:
17051         Whoops, my fault...fixed build issues
17052
17053 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17054
17055         * configure.ac:
17056         Add objective-c support if running in Darwin/Mac OS X
17057         * sys/Makefile.am:
17058         * sys/osxvideo:
17059         * sys/osxvideo/Makefile.am:
17060         * sys/osxvideo/osxvideosink.h:
17061         * sys/osxvideo/osxvideosink.m:
17062         * sys/osxvideo/cocoawindow.h:
17063         * sys/osxvideo/cocoawindow.m:
17064         Add osxvideosink, a cocoa-based osx video sink
17065
17066
17067 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17068         * ext/dvdnav/gst-dvd:
17069         Grab the gconf key from the right spot
17070         * gst/debug/gstnavseek.c: (gst_navseek_init),
17071         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17072         (gst_navseek_chain):
17073         * gst/debug/gstnavseek.h:
17074           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17075           and loop parameters of a segment seek.
17076         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17077         (gst_videotestsrc_get_event_masks),
17078         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17079         * gst/videotestsrc/gstvideotestsrc.h:
17080           Add seeking support to videotestsrc
17081           Initialise the timestamp_offset variable.
17082
17083 2004-06-18  Wim Taymans  <wim@fluendo.com>
17084
17085         * ext/sidplay/gstsiddec.cc:
17086         Fix negotiation and set correct end offset.
17087
17088 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17089
17090         * configure.ac: branch and prerelease
17091
17092 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17093
17094         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17095         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17096         (gst_tcpclientsrc_init_receive):
17097         * gst/tcp/gsttcpclientsrc.h:
17098           read caps when connecting to server for GDP so we set them correctly
17099
17100 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17101
17102         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17103           notify drops and duplicates
17104         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17105           no good reason to limit ourselves to 100x100
17106
17107 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17108
17109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17110         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17111         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17112         (gst_v4lsrc_get_property):
17113         * sys/v4l/gstv4lsrc.h:
17114         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17115         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17116         (gst_v4l_set_audio):
17117         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17118         (gst_v4lsrc_try_capture):
17119         * sys/v4l/v4lsrc_calls.h:
17120           change try_palette to more general try_capture
17121           add autoprobe option so we can turn off autoprobing
17122           various fixes
17123
17124 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17125
17126         * configure.ac:
17127           add videorate
17128         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17129         (gst_ximagesink_class_init):
17130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17131         (gst_xvimagesink_class_init):
17132           run them as finalize, not dispose, since dispose can be invoked
17133           multiple times
17134
17135 2004-06-17  Wim Taymans  <wim@fluendo.com>
17136
17137         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17138         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17139         * ext/alsa/gstalsa.h:
17140         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17141         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17142         (gst_alsa_src_change_state):
17143         * ext/alsa/gstalsasrc.h:
17144         Make the xrun code timestamp and offset the buffers correctly.
17145         moved the clock to the base class, use alsa methods to get time.
17146         Do correct timestamping on outgoing buffers.
17147
17148 2004-06-17  Wim Taymans  <wim@fluendo.com>
17149
17150         * gst/audiorate/Makefile.am:
17151         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17152         (gst_audiorate_base_init), (gst_audiorate_class_init),
17153         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17154         (gst_audiorate_set_property), (gst_audiorate_get_property),
17155         (gst_audiorate_change_state), (plugin_init):
17156         Added an audiorate converter that fills in gaps.
17157
17158 2004-06-17  Johan Dahlin  <johan@gnome.org>
17159
17160         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17161
17162 2004-06-16  Wim Taymans  <wim@fluendo.com>
17163
17164         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17165         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17166         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17167         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17168         (gst_v4lsrc_get_property):
17169         * sys/v4l/gstv4lsrc.h:
17170         Added a copy mode to v4lsrc where it will output a copied version
17171         of its internal hardware buffer.
17172         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17173         can't | them.
17174
17175 2004-06-16  Wim Taymans  <wim@fluendo.com>
17176
17177         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17178         Timestamp fixes.
17179
17180 2004-06-16  Wim Taymans  <wim@fluendo.com>
17181
17182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17183         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17184         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17185         (gst_v4lsrc_get_property):
17186         * sys/v4l/gstv4lsrc.h:
17187         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17188         Added a sync mode enum property to control v4lsrc timestamp method
17189         Removed the use-fixed-fps property and moved functionality in
17190         the enum.
17191         Don't error on an error value from v4l-conf, it might not always
17192         be a real error.
17193
17194 2004-06-16  Wim Taymans  <wim@fluendo.com>
17195
17196         * gst/videorate/Makefile.am:
17197         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17198         (gst_videorate_base_init), (gst_videorate_class_init),
17199         (gst_videorate_getcaps), (gst_videorate_link),
17200         (gst_videorate_init), (gst_videorate_chain),
17201         (gst_videorate_set_property), (gst_videorate_get_property),
17202         (gst_videorate_change_state), (plugin_init):
17203         Added a video timestamp corrector.
17204
17205 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17206
17207         fixed a potential leak with previous commit
17208
17209         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17210
17211 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17212
17213         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17214         Added missing refcount, fixes bug #144425
17215         Cheers Tim for finding the bug
17216
17217 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17218
17219         * sys/v4l/gstv4l.c: (plugin_init):
17220         * sys/v4l/gstv4lcolorbalance.c:
17221         * sys/v4l/gstv4lcolorbalance.h:
17222         * sys/v4l/gstv4lelement.c:
17223         * sys/v4l/gstv4lelement.h:
17224         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17225         * sys/v4l/gstv4lmjpegsink.h:
17226         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17227         * sys/v4l/gstv4lmjpegsrc.h:
17228         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17229         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17230         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17231         * sys/v4l/gstv4lsrc.h:
17232         * sys/v4l/gstv4ltuner.c:
17233         * sys/v4l/gstv4ltuner.h:
17234         * sys/v4l/gstv4lxoverlay.c:
17235         * sys/v4l/gstv4lxoverlay.h:
17236         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17237         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17238         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17239         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17240         (gst_v4l_set_audio):
17241         * sys/v4l/v4l_calls.h:
17242         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17243         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17244         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17245         (gst_v4lmjpegsink_playback_init),
17246         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17247         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17248         (gst_v4lmjpegsink_playback_stop),
17249         (gst_v4lmjpegsink_playback_deinit):
17250         * sys/v4l/v4lmjpegsink_calls.h:
17251         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17252         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17253         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17254         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17255         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17256         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17257         * sys/v4l/v4lmjpegsrc_calls.h:
17258         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17259         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17260         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17261         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17262         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17263         (gst_v4lsrc_try_palette):
17264         * sys/v4l/v4lsrc_calls.h:
17265           bunch of paranoia cleanups
17266
17267 2004-06-14  David Schleef  <ds@schleef.org>
17268
17269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17270         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17271         Send discont events and change timestamps appropriately when
17272         we get a seek event.  (bug #144240)
17273         * ext/cdparanoia/gstcdparanoia.h:
17274
17275 2004-06-14  Benjamin Otte  <otte@gnome.org>
17276
17277         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17278           snd_pcm_hw_params_set_rate  since the latter fails for no good
17279           reason on some setups.
17280
17281 2004-06-14  David Schleef  <ds@schleef.org>
17282
17283         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17284         standard.  Thank you for playing.
17285
17286 2004-06-14  Wim Taymans  <wim@fluendo.com>
17287
17288         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17289         Patch 1.3 broke the ordering of the colorspace info and
17290         made the plugin basically work by coincidence, reordered
17291         the info.
17292
17293 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17294
17295         * ext/lame/gstlame.c:
17296         * ext/mad/gstmad.c:
17297           sync caps.  Make sure mad can only output a list of rates, not
17298           a full range.  In the future, have three caps lists for each of the
17299           mpeg versions.  Change mpegversion to a double as well.
17300
17301 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17302
17303         * gst/volume/.cvsignore:
17304         * gst/volume/Makefile.am:
17305         * gst/volume/demo.c: (value_changed_callback), (idler),
17306         (setup_gui), (main):
17307           added small demo app
17308
17309 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17310         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17311         * ext/esd/esdsink.h:
17312         Close the esd connection on pause, because esd will just wait -
17313         blocking all other esd clients indefinitely.
17314
17315 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17316
17317         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17318           previous commit with GST_DEBUG
17319
17320 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17321
17322         * configure.ac:
17323           add a header check for a dvdread header in dvdnav.  Fixes #133002
17324
17325 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17326
17327         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17328         * gst/tcp/gsttcpclientsink.h:
17329         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17330         * gst/tcp/gsttcpclientsrc.h:
17331         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17332         (gst_tcpserversink_handle_server_read),
17333         (gst_tcpserversink_init_send):
17334         * gst/tcp/gsttcpserversink.h:
17335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17336         * gst/tcp/gsttcpserversrc.h:
17337         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17338         version of IP)
17339
17340 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17341
17342         * configure.ac:
17343         Added ogg library so that OSX detects libtheora properly
17344
17345 2004-06-11  Wim Taymans  <wim@fluendo.com>
17346
17347         * ext/theora/theoradec.c: (theora_dec_chain),
17348         (theora_dec_change_state):
17349         Don't try to decode frames before we received a keyframe.
17350
17351 2004-06-11  Wim Taymans  <wim@fluendo.com>
17352
17353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17354         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17355         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17356         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17357         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17358         Added property to set the maximum delay of a page.
17359
17360 2004-06-10  Wim Taymans  <wim@fluendo.com>
17361
17362         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17363         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17364         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17365         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17366         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17367         Added max-delay property to control the maximum amount
17368         of data to put in one page.
17369
17370 2004-06-10  Wim Taymans  <wim@fluendo.com>
17371
17372         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17373         (gst_theora_enc_init), (theora_enc_sink_link),
17374         (theora_buffer_from_packet), (theora_enc_set_property),
17375         (theora_enc_get_property):
17376         Set duration on encoded buffer, added some more properties
17377
17378 2004-06-10  Wim Taymans  <wim@fluendo.com>
17379
17380         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17381         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17382         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17383         * ext/theora/theoraenc.c: (theora_enc_chain):
17384         Fix refcounting bugs
17385
17386 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17387
17388         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17389         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17390         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17391         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17392         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17393         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17394         (gst_asf_demux_change_state):
17395         * gst/asfdemux/gstasfdemux.h:
17396           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17397           feels like. I think we should set a new requirement for demuxers
17398           from now on to implement sane loop functions, data loops, query
17399           and seek functions before first commit into CVS. And this commit
17400           fixes all of the above.
17401
17402 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17403
17404         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17405           vorbis comments are properly encoded in UTF-8 before adding them
17406           to a GstTagList
17407
17408 2004-06-09  Benjamin Otte  <otte@gnome.org>
17409
17410         * ext/alsa/gstalsa.c: (add_channels):
17411           handle min <= max correctly
17412         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17413         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17414           add fixation functions so we fixate correctly. No preferring of alaw
17415           anymore because it's the first structure.
17416         * ext/alsa/gstalsa.h:
17417         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17418         (gst_alsa_hw_params_dump):
17419           add functions to ease debugging in alsalib
17420         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17421         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17422         (gst_alsa_start_audio):
17423           only specify hw params if we really setup a format (fixes #134007 -
17424           or at least works around it)
17425
17426 2004-06-09  Wim Taymans  <wim@fluendo.com>
17427
17428         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17429         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17430         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17431         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17432         (gst_ogg_mux_loop):
17433         Use stream caps to setup the initial pages in the ogg stream.
17434         Correctly set the streamheader caps on the srcpad.
17435
17436 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17437
17438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17439         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17440         (gst_v4lsrc_getcaps):
17441         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17442         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17443           add querying of fps lists for webcams.  Negotiating to a framerate
17444           now works.
17445
17446 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17447
17448         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17449         (theora_push_buffer), (theora_push_packet),
17450         (theora_set_header_on_caps), (theora_enc_chain):
17451           mark buffers and put on streamheader, raw theora streaming
17452           now works too, whee
17453
17454 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17455
17456         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17457         (gst_tcp_gdp_read_caps):
17458           do a looping read for caps and GDP headers too
17459
17460 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17461
17462         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17463         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17464           return EOS instead of NULL in _get
17465
17466 2004-06-08  Wim Taymans  <wim@fluendo.com>
17467
17468         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17469         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17470         (gst_tcp_gdp_write_caps):
17471         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17472         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17473         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17474         Memory leak fixes
17475
17476 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17477
17478         * ext/vorbis/Makefile.am:
17479         * ext/vorbis/vorbis.c: (plugin_init):
17480         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17481         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17482         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17483         (vorbis_parse_change_state):
17484         * ext/vorbis/vorbisparse.h:
17485           adding a vorbisparse element that marks the buffers, streaming
17486           raw vorbis using GDP now works, whee
17487
17488 2004-06-08  Wim Taymans  <wim@fluendo.com>
17489
17490         * ext/jpeg/Makefile.am:
17491         * ext/jpeg/README:
17492         * ext/jpeg/gstjpeg.c: (plugin_init):
17493         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17494         (gst_smokedec_base_init), (gst_smokedec_class_init),
17495         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17496         * ext/jpeg/gstsmokedec.h:
17497         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17498         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17499         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17500         (gst_smokeenc_resync), (gst_smokeenc_chain),
17501         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17502         * ext/jpeg/gstsmokeenc.h:
17503         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17504         (smokecodec_flush_destination), (smokecodec_term_destination),
17505         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17506         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17507         (smokecodec_term_source), (smokecodec_encode_new),
17508         (smokecodec_decode_new), (smokecodec_info_free),
17509         (smokecodec_set_quality), (smokecodec_get_quality),
17510         (smokecodec_set_threshold), (smokecodec_get_threshold),
17511         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17512         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17513         (smokecodec_parse_header), (smokecodec_decode):
17514         * ext/jpeg/smokecodec.h:
17515         Added a new simple jpeg based codec
17516
17517 2004-06-08  Wim Taymans  <wim@fluendo.com>
17518
17519         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17520         (gst_multipart_mux_loop):
17521         Fix memory leak
17522
17523 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17524
17525         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17526         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17527         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17528         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17529         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17530         * gst/tcp/gsttcpserversink.h:
17531           take streamheader into account
17532
17533 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17534
17535         * gst/level/Makefile.am:
17536         * gst/level/gstlevel.c: (gst_level_class_init):
17537           clean up marshal generation
17538
17539 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17540
17541         * gst/tcp/Makefile.am:
17542         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17543         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17544         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17545         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17546         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17547         (gst_tcpclientsrc_get_property):
17548         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17549         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17550         (gst_tcpserversink_handle_client_read),
17551         (gst_tcpserversink_handle_client_write),
17552         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17553         * gst/tcp/gsttcpserversink.h:
17554           add signals client-added and client-removed
17555         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17556         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17557         (gst_tcpserversrc_get_property):
17558         uniformized, change default protocol to NONE
17559         * gst/tcp/gsttcp-marshal.list: added
17560 2004-06-07  Benjamin Otte  <otte@gnome.org>
17561
17562         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17563           handle discont events if they happen before caps nego
17564
17565 2004-06-07  Wim Taymans  <wim@fluendo.com>
17566
17567         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17568         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17569         (gst_multipart_demux_plugin_init):
17570         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17571         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17572         (gst_multipart_mux_change_state):
17573         Small updates, fix a memleak
17574
17575 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17576
17577         * configure.ac: OSS portability
17578         * ext/arts/gst_arts.c: idem
17579         * sys/oss/gstosselement.c: idem
17580         * sys/oss/gstossmixer.c: idem
17581         * sys/oss/gstosssink.c: idem
17582         * sys/oss/gstosssrc.c: idem
17583         * sys/oss/oss_probe.c: idem
17584           - check for soundcard.h in different places for some BSD
17585
17586 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17587
17588         * AUTHORS:
17589         Add me to the authors file
17590         * configure.ac:
17591         Increase the libdv requirement to >= version 0.100
17592         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17593         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17594         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17595         * ext/dv/gstdvdec.h:
17596         Add support for the new_media flag when sending DISCONT events
17597         Make the querying work when video pad is not linked
17598
17599 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17600
17601         reviewed by Benjamin Otte  <otte@gnome.org>
17602
17603         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17604           create a NULL-initialized array of pads, so we don't think they
17605           exist already. (fixes #143130)
17606
17607 2004-06-07  Benjamin Otte  <otte@gnome.org>
17608
17609         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17610         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17611         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17612           don't use // coments
17613
17614 2004-06-07  Benjamin Otte  <otte@gnome.org>
17615
17616         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17617           cast to GstClockTime to get higher granularity
17618         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17619           use gst_element_set_time_delay to get the exact time
17620         * ext/mad/gstmad.c: (gst_mad_chain):
17621           use the negotiated rate instead of the current frame's rate which
17622           might be wrong because of bit errors. This avoids emitting totally
17623           bogus timestamps and screwing sync.
17624         (fixes #143454)
17625
17626 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17627
17628         reviewed by Benjamin Otte  <otte@gnome.org>
17629
17630         * gst/adder/gstadder.c: (gst_adder_loop):
17631           properly error out when no negotiation has happened yet. (fixes
17632           #143032)
17633
17634 2004-06-06  Benjamin Otte  <otte@gnome.org>
17635
17636         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17637           forward correctly transformed offset in discont events. Based on
17638           patch by Arwed v. Merkatz. (fixes #142851)
17639
17640 2004-06-06  David Schleef  <ds@schleef.org>
17641
17642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17643         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17644         problems on several systems.
17645
17646 2004-06-06  Benjamin Otte  <otte@gnome.org>
17647
17648         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17649           use explicit caps on the srcpad
17650         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17651           properly error out if caps couldn't be set (fixes #142764)
17652
17653 2004-06-06  Benjamin Otte  <otte@gnome.org>
17654
17655         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17656         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17657         (gst_alsa_start_audio):
17658           - don't call set_periods_integer anymore, it breaks the
17659           configuration randomly
17660           - call snd_pcm_hw_params_set_access directly instead of using masks
17661           - don't fail if the sw_params can't be set, just use the default
17662           params and hope it works. Alsalib has weird issues when you touch
17663           sw_params and does no proper error reporting about what failed.
17664         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17665         (gst_alsa_close_audio):
17666           make our alsa debugging go via gst debugging and not conditionally
17667           defined
17668         * ext/alsa/gstalsa.h:
17669           add ALSA_DEBUG_FLUSH macro
17670         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17671         (plugin_init):
17672           wrap alsa errors to be printed via the gst debugging system and not
17673           spammed to stderr
17674
17675 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17678         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17679         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17680         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17681         (qtdemux_parse_trak):
17682         * gst/qtdemux/qtdemux.h:
17683           Bitch. Also known as seeking, querying & co.
17684         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17685         (gst_osssink_change_state):
17686         * sys/oss/gstosssink.h:
17687           Resyncing is for weenies, this hack is no longer needed and was
17688           broken anyway (since it - unintendedly - always leaves resync to
17689           TRUE).
17690
17691 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17692
17693         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17694         * gst/tcp/gsttcpclientsrc.h: idem
17695           - define MSG_NOSIGNAL if not done
17696           - include unistd.h for off_t
17697           (fixes #143749)
17698
17699 2004-06-05  Benjamin Otte  <otte@gnome.org>
17700
17701         * configure.ac:
17702         * ext/kio/Makefile.am:
17703           check for qt's moc preprocessor explicitly and use it
17704
17705 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17706
17707         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17708           don't get a signal for EPIPE on socket writes
17709           (somebody check if this works on other platforms)
17710
17711 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17714         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17715           check error condition on available samples correctly
17716
17717 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17718
17719         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17720           avoid a segfault
17721         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17722         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17723         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17724         (gst_tcpserversrc_gdp_read_header):
17725          use ssize_t over size_t since the former is signed and thus the
17726          check for error codes can work
17727
17728 2004-06-02  Wim Taymans  <wim@fluendo.com>
17729
17730         reviewed by: Johan
17731
17732         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17733         (gst_multipart_mux_loop):
17734         Oops
17735
17736 2004-06-02  Wim Taymans  <wim@fluendo.com>
17737
17738         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17739         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17740         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17741         (gst_multipart_mux_change_state):
17742         Added configurable boundary specifier, added the value as a
17743         caps field as well.
17744
17745 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17746
17747         * gst/tcp/gsttcp.c:
17748         * gst/tcp/gsttcpclientsrc.c:
17749         * gst/tcp/gsttcpclientsrc.h:
17750         * gst/tcp/gsttcpserversrc.c:
17751           - portability fix, to compile on OSX
17752             (fixes #143146)
17753
17754         * sys/osxaudio/gstosxaudioelement.c:
17755         * sys/osxaudio/gstosxaudiosink.c:
17756         * sys/osxaudio/gstosxaudiosrc.c:
17757           - compilation warnings on OSX
17758             (fixes #143153)
17759
17760 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
17761
17762         * ext/vorbis/vorbisdec.c : sign warning fixes
17763
17764         * gst-libs/gst/mixer/mixertrack.c :
17765           do no use defines which are glib 2.4 specific
17766
17767 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
17768
17769         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
17770           buffer since libflac doesn't expect it (reports a sync error when
17771           it encounters that)
17772
17773
17774 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
17775
17776         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
17777         * gst-libs/gst/mixer/mixertrack.c:
17778         (gst_mixer_track_get_property), (get_mixer_track_init),
17779         (get_mixer_track_get_property): Added property accessors
17780         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
17781         * gst-libs/gst/mixer/mixeroptions.c:
17782         (gst_mixer_options_get_values): Added
17783         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
17784         * gst-libs/gst/mixer/mixer.c: Fixed comment
17785
17786
17787 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17788
17789         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
17790           improve error messages on open
17791
17792
17793 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17794
17795         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17796           check if v4l-conf is in path
17797
17798 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17801           change assert to a more readable error message
17802
17803 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17804
17805         * gst-libs/gst/tuner/tunerchannel.h:
17806           - add a freq_multiplicator field to make the conversion
17807             between internal frequency unit and Hz
17808         * sys/v4l/gstv4lelement.c:
17809         * sys/v4l2/gstv4l2element.c:
17810           - change default video device to /dev/video0
17811         * sys/v4l/v4l_calls.c:
17812         * sys/v4l2/v4l2_calls.c:
17813           - we only expose frequency to the user in Hz instead of
17814             bastard v4lX unit (either 62.5kHz or 62.5Hz)
17815
17816 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
17817         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17818           Initialise b_o_s and e_o_s variables
17819         * gst-libs/gst/riff/riff-media.c:
17820         (gst_riff_create_video_caps_with_data):
17821           Add some unusual fourcc's from mplayer avi's
17822         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
17823           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
17824           autoplugging.
17825
17826 2004-05-28  Wim Taymans  <wim@fluendo.com>
17827
17828         * configure.ac:
17829         * gst/alpha/Makefile.am:
17830         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
17831         (gst_alpha_get_type), (gst_alpha_base_init),
17832         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
17833         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
17834         (gst_alpha_chroma_key), (gst_alpha_chain),
17835         (gst_alpha_change_state), (plugin_init):
17836         A plugin to add an alpha channel to I420 video. Can optionally do
17837         chroma keying.
17838         * gst/multipart/Makefile.am:
17839         * gst/multipart/multipart.c: (plugin_init):
17840         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17841         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
17842         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
17843         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17844         (gst_multipart_demux_change_state),
17845         (gst_multipart_demux_plugin_init):
17846         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
17847         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
17848         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
17849         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
17850         (gst_multipart_mux_pad_unlink),
17851         (gst_multipart_mux_request_new_pad),
17852         (gst_multipart_mux_handle_src_event),
17853         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
17854         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
17855         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
17856         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
17857         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
17858         send multipart jpeg images to a browser.
17859         * gst/videobox/Makefile.am:
17860         * gst/videobox/README:
17861         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
17862         (gst_video_box_get_type), (gst_video_box_base_init),
17863         (gst_video_box_class_init), (gst_video_box_init),
17864         (gst_video_box_set_property), (gst_video_box_get_property),
17865         (gst_video_box_sink_link), (gst_video_box_i420),
17866         (gst_video_box_ayuv), (gst_video_box_chain),
17867         (gst_video_box_change_state), (plugin_init):
17868         Crops or adds borders around an image. can do alpha channel
17869         borders as well.
17870         * gst/videomixer/Makefile.am:
17871         * gst/videomixer/README:
17872         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17873         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
17874         (gst_videomixer_pad_get_sink_event_masks),
17875         (gst_videomixer_pad_get_property),
17876         (gst_videomixer_pad_set_property),
17877         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
17878         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
17879         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17880         (gst_videomixer_base_init), (gst_videomixer_class_init),
17881         (gst_videomixer_init), (gst_videomixer_request_new_pad),
17882         (gst_videomixer_handle_src_event),
17883         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
17884         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
17885         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
17886         (gst_videomixer_loop), (gst_videomixer_get_property),
17887         (gst_videomixer_set_property), (gst_videomixer_change_state),
17888         (plugin_init):
17889         Generic video mixer plugin, can handle multiple inputs all with
17890         different framerates and video sizes. Is fully alpha channel
17891         aware.
17892
17893 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17894
17895         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
17896           Select first track as master track. Not sure how else to handle
17897           that...
17898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
17899           Discard discont events. Should fix #142962.
17900
17901 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17902
17903         * ext/alsa/Makefile.am:
17904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
17905         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
17906         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
17907         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
17908         (gst_alsa_mixer_get_option):
17909         * ext/alsa/gstalsamixer.h:
17910         * ext/alsa/gstalsamixeroptions.c:
17911         (gst_alsa_mixer_options_get_type),
17912         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
17913         (gst_alsa_mixer_options_new):
17914         * ext/alsa/gstalsamixeroptions.h:
17915         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
17916         * ext/alsa/gstalsamixertrack.h:
17917           Add enumerations (as GstMixerOptions). Make correct distinction
17918           between input/output tracks. Add capture/playback private flag.
17919           Use flag to decide on whether to set capture or playback volumes
17920           or switches. Use playback and record switches.
17921         * gst-libs/gst/mixer/Makefile.am:
17922         * gst-libs/gst/mixer/mixer-marshal.list:
17923         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
17924         (gst_mixer_set_option), (gst_mixer_get_option),
17925         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
17926         (gst_mixer_volume_changed), (gst_mixer_option_changed):
17927         * gst-libs/gst/mixer/mixer.h:
17928         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
17929         (gst_mixer_options_class_init), (gst_mixer_options_init),
17930         (gst_mixer_options_dispose):
17931         * gst-libs/gst/mixer/mixeroptions.h:
17932           Add GstMixerOptions.
17933         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17934           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
17935           broken device detection on computers with multiple OSS sound
17936           cards.
17937
17938 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17939
17940         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17941           fixate nicely even when the peer is not negotiating
17942
17943 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17944
17945         * gst/audioconvert/gstaudioconvert.c:
17946         (gst_audio_convert_parse_caps):
17947           make sure we don't allow depth > width
17948         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17949           fixate endianness to G_BYTE_ORDER as default
17950         * gst/audioscale/gstaudioscale.c:
17951           we don't handle another endianness as host-endianness
17952
17953 2004-05-25  David Schleef  <ds@schleef.org>
17954
17955         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
17956
17957 2004-05-24  Benjamin Otte  <otte@gnome.org>
17958
17959         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
17960         (gst_oggvorbisenc_setup):
17961           properly fail when we can't setup the vorbis encoder due to
17962           unsupported settings
17963         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
17964         (gst_vorbisenc_setup):
17965           same
17966         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17967           fix case where warnings occured when one pad was unlinked while the
17968           other's link function was called
17969
17970 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17971
17972         * gst/tcp/Makefile.am:
17973           use GST_ENABLE_NEW
17974
17975 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17976
17977         * gst-libs/gst/resample/private.h:
17978           don't use optimizations that are #if 0'ed
17979
17980 2004-05-24  Wim Taymans  <wim@fluendo.com>
17981
17982         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
17983         Fix potential division by zero error and hopefully get
17984         the position query right to get correct timestamps on avi
17985         audio.
17986
17987 2004-05-24  Wim Taymans  <wim@fluendo.com>
17988
17989         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
17990         (gst_videoscale_scale_nearest_str2),
17991         (gst_videoscale_scale_nearest_str4),
17992         (gst_videoscale_scale_nearest_32bit),
17993         (gst_videoscale_scale_nearest_24bit),
17994         (gst_videoscale_scale_nearest_16bit):
17995         Fix the scaling algorithm and avoid a buffer overflow.
17996         removed the while loop in the scaling function as it
17997         was used for point sampling only.
17998
17999 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18000
18001         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18002         (gst_id3_tag_class_init), (gst_id3_tag_init),
18003         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18004         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18005         (gst_id3_tag_send_tag_event):
18006           lots of fixes to make id3mux work and id3demux work correctly
18007
18008 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18009
18010         * ext/Makefile.am:
18011           add rules to build shout2send (was removed by accident
18012           when this module was no more marked experimental/broken)
18013
18014 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18015
18016         * ext/shout2/gstshout2.c:
18017         * ext/shout2/gstshout2.h:
18018           adding a "connection problem" signal to shout2send
18019           (fixes #142954)
18020
18021 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18022
18023         * ext/kio/kioreceiver.cpp:
18024         * ext/kio/kioreceiver.h:
18025           fix sign comparison issues
18026
18027 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18028
18029         * gst/cdxaparse/gstcdxaparse.c:
18030         * gst/cdxaparse/gstcdxaparse.h:
18031           some renaming
18032           add some checks/sanity
18033           prepare for seek addition
18034
18035         * sys/sunaudio/gstsunaudio.c:
18036           remove exported dupe init function
18037
18038 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18039
18040         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18041         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18042           Fix format conversion and position querying.
18043         * gst/debug/progressreport.c: (gst_progressreport_report):
18044           Don't output a bogus total value that we didn't query.
18045         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18046           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18047           only a blank window after xine has been used.
18048
18049 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18050
18051         * m4/as-arts.m4:
18052           sync with upstream version to fix test on FC2
18053           readd with -ko to preserve Id header
18054
18055 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18056
18057         * configure.ac:
18058           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18059         * gst/tcp/gsttcpclientsrc.c: idem
18060         * gst/tcp/gsttcpserversink.c: idem
18061         * gst/tcp/gsttcpserversrc.c: idem
18062         * m4/gst-fionread.m4: idem
18063
18064         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18065
18066         * configure.ac: enable speex plugin for speex 1.1.5+
18067         * ext/speex/gstspeexenc.c: fix cast warning
18068
18069         * ext/esd/README: fix typo
18070
18071 2004-05-20  David Schleef  <ds@schleef.org>
18072
18073         * configure.ac: Minor cosmetic change to convince the buildbot to
18074         reautogen.
18075         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18076         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18077         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18078         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18079         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18080         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18081         More hacking.  Plays audio now.
18082
18083 2004-05-20  David Schleef  <ds@schleef.org>
18084
18085         * configure.ac:
18086         * sys/Makefile.am:
18087
18088 2004-05-20  David Schleef  <ds@schleef.org>
18089
18090         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18091         * sys/osxaudio/gstosxaudio.c:
18092         * sys/osxaudio/gstosxaudioelement.c:
18093         * sys/osxaudio/gstosxaudioelement.h:
18094         * sys/osxaudio/gstosxaudiosink.c:
18095         * sys/osxaudio/gstosxaudiosink.h:
18096         * sys/osxaudio/gstosxaudiosrc.c:
18097         * sys/osxaudio/gstosxaudiosrc.h:
18098
18099 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18100
18101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18102         (gst_vorbisenc_chain):
18103           put the codec headers on the caps as streamheader as well as
18104           pushing them out
18105
18106 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18107
18108         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18109         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18110         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18111         split up push_packet into two functions
18112
18113 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18114
18115         * gst/tcp/.cvsignore:
18116           ignore enums
18117         * gst/tcp/Makefile.am:
18118         * gst/tcp/README:
18119         * gst/tcp/gsttcp.c:
18120         * gst/tcp/gsttcp.h:
18121         * gst/tcp/gsttcpclientsink.c:
18122         * gst/tcp/gsttcpclientsink.h:
18123         * gst/tcp/gsttcpclientsrc.c:
18124         * gst/tcp/gsttcpclientsrc.h:
18125         * gst/tcp/gsttcpplugin.c:
18126         * gst/tcp/gsttcpserversink.c:
18127         * gst/tcp/gsttcpserversink.h:
18128         * gst/tcp/gsttcpserversrc.c:
18129         * gst/tcp/gsttcpserversrc.h:
18130           add new tcp elements
18131
18132 2004-05-19  Wim Taymans  <wim@fluendo.com>
18133
18134         * gst/law/mulaw-conversion.c: (mulaw_encode):
18135         Fix overflow bug in ulaw encoding.
18136
18137 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18138
18139         * ext/mad/gstmad.c: (gst_mad_handle_event):
18140           don't unref the event twice
18141
18142 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18143
18144         * configure.ac:
18145           remove -Wno-sign-compare
18146
18147 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18148
18149         * configure.ac:
18150           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18151           if you want to work against glib 2.2 and 2.4
18152
18153 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18154
18155         * gst/tcp/Makefile.am:
18156         * gst/tcp/gsttcp.c:
18157         * gst/tcp/gsttcp.h:
18158         * gst/tcp/gsttcpsink.h:
18159         * gst/tcp/gsttcpsrc.h:
18160           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18161
18162 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18163
18164         * gst/debug/tests.c: (md5_get_value):
18165           fix segfault on gst-inspect
18166
18167 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18168
18169         * gst/debug/testplugin.c:
18170         * gst/debug/tests.c:
18171         * gst/debug/tests.h:
18172           add new extensible and configurable testing element. Current tests
18173           include buffer count, stream length, timestamp/duration matching and
18174           md5.
18175         * gst/debug/Makefile.am:
18176         * gst/debug/gstdebug.c: (plugin_init):
18177           add infrastructure for new element
18178
18179 2004-05-19  Johan Dahlin  <johan@gnome.org>
18180
18181         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18182         ending of the array. Fixes gst-inspect segfault on ppc.
18183
18184 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18185
18186         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18187
18188         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18189
18190 2004-05-18  David Schleef  <ds@schleef.org>
18191
18192         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18193         warnings (bugs, actually) noticed by gcc but not forte.
18194
18195 2004-05-18  David Schleef  <ds@schleef.org>
18196
18197         * sys/sunaudio/Makefile.am:
18198         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18199
18200 2004-05-18  David Schleef  <ds@schleef.org>
18201
18202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18203         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18204         to allow qtdemux to use non-seekable streams. (bug #142272)
18205
18206 2004-05-18  David Schleef  <ds@schleef.org>
18207
18208         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18209         (gst_resample_sinc_ft_float): Remove use of static temporary
18210         buffer.  This code was obviously not supposed to last long, but
18211         it's stuck in our ABI, so it required a little hack to make it
18212         ABI-compatible.  Fixes #142585.
18213         * gst-libs/gst/resample/resample.h: same.
18214
18215 2004-05-18  David Schleef  <ds@schleef.org>
18216
18217         * configure.ac: Add sunaudio
18218         * examples/Makefile.am: make gstplay depend on gconf
18219         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18220         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18221         (convert_table_lookup), (img_convert): remove c99-isms
18222         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18223           unsigned, to fix a warning on Solaris
18224         * gst/mpeg1sys/systems.c: bcopy->memcpy
18225         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18226         * sys/Makefile.am: Add sunaudio
18227
18228 2004-05-18  Wim Taymans  <wim@fluendo.com>
18229
18230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18231         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18232         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18233         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18234         (gst_ogg_mux_loop):
18235         Fix an ugly memleak where the muxer didn't flush enough ogg
18236         pages. This also resulted in badly muxed ogg files.
18237
18238 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18239
18240         * gst/asfdemux/asfheaders.c :
18241         * gst/asfdemux/asfheaders.h :
18242         * gst/asfdemux/gstasfdemux.c :
18243           - fix ASF_OBJ_PADDING guid
18244           - add 3 new object guids (language list, metadata,
18245             extended stream properties)
18246           - add a function to parse extended header objects
18247
18248 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18249
18250         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18251           remove leftover debugging g_print
18252
18253 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18254
18255         * ext/mad/gstmad.c: (gst_mad_handle_event):
18256           Fix for when the first format in a discont event is not a
18257           byte-based one. Should fix #137710.
18258
18259 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18260
18261         * m4/a52.m4 : fix compilation with -Wall -Werror
18262         * m4/libfame.m4 : idem
18263         * m4/libmikmod.m4 : idem
18264
18265 2004-05-17  Benjamin Otte  <otte@gnome.org>
18266
18267         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18268           signal the new tags before giving up the reference
18269
18270 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18271
18272         * ext/shout2/gstshout2.c:
18273           use application/ogg instead of application/x-ogg (patch by Patrick
18274           Guimond, fixes #142432)
18275         * sys/oss/gstosselement.c: (gst_osselement_reset),
18276         (gst_osselement_sync_parms):
18277           don't set fragment size unless specified (fixes #142493)
18278
18279 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18280
18281         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18282           fixes #142664
18283
18284 2004-05-17  Benjamin Otte  <otte@gnome.org>
18285
18286         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18287           compute offsets correctly for internal buffers so timestamps are set
18288           correctly when we can't seek. Also handle cases where there are no
18289           offsets. (based on a patch by David Moore, fixes #142507)
18290
18291 2004-05-17  Benjamin Otte  <otte@gnome.org>
18292
18293         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18294           use correct variable when determining amount of data to skip so we
18295           don't skip into the void and segfault
18296
18297 2004-05-16  Benjamin Otte  <otte@gnome.org>
18298
18299         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18300           Hi, I'm a memleak
18301
18302 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18303
18304         * gst/asfdemux/gstasfdemux.c:
18305           - fix a mem leak and always propagate tags
18306           - add WMV3 to known video codecs (but no decoder yet)
18307           - replace "surplus data" at end of audio header for what
18308             it is : codec specific data
18309           - fix a typo
18310
18311 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18312
18313         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18314
18315         * gst-libs/gst/audio/audioclock.c:
18316           Fix wrong return type (#142205).
18317
18318 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18319
18320         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18321           Ignore CRCs by default (fixes #142566).
18322
18323 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18324
18325         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18326         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18327         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18328         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18329         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18330         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18331           Fix for cases where we fail to attach to a mixer.
18332
18333 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18334
18335         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18336           Don't touch events after not owning them anymore.
18337         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18338         (gst_wavparse_fmt), (gst_wavparse_other),
18339         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18340         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18341         (gst_wavparse_srcpad_event):
18342         * gst/wavparse/gstwavparse.h:
18343           Add seeking, fix querying.
18344
18345 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18346
18347         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18348           - process comments even if they don't end with \0\0
18349             g_convert would ignore them if present and works well without them
18350
18351 2004-05-16  Benjamin Otte  <otte@gnome.org>
18352
18353         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18354           simplify caps
18355
18356 2004-05-16  Benjamin Otte  <otte@gnome.org>
18357
18358         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18359           don't write to memory we might not write to - g_convert does that
18360           for us anyway (fixes #142613)
18361         (gst_asf_demux_audio_caps):
18362           comment out gst_util_dump_mem
18363
18364 2004-05-16  Benjamin Otte  <otte@gnome.org>
18365
18366         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18367           compute correct expected timestamps after seek (broken since
18368           last commit)
18369         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18370           rename element and debugging category to gdkpixbufscale
18371
18372 2004-05-16  Benjamin Otte  <otte@gnome.org>
18373
18374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18375           add error checking to snd_pcm_delay and remove duplicate call to
18376           snd_pcm_delay that caused issues (see inline code comments)
18377         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18378           make more readable and fix return value when snd_pcm_delay fails
18379         (fixes #142586)
18380
18381 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18382         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18383         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18384         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18385         (gst_pixbufscale_link), (gst_pixbufscale_init),
18386         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18387         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18388         (gst_pixbufscale_get_property), (pixbufscale_init):
18389         * ext/gdk_pixbuf/pixbufscale.h:
18390         Add these files I forgot earlier
18391
18392 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18393         * ext/gdk_pixbuf/Makefile.am:
18394         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18395         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18396         Add new pixbufscale element to scale RGB video
18397         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18398         and HYPER interpolation correctly.
18399         * ext/theora/theoraenc.c: (theora_enc_chain),
18400         Discard buffer and return if explicit caps could not be set
18401         (theora_enc_get_property):
18402         Make _get return kbps for the bitrate consistent with
18403         the _set function.
18404
18405
18406 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18407
18408         * ext/libvisual/visual.c: (gst_visual_chain):
18409           add missing visual_audio_analyze
18410
18411 2004-05-14  David Schleef  <ds@schleef.org>
18412
18413         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18414         is killed while we're playing.
18415         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18416         gst_element_no_more_pads().
18417
18418 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18419
18420         * gst-libs/gst/riff/riff-read.c :
18421           - fix INFO tag extraction in RIFF/AVI files
18422             because gst_event_unref (event) also freed taglist
18423           - avoid a mem leak
18424
18425 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18426
18427         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18428         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18429
18430         * gst/auparse/gstauparse.c :
18431           - add code (commented for now) to support audio/x-adpcm on src pad
18432             (we have no decoder for those layout yet)
18433
18434         * gst/cdxaparse/gstcdxaparse.c :
18435         * gst/cdxaparse/gstcdxaparse.h :
18436           - partial rewrite using RiffRead (ripped iain's wavparse code)
18437
18438         * gst/rtp/gstrtpL16enc.c : typo
18439         * gst/rtp/gstrtpgsmenc.c : typo
18440
18441 2004-05-13  Benjamin Otte  <otte@gnome.org>
18442
18443         * configure.ac:
18444           check for exact version of libvisual, it's not supposed to be
18445           API/ABI stable yet
18446
18447 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18448
18449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18450           signal no-more-pads
18451
18452 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18453
18454         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18455         Report which format was used for GST_FORMAT_DEFAULT
18456         * gst/debug/Makefile.am:
18457         * gst/debug/gstdebug.c: (plugin_init):
18458         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18459         (gst_progressreport_class_init), (gst_progressreport_init),
18460         (gst_progressreport_report), (gst_progressreport_set_property),
18461         (gst_progressreport_get_property), (gst_progressreport_chain),
18462         (gst_progressreport_plugin_init):
18463         Add progressreport element for testing.
18464
18465 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18466
18467         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18468         * sys/v4l/gstv4lsrc.h:
18469         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18470         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18471         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18472         (gst_v4lsrc_grab_frame):
18473           add more debugging
18474           send a discont at start
18475
18476 2004-05-12  Colin Walters  <walters@redhat.com>
18477
18478         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18479         inflooping if we can't find a chunk.  Or in other words, don't blow
18480         chunks if we don't have a chunk to blow.
18481
18482 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18483         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18484         Remove old debug output
18485         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18486         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18487         (gst_dvdec_set_property), (gst_dvdec_get_property):
18488         Change the quality setting to an enum, so it works from gst-launch
18489         Don't renegotiate a non-linked pad. Allows audio only decoding.
18490         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18491         (gst_deinterlace_link), (gst_deinterlace_init):
18492         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18493         (gst_videodrop_link):
18494         Some caps negotiation fixes
18495
18496 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18497
18498         * ext/tarkin/gsttarkin.c :
18499           - Change RANK from NONE to PRIMARY
18500         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18501           - Change RANK from NONE to MARGINAL
18502         * ext/divx/gstdivxenc.c :
18503           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18504
18505 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18506
18507         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18508         (gst_vorbisenc_push_packet):
18509           copy a function that was added between 1.0 and 1.0.1 until we
18510           depend on worthwhile features of post-1.0
18511
18512 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18513
18514         * configure.ac:
18515           enable shout2 by default
18516         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18517         (gst_shout2send_base_init), (gst_shout2send_init),
18518         (gst_shout2send_connect), (gst_shout2send_change_state):
18519         * ext/shout2/gstshout2.h:
18520           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18521           #142262)
18522         * ext/theora/theora.c: (plugin_init):
18523           don't set rank on encoders
18524
18525 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18526
18527         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18528           Use codec_data property instead of flag1 and flag2 for wma
18529
18530 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18531
18532         * gst/cdxaparse/gstcdxaparse.c :
18533           - Add mpegversion to CAPS to make it link
18534           - Rank is as GST_RANK_SECONDARY instead of NONE
18535         * gst/auparse/gstauparse.c :
18536           - Document all audio encoding we can encounter from Solaris 9
18537             headers and libsndfile information.
18538           - Increase max. rate from 48000 to 192000 (to match other elements)
18539           - Don't try to play junk data between header and samples
18540
18541 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18542
18543         * ext/libvisual/visual.c: (gst_visual_getcaps):
18544           use the right caps depending on endianness (I hope)
18545         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18546           use GST_RANK_NONE for all non-decoding elements or spider gets
18547           mighty confused
18548
18549 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18550
18551         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18552           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18553
18554 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18555
18556         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18557         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18558         (gst_switch_loop), (gst_switch_get_type):
18559           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18560           HEADERS. Had to be said.
18561
18562 2004-05-10  David Schleef  <ds@schleef.org>
18563
18564         * configure.ac: Add prototype Dirac support.
18565         * ext/Makefile.am:
18566         * ext/dirac/Makefile.am:
18567         * ext/dirac/gstdirac.cc:
18568         * ext/dirac/gstdiracdec.cc:
18569
18570 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18573         (gst_auparse_init), (gst_auparse_chain),
18574         (gst_auparse_change_state):
18575           Hack around spider. Remove me some day please.
18576
18577 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18578
18579         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18580           Fix for some uninitialized variables in previous patch, also
18581           makes it work. Fixes #142286 while we're at it.
18582
18583 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18584
18585         * gst/auparse/gstauparse.c:
18586                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18587                 only unsupported formats are ADPCM/CCITT G.72x
18588                 reviewed by Ronald
18589         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18590
18591 2004-05-10  Wim Taymans  <wim@fluendo.com>
18592
18593         * ext/vorbis/Makefile.am:
18594         * ext/vorbis/README:
18595         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18596         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18597         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18598         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18599         (gst_oggvorbisenc_convert_sink),
18600         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18601         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18602         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18603         (get_constraints_string), (update_start_message),
18604         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18605         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18606         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18607         * ext/vorbis/oggvorbisenc.h:
18608         * ext/vorbis/vorbis.c: (plugin_init):
18609         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18610         (raw_caps_factory), (gst_vorbisenc_class_init),
18611         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18612         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18613         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18614         * ext/vorbis/vorbisenc.h:
18615         Added a raw vorbis encoder to be used with the oggmuxer.
18616         We still need the old encoder for some gnome applications,
18617         read the README to find out how that works.
18618         The raw encoder is called "rawvorbisenc" until 0.9.
18619
18620 2004-05-10  Wim Taymans  <wim@fluendo.com>
18621
18622         * ext/ogg/gstogg.c: (plugin_init):
18623         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18624         (gst_ogg_print):
18625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18626         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18627         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18628         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18629         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18630         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18631         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18632         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18633         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18634         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18635         Added an ogg muxer.
18636         Small typo fixes in the demuxer.
18637
18638 2004-05-10  Wim Taymans  <wim@fluendo.com>
18639
18640         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18641         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18642         (theora_enc_change_state), (theora_enc_set_property),
18643         (theora_enc_get_property):
18644         Mark the last packet with an EOS flag which is not really needed
18645         in gstreamer.
18646         Do some better video framerate initialisation.
18647         Update the buffer timestamp.
18648
18649 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18650
18651         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18652         Return the result of the parent state change call
18653
18654 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18655
18656         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18657         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18658         * gst/law/alaw-encode.c : (idem)
18659         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18660         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18661         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18662
18663 2004-05-09  Benjamin Otte  <otte@gnome.org>
18664
18665         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18666           don't use a fixed buffer size when writing variable length data to
18667           it. Fixes memory corruption and makes alsasrc work
18668
18669 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * ext/gnomevfs/gstgnomevfssink.c:
18672         (_gst_boolean_allow_overwrite_accumulator),
18673         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18674           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18675           RUN_LAST, and don't use that to set the accumulator value because
18676           then it's always FALSE.
18677
18678 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18679
18680         * gst-libs/gst/riff/riff-media.c:
18681         (gst_riff_create_video_caps_with_data),
18682         (gst_riff_create_audio_caps),
18683         (gst_riff_create_audio_template_caps):
18684         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18685           Fix for unaligned RIFF files (i.e. where all the chunks together
18686           in a LIST chunk are not of the same size as the size given in
18687           the LIST chunk header). Fixes several odd WAVE files. Also fix
18688           ADPCM (block_align property) in audio, so that wavparse based
18689           on this works now as it used to stand-alone.
18690
18691 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18692
18693         reviewed by Benjamin Otte  <otte@gnome.org>
18694
18695         * ext/a52dec/gsta52dec.c:
18696         * ext/divx/gstdivxdec.c:
18697         * ext/divx/gstdivxenc.c:
18698         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18699         * ext/faac/gstfaac.c: (gst_faac_base_init):
18700         * ext/faad/gstfaad.c: (gst_faad_base_init):
18701         * ext/ivorbis/vorbisfile.c:
18702         * ext/lame/gstlame.c:
18703         * ext/libfame/gstlibfame.c:
18704         * ext/mpeg2enc/gstmpeg2enc.cc:
18705         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18706         * ext/sidplay/gstsiddec.cc:
18707         * ext/speex/gstspeexdec.c:
18708         * ext/speex/gstspeexenc.c:
18709         * ext/xvid/gstxviddec.c:
18710         * ext/xvid/gstxvidenc.c:
18711           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18712           (fixes #142193)
18713
18714 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18715
18716         * ext/alsa/gstalsa.c: (device_list),
18717         (gst_alsa_class_probe_devices):
18718         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18719           Fix alsa oddness in mixer after the combination of using mixer
18720           in source/sink elements and using hw:x,y instead of just hw:x.
18721
18722 2004-05-09  Benjamin Otte  <otte@gnome.org>
18723
18724         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
18725         (gst_wavparse_create_sourcepad):
18726           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
18727           sourcepads
18728
18729 2004-05-09  Benjamin Otte  <otte@gnome.org>
18730
18731         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
18732           allow discont events before caps nego
18733
18734 2004-05-08  Benjamin Otte  <otte@gnome.org>
18735
18736         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
18737           don't leak events
18738
18739 2004-05-08  Benjamin Otte  <otte@gnome.org>
18740
18741         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
18742         (gst_level_change_state), (gst_level_init):
18743         * gst/level/gstlevel.h:
18744           figure out if we're initialized directly instead of keeping a
18745           variable that's wrong in 90% of cases
18746           don't initialize pads and then leak them and use a new unitialized
18747           pad. (fixes #142084)
18748           these were bugs so n00bish I didn't find them for an hour :/
18749
18750 2004-05-08 Iain <iain@prettypeople.org>
18751
18752         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
18753         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
18754         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
18755         return the length that was read.
18756         (gst_riff_read_strf_auds): Allow fmt tags as well.
18757
18758 2004-05-07  David Schleef  <ds@schleef.org>
18759
18760         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
18761         signed char assumption in faad.h.
18762
18763 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
18766           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
18767
18768 2004-05-07  Colin Walters  <walters@redhat.com>
18769
18770         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
18771         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
18772         function.
18773         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
18774         Add dispose function.
18775
18776 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
18777         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
18778           Fix caps nego and pad templates. RGB mode caps should
18779           work now.
18780         * ext/dvdnav/gst-dvd:
18781           Move mpeg2dec inside the thread because otherwise the
18782           queue rejects cap changes mid-stream
18783         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
18784         (gst_mpeg2dec_flush_decoder):
18785           For mpeg2dec > 0.4.0, call the flush function instead of
18786           manually extracting all in-flight frames.
18787         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
18788         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
18789           Change mime type video/dv go video/x-dv to match the
18790           rest of gst-plugins
18791
18792 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18795         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
18796         (gst_alsa_sink_class_init):
18797         * ext/alsa/gstalsasink.h:
18798         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
18799         (gst_alsa_src_class_init):
18800         * ext/alsa/gstalsasrc.h:
18801           Make alsasink/src a subclass of alsamixer so that mixer stuff
18802           shows up in gst-rec. Needs some finetuning.
18803
18804 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18805
18806         * ext/lame/gstlame.c: (gst_lame_chain):
18807           simplify
18808         * ext/mad/gstmad.c: (gst_mad_handle_event):
18809           fix event leak
18810         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
18811           be able to detect mp3 files < 4096 bytes
18812
18813 2004-05-06  Wim Taymans  <wim@fluendo.com>
18814
18815         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18816         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18817         (theora_enc_set_property), (theora_enc_get_property):
18818         Also encode the first frame, cleanup some code.
18819
18820 2004-05-06  Wim Taymans  <wim@fluendo.com>
18821
18822         * ext/mpeg2enc/gstmpeg2enc.cc:
18823         Forward events first before deciding that negotiation was
18824         not performed.
18825
18826 2004-05-06  Wim Taymans  <wim@fluendo.com>
18827
18828         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
18829         First process the events before deciding that negotiation
18830         was not performed.
18831
18832 2004-05-06  Wim Taymans  <wim@fluendo.com>
18833
18834         * ext/theora/Makefile.am:
18835         * ext/theora/theora.c: (plugin_init):
18836         * ext/theora/theoradec.c: (theora_dec_change_state):
18837         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
18838         (gst_theora_enc_class_init), (gst_theora_enc_init),
18839         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
18840         (theora_enc_chain), (theora_enc_change_state),
18841         (theora_enc_set_property), (theora_enc_get_property):
18842         Added a theora encoder, grouped the encoder and decoder into the
18843         same plugin.
18844
18845 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18846
18847         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
18848         (gst_jpegenc_chain):
18849         fix DURATION on outgoing buffers
18850         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
18851         debug using time formats
18852         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
18853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
18854         (gst_xvimagesink_sink_link):
18855         windows with width/height 0 generate X errors, so don't allow them
18856
18857 2004-05-05  Wim Taymans  <wim@fluendo.com>
18858
18859         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
18860         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
18861         (gst_mpeg2dec_negotiate_format):
18862         * ext/mpeg2dec/gstmpeg2dec.h:
18863           removed the static pad template so that we can add the
18864           more accurate framerate value to the caps.
18865
18866
18867 2004-05-04  Benjamin Otte  <otte@gnome.org>
18868
18869         * configure.ac:
18870           check for kdemacros.h, too (should fix #141821)
18871         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
18872           don't crash if no header was sent, but nicely error out (fixes part
18873           of #141554)
18874
18875 2004-05-04  Wim Taymans  <wim@fluendo.com>
18876
18877         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
18878         parent dispose function to avoid segfault on destroy.
18879
18880 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18881
18882         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
18883         (plugin_init):
18884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18885         (gst_xvimagesink_sink_link):
18886         clean up debugging caps
18887         also recreate xvimage when format has changed
18888
18889 2004-05-04  Benjamin Otte  <otte@gnome.org>
18890
18891         * ext/libvisual/Makefile.am:
18892         * ext/libvisual/visual.c: (gst_visual_class_init),
18893         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
18894         (gst_visual_srclink), (gst_visual_chain),
18895         (gst_visual_change_state), (plugin_init):
18896           use a GstAdapter to correctly adapt buffer sizes - allows using a
18897           framerate
18898
18899 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18900
18901         * sys/v4l/gstv4lelement.h:
18902         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
18903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
18904         (gst_v4lsrc_buffer_free):
18905         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
18906         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
18907         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
18908         (gst_v4lsrc_requeue_frame):
18909         move some debugging categories around
18910         query for fps index and set accordingly if found
18911
18912 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18913
18914         * ext/lame/gstlame.c:
18915         correct defaults that lame_init puts out of range
18916
18917 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18918
18919         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
18920         (gst_divxenc_class_init):
18921         fix range since -1 is the default
18922         * gst/mpeg1sys/gstmpeg1systemencode.c:
18923         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
18924         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
18925         (gst_rtjpegdec_chain):
18926         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
18927         (gst_rtjpegenc_chain):
18928         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
18929         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
18930         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
18931         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
18932         * sys/v4l/gstv4lsrc.c:
18933         * sys/v4l/v4l_calls.c: (gst_v4l_open):
18934         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18935         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18936         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
18937         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
18938           remove gst_info calls
18939
18940 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18941
18942         * Makefile.am:
18943         * po/af.po:
18944         * po/az.po:
18945         * po/en_GB.po:
18946         * po/nl.po:
18947         * po/sr.po:
18948         * po/sv.po:
18949           Updated translations
18950
18951 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18952
18953         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
18954           refactor/comment code
18955
18956 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18957
18958         * gst/asfdemux/Makefile.am:
18959         * gst/asfdemux/asfheaders.c:
18960         * gst/asfdemux/asfheaders.h:
18961         * gst/asfdemux/gstasf.c: (plugin_init):
18962         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
18963         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
18964         (gst_asf_demux_setup_pad):
18965         * gst/asfdemux/gstasfdemux.h:
18966         * gst/asfdemux/gstasfmux.c:
18967         * gst/asfdemux/gstasfmux.h:
18968           Add tagging support to demuxer, split out registration in its own
18969           file instead of in demux (hacky), and prevent having some tables
18970           in our memory multiple times (in asfheaders.h).
18971
18972 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18973
18974         * gst/matroska/matroska-demux.c:
18975         (gst_matroska_demux_parse_metadata):
18976         * gst/matroska/matroska-ids.h:
18977           Basic tag reading support.
18978
18979 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18980
18981         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
18982           Really detect ac-3 audio.
18983         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
18984           really detect matroska files (off-by-1).
18985
18986 2004-04-30  David Schleef  <ds@schleef.org>
18987
18988         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18989         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
18990         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
18991         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
18992         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
18993         hackage -- parse a lot more atoms, extract a few tags.  One might even
18994         mistake this for tag support.  Maybe it is.
18995         * gst/qtdemux/qtdemux.h:
18996
18997 2004-04-30  Colin Walters  <walters@verbum.org>
18998
18999         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19000
19001 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19002
19003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19004         (gst_ffmpegcolorspace_getcaps):
19005           remove broken nego fix
19006
19007 2004-04-30  Benjamin Otte  <otte@gnome.org>
19008
19009         * configure.ac:
19010         * ext/Makefile.am:
19011         * ext/libvisual/Makefile.am:
19012         * ext/libvisual/visual.c:
19013           add initial support for libvisual (http://libvisual.sourceforge.net)
19014           libvisual is still quite alpha, so expect crashes in there :)
19015
19016 2004-04-29  David Schleef  <ds@schleef.org>
19017
19018         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19019         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19020         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19021         code; you will no longer respect me.
19022
19023 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19024
19025         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19026         * ext/alsa/gstalsa.h :
19027         change alsa pcm device discovery to find more than 1 device
19028         per card. code review by Ronald.
19029
19030 2004-04-29  David Schleef  <ds@schleef.org>
19031
19032         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19033         Add a check for a driver bug on FreeBSD.  (bug #140565)
19034
19035 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19036
19037         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19038         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19039         (gst_jpegenc_getcaps):
19040           move format setting to inner loop
19041         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19042         (gst_ffmpegcolorspace_getcaps):
19043           use GST_PAD_CAPS if available so that we use already negotiated
19044           caps
19045         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19046         (qtdemux_parse_moov), (qtdemux_parse):
19047           extra debugging
19048         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19049         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19050           move hardcoded path to DEFINE
19051
19052 2004-04-28  David Schleef  <ds@schleef.org>
19053
19054         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19055         (bug #140064)
19056
19057 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19060           Don't probe for playback device if we're a source element. Fixes
19061           #139658.
19062
19063 2004-04-29  Benjamin Otte  <otte@gnome.org>
19064
19065         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19066         (gst_id3_tag_chain):
19067           rewrite buffer offset
19068
19069 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19070
19071         * configure.ac:
19072         * ext/Makefile.am:
19073         * ext/dts/Makefile.am:
19074         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19075         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19076         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19077         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19078         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19079         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19080         (plugin_init):
19081         * ext/dts/gstdtsdec.h:
19082           New DTS decoder.
19083         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19084         (gst_faad_srcconnect):
19085           Add ESDS atom handling (.m4a).
19086
19087 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19088
19089         * ext/divx/gstdivxdec.c: (plugin_init):
19090           Remove comment that makes no sense.
19091         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19092           Fix for obvious typo that resulted in warnings during gst-register.
19093         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19094         (gst_xviddec_sink_link):
19095           Fix caps negotiation a bit better.
19096         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19097           We call this 'codec_data', not 'esds'.
19098
19099 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19100
19101         * gst/monoscope/gstmonoscope.c:
19102           make sure we only provide 256x128
19103         * gst/monoscope/monoscope.c: (monoscope_init):
19104           assert size of 256x128
19105
19106 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19107
19108         * Makefile.am:
19109         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19110         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19111           fixate to max width and height of device
19112
19113 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19114
19115         * Makefile.am:
19116         * sys/v4l/gstv4l.c:
19117         * sys/v4l/gstv4lsrc.c:
19118         * sys/v4l/v4l_calls.c:
19119         * sys/v4l/v4lsrc_calls.c:
19120           fix for qc-usb driver which fakes having more than one buffer
19121           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19122           buffer_free override
19123           add debugging
19124
19125 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19126
19127         * Makefile.am:
19128         * gst/videotestsrc/gstvideotestsrc.c:
19129         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19130         (gst_videotestsrc_init), (gst_videotestsrc_get),
19131         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19132         * gst/videotestsrc/gstvideotestsrc.h:
19133           add num-buffers property
19134
19135         2004-04-26  Benjamin Otte  <otte@gnome.org>
19136
19137         * ext/mad/gstid3tag.c: (plugin_init):
19138           set id3mux rank to NONE so it doesn't confuse spider
19139           require audio/mpeg,mpegversion=1 in id3mux
19140
19141 2004-04-26  Benjamin Otte  <otte@gnome.org>
19142
19143         * configure.ac:
19144           detect faad correctly as non-working if it's indeed non-working
19145
19146 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19147
19148         * Makefile.am:
19149         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19150         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19151         fix _getcaps so it only negotiates to its supported format
19152
19153 2004-04-25  Benjamin Otte  <otte@gnome.org>
19154
19155         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19156           fix memleak
19157
19158 2004-04-23  Benjamin Otte  <otte@gnome.org>
19159
19160         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19161           audio/x-raw-int with height rules! not. Now it's depth.
19162
19163 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19164
19165         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19166         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19167         (gst_wavparse_loop):
19168           Missing variable initialization. Add handling of DVI ADPCM. Fix
19169           mis-parsing of LIST chunks. This works around a bug where we mis-
19170           parse non-aligning LIST chunks (so LIST chunks where the contents
19171           don't align with the actual LIST size). The correct fix is to use
19172           rifflib, I'm not going to fix wavparse - too much work. All this
19173           fixes #104878.
19174
19175 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19176
19177         reviewed by Benjamin Otte  <otte@gnome.org>
19178
19179         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19180           fix shoutcast not working (fixes #140844)
19181
19182 2004-04-22  Benjamin Otte  <otte@gnome.org>
19183
19184         * ext/hermes/gsthermescolorspace.c:
19185         (gst_hermes_colorspace_caps_remove_format_info):
19186         * gst/colorspace/gstcolorspace.c:
19187         (gst_colorspace_caps_remove_format_info):
19188         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19189         (gst_ffmpegcolorspace_caps_remove_format_info):
19190           s/gst_caps_simplify/gst_caps_do_simplify/
19191
19192 2004-04-22  Benjamin Otte  <otte@gnome.org>
19193
19194         * gst-libs/gst/riff/riff-media.c:
19195         (gst_riff_create_video_caps_with_data):
19196           mpegversion is an int
19197         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19198           don't try to create pad templates with NULL caps, use any caps
19199           instead.
19200
19201 2004-04-20  David Schleef  <ds@schleef.org>
19202
19203         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19204         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19205         (bug #140384)
19206
19207 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19208
19209         reviewed by David Schleef
19210
19211         * ext/mad/gstid3tag.c: Add stdlib.h
19212         * gst/rtp/gstrtpgsmenc.c: same
19213         * gst/tags/gstid3tag.c: same
19214         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19215         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19216         GST_DISABLE_LOADSAVE use.
19217         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19218         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19219         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19220         atol(3)).
19221         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19222         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19223         strtoul(3)).
19224         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19225         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19226         $(ID3_CFLAGS).
19227         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19228         $(LIBFAME_CFLAGS).
19229
19230 2004-04-20  David Schleef  <ds@schleef.org>
19231
19232         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19233         last checkin.  Same idea.
19234
19235 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19236
19237         reviewed by David Schleef
19238
19239         * configure.ac: bump required gstreamer version to 0.8.1.1
19240         because of following changes [--ds]
19241
19242         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19243         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19244         (gst_riff_read_header):  Use GST_READ_UINT*
19245         macros to access possibly unaligned memory.
19246
19247         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19248         (mp3_type_find):  Use GST_READ_UINT*
19249         macros to access possibly unaligned memory.
19250         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19251         (speex_type_find): Likewise
19252
19253         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19254
19255         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19256         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19257         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19258         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19259         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19260         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19261         macros to access possibly unaligned memory.
19262
19263         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19264         Likewise.
19265
19266         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19267         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19268
19269         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19270         Likewise.
19271
19272         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19273         (gst_mpeg2subt_chain_subtitle): Likewise.
19274
19275         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19276         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19277         Likewise.
19278
19279         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19280         Likewise.
19281
19282         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19283         Likewise.
19284
19285         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19286         Likewise.
19287
19288 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19289
19290         * configure.ac:
19291           update required version of GStreamer because of GST_TIME_FORMAT
19292
19293 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19294
19295         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19296           remove leftover g_print
19297         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19298           don't try setting only a subset of the caps. We don't want to kill
19299           autoplugging on purpose
19300
19301 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19302
19303         * sys/ximage/ximagesink.c: (plugin_init):
19304         * sys/xvimage/xvimagesink.c: (plugin_init):
19305           add debugging categories
19306
19307 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * po/en_GB.po:
19310         * po/LINGUAS:
19311           Adding en_GB translation (Gareth Owen)
19312
19313 2004-04-20  David Schleef  <ds@schleef.org>
19314
19315         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19316         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19317         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19318         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19319         A number of new features and hacks to extract the esds atom and
19320         put it into the caps.  (bug #137724)
19321
19322 2004-04-19  David Schleef  <ds@schleef.org>
19323
19324         * gconf/Makefile.am: Fix for non-GNU make
19325         * gst-libs/gst/Makefile.am: Change directory order to handle
19326         GstPlay linking with gstinterfaces
19327         * gst-libs/gst/audio/make_filter: make use of tr portable
19328         * gst-libs/gst/play/Makefile.am: Add intended \
19329         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19330         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19331         function prototype instead of void *.
19332         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19333         macro.
19334         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19335         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19336         * gst/videofilter/make_filter: make use of tr portable
19337         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19338
19339 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19340
19341         * po/LINGUAS:
19342         * po/uk.po:
19343           Added Ukrainian translation (Maxim V. Dziumanenko)
19344
19345 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19346
19347         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19348         (gst_gsmdec_link), (gst_gsmdec_chain):
19349           Fix capsnego, simplify chain function slightly.
19350         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19351           Add GSM.
19352
19353 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19354
19355         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19356         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19357         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19358           Hack to make wavparse work with spider (always -> sometimes pad).
19359           Fixes #135862 && #140411.
19360
19361 2004-04-18  Benjamin Otte  <otte@gnome.org>
19362
19363         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19364         (gst_osselement_rate_probe_check),
19365         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19366           get rid of \n in debug output
19367
19368 2004-04-17  Iain <iain@prettypeople.org>
19369
19370         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19371         not just EOS.
19372
19373 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19374
19375         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19376         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19377         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19378         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19379         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19380         (gst_id3_tag_change_state), (plugin_init):
19381           deprecate id3tag element and replace with id3demux/id3mux.
19382           great side effect: this ugly file is now even uglier, yay!
19383         * ext/mad/gstmad.h:
19384           remove non-available function
19385           update for new get_type
19386
19387 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19388
19389         * configure.ac:
19390           require mpeg2dec >= 0.4.0
19391
19392 2004-04-17  Benjamin Otte  <otte@gnome.org>
19393
19394         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19395         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19396         (gst_xvimagesink_set_xwindow_id):
19397           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19398           assorted cleanup fixes.
19399
19400 2004-04-16  David Schleef  <ds@schleef.org>
19401
19402         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19403         * sys/xvimage/xvimagesink.h: same
19404
19405 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19406
19407         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19408           Fix GST_ELEMENT_ERROR with (NULL)
19409
19410 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19411
19412         * gst-libs/gst/riff/riff-media.c:
19413         (gst_riff_create_video_caps_with_data):
19414           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19415
19416 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19417
19418         * gst-libs/gst/riff/riff-media.c:
19419         (gst_riff_create_video_caps_with_data),
19420         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19421         (gst_riff_create_video_template_caps),
19422         (gst_riff_create_audio_template_caps):
19423         * gst-libs/gst/riff/riff-media.h:
19424         * gst-libs/gst/riff/riff-read.c:
19425         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19426         * gst-libs/gst/riff/riff-read.h:
19427         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19428           Add MS RLE support. I added some functions to read out strf chunks
19429           into strf chunks and the data behind it. This is usually color
19430           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19431           caps creation. Lastly, add ADPCM (similar to wavparse - which
19432           should eventually be rifflib based).
19433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19434         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19435         * gst/matroska/matroska-demux.h:
19436           Remove placeholders for some prehistoric tagging system. Didn't add
19437           support for any tag system really anyway.
19438         * gst/qtdemux/qtdemux.c:
19439           Add support for audio/x-m4a (MPEG-4) through spider.
19440         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19441         (gst_wavparse_loop):
19442           ADPCM support (#135862). Increase max. buffer size because we
19443           cannot split buffers for ADPCM (screws references) and I've seen
19444           files with 2048 byte chunks. 4096 seems safe for now.
19445
19446 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19447
19448         * configure.ac: bump nano to 1
19449
19450 === release 0.8.1 ===
19451
19452 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19453
19454         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19455
19456 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19457
19458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19459           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19460           Fixes #140058
19461
19462 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19463
19464         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19465           lower rank of dvddemux so that it's not used for mpeg playback.
19466
19467 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19468
19469         * configure.ac:
19470           save libs correctly when checking mad
19471
19472 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19473
19474         * ext/mad/gstid3tag.c: (plugin_init):
19475           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19476
19477 2004-04-13  David Schleef  <ds@schleef.org>
19478
19479         * common/m4/gst-feature.m4: Call -config scripts with
19480         --plugin-libs if it is supported.
19481         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19482         JPEG images are image/jpeg.
19483         * gst/debug/Makefile.am:
19484         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19485         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19486         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19487         (gst_negotiation_plugin_init): Add a property that acts like
19488         filter caps.
19489         * testsuite/gst-lint:  Move license checking to be a standard
19490         test.
19491
19492 2004-04-13  David Schleef  <ds@schleef.org>
19493
19494         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19495         patch from Sebastien Cote (bug #139958)
19496
19497 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19498
19499         * examples/gstplay/Makefile.am:
19500         * examples/gstplay/player.c: (main):
19501           make the commandline player example use gconf settings
19502
19503 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19506         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19507         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19508           init/end library during state transition, not object
19509           creation/disposal.  get rid of custom dispose handler.
19510
19511
19512 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19513
19514         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19515         be a symlink
19516
19517 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19518
19519         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19520           Handle JUNK chunks inside data section. Prevents warnings.
19521
19522 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19523
19524         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19525         (gst_riff_create_video_template_caps):
19526           Add MS video v1.
19527         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19528         (gst_avi_demux_stream_data):
19529           Add support for "rec-list" chunks.
19530
19531 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19532
19533         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19534           Fix another codecname mismatch.
19535
19536 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19537
19538         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19539           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19540           so that MJPEG plays back.
19541
19542 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19543
19544         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19545         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19546         * gst/mpeg1videoparse/gstmp1videoparse.h:
19547           Fix for some slight mis-cuts in buffer parsing, and for some
19548           potential overflows or faults-causers. Adds disconts. Also fixes
19549           #139105 while we're at it.
19550
19551 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19552
19553         * configure.ac:
19554         * sys/v4l2/gstv4l2element.h:
19555           Workaround for missing struct v4l2_buffer declaration in Suse 9
19556           and Mandrake 10 linux/videodev2.h header file (#135919).
19557
19558 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19561           Bail out if no filename was given.
19562
19563 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19564
19565         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19566         (gst_v4l2_fourcc_from_structure):
19567           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19568           Y41B somewhere).
19569
19570 2004-04-09  Benjamin Otte  <otte@gnome.org>
19571
19572         * ext/gnomevfs/gstgnomevfssink.c:
19573         (_gst_boolean_allow_overwrite_accumulator),
19574         (gst_gnomevfssink_class_init):
19575           fix erase signal - if any handler returns false the file will not be
19576           overwritten. If no handler is connected, the file will not be
19577           overwritten either.
19578           renamed signal to "allow-overwrite"
19579         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19580           free string when adding it to ID3 failed
19581         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19582           unref event when done
19583         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19584           free caps
19585         * gst/typefind/gsttypefindfunctions.c:
19586         (mpeg_video_stream_type_find):
19587           fix invalid read
19588
19589 2004-04-08  David Schleef  <ds@schleef.org>
19590
19591         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19592         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19593
19594 2004-04-08  David Schleef  <ds@schleef.org>
19595
19596         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19597         we don't support (bug #139532)
19598
19599 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19600
19601         * ext/mad/gstmad.c: (gst_mad_handle_event),
19602         (gst_mad_check_caps_reset), (gst_mad_chain),
19603         (gst_mad_change_state):
19604           only set explicit caps if they haven't been set before for
19605           this stream.  MPEG-audio sample rate/channels aren't allowed
19606           to change in-stream.
19607           Fixes #139382
19608
19609 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19610
19611         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19612         (_gst_boolean_did_something_accumulator),
19613         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19614         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19615         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19616         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19617         (gst_gnomevfssink_change_state):
19618           Fix erase signal. Don't erase by default. Remove handoff signal.
19619           Remove erase property. Don't segfault. General cleanup.
19620
19621 2004-04-07  Benjamin Otte  <otte@gnome.org>
19622
19623         * gst-libs/gst/gconf/test-gconf.c: (main):
19624           add missing gst_init
19625
19626 2004-04-07  Benjamin Otte  <otte@gnome.org>
19627
19628         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19629           free the mutexes, too
19630
19631 2004-04-07  Benjamin Otte  <otte@gnome.org>
19632
19633         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19634           actually free the URI string
19635         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19636           compute offset correctly when passing discont events
19637         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19638           don't leak discont events
19639         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19640           add some missing breaks so caps aren't copied randomly
19641         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19642           if we realloc memory, we better use it
19643
19644 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19645
19646         * ext/mad/gstmad.c: (normal_seek):
19647           fix GST_FORMAT_TIME usage
19648
19649 2004-04-05  David Schleef  <ds@schleef.org>
19650
19651         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19652         a deprecated function (hack!)
19653
19654 2004-04-05  Benjamin Otte  <otte@gnome.org>
19655
19656         * ext/esd/esdmon.c: (gst_esdmon_get):
19657           fix nonterminated vararg and memleak
19658
19659 2004-04-05  Benjamin Otte  <otte@gnome.org>
19660
19661         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19662         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19663         (gst_ladspa_set_property), (gst_ladspa_get_property),
19664         (gst_ladspa_instantiate), (gst_ladspa_activate),
19665         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19666           clean up debugging
19667
19668 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19669
19670         reviewed by Benjamin Otte  <otte@gnome.org>
19671
19672         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19673           check for broken LADSPA parameters (fixes #138635)
19674
19675 2004-04-05  Benjamin Otte  <otte@gnome.org>
19676
19677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19678           advertise buffer-frames correctly on sinkpads
19679
19680 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19681
19682         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19683         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19684         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19685         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19686         (gst_mad_check_caps_reset), (gst_mad_chain):
19687         add more debugging, only reset caps when we're not in error state
19688
19689 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19690
19691         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19692
19693 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19694
19695         reviewed by Benjamin Otte  <otte@gnome.org>
19696
19697         * configure.ac:
19698           fix == in test(1) operator
19699
19700 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19701
19702         reviewed by Benjamin Otte  <otte@gnome.org>
19703
19704         * configure.ac:
19705           fix --export-symblos-regex to a working regex.
19706
19707 2004-04-04  Benjamin Otte  <otte@gnome.org>
19708
19709         * sys/oss/.cvsignore:
19710           add for oss_probe
19711
19712 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19713
19714         reviewed by Benjamin Otte  <otte@gnome.org>
19715
19716         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19717           add missing 'new_media' argument (fixes #138168)
19718         * gst/matroska/matroska-demux.c:
19719         (gst_matroska_demux_handle_seek_event):
19720           add vararg terminator (fixes #138169)
19721
19722 2004-04-02  David Schleef  <ds@schleef.org>
19723
19724         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
19725         disted (bug #138914)
19726
19727 2004-04-01  Benjamin Otte  <otte@gnome.org>
19728
19729         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
19730         (gst_alsa_close_audio):
19731           handle case better where a soundcard can't pause
19732         * ext/ogg/gstoggdemux.c:
19733           don't crash when we get events but don't have pads yet
19734
19735 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
19738           throw an error if we couldn't probe any caps.
19739
19740 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19741
19742         * ext/dvdnav/gst-dvd:
19743         Add a really simple sample DVD player
19744
19745 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
19746
19747         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
19748         (gst_a52dec_push), (gst_a52dec_handle_event),
19749         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
19750         (gst_a52dec_change_state):
19751         * ext/a52dec/gsta52dec.h:
19752           Use a debug category, Output timestamps correctly
19753           Emit tag info, Handle events, tell liba52dec about cpu
19754           capabilities so it can use MMX etc.
19755         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
19756           Fix a crasher accessing invalid memory
19757         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
19758         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
19759         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
19760         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
19761         (dvdnavsrc_query):
19762           Some support for byte-format seeking.
19763           Small fixes for still frames and menu button overlays
19764         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19765         (gst_mpeg2dec_alloc_buffer):
19766           Use a debug category. Adjust the report level of several items to
19767           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
19768           so it doesn't lose the GstBuffer pointer
19769         * gst/debug/Makefile.am:
19770         * gst/debug/gstdebug.c: (plugin_init):
19771         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
19772         (gst_navseek_base_init), (gst_navseek_class_init),
19773         (gst_navseek_init), (gst_navseek_seek),
19774         (gst_navseek_handle_src_event), (gst_navseek_set_property),
19775         (gst_navseek_get_property), (gst_navseek_chain),
19776         (gst_navseek_plugin_init):
19777         * gst/debug/gstnavseek.h:
19778           Add the navseek debug element for seeking back and forth in a
19779           video stream using arrow keys.
19780         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
19781         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
19782         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
19783         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
19784         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
19785         (gst_mpeg2subt_parse_header), (gst_get_nibble),
19786         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
19787         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
19788         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
19789         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
19790         * gst/mpeg2sub/gstmpeg2subt.h:
19791           Pretty much a complete rewrite. Now a loopbased element. May still
19792           require work to properly synchronise subtitle buffers.
19793         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
19794         (gst_dvd_demux_send_subbuffer):
19795         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
19796           Don't attempt to create subbuffers of size 0
19797           Reduce a couple of error outputs to warnings.
19798         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
19799         (gst_y4mencode_chain):
19800         Output the y4m frame header correctly.
19801
19802 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19803
19804         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19805           throw errors instead of allowing SIGFPE
19806
19807 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19808
19809         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
19810         (gst_gconf_render_bin_from_key):
19811           leak plugging and style fixing
19812
19813 2004-03-31  David Schleef  <ds@schleef.org>
19814
19815         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
19816         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
19817         (bug #138225)
19818         * gst/debug/Makefile.am:
19819         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
19820         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
19821         plugin.
19822         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
19823         (gst_negotiation_base_init), (gst_negotiation_class_init),
19824         (gst_negotiation_init), (gst_negotiation_getcaps),
19825         (gst_negotiation_pad_link), (gst_negotiation_chain),
19826         (gst_negotiation_set_property), (gst_negotiation_get_property),
19827         (gst_negotiation_plugin_init):  New element to talk about random
19828         negotiation things happening in a pipeline.
19829
19830 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19831
19832         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
19833           fix integer addition with help of Stefan Kost
19834
19835 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19836
19837         * po/nl.po: updated Dutch translation (Elros Cyriatan)
19838
19839 2004-03-30  David Schleef  <ds@schleef.org>
19840
19841         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
19842         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
19843         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
19844         (bug #137504)
19845         * ext/mpeg2dec/gstmpeg2dec.h:
19846
19847 2004-03-30  David Schleef  <ds@schleef.org>
19848
19849         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
19850
19851 2004-03-30  David Schleef  <ds@schleef.org>
19852
19853         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
19854         Michael Petullo) to handle .mov
19855
19856 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19857
19858         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
19859         (gst_osselement_rate_check_rate):
19860           probe caps correctly for sound cards that only support one format
19861
19862 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19863
19864         * ext/kio/kiosrc.cpp: (process_events):
19865           update handling event processing if inside KDE - untested
19866
19867 2004-03-29  David Schleef  <ds@schleef.org>
19868
19869         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
19870         by 2 to not interfere with other colorspaces.
19871         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
19872         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
19873         one to not interfere with ffmpeg_colorspace.
19874
19875 2004-03-29  David Schleef  <ds@schleef.org>
19876
19877         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
19878         aren't in the caps.
19879         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
19880         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
19881
19882 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19883
19884         * gst-libs/gst/riff/riff-media.c:
19885           fail on error, don't try to set stuff on NULL caps
19886
19887 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19888
19889         * configure.ac:
19890         * ext/Makefile.am:
19891         * ext/kio/Makefile.am:
19892         * ext/kio/kioreceiver.cpp:
19893         * ext/kio/kioreceiver.h:
19894         * ext/kio/kiosrc.cpp:
19895         * ext/kio/kiosrc.h:
19896           add experimental kiosrc plugin
19897         * ext/alsa/gstalsaplugin.c: (plugin_init):
19898           initialize debugging category only when we're sure registering the
19899           plugins worked.
19900
19901 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19902
19903         * examples/gstplay/player.c: (main):
19904         * gst-libs/gst/play/play.c: (gst_play_class_init),
19905         (gst_play_set_location), (gst_play_set_data_src),
19906         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19907         (gst_play_set_visualization), (gst_play_connect_visualization):
19908           check return values of element_set_state and return FALSE where
19909           failed
19910
19911 2004-03-29  Benjamin Otte  <otte@gnome.org>
19912
19913         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19914           try harder to check if an event is really a discont
19915
19916 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19917
19918         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
19919         * po/az.po:
19920
19921 2004-03-28  Benjamin Otte  <otte@gnome.org>
19922
19923         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
19924         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
19925         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
19926           get rid of non-standard "..." ranges in case statements.
19927
19928 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
19929
19930         * gst/mpegstream/gstmpegdemux.c:
19931         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
19932         specific functionality split to the new dvddemux element.
19933         * gst/mpegstream/gstdvddemux.c:
19934         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
19935         streams, derived from mpegdemux.
19936         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
19937         up. SCR based timestamp rewriting can be turned off (will probably
19938         completely disappear soon).
19939         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
19940         hacking. General cleanup. All printf statements replaced by
19941         debugging messages. Almost complete libdvdnav support.
19942         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
19943         by events. New properties for audio and subpicture languages.
19944         (dvdnavsrc_update_highlight): Now uses events.
19945         (dvdnavsrc_user_op): Cleaned up.
19946         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
19947         based). Lots of cleanup, and propper support for most libdvdnav
19948         events.
19949         (dvdnavsrc_make_dvd_event): New function.
19950         (dvdnavsrc_make_dvd_nav_packet_event): New function.
19951         (dvdnavsrc_make_clut_change_event): New function.
19952
19953 2004-03-26  Benjamin Otte  <otte@gnome.org>
19954
19955         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
19956           fix bug where typefinding would claim it's theora whenever less then
19957           7 bytes of data were available
19958
19959 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19960
19961         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
19962         (gst_alawdec_base_init), (gst_alawdec_class_init),
19963         (gst_alawdec_init), (gst_alawdec_chain):
19964         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
19965         (gst_alawenc_base_init), (gst_alawenc_class_init),
19966         (gst_alawenc_init), (gst_alawenc_chain):
19967         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
19968         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
19969         (gst_mulawdec_init), (gst_mulawdec_chain):
19970         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
19971         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
19972         (gst_mulawenc_init), (gst_mulawenc_chain):
19973           Fix capsnego in all four, remove the unused property functions and
19974           simplify the chain functions slightly. I guess we could use macros
19975           or something similar for those, since the code is so similar, but
19976           I'm currently too lazy...
19977
19978 2004-03-24  David Schleef  <ds@schleef.org>
19979
19980         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19981         (gst_osselement_close_audio), (gst_osselement_probe_caps),
19982         (gst_osselement_get_format_structure),
19983         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
19984         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
19985         (gst_osselement_rate_int_compare): Add code to handle rate probing
19986         (bug #120883)
19987         * sys/oss/gstosselement.h: same
19988         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
19989         Use rate probing provided by osselement.
19990         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
19991
19992 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19993
19994         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
19995         (gst_xvidenc_get_property):
19996           ulong/int mess-up.
19997
19998 2004-03-24  David Schleef  <ds@schleef.org>
19999
20000         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20001         (gst_speexdec_init):
20002         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20003         (gst_speexenc_init):  Create the pad template correctly (from
20004         the static pad template, not a NULL pointer.)
20005
20006 2004-03-25  Benjamin Otte  <otte@gnome.org>
20007
20008         * gst/debug/Makefile.am:
20009         * gst/debug/breakmydata.c:
20010           add element that quasi-randomly changes bytes in the stream.
20011           Intended use is robustness checking of demuxers and decoders in
20012           media tests.
20013
20014 2004-03-24  Benjamin Otte  <otte@gnome.org>
20015
20016         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20017         (gst_alsa_probe_hw_params):
20018         * ext/alsa/gstalsa.h:
20019           debugging output fixes
20020
20021 2004-03-24  Benjamin Otte  <otte@gnome.org>
20022
20023         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20024           don't g_return_if_fail if element is PLAYING, fail silently as every
20025           other element.
20026         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20027           only fix needed for cast lvalue issues in gst-plugins
20028         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20029           add proxy_getcaps
20030
20031 2004-03-24  Benjamin Otte  <otte@gnome.org>
20032
20033         * gst/level/gstlevel.c: (gst_level_init):
20034           add proxying getcaps function, so level doesn't advertise impossible
20035           caps
20036
20037 2004-03-24  David Schleef  <ds@schleef.org>
20038
20039         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20040         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20041         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20042         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20043         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20044         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20045         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20046         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20047         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20048         messages.  Divide the chunk size by the compression ratio
20049         (needed for MACE audio)
20050
20051 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20052
20053         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20054           Fix buffer overflow read error.
20055
20056 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20057
20058         * ext/alsa/gstalsa.h:
20059           Remove unused entry.
20060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20061           Add cinepak.
20062         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20063         (gst_videodrop_link), (gst_videodrop_chain):
20064           Fix, sort of. Was horribly broken with new capsnego. Bah...
20065
20066 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20067
20068         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20069         (plugin_init):
20070         Add a monkeysaudio typefind function
20071
20072 2004-03-23  Johan Dahlin  <johan@gnome.org>
20073
20074         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20075         (gst_play_video_fixate): Check so the structure has the field
20076         before trying to fixate them, this makes it possible to have
20077         fakesinks for video and audio output without printing errors on
20078         the output console.
20079
20080 2004-03-22  David Schleef  <ds@schleef.org>
20081
20082         * sys/oss/Makefile.am:
20083         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20084         (check_rate), (add_rate):  Rate probing test app.
20085
20086 2004-03-21  Benjamin Otte  <otte@gnome.org>
20087
20088         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20089         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20090           add a fixation function that pretty much does the right thing (fixes
20091           #137556)
20092
20093 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20094
20095         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20096
20097 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20098
20099         reviewed by: Benjamin Otte  <otte@gnome.org>
20100
20101         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20102           terminate gst_event_new_discontinuous correctly (fixes parts of
20103           #137711)
20104
20105 2004-03-19  David Schleef  <ds@schleef.org>
20106
20107         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20108         since it doesn't depend on X, and it's part of our ABI.
20109
20110 2004-03-19  Iain <iain@prettypeople.org>
20111
20112         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20113         is_int in the structure, not the local variable.
20114
20115 2004-03-19  David Schleef  <ds@schleef.org>
20116
20117         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20118         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20119         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20120         Improvements in caps negotiation.
20121
20122 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20123
20124         * po/LINGUAS:
20125         * po/af.po:
20126           adding Afrikaans (Petri Jooste)
20127
20128 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20129
20130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20131         (gst_ffmpegcolorspace_chain):
20132         throw error instead of g_critical (#137588)
20133
20134 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20135
20136         * Makefile.am:
20137         * configure.ac:
20138           dist common and m4 correctly
20139         * po/sv.po:
20140
20141 2004-03-17  David Schleef  <ds@schleef.org>
20142
20143         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20144         (bug #137348)
20145
20146 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20147
20148         * po/LINGUAS:
20149         * po/sv.po:
20150           adding Swedish translation (Christian Rose)
20151
20152 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20153
20154         * Makefile.am: use release.mak
20155
20156 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20157
20158         * common/ChangeLog:
20159         * common/gst-autogen.sh:
20160           add some explanation about the version detection
20161         * configure.ac:
20162           fix X check
20163
20164 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20165
20166         * configure.ac: bump nano to 1
20167
20168 === release 0.8.0 ===
20169
20170 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20171
20172         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20173
20174 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20175
20176         * configure.ac:
20177           update libtool version
20178         * gst-libs/gst/media-info/Makefile.am:
20179           actually use libtool version
20180
20181 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20182
20183         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20184
20185 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20186
20187         * configure.ac:
20188         * gst-plugins.spec.in:
20189         * pkgconfig/Makefile.am:
20190         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20191         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20192         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20193         * pkgconfig/gstreamer-libs.pc.in:
20194         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20195         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20196         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20197         * pkgconfig/gstreamer-plugins.pc.in:
20198           remove @VERSION@ from some of the pc files since core and plugins
20199           are decoupled.
20200           created gstreamer-plugins.pc as it's a better name, but keeping
20201           -libs around for now to get fixes upstream done first.
20202
20203 2004-03-15  Julien MOUTTE <julien@moutte.net>
20204
20205         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20206         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20207         * gst-libs/gst/play/play.h:
20208
20209 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20210
20211         * *.c, *.cc: don't mix tabs and spaces
20212
20213 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20214
20215         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20216           use the new ffmpegcolorspace
20217         * gst-plugins.spec.in:
20218           package new colorspace and media-info
20219         * configure.ac:
20220         * pkgconfig/Makefile.am:
20221           fix some more disting issues
20222         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20223         * pkgconfig/gstreamer-media-info.pc.in:
20224           generate media-info pc files
20225
20226 2004-03-15  Johan Dahlin  <johan@gnome.org>
20227
20228         * *.h: Revert indenting
20229
20230 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20231
20232         * configure.ac:
20233           adding ffmpegcolorspace element
20234         * gst/ffmpegcolorspace/Makefile.am:
20235         * gst/ffmpegcolorspace/avcodec.h:
20236         * gst/ffmpegcolorspace/common.h:
20237         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20238         * gst/ffmpegcolorspace/dsputil.h:
20239         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20241         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20242         (gst_ffmpeg_caps_to_pix_fmt):
20243         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20244         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20245         (gst_ffmpegcolorspace_caps_remove_format_info),
20246         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20247         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20248         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20249         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20250         (gst_ffmpegcolorspace_set_property),
20251         (gst_ffmpegcolorspace_get_property),
20252         (gst_ffmpegcolorspace_register):
20253         * gst/ffmpegcolorspace/imgconvert.c:
20254         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20255         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20256         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20257         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20258         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20259         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20260         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20261         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20262         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20263         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20264         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20265         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20266         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20267         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20268         (img_get_alpha_info), (deinterlace_line),
20269         (deinterlace_line_inplace), (deinterlace_bottom_field),
20270         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20271         * gst/ffmpegcolorspace/imgconvert_template.h:
20272         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20273         * gst/ffmpegcolorspace/mmx.h:
20274         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20275           adding ffmpegcolorspace element supplied by Ronald after cleaning
20276           up and pulling in the right bits of upstream source.
20277           I'm sure a better C/compiler wizard could do some cleaning up (for
20278           example use GLIB's malloc stuff), but as a first pass this
20279           works very well
20280
20281 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20282
20283         * ext/alsa/gstalsa.h:
20284           I assume Ronald forgot to commit the change to have cardname
20285           as a struct member.  Expect some public spanking at the next
20286           opportunity.
20287
20288 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20289
20290         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20291         (gst_alsa_open_audio), (gst_alsa_close_audio):
20292         * ext/alsa/gstalsa.c:
20293           Don't open the device if we're a mixer (= padless).
20294         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20295         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20296         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20297           Open mixer during state change rather than during object
20298           initialization. Also, get a device name. Currently in a somewhat
20299           hackish fashion, but I didn't really find something better.
20300
20301 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20302
20303         * *.c, *.h: run gst-indent
20304
20305 2004-03-14  Benjamin Otte  <otte@gnome.org>
20306
20307         * gst/modplug/gstmodplug.cc:
20308         * gst/modplug/gstmodplug.h:
20309           set correct timestamps on outgoing buffers
20310
20311 2004-03-14  Benjamin Otte  <otte@gnome.org>
20312
20313         * gst/modplug/gstmodplug.cc:
20314           handle events - don't do crap when a discont arrives that's not
20315           necessary
20316           This allows correct loading and playback of mods in Rhythmbox
20317
20318 2004-03-14  Benjamin Otte  <otte@gnome.org>
20319
20320         * configure.ac:
20321         * gst-libs/gst/gconf/Makefile.am:
20322         * pkgconfig/Makefile.am:
20323           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20324           they get rebuilt properly
20325         * configure.ac:
20326           when checking for vorbis, try pkgconfig first.
20327         * gst/modplug/gstmodplug.cc:
20328           add fixate function
20329
20330 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20331
20332         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20333           Fix for obvious mistake, where we first shift the offset and then
20334           read a samplesize element assuming the old offset. Note that this
20335           part still has something weird, i.e. my movies containing those
20336           don't actually play well, but at least there's something that looks
20337           like sound now.
20338
20339 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20340         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20341         (plugin_init):
20342         Add a typefind function for speex format
20343
20344 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20345
20346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20347         (gst_asf_demux_setup_pad):
20348           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20349           instead of 0. Reason is simple: some elements have a fps range
20350           of 1-max instead of 0-max. So now ASF video actually works.
20351
20352 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20353
20354         * po/LINGUAS:
20355         * po/sr.po:
20356           adding serbian as a language
20357
20358 2004-03-13  Benjamin Otte  <otte@gnome.org>
20359
20360         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20361           return taglist correctly from _get function, don't gst_pad_push it.
20362           (fixes #137042)
20363
20364 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20365         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20366
20367 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20368
20369         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20370         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20371         (gst_alsa_mixer_track_new):
20372         * ext/alsa/gstalsamixertrack.h:
20373           Fix ancient leftovers... MixerTrack is a GObject.
20374
20375 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20376
20377         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20378         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20379           Don't block during probing...
20380
20381 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20382
20383         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20384         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20385         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20386         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20387         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20388         (gst_alsa_open_audio), (gst_alsa_close_audio):
20389         * ext/alsa/gstalsa.h:
20390           Add propertyprobe interface implementation, add some device-name
20391           property, all this so that it looks good in gnome-volume-control.
20392
20393 2004-03-12  David Schleef  <ds@schleef.org>
20394
20395         * configure.ac: the Hermes library controls hermescolorspace, not
20396         colorspace.
20397         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20398         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20399         not /* */
20400         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20401         * ext/sdl/sdlvideosink.h: ditto.
20402         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20403
20404 2004-03-12  Benjamin Otte  <otte@gnome.org>
20405
20406         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20407         (gst_x_overlay_got_xwindow_id):
20408         * gst-libs/gst/xoverlay/xoverlay.h:
20409           replace XID with unsigned long to get rid of the xlibs dependency in
20410           XOverlay (fixes #137004)
20411
20412 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20413         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20414         (gst_agingtv_setup):
20415         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20416         (gst_dicetv_base_init), (gst_dicetv_class_init),
20417         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20418         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20419         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20420         (gst_edgetv_setup), (gst_edgetv_rgb32):
20421         * gst/effectv/gsteffectv.c:
20422         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20423         (gst_quarktv_set_property):
20424         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20425         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20426         (gst_revtv_setup), (gst_revtv_rgb32):
20427         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20428         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20429         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20430         (gst_shagadelictv_rgb32):
20431         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20432         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20433         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20434         * gst/effectv/gstwarp.c:
20435         Port everything that can be ported to videofilter and fix up the caps.
20436         Can someone with a big-endian machine please check these?
20437
20438 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20441         (gst_osssink_chain), (gst_osssink_change_state):
20442           Latest fixes for A/V sync, audio playback and such. This is about
20443           all... MPEG playback issues are mostly related to the async build-
20444           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20445
20446 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20447
20448         patch from: Stephane Loeuillet
20449
20450         * configure.ac:
20451           use pkg-config for some libraries, falling back to the old .m4 way
20452           (fixes #131270)
20453         * m4/libdv.m4:
20454           removed
20455
20456 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20457
20458         * configure.ac:
20459         * tools/Makefile.am:
20460         * tools/Makefile.in:
20461         * tools/gst-launch-ext-m.m:
20462         * tools/gst-launch-ext.1.in:
20463         * tools/gst-visualise-m.m:
20464         * tools/gst-visualise.1:
20465         * tools/gst-visualise.1.in:
20466           reorganizing generation of script tools
20467
20468 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20469
20470         * ext/divx/gstdivxdec.c:
20471           Downgrade priority. We prefer ffdec_mpeg4.
20472         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20473         (gst_faad_chain), (gst_faad_change_state):
20474           Fix capsnego. Doesn't work for some sounds because we don't have
20475           a 5:1 to stereo element.
20476         * ext/xvid/gstxvid.c: (plugin_init):
20477           Add priority.
20478         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20479         (gst_osssink_change_state):
20480           Add discont handling.
20481
20482 2004-03-09  Colin Walters  <walters@verbum.org>
20483
20484         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20485         conversion.
20486
20487 2004-03-09  Benjamin Otte  <otte@gnome.org>
20488
20489         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20490           the signals take 2 arguments
20491
20492 2004-03-09  David Schleef  <ds@schleef.org>
20493
20494         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20495         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20496         * ext/alsa/gstalsa.h:
20497         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20498
20499 2004-03-09  Benjamin Otte  <otte@gnome.org>
20500
20501         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20502         (gst_mikmod_change_state):
20503         * ext/mikmod/gstmikmod.h:
20504           make mikmod's loop function not loop infinitely and call
20505           gst_element_yield anymore
20506         * gst/modplug/gstmodplug.cc:
20507           fix pad negotiation (fixes #136590)
20508
20509 2004-03-09  David Schleef  <ds@schleef.org>
20510
20511         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20512         doesn't conflict with the internal colorspace plugin.
20513         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20514         satisfy the crappy-ass shell shipped by a certain vendor.
20515         * gst/videofilter/make_filter: same (bug #135299)
20516
20517 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * configure.ac: bump nano to 1
20520
20521 === release 0.7.6 ===
20522
20523 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20524
20525         * configure.in: releasing 0.7.6, "There"
20526
20527 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20528
20529         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20530         * pkgconfig/gstreamer-play.pc.in:
20531           synchronize the two
20532
20533 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20534
20535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20536         (cdparanoia_open), (cdparanoia_event):
20537           fix/add error handling
20538         * po/POTFILES.in:
20539           add cdparanoia source
20540         * tools/Makefile.am:
20541           make scripts executable
20542
20543 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20544
20545         * configure.ac:
20546         * ext/vorbis/Makefile.am:
20547         * sys/Makefile.am:
20548           remove id3types, vorbisfile and xvideosink from the build (#133783)
20549
20550 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20551
20552         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20553           Fix metadata read crash (#136537).
20554
20555 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20558         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20559           adding mime types, fixing the one-stop function
20560
20561 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20562
20563         * ext/nas/nassink.c and /ext/nas/nassink.h:
20564         More NAS love from Arwed von Merkatz
20565         So lets all sing 'Can you feel the NAS tonight'
20566
20567 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20568
20569         * tools/gst-launch-ext.in:
20570         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20571
20572 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20573
20574         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20575         (gst_mpeg2dec_init):
20576         remove the user_data pad for now, because it is being used in
20577         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20578         If someone knows how to fix this properly, please do.
20579
20580 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20581
20582         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20583         (gst_osssink_get_time):
20584         add a warning, IMO this won't get triggered anymore, remove later
20585
20586 2004-03-07  David Schleef  <ds@schleef.org>
20587
20588         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20589         format (bug #136470)
20590
20591 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20592
20593         * gst-libs/Makefile.am:
20594         * gst-libs/gst/media-info/Makefile.am:
20595         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20596         (error_callback), (gst_media_info_error_create),
20597         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20598         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20599         * gst-libs/gst/media-info/media-info-priv.h:
20600         * gst-libs/gst/media-info/media-info-test.c: (main):
20601         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20602         (gst_media_info_class_init), (gst_media_info_instance_init),
20603         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20604         (gst_media_info_read_idler), (gst_media_info_read):
20605         * gst-libs/gst/media-info/media-info.h:
20606         fixed, should work now
20607
20608 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20609
20610         * ext/nas/nassink.c:
20611         A bunch of NAS fixes from Arwed von Merkatz
20612
20613 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20614
20615         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20616         (qtdemux_parse_trak):
20617           Fix crash (j might be greater than n_samples, in which case we're
20618           writing outside the allocated space for the array) and memleak.
20619
20620 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20621
20622         * sys/oss/gstosssink.c: (gst_osssink_chain):
20623           And another caller that couldn't handle delay < 0 (unsigned
20624           integer overflow). Video now continues playing on an audio
20625           buffer underrun, and the clock continues working. Audio still
20626           stalls.
20627
20628 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20629
20630         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20631         (gst_osssink_get_time):
20632           get_delay() may return values lower than 0. In those cases, we
20633           should not actually cast to *unsigned* int64, that will break
20634           stuff horribly. In my case, it screwed up A/V sync in movies
20635           in totem rather badly.
20636
20637 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20638
20639         * ext/faac/gstfaac.c: (gst_faac_chain):
20640         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20641         * ext/libpng/gstpngenc.c: (user_write_data):
20642         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20643         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20644         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20645         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20646         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20647         of any buffer), should fix some leaks. I hope I didn't unref buffers
20648         that shouldn't be...
20649
20650 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20651
20652         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20653         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20654         (error_callback), (gmi_reset), (gmi_seek_to_track),
20655         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20656         (gmip_find_type_post), (gmip_find_stream_post),
20657         (gmip_find_track_streaminfo_post):
20658         * gst-libs/gst/media-info/media-info-priv.h:
20659         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20660         (info_print), (main):
20661         * gst-libs/gst/media-info/media-info.c:
20662         (gst_media_info_error_create), (gst_media_info_error_element),
20663         (gst_media_info_instance_init), (gst_media_info_get_property),
20664         (gst_media_info_new), (gst_media_info_set_source),
20665         (gst_media_info_read_idler), (gst_media_info_read):
20666         * gst-libs/gst/media-info/media-info.h:
20667           first pass at making this work again.  This seems to work on
20668           tagged ogg/vorbis and mp3 files.
20669
20670 2004-03-06  Benjamin Otte  <otte@gnome.org>
20671
20672         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20673           fix huge leak: gst_buffer_merge doesn't unref the first argument
20674           itself.
20675
20676 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20677
20678         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20679           report layer/mode/emphasis
20680
20681 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20682
20683         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20684
20685 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20688           signal serial
20689
20690 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20691
20692         * ext/vorbis/vorbis.c: (plugin_init):
20693         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20694         (gst_vorbis_dec_init), (vorbis_dec_event):
20695         add debug category
20696         make vorbisdec handle _BYTE and _TIME queries
20697
20698 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20699
20700         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20701           from the xing header
20702
20703 2004-03-06  Benjamin Otte  <otte@gnome.org>
20704
20705         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20706         (gst_audio_convert_link), (gst_audio_convert_change_state),
20707         (gst_audio_convert_buffer_from_default_format):
20708           do conversions from/to float correctly, fix some caps nego errors,
20709           export correct supported caps in template and getcaps, use correct
20710           caps in try_set_caps functions
20711
20712 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20713
20714         For some reason, I only committed a ChangeLog entry yesterday and
20715         not the corresponding code...
20716         * ext/mad/gstmad.c: Fix detection of Xing headers
20717         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20718
20719 2004-03-06  Benjamin Otte  <otte@gnome.org>
20720
20721         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20722         (gst_ogg_demux_src_query):
20723           make sure to handle the case where there's no current chain
20724           gracefully.
20725
20726 2004-03-05  David Schleef  <ds@schleef.org>
20727
20728         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
20729         Add fixate function. (bug #131128)
20730         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
20731         (gst_sdlvideosink_fixate):  Add fixate function.
20732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20733         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
20734         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
20735         Fix missing break that was causing ulaw to be interpreted as
20736         raw int.
20737
20738 2004-03-05  David Schleef  <ds@schleef.org>
20739
20740         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20741         Fix code that ignores return value of gst_buffer_merge().
20742         (bug #114560)
20743         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
20744         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
20745         * testsuite/gst-lint:  Check for above.
20746
20747 2004-03-05  David Schleef  <ds@schleef.org>
20748
20749         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
20750         caps and throw an element error.  (bug #136334)
20751
20752 2004-03-05  David Schleef  <ds@schleef.org>
20753
20754         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
20755         (gst_faad_chain): Fix negotiation.
20756         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
20757         key and button events.
20758         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
20759         dung heap of code.
20760         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
20761         depends on gconf
20762         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
20763         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
20764         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
20765         function to encourage better negotiation, particularly between
20766         audioconvert and osssink.
20767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
20768         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
20769         more important.
20770         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
20771         typefinding.
20772         * gst/vbidec/vbiscreen.c:  Add glib header
20773         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
20774
20775 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
20776
20777         * ext/mad/gstmad.c: Fix detection of Xing headers
20778         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20779
20780 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20781
20782         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20783         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
20784           debug updates
20785
20786 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20787
20788         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20789         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
20790         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
20791         files, and report the parsed length as a GST_TAG_DURATION tag.
20792         * gst/tags/gstid3tag.c: support TLEN (duration) tag
20793
20794 2004-03-05  Benjamin Otte  <otte@gnome.org>
20795
20796         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
20797           convert channels correctly. convert correctly to unsigned.
20798
20799 2004-03-05  Julien MOUTTE <julien@moutte.net>
20800
20801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
20802         we have a window before clearing it.
20803
20804 2004-03-05  Julien MOUTTE <julien@moutte.net>
20805
20806         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
20807         have a window before clearing it.
20808
20809 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20810
20811         * gconf/gstreamer.schemas.in:
20812         * gst-libs/gst/gconf/Makefile.am:
20813           version installation path the same way as for 0.6
20814         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20815         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20816         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20817           remove comment that was fixed
20818
20819 2004-03-05  David Schleef  <ds@schleef.org>
20820
20821         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
20822         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
20823         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
20824         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
20825         Add prototype code for handling seeking and querying.
20826
20827 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20828
20829         * examples/gstplay/player.c: (main):
20830           Initialize variables to NULL. Prevents a segfault because the
20831           (uninitialized) variable is not NULL, resulting in a crash on
20832           trying to reach error->message.
20833
20834 2004-03-05  Benjamin Otte  <otte@gnome.org>
20835
20836         * gst/audioconvert/gstaudioconvert.c:
20837         (gst_audio_convert_buffer_to_default_format):
20838         make float=>int conversion work correctly even in cornercases.
20839
20840 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
20841
20842         * debian/README.Debian:
20843         * debian/build-deps:
20844         * debian/changelog:
20845         * debian/control:
20846         * debian/control.in:
20847         * debian/copyright:
20848         * debian/gstreamer-a52dec.files:
20849         * debian/gstreamer-aa.files:
20850         * debian/gstreamer-alsa.files:
20851         * debian/gstreamer-alsa.manpages:
20852         * debian/gstreamer-arts.files:
20853         * debian/gstreamer-artsd.files:
20854         * debian/gstreamer-audiofile.files:
20855         * debian/gstreamer-avifile.files:
20856         * debian/gstreamer-cdparanoia.files:
20857         * debian/gstreamer-colorspace.files:
20858         * debian/gstreamer-doc.files:
20859         * debian/gstreamer-dv.files:
20860         * debian/gstreamer-dvd.files:
20861         * debian/gstreamer-esd.files:
20862         * debian/gstreamer-festival.files:
20863         * debian/gstreamer-flac.files:
20864         * debian/gstreamer-gconf.conffiles:
20865         * debian/gstreamer-gconf.files:
20866         * debian/gstreamer-gconf.postinst:
20867         * debian/gstreamer-gnomevfs.files:
20868         * debian/gstreamer-gsm.files:
20869         * debian/gstreamer-http.files:
20870         * debian/gstreamer-jack.files:
20871         * debian/gstreamer-jpeg.files:
20872         * debian/gstreamer-mad.files:
20873         * debian/gstreamer-mikmod.files:
20874         * debian/gstreamer-misc.files:
20875         * debian/gstreamer-mpeg2dec.files:
20876         * debian/gstreamer-oss.files:
20877         * debian/gstreamer-plugin-apps.files:
20878         * debian/gstreamer-plugin-apps.manpages:
20879         * debian/gstreamer-plugin-libs-dev.files:
20880         * debian/gstreamer-plugin-libs.files:
20881         * debian/gstreamer-plugin-template.postinst:
20882         * debian/gstreamer-plugin-template.postrm:
20883         * debian/gstreamer-sdl.files:
20884         * debian/gstreamer-sid.files:
20885         * debian/gstreamer-vorbis.files:
20886         * debian/gstreamer-x.files:
20887         * debian/mk.control:
20888         * debian/rules:
20889         Debian package info not maintained here.
20890
20891 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20892
20893         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
20894         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
20895         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
20896         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
20897         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
20898         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
20899         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
20900         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
20901         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
20902         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
20903         * gst-libs/gst/colorbalance/colorbalance.c:
20904         (gst_color_balance_class_init):
20905         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20906         (gst_color_balance_channel_class_init):
20907         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20908         * gst-libs/gst/play/play.c: (gst_play_class_init):
20909         * gst-libs/gst/propertyprobe/propertyprobe.c:
20910         (gst_property_probe_iface_init):
20911         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
20912         * gst-libs/gst/tuner/tunerchannel.c:
20913         (gst_tuner_channel_class_init):
20914         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
20915         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
20916         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
20917         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
20918         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
20919         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
20920         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
20921         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
20922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
20923           fix signals to use - instead of _
20924         * ext/libcaca/gstcacasink.h:
20925         * ext/sdl/sdlvideosink.h:
20926           fix header rename
20927
20928 2004-03-04  David Schleef  <ds@schleef.org>
20929
20930         * testsuite/gst-lint:  Add a check for bad signal names.
20931
20932 2004-03-04  <kost@imn.htwk-leipzig.de>
20933
20934         reviewed by David Schleef
20935
20936         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
20937         modified the alpha channel and caused a warning. (bug #136192)
20938
20939 2004-04-03  Christian Schaller <Uraeus@gnome.org>
20940
20941         * gst-plugins.spec.in:
20942         Change names of plugins to actually be correct. Try to keep things
20943         alphabetical to avoid getting beat up by Thomas
20944
20945 2004-03-03  Julien MOUTTE <julien@moutte.net>
20946
20947         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
20948         Using ximagesink as a default if no gconf key found. We should
20949         probably consider using alsasink instead of osssink for the audio
20950         part.
20951
20952 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20953
20954         * configure.ac:
20955           fix --with-plugins, don't think it ever worked before
20956         * gst-plugins.spec.in:
20957           even more updates
20958
20959 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20960
20961         * ext/sdl/sdlvideosink.h:
20962         * sys/ximage/ximagesink.h:
20963         * sys/xvideo/xvideosink.h:
20964         * sys/xvimage/xvimagesink.h:
20965           Fix for move of gstvideosink.h -> videosink.h.
20966
20967 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
20968
20969         * gst-libs/gst/xwindowlistener/Makefile.am:
20970           this is a plugin library, not a library
20971
20972 2004-03-01  David Schleef  <ds@schleef.org>
20973
20974         * AUTHORS:  Added some names.  Add yourself if you're still
20975         missing.
20976
20977 2004-03-01  David Schleef  <ds@schleef.org>
20978
20979         * MAINTAINERS: Add
20980
20981 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20982
20983         * gst-plugins.spec.in: clean up spec file
20984
20985 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20986
20987         * gst-libs/gst/video/Makefile.am:
20988         * gst-libs/gst/video/gstvideosink.c:
20989         * gst-libs/gst/video/gstvideosink.h:
20990           rename gstvideosink.h to videosink.h to match other headers
20991         * gst/mixmatrix/Makefile.am:
20992           fix plugin filename
20993         * gst/tags/Makefile.am: fix plugin filename
20994
20995 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20996
20997         * gst/tags/Makefile.am: fix plugin filename
20998
20999 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21000
21001         * examples/gstplay/player.c: (got_time_tick), (main):
21002           add error handler
21003           display time_tick more readably
21004         * gst/mixmatrix/Makefile.am:
21005           fix plugin file name
21006
21007 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21008
21009         * sys/oss/gstosselement.c: (gst_osselement_probe),
21010         (device_combination_append), (gst_osselement_class_probe_devices):
21011         * sys/oss/gstosselement.h:
21012           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21013           on my system using alsa oss emulation, fixes bug #135597
21014
21015 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21016
21017         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21018         (gst_videodrop_chain), (gst_videodrop_change_state):
21019         * gst/videodrop/gstvideodrop.h:
21020           Work based on timestamp of input data, not based on the expected
21021           framerate from the input. The consequence is that this element now
21022           not only scales framerates, but also functions as a framerate
21023           corrector or framerate stabilizer/constantizer.
21024
21025 2004-02-27  David Schleef  <ds@schleef.org>
21026
21027         patches from jmmv@menta.net (Julio M. Merino Vidal)
21028
21029         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21030         GST_ELEMENT_ERROR call (bug #135634)
21031         * gst/interleave/interleave.c: (interleave_buffered_loop),
21032         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21033         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21034         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21035         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21036         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21037         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21038         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21039         Fix GST_ELEMENT_ERROR call.
21040         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21041         GST_ELEMENT_ERROR call.
21042
21043 2004-02-27  Benjamin Otte  <otte@gnome.org>
21044
21045         * gst-libs/gst/audio/audio.h:
21046           add macro to make sure header isn't included twice
21047         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21048           don't use gst_buffer_free
21049         * gst/playondemand/filter.func:
21050           don't use gst_data_free. Free data only once.
21051
21052 2004-02-26  David Schleef  <ds@schleef.org>
21053
21054         * gst-libs/gst/colorbalance/Makefile.am:
21055         * gst-libs/gst/mixer/Makefile.am:
21056         * gst-libs/gst/tuner/Makefile.am:
21057         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21058         should not be disted, -marshal.h files should not be installed,
21059         and -enum.h files _should_ be installed.  Fix to make this the
21060         case.
21061
21062 === release 0.7.5 ===
21063
21064 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21065
21066         * configure.ac: release 0.7.5, "Under The Sea"
21067
21068 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21069
21070         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21071         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21072         * gst/videoscale/gstvideoscale.c:
21073         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21074           assorted debug/warning fixes
21075
21076 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21077
21078         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21079         (gst_videoscale_init), (gst_videoscale_chain),
21080         (gst_videoscale_set_property), (plugin_init):
21081         * gst/videoscale/gstvideoscale.h:
21082         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21083         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21084         (gst_videoscale_planar400), (gst_videoscale_packed422),
21085         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21086         (gst_videoscale_24bit), (gst_videoscale_16bit),
21087         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21088         (gst_videoscale_scale_plane_slow),
21089         (gst_videoscale_scale_point_sample),
21090         (gst_videoscale_scale_nearest),
21091         (gst_videoscale_scale_nearest_str2),
21092         (gst_videoscale_scale_nearest_str4),
21093         (gst_videoscale_scale_nearest_32bit),
21094         (gst_videoscale_scale_nearest_24bit),
21095         (gst_videoscale_scale_nearest_16bit):
21096         add debugging category and use it properly
21097         fix use of GST_PTR_FORMAT
21098
21099 2004-02-25  Andy Wingo  <wingo@pobox.com>
21100
21101         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21102         push only when channel->buffer is NULL. Prevents segfaults doing
21103         the state change after a nonlocal exit, like a scheme exception.
21104
21105         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21106         Handle the case where the intersected caps is empty.
21107
21108 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21109
21110         * gst/law/mulaw-decode.c: (mulawdec_link):
21111         * gst/law/mulaw.c: (plugin_init):
21112           fix mulawdec so it actually works again
21113
21114 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21115
21116         reviewed by: David Schleef  <ds@schleef.org>
21117
21118         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21119         (gst_gamma_init), (gst_gamma_set_property),
21120         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21121         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21122         for RGB, with separate r g and b correction factors. (#131167)
21123
21124 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21125
21126         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21127           only signal tags for bitrate if they're > 0 (#134894)
21128
21129 2004-02-24  David Schleef  <ds@schleef.org>
21130
21131         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21132         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21133         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21134         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21135         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21136         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21137         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21138         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21139         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21140         category.  Attempt to fix timestamp calculation.
21141
21142 2004-02-24  Johan Dahlin  <johan@gnome.org>
21143
21144         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21145
21146 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21147
21148         * configure.ac:
21149         * gconf/Makefile.am:
21150         * gconf/gstreamer.schemas:
21151         * gst-libs/gst/gconf/Makefile.am:
21152         * gst-libs/gst/gconf/gconf.c:
21153           version gconf schemas and install locations
21154
21155 2004-02-23  Benjamin Otte  <otte@gnome.org>
21156
21157         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21158         (gst_xine_input_subclass_init):
21159           call parent dispose.
21160           change pad template for CD reader correctly
21161         * ext/xine/Makefile.am:
21162         * ext/xine/gstxine.h:
21163         * ext/xine/xine.c: (plugin_init):
21164         * ext/xine/xineaudiosink.c:
21165           wrap audio sinks, too
21166         * gst-libs/gst/resample/private.h:
21167         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21168         (gst_resample_reinit), (gst_resample_scale),
21169         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21170         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21171         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21172         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21173         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21174         * gst-libs/gst/resample/resample.h:
21175         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21176         (gst_audioscale_class_init), (gst_audioscale_link),
21177         (gst_audioscale_get_buffer), (gst_audioscale_init),
21178         (gst_audioscale_chain), (gst_audioscale_set_property),
21179         (gst_audioscale_get_property):
21180         * gst/audioscale/gstaudioscale.h:
21181           s/resample_*/gst_resample_*/i to not clobber namespaces
21182
21183 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21184
21185         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21186         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21187         (gst_riff_create_video_template_caps),
21188         (gst_riff_create_audio_template_caps),
21189         (gst_riff_create_iavs_template_caps):
21190         * gst-libs/gst/riff/riff-media.h:
21191         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21192         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21193         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21194         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21195         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21196         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21197         (gst_matroska_demux_plugin_init): First batch implementing audio and
21198         video codec tags in demuxers.
21199
21200 2004-02-22  Benjamin Otte  <otte@gnome.org>
21201
21202         * ext/xine/Makefile.am:
21203         * ext/xine/gstxine.h:
21204         * ext/xine/xine.c: (plugin_init):
21205         * ext/xine/xineinput.c:
21206           add input plugin wrapper. Playback from files, http, mms and cdda
21207           works.
21208         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21209           remove leftover G_GNUC_UNUSED
21210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21211         (gst_asf_demux_identify_guid):
21212           improve debugging output
21213
21214 2004-02-22  Benjamin Otte  <otte@gnome.org>
21215
21216         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21217
21218         * autogen.sh:
21219           replace test -e with test -x for mkinstalldirs to be more portable.
21220           (fixes #134816)
21221
21222 2004-02-22  Benjamin Otte  <otte@gnome.org>
21223
21224         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21225
21226         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21227           set rank to PRIMARY
21228         * gst/volume/gstvolume.c: (plugin_init):
21229           set rank to NONE
21230         fixes #134960
21231
21232 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21233
21234         reviewed by Benjamin Otte  <otte@gnome.org>
21235
21236         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21237           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21238
21239 2004-02-22  Benjamin Otte  <otte@gnome.org>
21240
21241         * configure.ac:
21242           export [_]*{gst,Gst,GST}.* symbols from plugins
21243
21244 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21245
21246         reviewed by: Benjamin Otte  <otte@gnome.org>
21247
21248         * ext/lame/gstlame.c: (add_one_tag):
21249         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21250         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21251         (gst_vorbisenc_metadata_set1):
21252         * gst/tags/gstid3tag.c:
21253         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21254           apply fixes from bugs #135042 (lame can't write tags) and #133817
21255           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21256
21257 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21258
21259         * configure.ac: Export only gst_plugin_desc from plugins.
21260          Note that this change only makes any effect with Linux using libtool
21261          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21262          fine. And don't try to have several versions of libtool in different
21263          directories.
21264
21265 2004-02-20  Andy Wingo  <wingo@pobox.com>
21266
21267         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21268         interleave respectively.
21269
21270         * gst/interleave/deinterleave.c: New plugin: deinterleave
21271         (replaces on oneton).
21272         * gst/interleave/interleave.c: New plugin: interleave.
21273         * gst/interleave/plugin.h: Support file.
21274         * gst/interleave/plugin.c: Support file.
21275
21276         * configure.ac: Remove intfloat and oneton, add interleave.
21277
21278         * ext/sndfile/gstsf.c: Handle events better.
21279
21280         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21281         and float2int operation. int2float has scheduling problems as
21282         noted in in2float_chain.
21283
21284 2004-02-20  Benjamin Otte  <otte@gnome.org>
21285
21286         * ext/xine/Makefile.am:
21287         * ext/xine/gstxine.h:
21288         * ext/xine/xine.c:
21289         * ext/xine/xineaudiodec.c:
21290         * ext/xine/xinecaps.c:
21291           add first version of xine plugin wrapper. Currently only wraps the
21292           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21293         * configure.ac:
21294         * ext/Makefile.am:
21295           add xine plugin wrapper, disabled by default. Use --enable-xine to
21296           build. Note that it'll segfault on gst-register if you don't remove
21297           the goom and tvtime post plugins from xine.
21298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21299         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21300           add extradata parsing for QDM2.
21301           change around debugging prints.
21302
21303 2004-02-19  Benjamin Otte  <otte@gnome.org>
21304
21305         * ext/lame/gstlame.c: (gst_lame_chain):
21306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21307           use gst_tag_list_insert when you want to insert tags
21308
21309 2004-02-18  David Schleef  <ds@schleef.org>
21310
21311         * configure.ac:  Move massink to gst-rotten
21312         * ext/Makefile.am:
21313         * ext/mas/Makefile.am:
21314         * ext/mas/massink.c:
21315         * ext/mas/massink.h:
21316
21317 2004-02-18  David Schleef  <ds@schleef.org>
21318
21319         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21320         typefinding, since it seems to be worse than nothing.
21321         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21322         atom to recognize .mp4 and .m4a files as video/quicktime.
21323
21324 2004-02-18  David Schleef  <ds@schleef.org>
21325
21326         * gst/sine/demo-dparams.c: (quit_live),
21327         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21328         Use double dparams, not float.
21329         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21330         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21331         sync'd elements don't really work correctly.
21332         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21333         (volume_update_volume), (volume_get_property):  Change dparam
21334         to double.
21335
21336 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21337
21338         * sys/ximage/ximagesink.c:
21339         (gst_ximagesink_xwindow_update_geometry),
21340         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21341         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21342         (gst_ximagesink_init): Rework the way software video scaling works. So
21343         now we check on each chain call if the video frames are feeling the
21344         window. If not we try to renegotiate caps. On failure we memorize that
21345         and we won't try again for that PLAYING sessions.
21346         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21347         failure.
21348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21349         synchronous flag.
21350
21351 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21352
21353         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21354           break up _link so we can give a better debug message for errors
21355
21356 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21357
21358         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21359           set up debug category
21360
21361 2004-02-18  Julien MOUTTE <julien@moutte.net>
21362
21363         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21364         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21365         the way renegotiation work. The event handling function is not taking
21366         care of external windows and renegotiate method check for pad flags
21367         NEGOTIATING. Should fix : #133209
21368
21369 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21370
21371         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21372         pad is negotiating before trying renegotiation.
21373
21374 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21375
21376         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21377           pass on all possible mime types as typefind hints
21378
21379 2004-02-17  Julien MOUTTE <julien@moutte.net>
21380
21381         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21383         possible SHM leak if we crash. All other apps using XShm are doing
21384         that.
21385
21386 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21387
21388         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21389         (gst_ximagesink_expose): Renegotiate size on expose.
21390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21391         size on expose.
21392
21393 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21394
21395         * testsuite/alsa/sinesrc.c:
21396           cosmetic fix to fix compile issue with gcc 2.95.4
21397
21398 2004-02-16  Julien MOUTTE <julien@moutte.net>
21399
21400         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21401         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21402         failed opening the audio device.
21403         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21404         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21405         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21406         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21407         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21408         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21409         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21410         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21411         Removing some useless g_return_if_fail like wingo suggested.
21412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21413         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21414         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21415         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21416         (gst_xvimagesink_update_colorbalance),
21417         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21418         (gst_xvimagesink_xcontext_clear),
21419         (gst_xvimagesink_get_fourcc_from_caps),
21420         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21421         (gst_xvimagesink_set_xwindow_id),
21422         (gst_xvimagesink_colorbalance_list_channels),
21423         (gst_xvimagesink_colorbalance_set_value),
21424         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21425         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21426
21427 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21428
21429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21430           throw error when not negotiated instead of asserting
21431
21432 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21433
21434         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21435         correct data refcounting.
21436
21437 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21438
21439         * gst/switch/gstswitch.c: (gst_switch_change_state),
21440         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21441         change, mostly the EOS flag.
21442
21443 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21444
21445         * examples/gstplay/player.c: (got_eos), (main): Adding some
21446         output for debugging.
21447         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21448         timeouts if we go to any state different from PLAYING.
21449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21450         more EOS bugs in riff lib.
21451
21452 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21453
21454         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21455         visualization until i find a way to fix switch correctly.
21456         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21457         EOS arrives.
21458         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21459         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21460         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21461         Reworked switch to get a more correct behaviour with events and refing
21462         of data stored in sinkpads.
21463         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21464         we don't pull from a pad in EOS.
21465
21466 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21467
21468         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21469           remove v1 tag even if we can't read it (makes sure we don't detect
21470           it again)
21471
21472 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21473
21474         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21475         (gst_alsa_xrun_recovery):
21476         * ext/alsa/gstalsa.h:
21477           try xrun recovery when wait failed. Make xrun recovery function
21478           return TRUE/FALSE to indicate success. (might fix #134354)
21479
21480 2004-02-13  David Schleef  <ds@schleef.org>
21481
21482         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21483         (dynparm_value_changed), (main): Convert from float to double.
21484         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21485
21486 2004-02-13  David Schleef  <ds@schleef.org>
21487
21488         * gst/silence/gstsilence.c: (gst_silence_class_init),
21489         (gst_silence_set_clock), (gst_silence_get),
21490         (gst_silence_set_property), (gst_silence_get_property):
21491         * gst/silence/gstsilence.h: Add sync property.
21492         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21493         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21494         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21495         * gst/sine/gstsinesrc.h: Add sync property.
21496
21497 2004-02-13  David Schleef  <ds@schleef.org>
21498
21499         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21500         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21501
21502 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21503
21504         * configure.ac:
21505         * ext/Makefile.am:
21506         * gst-libs/ext/Makefile.am:
21507           move ffmpeg plugin to gst-ffmpeg module
21508
21509 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21510
21511         * configure.ac: use GST_ARCH to detect architecture
21512
21513 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21514
21515         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21516
21517 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21518
21519         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21520           classify LADSPA plugins based on number of src/sink pads
21521           (#133663, Stefan Kost)
21522         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21523           fix dparams registration
21524           (#133528, Stefan Kost)
21525         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21526           fix use of isprint and use g_ascii_isprint instead
21527           (#133316, Stefan Kost)
21528
21529 2004-02-11  David Schleef  <ds@schleef.org>
21530
21531         Convert a few inner loops to use liboil.  This is currently
21532         optional, and is only enabled if liboil is present (duh!).
21533         * configure.ac: Check for liboil-0.1
21534         * gst/intfloat/Makefile.am:
21535         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21536         (gst_int2float_chain_gint16):
21537         * gst/videofilter/Makefile.am:
21538         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21539         (tablelookup_u8), (gst_videobalance_planar411):
21540         * gst/videotestsrc/Makefile.am:
21541         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21542         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21543         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21544         (paint_hline_RGB565), (paint_hline_xRGB1555):
21545
21546 2004-02-11  David Schleef  <ds@schleef.org>
21547
21548         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21549         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21550         (gst_colorspace_getcaps), (gst_colorspace_link),
21551         (gst_colorspace_base_init), (gst_colorspace_init),
21552         (gst_colorspace_chain), (gst_colorspace_change_state),
21553         (plugin_init): Merge Ronald's patch (bug #117897) and update
21554         for new caps and negotiation.  Seems to work, although it
21555         shows off bugs in lcs.
21556
21557 2004-02-11  David Schleef  <ds@schleef.org>
21558
21559         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21560         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21561
21562 2004-02-11  David Schleef  <ds@schleef.org>
21563
21564         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21565         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21566         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21567         Add server and port properties
21568
21569 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21570
21571         * m4/a52.m4:
21572         * m4/aalib.m4:
21573         * m4/as-ffmpeg.m4:
21574         * m4/as-liblame.m4:
21575         * m4/as-slurp-ffmpeg.m4:
21576         * m4/check-libheader.m4:
21577         * m4/esd.m4:
21578         * m4/freetype2.m4:
21579         * m4/gconf-2.m4:
21580         * m4/glib.m4:
21581         * m4/gst-alsa.m4:
21582         * m4/gst-artsc.m4:
21583         * m4/gst-ivorbis.m4:
21584         * m4/gst-matroska.m4:
21585         * m4/gst-sdl.m4:
21586         * m4/gst-shout2.m4:
21587         * m4/gst-sid.m4:
21588         * m4/gtk.m4:
21589         * m4/libdv.m4:
21590         * m4/libfame.m4:
21591         * m4/libmikmod.m4:
21592         * m4/ogg.m4:
21593         * m4/vorbis.m4:
21594           fix underquotedness of macros (#133800)
21595         * m4/as-avifile.m4:
21596         * m4/xmms.m4:
21597           removed because no longer used
21598
21599 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21600
21601         * configure.ac:
21602           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21603           by autopoint (fixes #132996)
21604
21605 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21606
21607         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21608         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21609         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21610         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21611           fix memleaks
21612
21613 2004-02-11  David Schleef  <ds@schleef.org>
21614
21615         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21616         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21617         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21618         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21619         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21620         (gst_jpegenc_class_init), (gst_jpegenc_init),
21621         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21622         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21623         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21624         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21625
21626 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21627
21628         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21629         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21630         * ext/mikmod/gstmikmod.h:
21631           fix caps negotiation in mikmod
21632         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21633           output debug information
21634
21635 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21636
21637         * gst-libs/gst/colorbalance/Makefile.am:
21638         * gst-libs/gst/navigation/Makefile.am:
21639         * gst-libs/gst/xoverlay/Makefile.am:
21640           remove unused GST_OPT_CFLAGS from Makefiles
21641           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21642
21643 2004-02-07  David Schleef  <ds@schleef.org>
21644
21645         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21646         push events to pads that haven't been created (#133508)
21647
21648 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21649
21650         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21651         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21652         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21653         (gst_dvdec_loop), (gst_dvdec_change_state):
21654         Second attempt at committing a working dvdec element.
21655
21656 2004-02-06  David Schleef  <ds@schleef.org>
21657
21658         Build fixes for OS X: (see #129600)
21659         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21660         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21661         (gst_riff_read_strf_iavs):
21662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21663         (gst_avi_demux_stream_odml):
21664         * gst/playondemand/Makefile.am:
21665         * gst/rtp/rtp-packet.c:
21666
21667 2004-02-05  David Schleef  <ds@schleef.org>
21668
21669         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21670         last change, because it Just Doesn't Compile.
21671
21672 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21673
21674         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21675           skip undecodable id3v2 tag instead of keeping it
21676
21677 2004-02-05  David Schleef  <ds@schleef.org>
21678
21679         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21680         Unref leaked buffer.  (Noticed by Ronald)
21681
21682 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21683
21684         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21685         Sync requires with other checks.  >= vs =.
21686
21687 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21688
21689         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21690         (gst_dvdec_video_link), (gst_dvdec_loop):
21691         * ext/dv/gstdvdec.h:
21692           rework the caps negotiation so that dvdec works again instead
21693           of just segfaulting.
21694
21695 === release 0.7.4 ===
21696
21697 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21698
21699         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21700         * configure.ac: changed for release
21701
21702 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21703
21704         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21705         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21706         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21707         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21708           reworked patch by David Lehn to fix libdir and includedir for
21709           uninstalled libraries
21710           removed play and gconf from gstreamer-libs since they have their
21711           own pkgconfig files
21712
21713 2004-02-04  David Schleef  <ds@schleef.org>
21714
21715         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21716         memleak.
21717
21718 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21719
21720         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21721           use correct GST_TAG_ENCODER tag
21722
21723 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21724
21725         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
21726           be sure to stop the clock when going to paused
21727         * sys/oss/gstosssink.c: (gst_osssink_change_state):
21728           reset number of transmitted when going to ready.
21729         fixes #132935
21730
21731 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
21732
21733         reviewed by Benjamin Otte
21734
21735         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21736           extract track count (fixes #133410)
21737
21738 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21739
21740         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
21741           that should be !=, not == (fixes #132519)
21742
21743 2004-02-04  David Schleef  <ds@schleef.org>
21744
21745         Make sure set_explicit_caps() is called before adding pad.
21746         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21747         * gst/id3/gstid3types.c: (gst_id3types_loop):
21748         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21749         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21750
21751 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21752
21753         * configure.ac:
21754           bump nano to 2, first prerelease
21755           put back AM_PROG_LIBTOOL
21756
21757 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21758
21759         * testsuite/alsa/Makefile.am:
21760           these are user test apps, not automatic testsuite tests
21761
21762 2004-02-04  David Schleef  <ds@schleef.org>
21763
21764         Convert GST_DEBUG_CAPS() to GST_DEBUG():
21765         * gst/mpeg1videoparse/gstmp1videoparse.c:
21766         (mp1videoparse_parse_seq):
21767         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21768         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
21769         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
21770         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
21771         (gst_xvideosink_getcaps):
21772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21773         * testsuite/gst-lint: more tests
21774
21775 2004-02-04  David Schleef  <ds@schleef.org>
21776
21777         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
21778         with the code that they would expand to.
21779         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
21780         (gst_flacdec_get_src_query_types),
21781         (gst_flacdec_get_src_event_masks):
21782         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
21783         (gst_gnomevfssrc_get_query_types),
21784         (gst_gnomevfssrc_get_event_mask):
21785
21786 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21787
21788         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21789         (gst_sinesrc_dispose):
21790           fix memleak by properly disposing sinesrc
21791
21792 2004-02-04  Julien MOUTTE  <julien@moutte.net>
21793
21794         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
21795         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
21796         an overlay to redraw the image because it has been exposed.
21797         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
21798         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
21799         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
21800         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
21801         interface
21802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
21803         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
21804         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
21805         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
21806         interface
21807
21808 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21809
21810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21811           more memleak fixage
21812
21813 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21814
21815         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21816         * gst/typefind/gsttypefindfunctions.c:
21817           fix memleaks shown by gst-typefind
21818
21819 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * common/glib-gen.mak:
21822           add hack rule to touch .Plo files
21823         * gst-libs/gst/colorbalance/Makefile.am:
21824         * gst-libs/gst/mixer/Makefile.am:
21825         * gst-libs/gst/play/Makefile.am:
21826         * gst-libs/gst/tuner/Makefile.am:
21827           remove glib_root variable
21828
21829 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21830
21831         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
21832           set explicit caps before adding the element, so the autopluggers can
21833           plug correctly.
21834         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
21835         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
21836         (mpeg_video_type_find), (mpeg_video_stream_type_find),
21837         (dv_type_find):
21838           fix memleaks in typefind functions. gst_type_find_suggest takes a const
21839           argument.
21840
21841 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21842
21843         * gst-libs/gst/colorbalance/Makefile.am:
21844         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
21845         * gst-libs/gst/colorbalance/colorbalance.c:
21846         * gst-libs/gst/colorbalance/colorbalance.h:
21847         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
21848         * gst-libs/gst/mixer/Makefile.am:
21849         * gst-libs/gst/mixer/mixer-marshal.list:
21850         * gst-libs/gst/mixer/mixer.c:
21851         * gst-libs/gst/mixer/mixer.h:
21852         * gst-libs/gst/mixer/mixermarshal.list:
21853         * gst-libs/gst/play/Makefile.am:
21854         * gst-libs/gst/play/play.h:
21855         * gst-libs/gst/tuner/Makefile.am:
21856         * gst-libs/gst/tuner/tuner-marshal.list:
21857         * gst-libs/gst/tuner/tuner.c:
21858         * gst-libs/gst/tuner/tuner.h:
21859         * gst-libs/gst/tuner/tunermarshal.list:
21860           use new glib-gen.mak snippet to clean up Makefile.am
21861           fix various bugs in Makefile.am's
21862
21863 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21864
21865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
21866           handle chain parsing correctly in the multichain case
21867         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
21868         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
21869         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
21870         (theora_dec_chain):
21871           handle events and queries correctly
21872
21873 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21874
21875         * .cvsignore:
21876         Ignore generated file _stdint.h.
21877
21878 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21879
21880         * gst-libs/gst/colorbalance/Makefile.am:
21881         * gst-libs/gst/colorbalance/colorbalance.h:
21882         * gst-libs/gst/mixer/Makefile.am:
21883         * gst-libs/gst/mixer/mixer.h:
21884         * gst-libs/gst/play/Makefile.am:
21885         * gst-libs/gst/play/play.h:
21886         * gst-libs/gst/tuner/Makefile.am:
21887         * gst-libs/gst/tuner/tuner.h:
21888         Generate enum type code with glib-mkenums.
21889         * gst-libs/gst/colorbalance/.cvsignore:
21890         * gst-libs/gst/mixer/.cvsignore:
21891         * gst-libs/gst/play/.cvsignore:
21892         * gst-libs/gst/tuner/.cvsignore:
21893         Ignore generated files.
21894
21895 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21896
21897         * gst-libs/gst/audio/.cvsignore:
21898         Ignore generated file.
21899         * gst-libs/gst/audio/Makefile.am:
21900         Do not install example filter.
21901
21902 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
21903
21904         * examples/switch/.cvsignore:
21905         Ignore generated file.
21906
21907 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21908
21909         * common/m4/ax_create_stdint_h.m4:
21910         * configure.ac:
21911           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
21912           _stdint.h.
21913         * Makefile.am:
21914           remove generated _stdint.h in DISTCLEANFILES
21915         * ext/a52dec/gsta52dec.c:
21916           include _stdint.h for a52dec. (should fix #133064)
21917
21918 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21919
21920         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
21921         (gst_tag_to_vorbis_comments):
21922         Add replaygain support to vorbistag
21923
21924 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
21925         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
21926         (gst_ffmpeg_caps_to_extradata):
21927           Fix SVQ3 caps flag properties
21928           Use glib macro for bytes swap
21929
21930 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21931
21932         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
21933         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
21934         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21935         * ext/sndfile/gstsf.c: (plugin_init):
21936         * gst/avi/gstavi.c: (plugin_init):
21937         * sys/dxr3/dxr3init.c: (plugin_init):
21938         * sys/oss/gstossaudio.c: (plugin_init):
21939         * sys/v4l/gstv4l.c: (plugin_init):
21940         * sys/v4l2/gstv4l2.c: (plugin_init):
21941           remove textdomain calls
21942         * po/nl.po:
21943           update Dutch translation
21944
21945 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21946
21947         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21948         (gst_play_set_audio_sink): Moving volume in the audio thread for
21949         instantaneous volume change. Maybe i will add another volume in front
21950         of visualization later, not sure yet though.
21951
21952 2004-02-02  Julien MOUTTE  <julien@moutte.net>
21953
21954         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21955         (gst_ximagesink_handle_xevents): Better X events handling, only take
21956         the latest events for configure and motion.
21957         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
21958
21959 2004-02-02  Jon Trowbridge  <trow@gnu.org>
21960
21961         reviewed by: David Schleef  <ds@schleef.org>
21962
21963         Fix memory leaks:
21964         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
21965         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
21966
21967 2004-02-02  David Schleef  <ds@schleef.org>
21968
21969         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
21970         of lines.
21971         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
21972         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
21973         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
21974         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
21975         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
21976         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
21977         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
21978         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
21979         (gst_float2_2_int_link):
21980         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
21981         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
21982         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
21983         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
21984         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
21985         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
21986         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
21987         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
21988         * testsuite/gst-lint: Add tests for bzero and ;;
21989
21990 2004-02-02  David Schleef  <ds@schleef.org>
21991
21992         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
21993
21994 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21995
21996         * ext/aalib/gstaasink.c: (gst_aasink_open):
21997         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
21998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
21999         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22000         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22001         (gst_afsink_close_file):
22002         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22003         (gst_afsrc_close_file):
22004         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22005         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22006         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22007         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22008         * ext/esd/esdmon.c: (gst_esdmon_get):
22009         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22010         * ext/faac/gstfaac.c: (gst_faac_chain):
22011         * ext/faad/gstfaad.c: (gst_faad_chain):
22012         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22013         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22014         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22015         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22016         (gst_flacdec_loop):
22017         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22018         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22019         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22020         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22021         (gst_gnomevfssink_close_file):
22022         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22023         (gst_gnomevfssrc_open_file):
22024         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22025         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22026         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22027         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22028         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22029         * ext/mad/gstmad.c: (gst_mad_chain):
22030         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22031         * ext/mpeg2dec/gstmpeg2dec.c:
22032         * ext/mpeg2enc/gstmpeg2enc.cc:
22033         * ext/mplex/gstmplex.cc:
22034         * ext/mplex/gstmplexibitstream.cc:
22035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22036         (gst_ogg_demux_push):
22037         * ext/raw1394/gstdv1394src.c:
22038         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22039         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22040         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22041         (gst_sf_loop):
22042         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22043         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22044         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22045         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22046         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22047         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22048         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22049         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22050         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22051         (gst_riff_read_element_data), (gst_riff_read_seek),
22052         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22053         * gst/adder/gstadder.c: (gst_adder_loop):
22054         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22055         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22056         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22057         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22058         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22059         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22060         * gst/goom/gstgoom.c: (gst_goom_chain):
22061         * gst/id3/gstid3types.c: (gst_id3types_loop):
22062         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22063         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22064         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22065         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22066         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22067         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22068         (gst_ebml_read_float), (gst_ebml_read_header):
22069         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22070         (gst_matroska_demux_parse_blockgroup):
22071         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22073         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22074         * gst/silence/gstsilence.c: (gst_silence_get):
22075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22076         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22077         * gst/speed/gstspeed.c: (speed_loop):
22078         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22079         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22080         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22081         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22082         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22083         (gst_wavparse_loop):
22084         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22085         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22086         (dxr3audiosink_close):
22087         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22088         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22089         (dxr3videosink_close), (dxr3videosink_write_data):
22090         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22091         * sys/oss/gstosssink.c: (gst_osssink_chain):
22092         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22093         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22094         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22095         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22096         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22097         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22098         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22099         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22100         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22101         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22102         (gst_v4l_set_audio):
22103         * sys/v4l/v4l_calls.h:
22104         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22105         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22106         (gst_v4lmjpegsink_playback_init),
22107         (gst_v4lmjpegsink_playback_start):
22108         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22109         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22110         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22111         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22112         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22113         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22114         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22115         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22116         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22117         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22118         (gst_v4l2_get_output), (gst_v4l2_set_output),
22119         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22120         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22121         (gst_v4l2_set_attribute):
22122         * sys/v4l2/v4l2_calls.h:
22123         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22124         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22125         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22126         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22127         (gst_v4l2src_capture_stop):
22128         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22129         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22130         (gst_ximagesink_chain):
22131         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22132         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22133         (gst_xvideosink_xwindow_new):
22134         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22135         (gst_xvimagesink_chain):
22136
22137 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22138
22139         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22140         (gst_volume_get_volume), (volume_class_init), (volume_init),
22141         (volume_chain_int16), (volume_update_volume):
22142         * gst/volume/gstvolume.h:
22143           make code more readable by removing magic numbers
22144           make mixer interface export 0-100 range
22145           make it internally map to 0.0-1.0 range so users don't distort
22146           output by putting the sliders at full volume
22147
22148 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22149
22150         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22151         (gst_play_state_change), (gst_play_seek_to_time):
22152         block the tick callback for 0.5 secs after doing a seek
22153
22154 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22155
22156         * gst-libs/gst/play/play.c: (gst_play_new):
22157           check for GError
22158
22159 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22160
22161         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22162         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22163         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22164         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22166         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22167
22168 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22169
22170         * configure.ac:
22171         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22172           check for a function added in vorbis 1.1
22173
22174 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22175
22176         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22177         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22178           really start/stop clock only on PLAYING <=> PAUSED
22179         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22180           remove \n from debugging lines
22181         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22182           make it work when seeking does not
22183         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22184           reset on DISCONT
22185
22186 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22187
22188         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22189           start clock on PAUSED=>PLAYING, not later
22190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22191           extract correct time for different discont formats
22192         (gst_alsa_sink_get_time):
22193           don't segfault when no format is negotiated yet, just return 0
22194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22195         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22196         (gst_ogg_pad_push):
22197           handle flush and discont events correctly
22198         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22199           handle discont events correctly
22200
22201 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22202
22203         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22204         (gst_play_error_create), (gst_play_error_plugin),
22205         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22206         * gst-libs/gst/play/play.h:
22207           add error handling during creation
22208         * examples/gstplay/player.c: (main):
22209           use new gst_play_new
22210
22211
22212 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22213
22214         * ext/theora/theoradec.c: (theora_dec_chain):
22215           make comments work
22216         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22217         (vorbis_dec_src_event), (vorbis_dec_chain):
22218           add encoder tag, fix tag reading to be more error tolerant, change
22219           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22220           gst_pad_event_default.
22221         * gst/tags/gstvorbistag.c:
22222         (gst_tag_list_from_vorbiscomment_buffer):
22223           undefine function specific define at end of function
22224
22225 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22226
22227         * ext/flac/gstflac.c: (plugin_init):
22228         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22229         * ext/flac/gstflacdec.h:
22230         * ext/flac/gstflacenc.h:
22231           Fix typos
22232
22233 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22234
22235         * examples/gstplay/player.c: s/gstplay.h/play.h/
22236
22237 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22238
22239         * gst-libs/gst/play/Makefile.am:
22240         * gst-libs/gst/play/gstplay.c:
22241         * gst-libs/gst/play/gstplay.h:
22242         * gst-libs/gst/play/play.c:
22243           more surgery, operation complete
22244
22245 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22246
22247         * gst-libs/gst/play/play.old.c:
22248         * gst-libs/gst/play/play.old.h:
22249           after CVS surgery by moving, remove
22250         * gst-libs/gst/play/playpipelines.c:
22251           remove
22252
22253         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22254           add negotiation error
22255
22256 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22257
22258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22259         (gst_ogg_demux_push):
22260           add some seeking debug info
22261           send a flush when seeking
22262
22263 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22264
22265         * configure.ac:
22266           use AC_C_INLINE
22267         * configure.ac:
22268         * ext/Makefile.am:
22269         * ext/theora/Makefile.am:
22270         * ext/theora/theoradec.c:
22271           add theora video decoder. Does just do simple decoding for now and
22272           has been tested against Theora cvs only. It only works when theora
22273           is compiled with --enable-static.
22274         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22275           always reset packetno on DISCONT
22276
22277 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22278
22279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22280           Fix audio.
22281
22282 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22283
22284         * gst/mpegaudioparse/gstmpegaudioparse.c:
22285         (mp3_type_frame_length_from_header):
22286           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22287
22288 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22289
22290         * ext/esd/esdsink.c: (gst_esdsink_init):
22291           Since we have static pad template caps, we don't need to negotiate;
22292           either the core errors out or we know the format.
22293
22294 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22295
22296         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22297         (gst_riff_read_seek):
22298         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22299         (gst_ebml_read_seek):
22300           Fix event handling.
22301
22302 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22303
22304         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22305           removee video/x-theora from vp3 decoder, it doesn't handle raw
22306           theora streams
22307         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22308           fix bug with finalizing element that never went to PAUSED
22309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22310           length and position queries were swapped
22311         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22312         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22313         (vorbis_dec_src_event):
22314           implement querying time and bytes
22315
22316 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22317
22318         * just about every source file:
22319           gst_element_error -> GST_ELEMENT_ERROR
22320
22321 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22322
22323         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22324         emiting FLUSH and even before DISCONT.
22325         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22326         get the best instant seeking as possible yay!
22327
22328 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22329
22330         * gst/mpeg1videoparse/gstmp1videoparse.c:
22331         (gst_mp1videoparse_real_chain):
22332           Committed wrong version last week... Grr... Didn't notice until now.
22333
22334 2004-01-29  Julien MOUTTE <julien@moutte.net>
22335
22336         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22338         have_xwindow_id signal in xwindow_create.
22339
22340 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22341
22342         * ext/ogg/gstoggdemux.c:
22343           lots of changes - mainly support for chained bitstreams, seeking,
22344           querying and bugfixes of course
22345         * ext/vorbis/Makefile.am:
22346         * ext/vorbis/vorbisdec.c:
22347         * ext/vorbis/vorbisdec.h:
22348           add vorbisdec raw vorbis decoder
22349         * ext/vorbis/vorbis.c: (plugin_init):
22350           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22351         * gst/intfloat/Makefile.am:
22352         * gst/intfloat/float22int.c:
22353         * gst/intfloat/float22int.h:
22354         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22355           add float2intnew plugin. It converts multichannel interleaved float to
22356           multichannel interleaved int. The name should probably be changed.
22357         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22358         (plugin_init):
22359           add typefinding for raw theora video so oggdemux can detect it.
22360
22361 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22362
22363         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22364         sink element first.
22365         * gst/videoscale/gstvideoscale.c:
22366         (gst_videoscale_handle_src_event): Fixing src event handler.
22367
22368 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22369
22370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22371         (gst_v4lsrc_open), (gst_v4lsrc_close),
22372         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22373         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22374         * sys/v4l/gstv4lsrc.h:
22375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22376         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22377           Implement resizing... Hack. But that's why v4l is b0rked...
22378
22379 2004-01-28  Julien MOUTTE <julien@moutte.net>
22380
22381         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22382         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22383         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22384         (gst_ximagesink_xwindow_destroy):
22385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22386         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22387         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22388         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22389         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22390         correctly cleaning the image created to check xshm calls on succes,
22391         added a lot of XSync calls in X11 functions, and fixed a segfault when
22392         no image format was defined before negotiation happened.
22393
22394 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22395
22396         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22397           use gst_element_get_time to get correct time
22398
22399 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22400
22401         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22402         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22403         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22404         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22405         (gst_xvimagesink_check_xshm_calls),
22406         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22407         X plugins are now able to detect that XShm calls will fail even if the
22408         server claims that it has XShm support (remote displays most of the
22409         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22410         so that we use non XShm functions. This feature is almost useless for
22411         xvimagesink as Xv is not supported on remote displays anyway, but
22412         it might happen than even on the local display XShm calls fail.
22413
22414 2004-01-27  David Schleef  <ds@schleef.org>
22415
22416         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22417         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22418         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22419         changed esdsink to only use 44100,16,2, since esd sucks at rate
22420         conversion and esdsink has had difficulty negotiating.
22421
22422 2004-01-27  Julien MOUTTE <julien@moutte.net>
22423
22424         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22425         (gst_play_seek_to_time): Fixing the way to get current position.
22426
22427 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22428
22429         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22430           use gst_element_get_time to get correct time
22431
22432 2004-01-27  Julien MOUTTE <julien@moutte.net>
22433
22434         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22435         fix ever... Inverting 2 lines of code make spider autoplug correctly
22436         tagged mp3 !
22437
22438 2004-01-27  David Schleef  <ds@schleef.org>
22439
22440         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22441         Use gst_pad_try_set_caps_nonfixed().
22442
22443 2004-01-27  David Schleef  <ds@schleef.org>
22444
22445         * gst/ac3parse/gstac3parse.c: update to checklist 5
22446         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22447         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22448         * gst/audioscale/gstaudioscale.c: same
22449         * gst/auparse/gstauparse.c: same
22450         * gst/avi/gstavidemux.c: same
22451
22452 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22453
22454         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22455           stop processing after EOS
22456
22457 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22458
22459         * gst/asfdemux/asfheaders.h:
22460         * gst/asfdemux/gstasfdemux.c:
22461         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22462         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22463         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22464           lot's of fixes to make data extraction simpler and get the code
22465           architecture and compiler independant. Add debugging category
22466         * gst/goom/gstgoom.c: (gst_goom_change_state):
22467           reset channel count on PAUSED=>READY, not READY=>PAUSED
22468
22469 2004-01-26  Colin Walters  <walters@verbum.org>
22470
22471         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22472         code to pull a bigger buffer in iradio mode.  This as a side effect
22473         makes typefinding work.
22474
22475 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22476
22477         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22478         Fix SVQ3 decoding on PPC
22479
22480 2004-01-26  Julien MOUTTE <julien@moutte.net>
22481
22482         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22483         that one managed to stay there... Fixed.
22484
22485 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22486
22487         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22488         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22489         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22490         (qtdemux_video_caps):
22491         * gst/qtdemux/qtdemux.h:
22492         Add SVQ3 specific flags to qtdemux and ffmpeg
22493
22494 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22495
22496         * gst-libs/gst/audio/audio.h:
22497           remove buffer-frames from audio caps
22498         * gst/audioconvert/gstaudioconvert.c:
22499           fix plugin to really work.
22500
22501 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22502
22503         * gst-libs/gst/mixer/mixer.c:
22504         * gst-libs/gst/propertyprobe/propertyprobe.c:
22505         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22506         (gst_tuner_find_channel_by_name):
22507         * gst-libs/gst/tuner/tuner.h:
22508           Add gtk-doc style comments. Also fix a function name.
22509
22510 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22511
22512         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22513         (gst_divxdec_negotiate):
22514           Fix for new capsnego - also fixes gst-player with divxdec.
22515
22516 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22517
22518         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22519         (gst_play_identity_handoff), (gst_play_set_location),
22520         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22521         try in visualization implementation. Still have an issue with switch
22522         blocking when pulling from video_queue and only audio comes out of
22523         spider.
22524         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22525         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22526         release method. And check if the pad is usable before pulling.
22527
22528 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22529
22530         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22531         (gst_videobalance_init),
22532         (gst_videobalance_colorbalance_list_channels),
22533         (gst_videobalance_colorbalance_set_value),
22534         (gst_videobalance_colorbalance_get_value),
22535         (gst_videobalance_update_properties),
22536         (gst_videobalance_update_tables_planar411),
22537         (gst_videobalance_planar411):
22538         * gst/videofilter/gstvideobalance.h:
22539           Implement lookup-tables. +/- 10x faster.
22540
22541 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22542
22543         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22544         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22545           The index reading was broken. The rest worked fine, but the whole
22546           goal of my rewrite was to make avidemux readable, and this was
22547           not at all readable. Please use typed variables.
22548
22549 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22550
22551         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22552           Additional pad usability check.
22553         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22554         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22555         (gst_mp1videoparse_real_chain):
22556           Fix MPEG video stream parsing. The original plugin had several
22557           issues, including not timestamping streams where the source was
22558           not timestamped (this happens with PTS values in mpeg system
22559           streams, but MPEG video is also a valid stream on its own so
22560           that needs timestamps too). We use the display time code for that
22561           for now. Also, if one incoming buffer contains multiple valid
22562           frames, we push them all on correctly now, including proper EOS
22563           handling. Lastly, several potential segfaults were fixed, and we
22564           properly sync on new sequence/gop headers to include them in next,
22565           not previous frames (since they're header for the next frame, not
22566           the previous). Also see #119206.
22567         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22568         (bpf_from_header):
22569           Move caps setting so we only do it after finding several valid
22570           MPEG-1 fraes sequentially, not right after the first one (which
22571           might be coincidental).
22572         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22573         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22574         (plugin_init):
22575           Add unsynced MPEG video stream typefinding, and change some
22576           probability values so we detect streams rightly. The idea is as
22577           follows: I can have an unsynced system stream which contains
22578           video. In the current code, I would randomly get a type for either
22579           system or video stream type found, because the probabilities are
22580           being calculated rather randomly. I now use fixed values, so we
22581           always prefer system stream if that was found (and that is how it
22582           should be). If no system stream was found, we can still identity                the stream as video-only.
22583
22584 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22585
22586         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22587         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22588           don't write to buffer. Extract data without the need of
22589           __attribute__ ((packed))
22590
22591 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22592
22593         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22594         (mpeg1_sys_type_find):
22595           Fix MPEG-1 stream typefinding.
22596
22597 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22598
22599         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22600           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22601
22602 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22603
22604         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22605         * ext/esd/gstesd.c: (plugin_init):
22606           private debugging, better error reporting
22607
22608 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22609
22610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22611         (gst_riff_read_init), (gst_riff_read_change_state):
22612         * gst-libs/gst/riff/riff-read.h:
22613           Remove stuff fromold metadata system.
22614
22615 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22616
22617         * ext/ogg/gstoggdemux.c:
22618           Fix wrong file comment.
22619         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22620         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22621           Add metadata reading properly.
22622
22623 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22624
22625         * ext/Makefile.am:
22626           Fix nas DIST_SUBDIRS
22627           Uraeus:
22628           Fix bug where make distcheck doesn't get run on adding stuff to
22629           the build.
22630
22631 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22632
22633         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22634         * ext/divx/gstdivxdec.h:
22635           Fix divx3 ("msmpeg4") playback using divxdec.
22636
22637 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22638
22639         * gst/typefind/gsttypefindfunctions.c:
22640         (mp3_type_frame_length_from_header): fix bug in length computation
22641         (mp3_type_find): improve debugging output
22642
22643 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22644
22645         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22646         (gst_play_set_location), (gst_play_seek_to_time),
22647         (gst_play_set_audio_sink), (gst_play_set_visualization),
22648         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22649         the pipeline from scratch. Visualization is back and switch went out as
22650         i realized it was not possible to use the way i wanted.
22651         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22652         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22653         clearing in state change from READY to NULL. So that one can clean the
22654         X ressources keeping the element.
22655         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22656         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22657         (gst_xvimagesink_colorbalance_set_value),
22658         (gst_xvimagesink_colorbalance_get_value),
22659         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22660         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22661         change from READY to NULL and fixed some stupid bugs in colorbalance
22662         get/set values. Also added the following feature : when nobody tries to
22663         set some values to the colorbalance levels before the xcontext is
22664         grabbed, then when creating channels list from Xv attributes we set the
22665         internal values to the Xv defaults. This way we handle buggy Xv drivers
22666         that set default hue values far from the middle of the range (Thanks
22667         to Jon Trowbridge for pointing that issue).
22668         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22669         colorbalance levels have been set before xcontext is grabbed.
22670
22671 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22672
22673         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22674           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22675           it might block operations (which is bad for a mixer).
22676
22677 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22678
22679         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22680         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22681         (gmip_find_type_pre):
22682         * gst-libs/gst/media-info/media-info-priv.h:
22683         * gst-libs/gst/media-info/media-info.c:
22684         (gst_media_info_instance_init), (gst_media_info_read_idler):
22685         add fakesink to get caps on decoder src pad again
22686         fix callback prototype to match new have_type signal signature
22687
22688 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22689
22690         * gst/adder/gstadder.c: (gst_adder_link):
22691           fix non-compile and cut-n-paste code
22692
22693 2004-01-21  David Schleef  <ds@schleef.org>
22694
22695         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22696         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22697         (gst_swfdec_init), (gst_swfdec_change_state):
22698         * ext/swfdec/gstswfdec.h:
22699         Fix negotiation.
22700         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22701         (gst_adder_request_new_pad): Fix negotiation.
22702         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22703         Add a fixate function.
22704         * gst/intfloat/gstfloat2int.c:
22705         * gst/intfloat/gstfloat2int.h:
22706         * gst/intfloat/gstint2float.c:
22707         * gst/intfloat/gstint2float.h:
22708         Completely rewrite the negotiation.  Doesn't quite work yet,
22709         due to some buffer-frames problem.
22710
22711 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22712
22713         * ext/gnomevfs/gstgnomevfssrc.c:
22714         * sys/v4l2/v4l2_calls.h:
22715           fix includes for distcheck
22716
22717 2004-01-21  Christian Schaller <uraeus@gnome.org>
22718
22719         * ext/nas/
22720         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22721         based on earlier patch from Laurent Vivier
22722
22723 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22724
22725         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22726         Fix wma caps property
22727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
22728         Fix typo (flags1 and flags2)
22729
22730 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22731
22732         * gst-libs/gst/media-info/media-info-priv.c:
22733         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
22734         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
22735         (gmip_find_stream), (gmip_find_track_metadata),
22736         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
22737         (gmip_find_track_format):
22738         * gst-libs/gst/media-info/media-info-priv.h:
22739         * gst-libs/gst/media-info/media-info-test.c: (main):
22740         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
22741         (gst_media_info_read_idler), (gst_media_info_read):
22742         * gst-libs/gst/media-info/media-info.h:
22743           register debugging category and use it for debugging
22744
22745 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22746
22747         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
22748         (gst_vorbisfile_new_link):
22749           signal streaminfo through tags
22750
22751 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22752
22753         * ext/mplex/gstmplex.cc:
22754         * ext/mplex/gstmplexibitstream.cc:
22755           g++ doesn't like NULL in our i18n/error macros, should be
22756           either (NULL) or ("").
22757
22758 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22759
22760         * sys/dxr3/dxr3audiosink.c:
22761         * sys/dxr3/dxr3init.c:
22762         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
22763         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
22764           Fix more error error error errors (missing includes here).
22765
22766 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22767
22768         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22769           fix thomas' error errors.
22770
22771 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22772
22773         * ext/mpeg2enc/gstmpeg2enc.cc:
22774           fix error errors.
22775
22776 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22777
22778         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22779         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22780           Fix for new error system.
22781
22782 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22783
22784         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22785           fix for new error reporting
22786
22787 2004-01-20  David Schleef  <ds@schleef.org>
22788
22789         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
22790         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22791         (gst_ximagesink_set_xwindow_id): Change to using a framerate
22792         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
22793         and neither is 100+, most likely.
22794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
22795         (gst_xvimagesink_getcaps): same
22796
22797 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22798
22799         * configure.ac:
22800           Up version requirement to 2.0.3 (not yet released) to avoid symbol
22801           clashes with ffmpeg.
22802
22803 2004-01-20  Julien MOUTTE  <julien@moutte.net>
22804
22805         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
22806         (gst_switch_init): Fixed switch element : proxying link and setting
22807         caps from src to sink on request.
22808
22809 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22810
22811         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
22812         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22813         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22814         fix element_error
22815
22816 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22817
22818         * sys/v4l/v4l_calls.h:
22819         * sys/v4l2/v4l2_calls.h:
22820           element_error fixes
22821
22822 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22823
22824         * gst-libs/gst/gst-i18n-plugin.h:
22825           add locale.h
22826           remove config.h inclusion
22827
22828 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22829
22830         * autogen.sh:
22831           adding autopoint invocation
22832         * Makefile.am:
22833         * configure.ac:
22834         * gst-libs/gst/gettext.h:
22835           adding gettext bits
22836         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22837         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22838         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22839         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22840         (gst_gnomevfssink_close_file):
22841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
22842         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
22843         * gst-libs/gst/gst-i18n-plugin.h:
22844         * gst/avi/gstavi.c: (plugin_init):
22845         * sys/dxr3/dxr3init.c: (plugin_init):
22846         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
22847         * sys/oss/gstossaudio.c: (plugin_init):
22848         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22849         * sys/v4l/gstv4l.c: (plugin_init):
22850         * sys/v4l/v4l_calls.c: (gst_v4l_open):
22851         * sys/v4l2/gstv4l2.c: (plugin_init):
22852         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22853         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
22854         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
22855         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
22856         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
22857         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
22858           make sure locale and translation domain are set
22859           fix translated strings
22860         * po/.cvsignore:
22861         * po/LINGUAS:
22862         * po/Makevars:
22863         * po/POTFILES.in:
22864         * po/nl.po:
22865           put translation files into place
22866         * sys/xvideo/imagetest.c: (main):
22867         * ext/dv/demo-play.c: (main):
22868           fix unnecessary translations
22869
22870 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22871
22872         * ext/sndfile/gstsf.c:
22873         * gst/avi/gstavimux.c:
22874         * ext/audiofile/gstafsink.c:
22875         * ext/audiofile/gstafsrc.c:
22876         * ext/gnomevfs/gstgnomevfssink.c:
22877         * ext/gnomevfs/gstgnomevfssrc.c:
22878         * sys/oss/gstosselement.c:
22879         * sys/v4l/v4l_calls.h:
22880           fix i18n include
22881
22882 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22883
22884         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22885         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22886         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22887         (gst_v4l2_get_output), (gst_v4l2_set_output),
22888         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22889         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22890         (gst_v4l2_set_attribute):
22891         update to new error handling
22892
22893 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22894
22895         * ext/sidplay/gstsiddec.cc:
22896         * gst/modplug/gstmodplug.cc:
22897           parenthese NULL because C++ seems angry about it
22898
22899 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
22900
22901         * gst-libs/gst/gst-i18n-plugin.h:
22902           add skeleton i18n stuff, but needs to be further implemented
22903
22904 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
22905
22906         * examples/gstplay/player.c: (main):
22907         * ext/aalib/gstaasink.c: (gst_aasink_open):
22908         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22909         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22910         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22911         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22912         (gst_afsink_close_file):
22913         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22914         (gst_afsrc_close_file):
22915         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22916         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22917         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22918         * ext/esd/esdmon.c: (gst_esdmon_get):
22919         * ext/esd/esdsink.c: (gst_esdsink_chain):
22920         * ext/faac/gstfaac.c: (gst_faac_chain):
22921         * ext/faad/gstfaad.c: (gst_faad_chain):
22922         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22923         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22924         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22925         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22926         (gst_flacdec_loop):
22927         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22928         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22929         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22930         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22931         (gst_gnomevfssink_close_file):
22932         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22933         (gst_gnomevfssrc_open_file):
22934         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22935         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22936         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22937         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22938         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22939         * ext/mad/gstmad.c: (gst_mad_chain):
22940         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22941         * ext/mpeg2dec/gstmpeg2dec.c:
22942         * ext/mpeg2enc/gstmpeg2enc.cc:
22943         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
22944         * ext/mplex/gstmplex.cc:
22945         * ext/mplex/gstmplexibitstream.cc:
22946         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22947         (gst_ogg_demux_push), (gst_ogg_pad_push):
22948         * ext/raw1394/gstdv1394src.c:
22949         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22950         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22951         * ext/sidplay/gstsiddec.cc:
22952         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22953         (gst_sf_loop):
22954         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22955         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22956         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22957         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22958         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22959         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22960         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22961         * gst-libs/gst/Makefile.am:
22962         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22963         (gst_riff_read_element_data), (gst_riff_read_seek),
22964         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22965         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
22966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22967         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22968         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22969         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22970         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22971         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22972         * gst/goom/gstgoom.c: (gst_goom_chain):
22973         * gst/id3/gstid3types.c: (gst_id3types_loop):
22974         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22975         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22976         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22977         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22978         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22979         (gst_ebml_read_float), (gst_ebml_read_header):
22980         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22981         (gst_matroska_demux_parse_blockgroup):
22982         * gst/modplug/gstmodplug.cc:
22983         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22984         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22985         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22986         * gst/silence/gstsilence.c: (gst_silence_get):
22987         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22988         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22989         * gst/speed/gstspeed.c: (speed_loop):
22990         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22991         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22992         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22993         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22994         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22995         (gst_wavparse_loop):
22996         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22997         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22998         (dxr3audiosink_close):
22999         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23000         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23001         (dxr3videosink_close), (dxr3videosink_write_data):
23002         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23003         * sys/oss/gstosselement.h:
23004         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23005         (gst_osssink_chain):
23006         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23007         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23008         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23009         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23010         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23011         (gst_v4l_enable_overlay):
23012         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23013         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23014         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23015         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23016         (gst_v4l_set_audio):
23017         * sys/v4l/v4l_calls.h:
23018         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23019         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23020         (gst_v4lmjpegsink_playback_init),
23021         (gst_v4lmjpegsink_playback_start):
23022         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23023         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23024         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23025         (gst_v4lmjpegsrc_requeue_frame):
23026         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23027         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23028         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23029         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23030         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23031         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23032         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23033         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23034         (gst_v4l2src_capture_stop):
23035         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23036         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23037         (gst_ximagesink_chain):
23038         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23039         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23040         (gst_xvideosink_xwindow_new):
23041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23042         (gst_xvimagesink_chain):
23043         use new error signal, function and categories
23044
23045 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23046
23047         * configure.ac:
23048         * ext/Makefile.am:
23049         * ext/musicbrainz/gsttrm.c:
23050         * ext/musicbrainz/gsttrm.h:
23051         * ext/musicbrainz/Makefile.am:
23052         Add a trm plugin
23053
23054 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23055
23056         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23057         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23058         synchronous property for debugging.
23059         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23061         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23062         smaller block, fixing indent.
23063
23064 2004-01-16  David Schleef  <ds@schleef.org>
23065
23066         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23067         property affects the video stream.
23068         * sys/xvimage/xvimagesink.c:
23069         * sys/xvimage/xvimagesink.h:
23070         Add synchronous property for debugging.  Should probably be
23071         disabled in non-CVS builds.  Make sure that the Xv attribute
23072         exists before we set it (crash!).  Fix a silly float bug that
23073         caused colorbalance to just not work.
23074
23075 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23076
23077         * tools/gst-launch-ext.in - update for new plugins
23078
23079 2004-01-16  David Schleef  <ds@schleef.org>
23080
23081         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23082         already-freed caps.
23083
23084 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23085
23086         * Update spec for new colorspace plugin and libcaca plugin
23087         * Fix compilation of libcaca plugin (clock -> id)
23088
23089 2004-01-16  Julien MOUTTE <julien@moutte.net>
23090
23091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23092         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23093         (gst_xvimagesink_set_xwindow_id),
23094         (gst_xvimagesink_colorbalance_set_value),
23095         (gst_xvimagesink_colorbalance_get_value),
23096         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23097         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23098         correct colorbalance properties. They can now be set when the element
23099         is still in NULL state. The values will be committed to the Xv Port
23100         when xcontext is initialized.
23101         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23102         brightness int values in the GstXvImagesink structure.
23103
23104 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23105
23106         * gst-libs/gst/Makefile.am:
23107           restructure so having local patches works easier.
23108
23109 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * ext/mpeg2enc/Makefile.am:
23112         * ext/mpeg2enc/gstmpeg2enc.cc:
23113         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23114           Bugfix with respect to EOS handling.
23115
23116 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23117
23118         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23119           Link with right caps (else, it segfaults).
23120         * ext/mplex/gstmplexjob.cc:
23121           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23122
23123 2004-01-15  David Schleef  <ds@schleef.org>
23124
23125         * gst-libs/gst/audio/Makefile.am:
23126         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23127         from the template.
23128         * gst-libs/gst/audio/gstaudiofilter.c:
23129         * gst-libs/gst/audio/gstaudiofilter.h:
23130         Add bytes_per_sample and size and n_samples calculation.
23131         * gst-libs/gst/audio/gstaudiofilterexample.c:
23132         Remove, now autogenerated.
23133         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23134         Moved from gstaudiofilterexample, object name changed, code added
23135         so that it actually works.
23136         * gst-libs/gst/audio/make_filter:
23137         Script to build an audiofilter subclass from the template.
23138         * gst/colorspace/Makefile.am:
23139         * gst/colorspace/yuv2yuv.c:
23140         Remove file, since it's GPL, and we don't use it.
23141
23142 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23143
23144         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23146         them use the buffer free function to test how the buffer was allocated.
23147
23148 2004-01-15  David Schleef  <ds@schleef.org>
23149
23150         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23151         that handles osssink fallback.
23152         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23153         (gst_audio_convert_getcaps):
23154         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23155         Add audio/x-qdm2 for QDM2 audio.
23156         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23157         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23158         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23159         Decrease minimum size to 16x16.
23160         * gst/wavparse/gstwavparse.c:
23161         Convert disabled pad template caps to new caps.
23162         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23164         (gst_xvimagesink_chain): Throw element error when display cannot
23165         be opened.  Increase minimum framerate to 1.0.  Check the data
23166         free function on a buffer to make sure it is the type we expect
23167         before manipulating it.
23168
23169 2004-01-15  Julien MOUTTE <julien@moutte.net>
23170
23171         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23172         (gst_videobalance_colorbalance_set_value): Implement passthru if
23173         settings are in the middle.
23174         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23175
23176 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23177
23178         * gst/videofilter/Makefile.am:
23179         * gst/volume/Makefile.am:
23180           Since we use videofilter symbols, link to it.
23181
23182 2004-01-15  Julien MOUTTE <julien@moutte.net>
23183
23184         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23185         mixer interface type to HARDWARE.
23186         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23187         type to SOFTWARE.
23188         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23189         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23190         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23191         (gst_volume_interface_init), (gst_volume_list_tracks),
23192         (gst_volume_set_volume), (gst_volume_get_volume),
23193         (gst_volume_set_mute), (gst_volume_mixer_init),
23194         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23195         (volume_init): Implementing mixer interface.
23196         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23197         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23198         (gst_osselement_change_state): Removing some trailing commas in
23199         structures.
23200         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23201         interface type to HARDWARE.
23202         * sys/v4l/gstv4lcolorbalance.c:
23203         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23204         type to HARDWARE.
23205         * sys/v4l2/gstv4l2colorbalance.c:
23206         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23207         interface type to HARDWARE.
23208         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23209         same code than ximagesink for event handling.
23210
23211 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23212
23213         * ext/snapshot/Makefile.am:
23214         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23215         (gst_snapshot_chain):
23216         * ext/snapshot/gstsnapshot.h:
23217           This has to be a joke... Snapshot should be connected to a tee,
23218           colorspace element before it and EOS after that, where the other
23219           src of the tee receives normal data.
23220           The current way is *wrong*.
23221
23222 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23223
23224         * ext/hermes/gsthermescolorspace.c:
23225           Fix another compile error. Same as below.
23226
23227 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23228
23229         * gst/colorspace/gstcolorspace.c:
23230         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23231         (gst_colorspace_i420_to_yv12):
23232           Fix compiling... Didn't test if it actually works.
23233
23234 2004-01-15  David Schleef  <ds@schleef.org>
23235
23236         * configure.ac:
23237         * gst/colorspace/Makefile.am:
23238         * gst/colorspace/gstcolorspace.c:
23239         * gst/colorspace/gstcolorspace.h:
23240         * gst/colorspace/yuv2rgb.c:
23241         * gst/colorspace/yuv2rgb.h:
23242         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23243         code and GPL code.  Fix for new caps negotiation.  Rewrite
23244         much of the format handling code, and some of the conversion
23245         code.  Basically, rewrote almost everything.  This element
23246         handles I420, YV12 to RGB conversions.
23247         * ext/hermes/Makefile.am:
23248         * ext/hermes/gsthermescolorspace.c:
23249         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23250         Remove non-Hermes related code.  This element handles lots of
23251         RGB to RGB conversions, but no YUV.
23252         * ext/hermes/gstcolorspace.c:
23253         * ext/hermes/gstcolorspace.h:
23254         * ext/hermes/rgb2yuv.c:
23255         * ext/hermes/yuv2rgb.c:
23256         * ext/hermes/yuv2rgb.h:
23257         * ext/hermes/yuv2rgb_mmx16.s:
23258         * ext/hermes/yuv2yuv.c:
23259         * ext/hermes/yuv2yuv.h:
23260         Remove old code.
23261
23262 2004-01-14  Colin Walters  <walters@verbum.org>
23263
23264         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23265         they've already been.
23266
23267 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23268
23269         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23270           assume tag mode when pad is not connected
23271
23272 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23273
23274         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23275           Don't update the time of the clock
23276         (gst_alsa_sink_loop):
23277           sync to the clock given to alsasink, not the own clock
23278         * sys/oss/gstosssink.c: (gst_osssink_chain):
23279           sync to the clock
23280         (gst_osssink_change_state):
23281           activate the clock
23282         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23284           remove bogus code that made DISCONT events unhandled
23285         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23286           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23287           #131502)
23288         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23289         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23290         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23291           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23292           2nd warning in bug #131502)
23293
23294 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23295
23296         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23297         (gst_videobalance_colorbalance_set_value),
23298         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23299         for colorbalance interface implementation.
23300         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23301         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23302         (gst_ximagesink_dispose), (gst_ximagesink_init),
23303         (gst_ximagesink_class_init): Adding DISPLAY property.
23304         * sys/ximage/ximagesink.h: Adding display_name to store display.
23305         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23306         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23307         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23308         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23309         properties (they still need polishing though for gst-launch use : no
23310         xcontext yet, i ll do that tomorrow).
23311         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23312
23313 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23314
23315         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23316         (gst_play_set_location), (gst_play_set_visualization): Preparing
23317         switch integration, adding videobalance in the pipeline.
23318
23319 2004-01-14  Julien MOUTTE <julien@moutte.net>
23320
23321         * gst-libs/gst/colorbalance/colorbalance.c:
23322         (gst_color_balance_class_init): Adding a default type.
23323         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23324         the type.
23325         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23326         (gst_videobalance_dispose), (gst_videobalance_class_init),
23327         (gst_videobalance_init), (gst_videobalance_interface_supported),
23328         (gst_videobalance_interface_init),
23329         (gst_videobalance_colorbalance_list_channels),
23330         (gst_videobalance_colorbalance_set_value),
23331         (gst_videobalance_colorbalance_get_value),
23332         (gst_videobalance_colorbalance_init): Implementing colorbalance
23333         interface.
23334         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23335         list.
23336         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23337         bug which was triggering a BadAccess X error when setting an overlay
23338         before pad was really negotiated.
23339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23340         Using the colorbalance type macro.
23341
23342 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23343
23344         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23345         (gst_flacenc_chain):
23346           handle tags correctly
23347         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23348           extract ID3v1 tags correctly
23349
23350 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23351
23352         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23353         (plugin_init):
23354           Improve matroska typefinding for odd-typed headers...
23355
23356 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23357
23358         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23359           Fix for using incremental number on padnames.
23360
23361 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23362
23363         * ext/divx/gstdivxdec.c:
23364         * ext/divx/gstdivxenc.c:
23365           Set category to divx4linux instead of divx (too generic).
23366         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23367         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23368         (gst_wavparse_loop), (gst_wavparse_change_state):
23369         * gst/wavparse/gstwavparse.h:
23370           fix parsing of WAV files with non-standard fmt-tag size and fix
23371           skipping of unrecognized chunks... Someone please fix this thing
23372           to use rifflib so all this is automated.
23373         * sys/v4l/Makefile.am:
23374         * sys/v4l2/Makefile.am:
23375           Add X_CFLAGS because we depend on X (for overlay).
23376
23377 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23378
23379         * ext/mpeg2dec/gstmpeg2dec.c:
23380           Don't issue a timestamp unless we tagged the frame
23381           with a PTS.
23382
23383 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23384
23385         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23386           Query the audio element to get the time, not the clock. We're
23387           interested in the element's time here.
23388
23389 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23390
23391         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23392         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23393         * ext/esd/esdsink.c: (gst_esdsink_chain):
23394         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23395         * ext/mas/massink.c: (gst_massink_chain):
23396         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23397         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23398         (gst_matroska_demux_parse_metadata):
23399         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23400         (gst_mpeg_parse_release_locks):
23401         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23402         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23403         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23404         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23405         (gst_osssink_change_state):
23406         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23407         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23408         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23409         (gst_xvideosink_release_locks):
23410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23411           use element time.
23412         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23413         (gst_alsa_clock_stop):
23414         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23415         (gst_audio_clock_get_internal_time):
23416           simplify for use with new clocking code.
23417         * testsuite/alsa/Makefile.am:
23418         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23419           fix testsuite for new caps system
23420
23421 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23422
23423         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23424         * ext/flac/gstflacenc.c: (add_one_tag):
23425           length is already host endian, no need to convert. Fixes playback of
23426           tagged files on PPC. (bug #128384)
23427
23428 2004-01-13  Julien MOUTTE <julien@moutte.net>
23429
23430         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23431         colorbalance interface stating if it is hardware based or software
23432         based.
23433         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23434         Removing a trailing comma.
23435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23436         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23437         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23438         the documentation seems to be wrong on the -1000 to 1000 interval.
23439
23440 2004-01-12  David Schleef  <ds@schleef.org>
23441
23442         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23443         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23444         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23445         Fix negotiation.  Add a bufferalloc function for the sink pad,
23446         and generally clean up some of the code.
23447
23448 2004-01-12  Julien MOUTTE <julien@moutte.net>
23449
23450         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23451         (gst_color_balance_channel_dispose): Adding safety check in dispose
23452         method.
23453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23454         (gst_xvimagesink_xcontext_clear),
23455         (gst_xvimagesink_interface_supported),
23456         (gst_xvimagesink_colorbalance_list_channels),
23457         (gst_xvimagesink_colorbalance_set_value),
23458         (gst_xvimagesink_colorbalance_get_value),
23459         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23460         Adding colorbalance interface support to set XV parameters such as
23461         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23462         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23463         interface.
23464
23465 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23466
23467         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23468         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23469         (gst_audio_convert_init), (gst_audio_convert_set_property),
23470         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23471         (gst_audio_convert_link),
23472         (gst_audio_convert_buffer_to_default_format),
23473         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23474           - implement _getcaps and use it
23475           - improve linking
23476           - remove float caps since no float conversion is actually done
23477           - remove properties and arguments that were to be used for rate
23478             conversion
23479
23480 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23481
23482         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23483         (gst_audio_structure_set_int):
23484         * gst-libs/gst/audio/audio.h:
23485           add helper functions for _getcaps matching the standard audio
23486           templates
23487
23488 2004-01-12  David Schleef  <ds@schleef.org>
23489
23490         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23491         Test that pad is negotiated before getting its caps.
23492
23493 2004-01-12  Julien MOUTTE <julien@moutte.net>
23494
23495         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23496         analyzing the pads of an element the bin is mostly in READY state so
23497         no caps were negotiated. This helper function needs to work with
23498         _get_caps directly then. I was not freeing them though, added that to
23499         fix the mem leak.
23500
23501 2004-01-12  Julien MOUTTE <julien@moutte.net>
23502
23503         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23505         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23506         than the free_func.
23507
23508 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23509
23510         * sys/oss/gstossaudio.c: (plugin_init):
23511         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23512         * sys/oss/gstosselement.h:
23513           make an oss debugging category
23514           make failure more descriptive
23515
23516 2004-01-11  David Schleef  <ds@schleef.org>
23517
23518         * ext/ffmpeg/gstffmpeg.c:
23519         * ext/ffmpeg/gstffmpegcodecmap.c:
23520         * ext/ffmpeg/gstffmpegdec.c:
23521         * ext/ffmpeg/gstffmpegenc.c:
23522         * ext/ffmpeg/gstffmpegprotocol.c:
23523         * ext/gdk_pixbuf/gstgdkanimation.c:
23524         * ext/jpeg/gstjpeg.c:
23525         * ext/libpng/gstpng.c:
23526         * ext/mpeg2dec/perftest.c:
23527         * ext/speex/gstspeex.c:
23528         * gst-libs/gst/resample/dtos.c:
23529         * gst/intfloat/gstintfloatconvert.c:
23530         * gst/oneton/gstoneton.c:
23531         * gst/rtjpeg/RTjpeg.c:
23532         * gst/rtp/gstrtp.c:
23533         * sys/dxr3/dxr3init.c:
23534         * sys/glsink/gstgl_nvimage.c:
23535         * sys/glsink/gstgl_pdrimage.c:
23536         * sys/glsink/gstglsink.c:
23537         * testsuite/gst-lint:
23538         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23539
23540 2004-01-11  David Schleef  <ds@schleef.org>
23541
23542         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23543         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23544         * ext/gdk_pixbuf/gstgdkanimation.c:
23545         (gst_gdk_animation_iter_create_pixbuf):
23546         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23547         (gst_gdk_pixbuf_chain):
23548         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23549         * ext/jack/gstjack.c: (gst_jack_change_state):
23550         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23551         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23552         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23553         * gst/videofilter/gstvideofilter.c:
23554         (gst_videofilter_set_output_size):
23555         Remove all usage of gst_pad_get_caps(), and replace it with
23556         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23557
23558 2004-01-11  David Schleef  <ds@schleef.org>
23559
23560         * configure.ac:
23561         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23562         * ext/divx/gstdivxdec.c:
23563         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23564         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23565         handle images that span multiple buffers.  Now work with both
23566         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23567         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23568         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23569         video/video.h changes
23570         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23571         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23572         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23573         of GstData free function.
23574         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23575         same.
23576
23577 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23578
23579         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23580         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23581         (gst_v4l2element_get_property):
23582         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23583           add norm, channel and frequency properties.
23584         * sys/v4l2/gstv4l2tuner.c:
23585           fixes for tuner interface changes
23586         * sys/v4l2/gstv4l2element.h:
23587         * sys/v4l2/gstv4l2src.c:
23588         * sys/v4l2/gstv4l2src.h:
23589         * sys/v4l2/v4l2src_calls.c:
23590         * sys/v4l2/v4l2src_calls.h:
23591           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23592
23593 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23594
23595         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23596         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23597         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23598         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23599         * gst-libs/gst/tuner/tuner.h:
23600           GObjects aren't const.
23601           Add find_by_name functions.
23602           Add checks to _changed functions.
23603         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23604         (gst_v4l_tuner_get_norm):
23605           Fixes for above.
23606
23607 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23608
23609         * gst-libs/gst/video/video.h:
23610           Fix caps template names to be understandable.
23611           Prefix everything with GST_VIDEO.
23612         * ext/aalib/gstaasink.c:
23613         * ext/divx/gstdivxdec.c:
23614         * ext/divx/gstdivxenc.c:
23615         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23616         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23617         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23618         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23619         * ext/libcaca/gstcacasink.c:
23620         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23621         * ext/snapshot/gstsnapshot.c:
23622         * ext/swfdec/gstswfdec.c:
23623         * ext/xvid/gstxviddec.c:
23624         * ext/xvid/gstxvidenc.c:
23625         * gst/chart/gstchart.c:
23626         * gst/deinterlace/gstdeinterlace.c:
23627         * gst/effectv/gsteffectv.c:
23628         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23629         * gst/goom/gstgoom.c:
23630         * gst/median/gstmedian.c:
23631         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23632         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23633         * gst/overlay/gstoverlay.c:
23634         * gst/smooth/gstsmooth.c:
23635         * gst/smpte/gstsmpte.c:
23636         * gst/synaesthesia/gstsynaesthesia.c:
23637         * gst/videocrop/gstvideocrop.c:
23638         * gst/videodrop/gstvideodrop.c:
23639         * gst/y4m/gsty4mencode.c:
23640         * sys/qcam/gstqcamsrc.c:
23641         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23642           Make them work with new video.h file.
23643         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23644         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23646         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23647           Make it work with new buffer allocation system.
23648
23649 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23650
23651         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23652         pad_alloc_buffer implementation to use ->srcpad
23653         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23654         pad_alloc_buffer implementation to use ->srcpad
23655         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23656         pad_alloc_buffer implementation to use ->srcpad
23657         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23658         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23659         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23660         a reference to everything we need.
23661         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23663         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23664         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23665         a reference to everything we need.
23666         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23667
23668 2004-01-11  David Schleef  <ds@schleef.org>
23669
23670         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23671         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23672         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23673         structure members.
23674         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23675         value during a resize/renegotiation.
23676         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23677         gst_pad_alloc_buffer();
23678         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23679         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23680         structure members.
23681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23682         Fix for rename of buffer private structure members.
23683         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23684         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23685         Fix for rename of buffer private structure members.
23686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23687         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23688         Fix for rename of buffer private structure members.
23689
23690 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23691
23692         reviewed by: David Schleef <ds@schleef.org>
23693
23694         * gst/videofilter/Makefile.am:
23695         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23696         from the patch by ds to fit in with recent make_filter changes.
23697
23698 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23699
23700         * configure.ac: Adding examples/switch/Makefile
23701         * examples/Makefile.am: Adding examples/switch
23702         * examples/switch/Makefile.am: Adding switcher example.
23703         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23704         (switch_timer), (main): Adding an example demonstrating switch usage
23705         with 2 videotestsrc showing different patterns.
23706         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23707         (gst_switch_init): Fixing switch with the new caps system.
23708
23709 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23710
23711         * gst-libs/gst/video/video.h:
23712           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23713           They should probably be like
23714           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23715
23716 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23717
23718         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23719         (qtdemux_parse_trak):
23720           fix audio chunk size/timestamp calculation
23721
23722 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23723
23724         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
23725           fix SVQ3 caps
23726
23727 2004-01-11  Steve Baker  <steve@stevebaker.org>
23728
23729         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
23730         (gst_agingtv_base_init), (gst_agingtv_class_init),
23731         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
23732         (gst_agingtv_set_property), (gst_agingtv_get_property):
23733         Port agingTV to videofilter
23734
23735 2004-01-09  Julien MOUTTE <julien@moutte.net>
23736
23737         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
23738         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23739
23740 2004-01-09  Julien MOUTTE <julien@moutte.net>
23741
23742         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
23743         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23744         * gst-libs/gst/xoverlay/xoverlay.c:
23745         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
23746         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
23747         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23748         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23749         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
23750         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23751         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23752         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
23753         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23754         interface implementation to handle xid being 0 and fix some bugs
23755         triggered by Benjamin's testcase.
23756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23757         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
23758         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
23759         the bufferalloc_function to replace bufferpools, fixing the XOverlay
23760         interface implementation to handle xid being 0 and fix some bugs
23761         triggered by Benjamin's testcase.
23762
23763 2004-01-09  David Schleef  <ds@schleef.org>
23764
23765         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
23766         mouse pointer events.  It works.
23767
23768 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23769
23770         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
23771           Use explicit caps - fix capsnego.
23772         * ext/xvid/gstxviddec.c:
23773         * ext/xvid/gstxvidenc.c:
23774           Remove macro-inside-macro which caused compile errors.
23775         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
23776           Error out if it's not a RIFF file. Else we error out without
23777           gst_element_error() which is not good...
23778
23779 2004-01-08  David Schleef  <ds@schleef.org>
23780
23781         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23782         Fix pad_link function to handle formats that ffmpeg returns
23783         as multiple caps structures.
23784         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
23785         Only complain if source buffer is _smaller_ than expected.
23786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
23787         (gst_videoscale_handle_src_event): Resize navigation events
23788         when passing them upstream.
23789         * gst/videotestsrc/gstvideotestsrc.c:
23790         * gst/videotestsrc/gstvideotestsrc.h:
23791         * gst/videotestsrc/videotestsrc.c:
23792         * gst/videotestsrc/videotestsrc.h:
23793         Rewrite many of the buffer painting functions to handle odd
23794         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
23795         been verified to work with my video card.
23796         * testsuite/gst-lint:  Add check for elements calling
23797         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
23798
23799 2004-01-08  David Schleef  <ds@schleef.org>
23800
23801         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
23802         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
23803
23804 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23805
23806         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
23807         configure event is not emiting the desired size signal. That fixes
23808         aspect ratio issues with gst-player.
23809
23810 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23811
23812         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
23813           Fix capsnego.
23814
23815 2004-01-08  Julien MOUTTE  <julien@moutte.net>
23816
23817         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
23818         public method to fire size signal.
23819
23820 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23821
23822         * examples/gstplay/Makefile.am: Adding the interface library.
23823         * gst-libs/gst/play/Makefile.am: Adding the interface library.
23824         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
23825         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
23826         GST_IS_X_OVERLAY before signal connect.
23827         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
23828         Removing the have_video_size signal.
23829         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
23830         and associated public method.
23831         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23832         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
23833         signal.
23834         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
23835         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
23836         signal.
23837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
23838         Using XOverlay public method to fire size signal.
23839
23840 2004-01-07  David Schleef  <ds@schleef.org>
23841
23842         * gst/videofilter/Makefile.am:
23843         * gst/videofilter/gstvideotemplate.c:
23844         * gst/videofilter/make_filter:
23845         Create gstvideoexample.c in a srcdir!=builddir friendly way.
23846         Convert make_filter to /bin/sh script.
23847
23848 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
23849
23850         * gst/modplug/gstmodplug.cc: fix element description
23851
23852 2004-01-07  Julien MOUTTE  <julien@moutte.net>
23853
23854         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
23855         (got_video_size): Adding some new lines in g_print calls.
23856         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
23857         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
23858         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
23859         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
23860         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
23861         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
23862         Complete code review, reverting some stuff i disagree with, adding
23863         some fixes : time synchronization on invalid timestamps, renegotiation
23864         of private window.
23865         * sys/ximage/ximagesink.h:
23866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
23867         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
23868         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
23869         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
23870         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
23871         (gst_xvimagesink_buffer_new),
23872         (gst_xvimagesink_navigation_send_event),
23873         (gst_xvimagesink_set_xwindow_id),
23874         (gst_xvimagesink_get_desired_size),
23875         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
23876         stuff i disagree with, adding some fixes : Renegotiation of private
23877         window, implementing get_desired_size.
23878
23879 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23880
23881         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
23882         (gst_afsink_handle_event):
23883         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
23884         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
23885         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
23886         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
23887         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
23888           Fix for instantiate-test (see core). Also remove dead code from
23889           jpegenc (which still needs fixing, but that's lower on my TODO
23890           list...).
23891         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
23892           Never return NULL as caps.
23893
23894 2004-01-07  David Schleef  <ds@schleef.org>
23895
23896         * configure.ac:
23897         * ext/Makefile.am:
23898         * ext/librfb/Makefile.am:
23899         * ext/librfb/gstrfbsrc.c:
23900         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
23901         is the protocol used by VNC.
23902
23903 2004-01-07  David Schleef  <ds@schleef.org>
23904
23905         * gst/videofilter/gstvideotemplate.c:
23906         * gst/videofilter/gstvideotemplate.h:
23907         * gst/videofilter/make_filter:
23908         Merge videotemplate header into source file.
23909         * gst/effectv/Makefile.am:
23910         * gst/effectv/gsteffectv.c: (plugin_init):
23911         * gst/effectv/gstwarp.c:
23912         Make warpTV a subclass of videofilter.
23913
23914 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23915
23916         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
23917           Add guard against invalid utf-8 conversions in mad. Just in case.
23918
23919 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23920
23921         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
23922           Fix for bug shown by poisoning
23923
23924 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23925
23926         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23927         (gst_v4lmjpegsrc_buffer_free):
23928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
23929         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
23930         (gst_v4lsrc_buffer_free):
23931           Fix for removed bufferpools.
23932
23933 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23934
23935         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23936         Fix caps negotiation.
23937
23938         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
23939         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
23940         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
23941         (dvdnavsrc_event):
23942         * ext/mpeg2dec/gstmpeg2dec.c:
23943         * gst-libs/gst/navigation/navigation.c:
23944         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
23945         * gst-libs/gst/navigation/navigation.h:
23946         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
23947         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
23948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
23949         Super-simple first version of mouse and keyboard events. Clicking
23950         on a DVD menu now works, although it may not take you where you
23951         expected.
23952
23953         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
23954         * gst/videotestsrc/gstvideotestsrc.c:
23955         (gst_videotestsrc_src_fixate):
23956         These fixate functions were broken - they never actually
23957         fixated :)
23958
23959 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23960
23961         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
23962         (gst_icecastsend_init):
23963           fix for new caps system.
23964         * gst-libs/gst/mixer/mixertrack.h:
23965         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
23966           Add 'master track' flag (for tools like ACME that only want to
23967           change the main volume).
23968
23969 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
23970
23971         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
23972         (gst_xvid_csp_to_caps):
23973         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
23974         * ext/xvid/gstxvidenc.c:
23975         ifdef out ARGB type when it isn't available
23976         in xvidcore 1.0.0beta2
23977
23978 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23979
23980         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23981           When we have received a new SCR right in the first buffer after
23982           a seek (so in the same cycle that handles the discont), we should
23983           handle the buffer instead of unreffing it, else we lose data.
23984
23985 2004-01-06  Iain <iain@prettypeople.org>
23986
23987         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
23988           buffer-frames caps too.
23989
23990         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
23991           caps that we need, don't destroy them all and rebuild them. And when
23992           creating src pads, use the src pad template rather than the sink...
23993
23994 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23995
23996         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
23997           Add pad to element *after* setting functions such as event handler.
23998           Without this, the scheduler (opt) will link pads, set the event
23999           handler from the default event function (dispatcher in gstpad.c)
24000           and *after* that, we will set our own event function, which will
24001           thus never be used (and thus mpegdemux doesn't handle events).
24002
24003 2004-01-04  David Schleef  <ds@schleef.org>
24004
24005         Fix the fixate functions to handle new prototype:
24006         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24007         * gst/videotestsrc/gstvideotestsrc.c:
24008         (gst_videotestsrc_src_fixate):
24009         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24010         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24012
24013 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24014
24015         * sys/ximage/ximagesink.h:
24016         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24017         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24018         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24019         (gst_ximagesink_xoverlay_init):
24020           assorted fixes to make (re)embedding work
24021         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24022         (gst_ximagesink_get_desired_size):
24023           implement desired size additions to XOverlay
24024
24025 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24026
24027         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24028         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24029         (gst_x_overlay_got_desired_size):
24030         * gst-libs/gst/xoverlay/xoverlay.h:
24031           Add optional "desired size" signal and querying.
24032
24033 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24034
24035         * gst/matroska/matroska-demux.c:
24036         (gst_matroska_demux_parse_blockgroup):
24037           Fix EBML-laced block parsing. Diffs are relative to previous
24038           lace, not the first lace. Thanks to Mosu from the Matroska
24039           team for detecting this.
24040         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24041         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24042         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24043         (gst_wavparse_change_state):
24044         * gst/wavparse/gstwavparse.h:
24045           Quickfix for capsnego.
24046
24047 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24048
24049         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24050           Fix indenting, fix pad creation.
24051
24052 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24053
24054         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24055         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24056         (gst_xviddec_sink_link):
24057           Implement src_getcaps() so proper size caps is negotiated.
24058
24059 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24060
24061         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24062           Finish flac decoder on EOS. See #116178.
24063
24064 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24065
24066         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24067         (gst_matroska_demux_add_stream):
24068         * gst/matroska/matroska-ids.h:
24069           Add getcaps() function to fix capsnego...
24070
24071 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24072
24073         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24074         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24075         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24076           Fix more integer overflows. Again, see #126967.
24077
24078 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24079
24080         * ext/mpeg2dec/gstmpeg2dec.c:
24081           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24082           #130416.
24083
24084 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24085
24086         * configure.ac:
24087         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24088         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24089         * ext/xvid/gstxvid.h:
24090         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24091         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24092         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24093         (gst_xviddec_change_state):
24094         * ext/xvid/gstxviddec.h:
24095         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24096         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24097         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24098         (gst_xvidenc_link), (gst_xvidenc_set_property),
24099         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24100         * ext/xvid/gstxvidenc.h:
24101           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24102
24103 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24104
24105         * gst/rtp/rtp-packet.c:
24106           Add sys/types.h include, since OS X doesn't define in_addr_t
24107           in netinet/in.h, like it does on Linux (see #129600).
24108
24109 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24110
24111         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24112
24113         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24114           Correct logic of dispose function (see #129306).
24115
24116 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24117
24118         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24119         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24120         (gst_mpeg_parse_init):
24121         * gst/mpegstream/gstmpegparse.h:
24122           Remove clock (which was never provided, i.e. dead code), and
24123           also fix integer overflows at high PTS values (see #126967).
24124
24125 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24126
24127         * ext/flac/gstflacdec.c:
24128         * ext/libpng/gstpngenc.h:
24129         * ext/mikmod/gstmikmod.h:
24130           OS X fixes (see #126628).
24131
24132 2004-01-02  David Schleef  <ds@schleef.org>
24133
24134         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24135         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24136         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24137         (gst_mpeg_parse_class_init): Move pad template registration
24138         to class_init, since the derived class (mpegdemux) doesn't
24139         want them.
24140
24141 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24142
24143         * sys/ximage/Makefile.am:
24144         * sys/xvideo/Makefile.am:
24145         * sys/xvimage/Makefile.am:
24146           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24147           after installation (see #127664).
24148
24149 2004-01-02  David Schleef  <ds@schleef.org>
24150
24151         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24152         (gst_ffmpegenc_connect):  Negotiation fixes.
24153         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24154         Remove inappropriate gst_caps_free().
24155         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24156         Reenable Ronald's internal resize code, since the core handles
24157         it correctly now.
24158
24159 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24160
24161         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24162         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24164           Fix pad template stuff.
24165
24166 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24167
24168         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24169         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24170           fix signed integer reading/writing.
24171
24172 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24173
24174         * ext/alsa/README:
24175           Remove outdated document
24176
24177 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24178
24179         * gst/cutter/gstcutter.c: (gst_cutter_init):
24180           src pad was being created twice - oops.
24181
24182 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24183
24184         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24185           Comment out internal resize. It doesn't handle the resulting
24186           XEvent internally, does another try_set_caps() which leads to
24187           a really nice loop.
24188           Real fix will come when Julien and Dave are awake. ;).
24189
24190 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24191
24192         * ext/mpeg2enc/gstmpeg2enc.cc:
24193           fix const/nonconst compile issue.
24194
24195 2004-01-02  David Schleef  <ds@schleef.org>
24196
24197         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24198         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24199         Add fixate function and a check for bad formats.
24200
24201 2004-01-01  David Schleef  <ds@schleef.org>
24202
24203         Negotiation fixes:
24204         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24205         (gst_audiofilter_init):
24206         * gst/debug/efence.c: (gst_efence_init):
24207         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24208         (gst_deinterlace_init):
24209         * gst/volume/gstvolume.c: (volume_connect):
24210
24211 2004-01-01  David Schleef  <ds@schleef.org>
24212
24213         Convert elements to use gst_pad_use_explicit_caps() where
24214         appropriate:
24215         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24216         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24217         (gst_afparse_open_file):
24218         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24219         (gst_afsrc_open_file):
24220         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24221         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24222         (gst_ffmpegdec_chain):
24223         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24224         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24225         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24226         (gst_gdk_pixbuf_chain):
24227         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24228         (gst_jpegdec_chain):
24229         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24230         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24231         (gst_mikmod_negotiate):
24232         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24233         (gst_mpeg2dec_negotiate_format):
24234         * ext/mpeg2enc/gstmpeg2enc.cc:
24235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24236         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24237         (gst_speexdec_sinkconnect):
24238         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24239         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24240         (gst_vorbisfile_new_link):
24241         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24242         (gst_ac3parse_chain):
24243         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24244         (gst_asf_demux_setup_pad):
24245         * gst/auparse/gstauparse.c: (gst_auparse_init),
24246         (gst_auparse_chain):
24247         * gst/id3/gstid3types.c: (gst_id3types_loop):
24248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24249         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24250         (mp1videoparse_parse_seq):
24251         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24252         (bpf_from_header):
24253         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24254         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24255         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24256         (gst_mpeg_parse_send_data):
24257         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24258         (gst_qtdemux_add_stream):
24259         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24260         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24261         (gst_wavparse_parse_fmt):
24262
24263 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24264
24265         * configure.ac:
24266           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24267           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24268           it therefore uses the wrong include paths. Too bad... Note
24269           that 1.6.1.93 is not release yet. ;).
24270           Also add a check for mplex, which is now using the lib'ified
24271           mplex from mjpegtools, too.
24272         * ext/ffmpeg/gstffmpegcodecmap.c:
24273           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24274           issues. I don't think ffmpeg handles 3ivx correctly, so this
24275           probably won't work. But it won't hurt either.
24276         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24277         (gst_ffmpegdec_chain):
24278         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24279         (gst_ffmpegenc_chain_audio):
24280           Fix memleak in audio encoding. Close codec if open fails, this
24281           calls the cleanup routines so we can re-use the context.
24282         * ext/mpeg2enc/gstmpeg2enc.cc:
24283           Fix pad template names/types, fix memory issue with getcaps().
24284         * ext/mpeg2enc/gstmpeg2encoder.cc:
24285         * ext/mpeg2enc/gstmpeg2encoder.hh:
24286           Fix compile issue with new caps system (const thingy).
24287         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24288         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24289           We read a first frame right on initing, so that we have a caps
24290           when we init the output. This caps is cached in padprivate and
24291           read as first frame.
24292         * ext/mplex/Makefile.am:
24293         * ext/mplex/gstmplex.cc:
24294         * ext/mplex/gstmplex.h:
24295         * ext/mplex/gstmplex.hh:
24296         * ext/mplex/gstmplexibitstream.cc:
24297         * ext/mplex/gstmplexibitstream.hh:
24298         * ext/mplex/gstmplexjob.cc:
24299         * ext/mplex/gstmplexjob.hh:
24300         * ext/mplex/gstmplexoutputstream.cc:
24301         * ext/mplex/gstmplexoutputstream.hh:
24302           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24303           had issues, didn't do capsnego, supported only a subset of the
24304           mplex features and required a mplex fork in our local CVS. Plus
24305           that it worked agaist a very old mplex version. Rewriting was
24306           faster than updating it.
24307         * gst-libs/ext/Makefile.am:
24308         * gst-libs/ext/mplex/INSTRUCT:
24309         * gst-libs/ext/mplex/Makefile.am:
24310         * gst-libs/ext/mplex/README:
24311         * gst-libs/ext/mplex/TODO:
24312         * gst-libs/ext/mplex/ac3strm_in.cc:
24313         * gst-libs/ext/mplex/audiostrm.hh:
24314         * gst-libs/ext/mplex/audiostrm_out.cc:
24315         * gst-libs/ext/mplex/aunit.hh:
24316         * gst-libs/ext/mplex/bits.cc:
24317         * gst-libs/ext/mplex/bits.hh:
24318         * gst-libs/ext/mplex/buffer.cc:
24319         * gst-libs/ext/mplex/buffer.hh:
24320         * gst-libs/ext/mplex/fastintfns.h:
24321         * gst-libs/ext/mplex/format_codes.h:
24322         * gst-libs/ext/mplex/inputstrm.cc:
24323         * gst-libs/ext/mplex/inputstrm.hh:
24324         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24325         * gst-libs/ext/mplex/mjpeg_logging.cc:
24326         * gst-libs/ext/mplex/mjpeg_logging.h:
24327         * gst-libs/ext/mplex/mjpeg_types.h:
24328         * gst-libs/ext/mplex/mpastrm_in.cc:
24329         * gst-libs/ext/mplex/mpegconsts.cc:
24330         * gst-libs/ext/mplex/mpegconsts.h:
24331         * gst-libs/ext/mplex/mplexconsts.hh:
24332         * gst-libs/ext/mplex/multplex.cc:
24333         * gst-libs/ext/mplex/outputstream.hh:
24334         * gst-libs/ext/mplex/padstrm.cc:
24335         * gst-libs/ext/mplex/padstrm.hh:
24336         * gst-libs/ext/mplex/stillsstream.cc:
24337         * gst-libs/ext/mplex/stillsstream.hh:
24338         * gst-libs/ext/mplex/systems.cc:
24339         * gst-libs/ext/mplex/systems.hh:
24340         * gst-libs/ext/mplex/vector.cc:
24341         * gst-libs/ext/mplex/vector.hh:
24342         * gst-libs/ext/mplex/videostrm.hh:
24343         * gst-libs/ext/mplex/videostrm_in.cc:
24344         * gst-libs/ext/mplex/videostrm_out.cc:
24345         * gst-libs/ext/mplex/yuv4mpeg.cc:
24346         * gst-libs/ext/mplex/yuv4mpeg.h:
24347         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24348         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24349           We don't fork mjpegtools' mplex in our CVS anymore.
24350         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24351         (gst_avi_demux_add_stream):
24352         * gst/avi/gstavidemux.h:
24353           Add getcaps() function for proper caps nego. This makes some
24354           parts of AVI playback/reading work.
24355         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24356           Resize window on new capsnego. This is probably wrong, but
24357           I'm still committing it because with current capsnego, the
24358           first successfull capsnego is auto-fixated, therefore rounded
24359           down to the lowest values in the caps. this results in a 16x16
24360           XWindow that is not reized when real capsnego finishes.
24361           Dave, I see more cases of this, do you know a proper solution?
24362         * tools/gst-launch-ext.in:
24363           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24364
24365 2003-12-31  David Schleef  <ds@schleef.org>
24366
24367         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24368         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24369           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24370
24371 2003-12-30  David Schleef  <ds@schleef.org>
24372
24373         * ext/ffmpeg/gstffmpegcolorspace.c:
24374         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24375         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24376         (gst_ffmpegcsp_chain): Negotiation fixes
24377         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24379         (gst_audio_convert_link), (gst_audio_convert_channels):
24380         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24381         (gst_audioscale_link), (gst_audioscale_get_buffer),
24382         (gst_audioscale_chain): Negotiation fixes
24383         * gst/audioscale/gstaudioscale.h:
24384         * gst/videofilter/gstvideofilter.c:
24385         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24386         (gst_videofilter_link), (gst_videofilter_init),
24387         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24388         (gst_videofilter_find_format_by_structure):
24389         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24390         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24391         (gst_videoscale_link):
24392         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24393         (videoscale_find_by_structure), (gst_videoscale_setup):
24394         * gst/videoscale/videoscale.h: Negotiation fixes
24395         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24396         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24397         function, restrict resizing to a multiple of 4 (hack until
24398         everyone supports odd sizes correctly).
24399
24400 2003-12-29  Colin Walters  <walters@verbum.org>
24401
24402         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24403         signed.
24404
24405 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24406
24407         * ext/sndfile/gstsf.c: (gst_sf_loop):
24408           Fix warning about discarding const qualifier
24409
24410 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24411
24412         * gst/cutter/gstcutter.c:
24413         * gst/videoscale/gstvideoscale.c:
24414         * gst/volenv/gstvolenv.c:
24415         * gst-libs/gst/audio/audio.c:
24416         * gst-libs/gst/video/video.c:
24417           Fix warnings
24418
24419 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24420
24421         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24422           Don't send ALSA debugging to stderr.
24423         * ext/alsa/gstalsa.h:
24424           Use GST_WARNING instead of g_warning when ALSA functions fail.
24425
24426 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24427
24428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24429           Free XVAdapterInfo correctly.
24430
24431 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24432
24433         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24434         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24435           Make id3tag use correct caps nego.
24436
24437 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24438
24439         * ext/ivorbis/vorbis.c:
24440         * ext/ivorbis/vorbisenc.h:
24441         * ext/ivorbis/vorbisfile.c:
24442           Modify so that it uses the new caps things
24443
24444 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24445
24446         * testsuite/spider/spider1.c: (main):
24447         * testsuite/spider/spider2.c: (main):
24448         * testsuite/spider/spider3.c: (main):
24449           Make tests compile again. They probably don't work.
24450
24451 2003-12-24  Colin Walters  <walters@verbum.org>
24452
24453         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24454         we can't fixate the caps anymore.
24455
24456 2003-12-23  David Schleef  <ds@schleef.org>
24457
24458         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24459         * sys/oss/gstosssink.c: (gst_osssink_init),
24460         (gst_osssink_sink_fixate): Add fixate function.
24461
24462 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24463
24464         * ext/ffmpeg/gstffmpegcodecmap.c:
24465         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24466         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24467         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24468         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24469         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24470         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24471         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24472           fix typo in RGB masks, and move back to "old" colorspace
24473           capsnego code until whoever wrote this new crap has actually
24474           tested it so that it works.
24475           And yes, this works, keep it that way please.
24476
24477 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24478
24479         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24480         (gst_divxdec_init), (gst_divxdec_negotiate):
24481         * ext/divx/gstdivxdec.h:
24482         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24483         (gst_divxenc_init):
24484         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24485         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24486         * ext/mpeg2enc/gstmpeg2enc.cc:
24487         * ext/mpeg2enc/gstmpeg2encoder.cc:
24488         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24489         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24490         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24491         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24492         (dxr3spusink_init):
24493         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24494         (dxr3videosink_init):
24495           Fix caps breakage after Dave's caps branch merge.
24496
24497 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24498
24499         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24500           Fix for 24bpp display.
24501
24502 2003-12-23  Colin Walters  <walters@verbum.org>
24503
24504         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24505         a GnomeVFSHandle directly.
24506
24507 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24508
24509         * gst/volume/Makefile.am:
24510         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24511         (volume_base_init), (volume_init):
24512           Reenable volume element and fix to work with new caps stuff.
24513           Rhythmbox needs this.
24514
24515 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24516
24517         * gst/qtdemux/qtdemux.c: (plugin_init):
24518           qtdemux requires bytestream
24519
24520 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24521
24522         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24523           Fix remaining caps handling errors due to CAPS merge.
24524
24525 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24526
24527         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24528         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24529         (gst_faad_srcconnect):
24530           Port to new caps system.
24531
24532 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24533
24534         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24535         (got_video_size), (main): using g_print instead of g_message.
24536         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24537         signal which was not emitted because of "switch" element added to the
24538         bin but not connected. (Removing from the bin temporarily)
24539
24540 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24541
24542         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24543         find X development files. I don't understand the previous tests and
24544         they fail on my debian/ppc unstable. This one works.
24545         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24546         exiting.
24547         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24548         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24549         (gst_play_set_visualization): Add some safety checks in set_ methods
24550         and state_change. This was throwing some ugly CRITICAL messages when
24551         pipeline was getting disposed and casts were failing.
24552
24553 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24554
24555         * configure.ac:
24556           Improve mpeg2enc detection. This is for distributions that do
24557           ship mjpegtools, but without mpeg2enc. Also does object check
24558           for might there ever be ABI incompatibility.
24559         * ext/mpeg2enc/gstmpeg2enc.cc:
24560           Add Andrew as second maintainer (he's helping me), and also add
24561           an error if no caps was set. This happens if I pull before capsnego
24562           and that's something I should solve sometime else.
24563         * gst/matroska/matroska-demux.c:
24564         (gst_matroska_demux_parse_blockgroup):
24565           Fix time parsing.
24566         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24567         (gst_matroska_mux_track_header):
24568           Add caps to templates.
24569         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24570           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24571         * gst/mpegstream/gstmpegdemux.c:
24572           Remove layer since it causes warnings about unfixed caps.
24573         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24574           Fix obvious typo (we error out if caps were set, we should of
24575           course error out if *no* caps were set).
24576         * sys/oss/gstosselement.c: (gst_osselement_convert):
24577           Fix format conversion, we confused bits/bytes.
24578         * sys/oss/gstosselement.h:
24579           Improve documentation for 'bps'.
24580         * sys/v4l/TODO:
24581           Remove stuff about plugins that need removing - this was done
24582           ages ago.
24583         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24584         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24586         (gst_v4lsrc_src_query):
24587         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24588         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24589           Add get_query_types(), get_formats() and query() functions.
24590
24591 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24594         * moved CVS to freedesktop.org