gst/playback/gstplaybin.c: Error out gracefully when we can't create any of the usual...
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * gst/playback/gstplaybin.c: (gen_video_element),
4         (gen_text_element), (gen_audio_element), (gen_vis_element):
5           Error out gracefully when we can't create any of the usual
6           conversion elements for some reason. Also, don't try to
7           create an audioscale (sic) element that's not used anyway.
8
9 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
10
11         * gst/playback/gstplaybasebin.c: (setup_source):
12           Don't post RESOURCE_NOT_FOUND error when we can't find a source
13           element for a particular protocol, that's confusing for users.
14           Instead, post a RESOURCE_FAILED error, so that our own error
15           message is actually shown in totem etc. (#336303).
16
17 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
18
19         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
20
21         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
22         (gst_gnome_vfs_src_get_icy_metadata):
23           Fix some minor memory leaks (#336194).
24
25 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
26
27         * ext/gnomevfs/gstgnomevfs.c:
28         (gst_gnome_vfs_location_to_uri_string):
29         * ext/gnomevfs/gstgnomevfs.h:
30         * ext/gnomevfs/gstgnomevfssink.c:
31         (gst_gnome_vfs_sink_set_property):
32         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
33           Make gnomevfssink accept filenames as well as URIs for the
34           "location" property, just like gnomevfssrc does (and
35           filesrc/filesink do) (#336190).
36
37 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
38
39         * tests/check/generic/clock-selection.c: (GST_START_TEST):
40           set to NULL before unreffing, fixes a valgrind leak.
41           Why was this not triggering the error that an object needs to
42           be NULL before unreffing ?
43         * win32/common/config.h:
44           update
45
46 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
47
48         * gst/subparse/gstsubparse.c: (convert_encoding),
49         (gst_sub_parse_change_state):
50         * gst/subparse/gstsubparse.h:
51           Text subtitle files may or may not be UTF-8. If it's not, we
52           don't really want to see '?' characters in place of non-ASCII
53           characters like accented characters. So let's assume the input
54           is UTF-8 until we come across text that is clearly not. If it's
55           not UTF-8, we don't really know what it is, so try the following:
56           (a) see whether the GST_SUBTITLE_ENCODING environment variable
57           is set; if not, check (b) if the current locale encoding is
58           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
59           the current locale encoding is UTF-8 and the environment variable
60           was not set to any particular encoding. Not perfect, but better
61           than nothing (and better than before, I think) (fixes #172848).
62
63 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
64
65         * configure.ac:
66           update core requirement to 0.10.4.1 because of async_playback
67           vmethod on GstBaseSink
68
69 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
70
71         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
72         * gst/adder/gstadder.c: (gst_adder_init):
73         use DEBUG_FUNCPTR for collectpads
74
75 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
76
77         * docs/plugins/Makefile.am:
78         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
79         * docs/plugins/gst-plugins-base-plugins-sections.txt:
80         * ext/cdparanoia/gstcdparanoiasrc.c:
81         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
82         (gst_gnome_vfs_sink_class_init):
83         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
84         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
85         * ext/ogg/gstoggmux.c:
86         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
87         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
88         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
89         * ext/pango/gsttextoverlay.c:
90         * ext/pango/gsttextrender.c:
91         * ext/theora/theoradec.c:
92         * ext/theora/theoraenc.c:
93         * ext/vorbis/vorbisdec.c:
94         * ext/vorbis/vorbisenc.c:
95         * gst-libs/gst/audio/gstaudiofilter.c:
96         (gst_audio_filter_base_init):
97         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
98         (gst_audio_filter_template_base_init):
99         * gst/adder/gstadder.c: (gst_adder_get_type):
100         * gst/adder/gstadder.h:
101         * gst/audioconvert/gstaudioconvert.c:
102         * gst/audiotestsrc/gstaudiotestsrc.c:
103         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
104         (gst_audio_test_src_create):
105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
106         * gst/playback/gstdecodebin.c:
107         * gst/playback/gstplaybin.c:
108         * gst/playback/gststreamselector.c:
109         (gst_stream_selector_base_init):
110         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
111         * gst/volume/gstvolume.c:
112         * sys/v4l/gstv4lmjpegsink.c:
113         * sys/v4l/gstv4lmjpegsrc.c:
114         * tests/check/libs/cddabasesrc.c:
115         * tests/old/examples/gob/gst-identity2.gob:
116         Add docs for adder, use GST_ELEMENT_DETAILS macro,
117         define GstElementDetails at the top
118
119 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
120
121         * win32/common/libgstinterfaces.def:
122         Add a lot of export functions for gst-python
123         * win32/vs6/libgstinterfaces.dsp:
124         Add a missing include folder in the project configuration
125         
126 2006-03-23  Wim Taymans  <wim@fluendo.com>
127
128         * gst-libs/gst/audio/gstbaseaudiosrc.c:
129         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
130         (gst_base_audio_src_change_state):
131         Fix audio sources, forgot to make the ringbuffer
132         startable...
133
134 2006-03-23  Wim Taymans  <wim@fluendo.com>
135
136         * gst-libs/gst/audio/gstbaseaudiosrc.c:
137         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
138         (gst_base_audio_src_change_state):
139         unparent instead of unref the ringbuffer.
140
141 2006-03-23  Wim Taymans  <wim@fluendo.com>
142
143         * gst-libs/gst/audio/gstbaseaudiosink.c:
144         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
145         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
146         Implement new async_play vmethod to start slaving and allow
147         playback start in case of async PLAY state changes. 
148
149         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
150         Enable QoS with new method in base class.
151
152 2006-03-23  Wim Taymans  <wim@fluendo.com>
153
154         Patch by: Julien MOUTTE <julien at moutte dot net>
155
156         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
157         (gst_video_test_src_do_seek), (gst_video_test_src_create):
158         Partially handle 0 framerate, only EOS after the first frame
159         is missing.
160
161 2006-03-23  Wim Taymans  <wim@fluendo.com>
162
163         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
164
165         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
166         (gst_riff_create_video_template_caps):
167         * gst/ffmpegcolorspace/avcodec.h:
168         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
169         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
170         (gst_ffmpegcsp_avpicture_fill):
171         * gst/ffmpegcolorspace/imgconvert.c:
172         Patch for support of YVU9 AVI files (#334822)
173
174 2006-03-22  Edward Hervey  <edward@fluendo.com>
175
176         * docs/design/design-decodebin.txt:
177         Added design document for new decodebin
178         (Target Caps): text/x-pango-markup is also a default target caps.
179
180 2006-03-22  Wim Taymans  <wim@fluendo.com>
181
182         * gst-libs/gst/audio/gstbaseaudiosink.c:
183         (gst_base_audio_sink_dispose):
184         Since we _parent the ringbuffer, we also need to
185         _unparent instead of a plain _unref.
186
187 2006-03-22  Wim Taymans  <wim@fluendo.com>
188
189         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
190         (stop_seek), (scrub_toggle_cb), (main):
191         Add scrub checkbox.
192
193 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
194
195         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
196         (gst_ogg_parse_chain):
197           Fix very inefficient usage of linked lists (#335365).
198
199 2006-03-21  Edward Hervey  <edward@fluendo.com>
200
201         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
202         * gst/playback/gstplaybin.c: (handoff):
203         * gst/playback/gststreamselector.c:
204         (gst_stream_selector_set_property):
205         gcc 4.1 unreferenced pointer fixes.
206         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
207         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
208         gst_buffer_ref() now takes a GstBuffer*.
209
210 2006-03-20  Julien MOUTTE  <julien@moutte.net>
211
212         * sys/xvimage/xvimagesink.c:
213         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
214         by Jan Schmidt.
215
216 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
217
218         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
219         (id3v1_type_find), (apetag_type_find), (plugin_init):
220           Can't do tag preferences via probability, as tags would then
221           lose against types that are recognised with MAXIMUM probability
222           (like .wav); so let all tag typefinders return MAXIMUM themselves
223           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
224           that we can prefer APE to ID3v1 (fixes #335028).
225           
226 2006-03-17  Wim Taymans  <wim@fluendo.com>
227
228         * gst-libs/gst/audio/gstbaseaudiosink.c:
229         (gst_base_audio_sink_change_state):
230         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
231         (gst_ring_buffer_may_start):
232         * gst-libs/gst/audio/gstringbuffer.h:
233         Only start playback if we are playing.
234         should fix #330748.
235
236 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
237
238         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
239         * win32/common/config.h:
240           Revert accidental commits to these files.
241
242 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
243
244         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
245
246         * tests/Makefile.am:
247           Don't try to build tests in tests/icles if we
248           don't have X (#323852)
249
250 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
251
252         * gst-libs/gst/tag/gstid3tag.c:
253           Add TXXX frame identifiers for replaygain stuff as used
254           by some taggers (see #323721).
255
256 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
257
258         * gst/playback/gststreamselector.c:
259         (gst_stream_selector_set_property),
260         (gst_stream_selector_bufferalloc):
261           Preserve the existing buggy streamselector behaviour by performing
262           a fallback buffer allocation when downstream isn't linked yet.
263           This should really be fixed in playbin by blocking pads until it's
264           linked them.
265           Also, use gst_pad_alloc_buffer instead of
266           gst_pad_alloc_buffer_and_set.
267
268 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
269
270         * gst-libs/gst/tag/gstid3tag.c:
271           Don't crash on unknown ID3v2 TXXX frames.
272           
273 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
274
275         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
276           Chain up to the parent finalize method.
277           Add 32-bit sample size to the template caps.
278
279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
280         (gst_riff_create_video_template_caps):
281           Add the fourcc that the VMWare codec uses.
282           
283         * gst/playback/gststreamselector.c:
284         (gst_stream_selector_set_property),
285         (gst_stream_selector_bufferalloc),
286         (gst_stream_selector_request_new_pad):
287           For the active pad, forward buffer-alloc requests, otherwise
288           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
289           having to memcpy every frame when used by playbin.
290
291         * gst/tcp/gstmultifdsink.c:
292         (gst_multi_fd_sink_handle_client_write):
293           Get negotiated caps from the sink pad, rather than the sink
294           pad's peer.
295
296 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
297
298         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
299         
300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
301           Don't forget to set src->callbacks_pushed to FALSE again when
302           popping them, otherwise re-activation in a different mode won't
303           work (#334620).
304
305 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
306
307         Patch by: Sebastien Moutte  <sebastien moutte net>
308
309         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
310         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
311         (gst_ffmpeg_smpfmt_to_caps):
312           Replace __VA_ARGS__ caps creation macros with varargs functions.
313           Makes things compile on MSVC (#320765), looks nicer, and we can
314           tell the compiler to check for the NULL terminator.
315
316 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
317
318         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
319
320         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
321           Make sure the buffer we copy into is really always big
322           enough, this time for real (#333488).
323           
324 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
325
326         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
327           Add support for 24bpp DIB (#305279).
328
329 2006-03-14  Wim Taymans  <wim@fluendo.com>
330
331         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
332         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
333         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
334         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
335         (gst_video_scale_init), (gst_video_scale_src_event):
336         Re-enable QoS after the release.
337         Rework videoscale to use the base class src_event handler.
338
339 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
340
341         * configure.ac:
342           back to CVS.
343
344 === release 0.10.5 ===
345
346 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
347
348         * configure.ac:
349           releasing 0.10.5, "Net"
350
351 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
352
353         * docs/plugins/Makefile.am:
354           Part of previous cdparanoiasrc docs fixes, forgot to commit.
355           
356 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
357
358         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
359         * docs/plugins/gst-plugins-base-plugins-sections.txt:
360         * docs/plugins/gst-plugins-base-plugins.hierarchy:
361           Add cdparanoiasrc to docs.
362
363         * gst-libs/gst/cdda/gstcddabasesrc.c:
364           More GstCddaBaseSrc docs.
365
366 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
367
368         * docs/libs/gst-plugins-base-libs-sections.txt:
369         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
370         * gst-libs/gst/tag/tag.h:
371           Add new API to libgsttag: gst_tag_from_id3_user_tag().
372
373 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
374
375         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
376           NULL-terminate array of mpeg4 video file extensions.
377           Fixes crash on PPC (#334226).
378
379 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
380
381         * ext/gnomevfs/gstgnomevfssrc.c:
382         (gst_gnome_vfs_src_check_get_range):
383           gnome_vfs_uri_is_local() alone is not a good indicator
384           whether we can operate in pull-mode with a specific URI,
385           as it returns FALSE for file:// URIs that point to an
386           NFS-mounted path. Be more conservative here: whitelist
387           local files, blacklist http URIs and use the old
388           mechanism for anything else (fixes #334216).
389
390 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
391
392         * configure.ac:
393           back to trunk
394
395 === release 0.10.4 ===
396
397 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
398
399         * configure.ac:
400           releasing 0.10.4, "Power"
401
402 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
403
404         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
405         Disable max-lateness by setting it to -1 for now, so that 
406         we can bed QoS stuff in thoroughly between now and the next
407         release.
408
409 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
410
411         Patch by: Fabrizio Gennari
412
413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
414           Make sure we don't read beyond the palette buffer in case of
415           broken or manipulated files (#333488)
416
417 2006-03-10  Edward Hervey  <edward@fluendo.com>
418
419         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
420         Fix for variable not initialized.
421
422 2006-03-09  Wim Taymans  <wim@fluendo.com>
423
424         * ext/libvisual/visual.c: (gst_visual_get_type),
425         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
426         (gst_visual_chain):
427         Small cleanups.
428
429         * ext/theora/gsttheoradec.h:
430         * ext/theora/theoradec.c: (gst_theora_dec_init),
431         (gst_theora_dec_reset), (_theora_granule_time),
432         (theora_dec_src_convert), (theora_dec_sink_convert),
433         (theora_dec_src_query), (theora_dec_src_event),
434         (theora_dec_sink_event), (theora_handle_comment_packet),
435         (theora_handle_header_packet), (theora_dec_push),
436         (theora_handle_data_packet), (theora_dec_chain),
437         (theora_dec_change_state):
438         Add simple QoS.
439
440 2006-03-09  Wim Taymans  <wim@fluendo.com>
441
442         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
443         (audiocast_register_listener), (gst_gnome_vfs_src_start):
444         Some cleanups.
445
446 2006-03-09  Wim Taymans  <wim@fluendo.com>
447
448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
449         Don't try to activate NULL chains.
450
451 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
452
453         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
454           Fix invalid memory access to region before peek'd data (#332964).
455
456 2006-03-09  Wim Taymans  <wim@fluendo.com>
457
458         Patch by: Christophe Fergeau
459
460         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
461         * ext/pango/gsttextrender.c: (gst_text_render_init):
462         * gst/adder/gstadder.c: (gst_adder_init):
463         Don't leak padtemplates, closes #333510.
464
465 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
466
467         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
468           Fix invalid memory access: make sure string passed to
469           regexec() is NUL-termianted.
470
471 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
472
473         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
474         (mp3_type_find):
475           Refactor mpeg/audio typefinding to make it more maintainable
476           and easier to fine-tune. Make probing into middle of the file
477           work properly (fixes #333900, also see #152688).
478
479 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
480
481         * gst/typefind/gsttypefindfunctions.c:
482         (utf8_type_find_have_valid_utf8_at_offset):
483           Remove part from previous commit that was bogus:
484           g_utf8_validate() does in fact not accept embedded
485           zeroes, so we don't need to check for those (thanks
486           to Mike for the hint).
487
488 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
489
490         * gst/typefind/gsttypefindfunctions.c:
491         (utf8_type_find_count_embedded_zeroes),
492         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
493           Make plain/text typefinder more conservative: firstly, check
494           for embedded zeroes, which are perfectly valid UTF-8 characters,
495           but also a fairly good sign that something is not a plain text
496           file; secondly, probe into the middle of the file if possible.
497           If we can't probe into the middle, limit the probability value
498           to be returned to TYPE_FIND_POSSIBLE (see #333900).
499
500 2006-03-08  Michael Smith  <msmith@fluendo.com>
501
502         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
503           Make typefind function name for mpeg4 video unique.
504
505 2006-03-08  Wim Taymans  <wim@fluendo.com>
506
507         * ext/libvisual/visual.c: (gst_visual_init),
508         (gst_visual_clear_actors), (gst_visual_dispose),
509         (gst_visual_reset), (gst_visual_src_setcaps),
510         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
511         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
512         (gst_visual_chain), (gst_visual_change_state):
513         Cleanups, post nice errors.
514         Handle sink and src events.
515         Implement simple QoS.
516
517         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
518         Use new basesink methods to configure max-lateness.
519         Small doc update.
520
521         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
522         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
523         Debug statement cleanups.
524
525         * gst/volume/gstvolume.c: (gst_volume_class_init):
526         Simple cleanup.
527
528 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
529
530         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
531         (gst_text_overlay_init), (gst_text_overlay_set_property),
532         (gst_text_overlay_get_property):
533           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
534           as string type properties, but mark them deprecated. Add
535           'halignment' and 'valignment' properties that use enums
536           instead of strings.
537
538 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
539
540         Patch by: Fabrizio Gennari
541
542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
543           Allow palettes with less than 256 colours in AVI files
544           (#333488)
545
546 2006-03-07  Julien MOUTTE  <julien@moutte.net>
547
548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
549         (gst_text_overlay_video_event): Fix wrong EOS handling on text
550         pad. We were releasing the queued text buffer when we should keep
551         it until video pad gets EOS or discard the text buffer because it's
552         too old. That was eating the last subtitle buffer. Add some more
553         debug.
554
555 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
556
557         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
558         (gst_text_overlay_video_chain):
559           Fix invalid memory access (we can't access a buffer after it's been
560           pushed downstream without taking a reference); fix memory leak (if
561           there's no text to render, bail out before allocating stuff).
562
563 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
564
565         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
566         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
567         * ext/pango/gsttextoverlay.h:
568           If input is plain text, escape it before passing it to
569           pango_layout_set_markup().
570
571 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
572
573         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
574           Don't ignore flow return from gst_pad_push().
575
576 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
577
578         Patch by: Fabrizio Gennari
579
580         * ext/libvisual/visual.c: (gst_visual_getcaps),
581         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
584         (gst_vorbisenc_convert_sink):
585         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
586         (gst_audio_duration_from_pad_buffer):
587         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
588         (gst_audio_filter_chain):
589         * gst-libs/gst/rtp/gstbasertpdepayload.c:
590         (gst_base_rtp_depayload_setcaps):
591         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
592         (gst_video_get_size):
593         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
594           Don't leak references returned by gst_pad_get_parent()
595           (#333663)
596
597 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
598
599         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
600           change location param details
601         * gst/volume/gstvolume.c: (plugin_init):
602           correct plugin description
603
604 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
607         (gst_gnome_vfs_src_check_get_range):
608           Override GstBaseSrc::check_get_range() in order to avoid opening
609           the resource just to check whether we can operate in pull-mode or
610           not - we can predict that pretty well from the URI alone. Should
611           fix problems with last.fm (#331690). (Requires latest core CVS).
612
613 2006-03-06  Wim Taymans  <wim@fluendo.com>
614
615         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
616         (gst_video_sink_class_init):
617         Throw away frames that are later than 20 ms.
618
619 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
620
621         Patch by: Fabrizio Gennari
622
623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
624           Set depth on WMA caps (#333545)
625
626 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
627
628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
629         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
630           put Theora BOS pages before others.  This hardcodes
631           the Ogg/Theora I profile, but hey.
632
633 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
634
635         * ext/ogg/README:
636           updated with some examples
637         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
638         (granulepos_add), (theora_buffer_from_packet):
639         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
640         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
641         (gst_vorbisenc_chain):
642           implement strategy from ext/ogg/README
643         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
644         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
645         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
646         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
647           Fix muxer so that oggz-validate is happy with all streams;
648           except for no eos mark, and the BOS page ordering
649         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
650         (check_buffer_granulepos):
651         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
652           update tests to check for OFFSET being set as requested
653           fixed type of granulepos, it's not a ClockTime
654
655 2006-03-05  Julien MOUTTE  <julien@moutte.net>
656
657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
658         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
659         Check that the xvimage we are creating has a correct size
660         before returning it. (#314897)
661
662 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
663
664         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
665           Give id3 and ape tag typefinders a rank slightly higher
666           than PRIMARY to ensure they're always run before any of
667           the other typefinders (in particular wav and mp3) (#324186).
668
669 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
670
671         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
672           Add support for '3IVD' fourcc (#333403).
673
674 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
675
676         * configure.ac:
677           Bump requirements to GStreamer CVS for the new error enum.
678
679         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
680           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
681           space left on the device (fixes #333352).
682
683 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
684
685         * win32/vs6:
686           add a project file for libgstvolume
687           update the workspace
688
689 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
690
691         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
692         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
693         (GST_START_TEST):
694           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
695           Set IN_CAPS on header buffers
696
697 2006-03-02  Wim Taymans  <wim@fluendo.com>
698
699         * docs/plugins/Makefile.am:
700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
702         Add audioresample to docs.
703
704         * gst/audioconvert/gstaudioconvert.c:
705         Add revision date.
706
707         * gst/audioresample/gstaudioresample.c:
708         (gst_audioresample_base_init), (gst_audioresample_class_init),
709         (gst_audioresample_init), (gst_audioresample_dispose),
710         (audioresample_get_unit_size), (audioresample_transform_caps),
711         (resample_set_state_from_caps), (audioresample_transform_size),
712         (audioresample_set_caps), (audioresample_event),
713         (audioresample_do_output), (audioresample_transform),
714         (audioresample_pushthrough), (gst_audioresample_set_property),
715         (gst_audioresample_get_property), (plugin_init):
716         * gst/audioresample/gstaudioresample.h:
717         Added docs.
718         Small code cleanups.
719
720 2006-03-02  Wim Taymans  <wim@fluendo.com>
721
722         * docs/plugins/Makefile.am:
723         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
724         * docs/plugins/gst-plugins-base-plugins-sections.txt:
725         Added videoscale to docs.
726
727         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
728         (gst_video_rate_swap_prev), (gst_video_rate_event),
729         (gst_video_rate_chain):
730         Fix typo in docs.
731
732         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
733         (gst_video_scale_init), (gst_video_scale_prepare_size),
734         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
735         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
736         * gst/videoscale/gstvideoscale.h:
737         Added docs, examples.
738         Some code cleanups.
739         Post errors instead of g_warning.
740
741 2006-03-02  Wim Taymans  <wim@fluendo.com>
742
743         * docs/libs/gst-plugins-base-libs-docs.sgml:
744         * docs/libs/gst-plugins-base-libs-sections.txt:
745         * docs/libs/gst-plugins-base-libs.types:
746         * docs/plugins/Makefile.am:
747         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
748         * docs/plugins/gst-plugins-base-plugins-sections.txt:
749         Added some more docs to libs and plugins.
750
751         * gst-libs/gst/audio/gstringbuffer.c:
752         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
753         * gst-libs/gst/audio/gstringbuffer.h:
754         Document ringbuffer some more.
755
756         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
757         (gst_video_rate_setcaps), (gst_video_rate_reset),
758         (gst_video_rate_init), (gst_video_rate_flush_prev),
759         (gst_video_rate_swap_prev), (gst_video_rate_event),
760         (gst_video_rate_chain), (gst_video_rate_change_state):
761         * gst/videorate/gstvideorate.h:
762         Fix videorate to use segments.
763         Make it work with 0/1 framerates (closes #331903)
764         Handle EOS correctly.
765         Added docs.
766
767 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
768
769         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
770         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
771         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
772           In state change function, first chain up to parent class,
773           then handle downwards state change stuff. Remove some
774           commented out cruft from 0.8 code.
775
776 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
777
778         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
779         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
780         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
781         (gst_ogm_parse_chain):
782           Don't remove/re-add source pad if the new caps are the same as
783           the old caps anyway (#333042). When removing source pad, don't
784           unref it afterwards - we didn't ref it when adding. Sprinkle some
785           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
786           after using gst_pad_get_parent(). Return downstream flow return
787           value in chain function.
788
789 2006-03-02  Wim Taymans  <wim@fluendo.com>
790
791         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
792         * docs/plugins/gst-plugins-base-plugins.args:
793         * docs/plugins/gst-plugins-base-plugins.hierarchy:
794         * docs/plugins/gst-plugins-base-plugins.interfaces:
795         * docs/plugins/gst-plugins-base-plugins.signals:
796         Fix hierarchy, added some more elements to the docs.
797
798         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
799         (gst_ffmpegcsp_get_type):
800         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
801         Fix docs for ffmpegcolorspace.
802
803 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
804
805         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
806         (apetag_type_find), (ape_type_find), (plugin_init):
807           Some typefinding fine-tuning:
808           - rank ID3/APE tags in order of preference via probabilities, so that
809             ID3v2 > APEv2 > APEv1 > ID3v1.
810           - three or four bytes don't really justify MAXIMUM probability,
811             change those to 'very likely' (musepack and monkeysaudio).
812
813 2006-03-01  Wim Taymans  <wim@fluendo.com>
814
815         * docs/plugins/Makefile.am:
816         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
817         * docs/plugins/gst-plugins-base-plugins-sections.txt:
818         * ext/alsa/gstalsamixer.c:
819         * ext/alsa/gstalsamixer.h:
820         * ext/alsa/gstalsamixerelement.c:
821         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
822         * ext/alsa/gstalsamixerelement.h:
823         * ext/alsa/gstalsasink.c:
824         * ext/alsa/gstalsasink.h:
825         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
826         (gst_alsasrc_init):
827         * ext/alsa/gstalsasrc.h:
828         Added alsa docs.
829         Small code cleanups.
830
831 2006-03-01  Wim Taymans  <wim@fluendo.com>
832
833         * ext/theora/Makefile.am:
834         Dist new header too,
835
836 2006-03-01  Wim Taymans  <wim@fluendo.com>
837
838         * docs/plugins/Makefile.am:
839         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
840         * docs/plugins/gst-plugins-base-plugins-sections.txt:
841         * ext/gnomevfs/gstgnomevfssink.h:
842         * ext/gnomevfs/gstgnomevfssrc.h:
843         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
844         * ext/vorbis/vorbisdec.h:
845         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
846         * ext/vorbis/vorbisenc.h:
847         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
848         (vorbis_parse_chain), (vorbis_parse_change_state):
849         * ext/vorbis/vorbisparse.h:
850         * gst/audioconvert/gstaudioconvert.h:
851         * gst/tcp/gsttcpserversink.h:
852         * gst/videotestsrc/gstvideotestsrc.c:
853         * gst/videotestsrc/gstvideotestsrc.h:
854         * gst/volume/gstvolume.c:
855         * gst/volume/gstvolume.h:
856         Fix some more docs.
857         Added docs for vorbisdec and vorbisparse.
858         Fix vorbisparse.
859
860 2006-03-01  Wim Taymans  <wim@fluendo.com>
861
862         * docs/plugins/Makefile.am:
863         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
864         * docs/plugins/gst-plugins-base-plugins-sections.txt:
865         * ext/pango/gstclockoverlay.h:
866         * ext/pango/gsttextoverlay.h:
867         * ext/pango/gsttextrender.h:
868         * ext/pango/gsttimeoverlay.h:
869         * ext/theora/gsttheoradec.h:
870         * ext/theora/gsttheoraenc.h:
871         * ext/theora/theoradec.c:
872         * ext/theora/theoraenc.c:
873         * gst/audioconvert/gstaudioconvert.h:
874         * gst/audiotestsrc/gstaudiotestsrc.h:
875         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
876         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
877         * gst/tcp/gstmultifdsink.h:
878         Updated/added documentation.
879
880         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
881         (gst_text_overlay_halign_get_type),
882         (gst_text_overlay_wrap_mode_get_type),
883         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
884         (gst_text_overlay_init), (gst_text_overlay_set_property),
885         (gst_text_overlay_get_property):
886         Fix up properties to be enums instead of string to make bindings,
887         introspection and automatic GUI creation possible.
888         Add getters for the properties.
889
890 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
891
892         * gst/audiotestsrc/gstaudiotestsrc.c:
893           added defines of M_PI and M_PI_2
894         * gst/ffmpegcolorspace/avcodec.h:
895           removed #include "stdint.h" for win32 as _stdint.h is 
896           autogenerated to win32/common
897         * win32/common/libgstaudio.def:
898         * win32/common/libgsttag.def:
899           added some exports
900         * win32/vs6:
901           some project files bugs corrected
902         * win32/vs7:
903           project files are reset to the default vs7 configuration 
904           (they link to msvcr71.dll using default optimizations)
905           
906 2006-02-28  Wim Taymans  <wim@fluendo.com>
907
908         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
909         Fix some docs.
910
911 2006-02-28  Edward Hervey  <edward@fluendo.com>
912
913         * ext/alsa/gstalsasrc.c:
914         Set proper class on the ElementDetails:
915         Source/Audio instead of Src/Audio/
916
917 2006-02-28  Edward Hervey  <edward@fluendo.com>
918
919         * gst/videoscale/vs_scanline.c:
920         (vs_scanline_resample_nearest_RGBA):
921         Revert optimization in videoscale. It should go in liboil and have
922         an appropriate liboil function.
923
924 2006-02-28  Wim Taymans  <wim@fluendo.com>
925
926         * gst-libs/gst/audio/gstbaseaudiosink.c:
927         (gst_base_audio_sink_provide_clock):
928         Don't try to provide a clock in the NULL state.
929
930 2006-02-28  Wim Taymans  <wim@fluendo.com>
931
932         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
933         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
934         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
935         (gst_ogg_demux_deactivate_current_chain),
936         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
937         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
938         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
939         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
940         Use GstSegment infrastructure to remove duplicated code
941         and handle more seek cases correctly.
942
943 2006-02-28  Wim Taymans  <wim@fluendo.com>
944
945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
946         (gst_ffmpegcsp_transform):
947         Don't ignore return code from ffmpeg convert function.
948
949         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
950         Split out some long statements to ease debugging.
951
952 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
953
954         * ext/libvisual/visual.c: (gst_visual_init),
955         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
956         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
957         being able to renegotiate the size. Instead, use the negotiation
958         algorithm from the goom plugin to pick an initial output caps. 
959
960         Also, allow theoretical libvisual plugins that might support non-GL 
961         output even if they also do GL.
962
963 2006-02-26  Julien MOUTTE  <julien@moutte.net>
964
965         * ext/libvisual/visual.c: (gst_visual_init),
966         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
967         (plugin_init): Load only non GL plugins. Fix some memleaks and 
968         possible negotiation issues.
969
970 2006-02-25  Julien MOUTTE  <julien@moutte.net>
971
972         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
973
974 2006-02-24  Michael Smith  <msmith@fluendo.com>
975
976         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
977         (cmml_type_find), (plugin_init):
978           Fix CMML type find function to not require a specific minor version
979           of the CMML header.
980
981           Add an MPEG4 video elementary stream typefind function.
982
983 2006-02-04  Michael Smith  <msmith@fluendo.com>
984
985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
986         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
987         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
988         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
989         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
990         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
991           Annodex support in ogg demuxer. Doesn't do very much without the
992           other annodex patches (to come).
993
994 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
995
996         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
997
998         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
999           Pick up palette for MS video v1 (#327028)
1000
1001 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1002
1003         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1004         (gst_ffmpegcsp_caps_remove_format_info),
1005         (gst_ffmpegcsp_get_unit_size):
1006           The 'palette_data' field from incoming RGB caps shouldn't be
1007           proxied on outgoing YUV caps; also, restrict unit size
1008           adjustment in case of paletted data only to the unit that
1009           actually has a palette. Fixes #330711.
1010
1011 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1014         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1015         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
1016         (gst_ffmpegcsp_get_unit_size):
1017           Plug some memory leaks.
1018
1019 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
1020
1021         * sys/ximage/Makefile.am:
1022         * sys/xvimage/Makefile.am:
1023           Add some _CFLAGS and _LIBS that seem to be missing
1024           and/or required for Cygwin (see #317048).
1025
1026 2006-02-22  Wim Taymans  <wim@fluendo.com>
1027
1028         * ext/alsa/gstalsasrc.c:
1029         Fix description as pointed out by caugier.
1030
1031 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
1032
1033         Reviewed by : Edward Hervey  <edward@fluendo.com>
1034
1035         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1036         (qt_type_find):
1037         Better 3gp typefinding (#331526).
1038
1039 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1040
1041         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1042           Don't send EOS event here, the base class will send one for us.
1043
1044         * gst/playback/gstplaybasebin.c: (prepare_output):
1045           Subpictures without video stream aren't allowed either.
1046         
1047         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
1048           Fix debug statement copy'n'paste-o.
1049
1050 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
1051
1052         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
1053           Fix issues with mixer keeping state when muting/unmuting
1054           and when changing the volume whilst muted (see #331763
1055           and #331765).
1056
1057 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
1060         (parse_subrip), (gst_sub_parse_format_autodetect):
1061           Set right caps given that we send escaped text. Also,
1062           honour <i></i>, <b></b> and <u></u> markers that can be found
1063           in .srt files (fixes #310202).
1064
1065 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
1066
1067         * gst-libs/gst/audio/mixerutils.c:
1068         (element_factory_rank_compare_func):
1069           Make order in which elements are tried more determinable.
1070
1071 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1072
1073         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1074         (remove_element_chain), (cleanup_decodebin),
1075         (gst_decode_bin_change_state): Make decodebin reusable by
1076         fixing remove_element_chain first and then introduce a
1077         cleaner in state change to ->NULL. (Closes #331678)
1078
1079 2006-02-19  Wim Taymans  <wim@fluendo.com>
1080
1081         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1082         use 0666 mask when creating files so umask gets applied
1083         correctly. Fixes #331295.
1084
1085 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1086
1087         * gst/subparse/Makefile.am:
1088         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1089         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1090         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1091         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1092         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1093         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1094         * gst/subparse/gstssaparse.h:
1095         * gst/subparse/gstsubparse.c: (plugin_init):
1096           Add very basic parser for SSA subtitle streams (as often
1097           found in matroska files).
1098
1099 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1102           That should be text/x-pango-markup, not text/x-pango-layout.
1103
1104 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1105
1106         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1107         Polishing.
1108
1109 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1110
1111         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1112         (gst_text_overlay_finalize), (gst_text_overlay_init),
1113         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1114         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1115         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1116         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1117         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1118         Fix state change deadlock.
1119
1120 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1121
1122         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1123         (gst_text_overlay_finalize), (gst_text_overlay_init),
1124         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1125         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1126         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1127         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1128         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1129         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1130         and subtitles files.
1131
1132 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1133
1134         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1135         should be considered as raw.
1136
1137 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1138
1139         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1140         (cb_probe):
1141         * gst/playback/gststreaminfo.h: Introduce language informations.
1142
1143 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1144
1145         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1146         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1147         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1148         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1149         Set shared memory segments to be deleted as soon as we have attached,
1150         that way they get cleaned up automatically if we crash.
1151
1152 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1153
1154         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1155         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1156         functions are called with lock held.
1157
1158 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1159
1160         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1161         (gst_text_overlay_finalize), (gst_text_overlay_init),
1162         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1163         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1164         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1165         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1166         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1167         (gst_text_overlay_change_state): Refactoring of textoverlay
1168         without collectpads. This now supports sparse subtitles coming
1169         from a demuxer instead of a sub file. Seeking is still broken 
1170         though. Need to discuss with wtay some more on how to handle
1171         seeking correctly.
1172         * ext/pango/gsttextoverlay.h:
1173         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1174         subtitles coming from the demuxer.
1175
1176 2006-02-17  Wim Taymans  <wim@fluendo.com>
1177
1178         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1179         (gst_vorbisenc_convert_sink):
1180         Use some more scaling functions.
1181
1182 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1183
1184         * ext/cdparanoia/gstcdparanoiasrc.c:
1185         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1186         (gst_cd_paranoia_paranoia_callback),
1187         (gst_cd_paranoia_src_signal_is_being_watched),
1188         (gst_cd_paranoia_src_read_sector):
1189         * ext/cdparanoia/gstcdparanoiasrc.h:
1190           Add back 'transport-error' and 'uncorrected-error' signals and
1191           make them actually be fired when bad stuff happens (#319340).
1192
1193 2006-02-17  Wim Taymans  <wim@fluendo.com>
1194
1195         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1196         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1197         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1198         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1199         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1200         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1201         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1202         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1203         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1204         (gst_ring_buffer_clear):
1205         Small cleanups.
1206         Added some G_LIKELY.
1207
1208 2006-02-17  Wim Taymans  <wim@fluendo.com>
1209
1210         * gst-libs/gst/audio/TODO:
1211         Update TODO
1212
1213         * gst-libs/gst/audio/gstbaseaudiosink.c:
1214         (gst_base_audio_sink_get_offset):
1215         When trying to play samples ASAP and we don't have a
1216         previous sample, try to play at position 0 instead of
1217         an invalid position.
1218
1219 2006-02-17  Wim Taymans  <wim@fluendo.com>
1220
1221         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1222         (gst_alsasink_reset):
1223         Also release lock when we get an error in _reset();
1224         fix an error message.
1225
1226 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1227
1228         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1229         (gst_alsasink_init), (get_channel_free_structure),
1230         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1231         (gst_alsasink_close):
1232         * ext/alsa/gstalsasink.h:
1233           Add support for more than 2 channels (#326720).
1234
1235 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1236
1237         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1238           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1239           with 4 or 6 channels, assume a default channel layout to make things
1240           work (not sure there's anything else we can do in those cases).
1241
1242 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1243
1244         * gst-libs/gst/audio/multichannel.c:
1245           Minor docs fix.
1246
1247         * gst-libs/gst/riff/Makefile.am:
1248         * gst-libs/gst/riff/riff-ids.h:
1249         * gst-libs/gst/riff/riff-media.c:
1250         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1251           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1252           channels and a channel layout map.
1253           
1254 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1255
1256         Reviewed by Edward Hervey  <edward@fluendo.com>
1257
1258         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1259         C-level optimization of the RGBA nearest neighbour function.
1260         Eventually this might end up in liboil with vectorized versions.
1261
1262 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1263
1264         * gst-libs/gst/audio/multichannel.c:
1265         (gst_audio_get_channel_positions):
1266           When we have more than 2 channels, but no channel layout is
1267           specified in the caps, return some default channel layout
1268           to the caller and warn about about a possibly buggy element
1269           (could be buggy filtercaps as well of course) (#317038).
1270
1271 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1272
1273         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1274           Add gst-libs/gst/cdda to list of lib search paths.
1275
1276 2006-02-15  Andy Wingo  <wingo@pobox.com>
1277
1278         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1279         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1280         to the Lord Jesus that I do not have to touch the ogg muxer ever
1281         again.
1282
1283 2006-02-15  Edward Hervey  <edward@fluendo.com>
1284
1285         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1286         quicktime movie files can also contain 'uuid' atoms.
1287
1288 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst/audioconvert/plugin.c: (plugin_init):
1291           Register the GstAudioChannelPosition enum type with the type
1292           system in the plugin_init function, so that it is known before
1293           any element actually makes use of multi-channel stuff. This is
1294           required for example if one wants to be able to deserialise/use
1295           a caps string with channel positions before any pipeline has
1296           been setup and started, like with gst-launch.
1297
1298 2006-02-14  Wim Taymans  <wim@fluendo.com>
1299
1300         * gst-libs/gst/audio/gstringbuffer.c:
1301         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1302         (gst_ring_buffer_samples_done), (wait_segment),
1303         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1304         Add some compiler G_(UN_)LIKELY help.
1305         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1306         make sure they can exit their functions. Should fix #330748
1307
1308 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1309
1310         * Makefile.am:
1311         * configure.ac:
1312         * win32/MANIFEST:
1313         * win32/common/_stdint.h:
1314           Windows does not have long long; copy the generated _stdint.h
1315         * win32/common/interfaces-enumtypes.c:
1316         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1317         (gst_mixer_track_flags_get_type),
1318         (gst_tuner_channel_flags_get_type):
1319         * win32/common/multichannel-enumtypes.c:
1320         (gst_audio_channel_position_get_type):
1321           update
1322
1323 2006-02-13  Wim Taymans  <wim@fluendo.com>
1324
1325         * gst-libs/gst/audio/gstbaseaudiosink.c:
1326         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1327         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1328         Always sync on first sample we receive when starting.
1329
1330 2006-02-13  Wim Taymans  <wim@fluendo.com>
1331
1332         * gst/playback/gstplaybin.c: (gen_vis_element):
1333         Update vis bin docs.
1334         Move queue after tee so we don't queue video buffers but
1335         audio samples instead. Fixes problems where the video queue
1336         is filled and the audio queue empty.
1337
1338 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1339
1340         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1341           No need to push an EOS event here, GstBaseSrc will do that for us
1342           when we return FLOW_UNEXPECTED.
1343           
1344 2006-02-12  Wim Taymans  <wim@fluendo.com>
1345
1346         * gst-libs/gst/audio/gstbaseaudiosink.c:
1347         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1348         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1349         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1350         Use scale functions when possible.
1351         Fix error messages.
1352         Free clockid when after waiting for EOS.
1353         Use G_(UN_)LIKLY when it makes sense.
1354         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1355
1356 2006-02-12  Edward Hervey  <edward@fluendo.com>
1357
1358         * gst/playback/gstplaybasebin.c: (prepare_output): 
1359         Remove stray semi-colon (fixes #330888).
1360
1361 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1362
1363         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1365         Fix up the XShm call testing so that we catch errors, and don't
1366         cause new ones by attempting to detach from a segment we failed
1367         to attach to. Fixes #312439.
1368
1369 2006-02-10  Edward Hervey  <edward@fluendo.com>
1370
1371         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1372         Added flv file typefind (video/x-flv).
1373
1374 2006-02-10  Edward Hervey  <edward@fluendo.com>
1375
1376         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1377         (gst_riff_create_video_template_caps):
1378         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1379         Also added the caps to the default set of riff video caps.
1380
1381 2006-02-09  Andy Wingo  <wingo@pobox.com>
1382
1383         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1384         time and the end time of the last packet in the page.
1385         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1386         on the pages in our queue, set the duration as well. Reflow a
1387         debug statement.
1388         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1389         Fixes bad muxing order.
1390
1391 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1392
1393         * gst-libs/gst/rtp/gstbasertppayload.c:
1394         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1395           update seqnum before setting it on the packet; this makes sure
1396           that the timestamp and seqnum properties match after pushing
1397           a buffer
1398
1399 2006-02-09  Andy Wingo  <wingo@pobox.com>
1400
1401         * gst-libs/gst/audio/gstringbuffer.c
1402         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1403         overflow after 13.5 hours of recording. Kapow!
1404
1405         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1406         the buffer size -- we don't care about underrun/overrun reporting
1407         right now, just need to return a useful value.
1408
1409 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1410
1411         * configure.ac:
1412           Back to CVS
1413
1414 === release 0.10.3 ===
1415
1416 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1417
1418         * configure.ac:
1419           releasing 0.10.3, "Under Pressure"
1420
1421 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1422
1423         * configure.ac:
1424         Drat. Bump libtool version number for new API.
1425         Prelease 0.10.2.3 (of 0.10.3)
1426
1427 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1428
1429         * configure.ac:
1430         * win32/common/config.h:
1431         0.10.2.2 prerelease (of 0.10.3).
1432
1433 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1434
1435         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1436           Revert Andy's newsegment change pending a more correct
1437           fix.
1438
1439 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1440
1441         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1442         (qt_type_find), (plugin_init):
1443           detect more files as 3gp
1444           group and reorder the iso file formats
1445
1446 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1447
1448         * ext/vorbis/vorbis.c: (plugin_init):
1449           Register musicbrainz tags, so apps don't have to.
1450
1451 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1452
1453         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1454         (gst_tag_to_vorbis_tag):
1455           Make sure we called gst_tag_register_musicbrainz_tags()
1456           before possibly mapping a vorbiscomment string from/to a
1457           musicbrainz tag.
1458
1459 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1460
1461         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1462           In case we can't find the required number of consecutive
1463           mpeg audio frames to positively identify an MPEG audio
1464           stream, check if there's at least a valid mpeg audio
1465           frame right at offset 0 and if so suggest mpeg/audio
1466           caps with a very low probability (#153004).
1467
1468 2006-02-07  Andy Wingo  <wingo@pobox.com>
1469
1470         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1471         a TIME segment if we get timestamped buffers. Requires recent
1472         fixes in core to work properly.
1473
1474 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * gst/playback/gstplaybasebin.c: (prepare_output):
1477           Don't print the URI as part of the error message, it
1478           makes error dialogs look rather ugly, especially if
1479           the URI is very long or has characters in it that
1480           need escaping.
1481
1482 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1483
1484         * gst/playback/gstplaybasebin.c: (prepare_output):
1485           Error out if we have only text or subtitles, but nothing
1486           else. Also error out if we have subtitles but no video
1487           stream.
1488
1489 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1492           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1493           Post an error message on the bus when we encounter an
1494           error, which will hopefully be more meaningful than the
1495           'Internal Flow Error' message users get to see if we
1496           just return GST_FLOW_ERROR.
1497
1498 2006-02-07  Andy Wingo  <wingo@pobox.com>
1499
1500         * configure.ac (GST_MAJORMINOR): Update core version req to
1501         0.10.2.2, for the collectpads API addition (#330244).
1502
1503 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1506           Return FALSE from plugin_init() when GnomeVFS can't
1507           be initialised for some reason (#328423).
1508
1509 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1510
1511         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1512         Stick to seeking theory until i find the bug.
1513         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1514
1515 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1516
1517         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1518         (theora_enc_finalize), (theora_enc_sink_setcaps),
1519         (theora_set_header_on_caps), (theora_enc_chain),
1520         (theora_enc_change_state):
1521         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1522           Make theoraenc and the tests leak free. Like, really.
1523
1524 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1525
1526         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1527         (theora_enc_finalize), (theora_enc_sink_setcaps):
1528           Add a finalize method to ensure we clean up state even if
1529           someone omitted the state change back to NULL.
1530
1531         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1532         (gst_vorbisenc_chain):
1533           Free some more leaked bits.
1534
1535         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1536         (stop_pipeline):
1537           Wait for state changes to happen if they're ASYNC.
1538
1539           This ought to teach those fancy pants buildbots a lesson.
1540
1541 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1542
1543         * gst-libs/gst/tag/gstid3tag.c:
1544           Add mapping for ID3 International Standard Recording Code
1545           tag "TSRC"
1546
1547 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1548
1549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1550           Don't leak tag names.
1551
1552 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1553
1554         * docs/libs/gst-plugins-base-libs-docs.sgml:
1555         * docs/libs/gst-plugins-base-libs-sections.txt:
1556         * gst-libs/gst/tag/gstid3tag.c:
1557         * gst-libs/gst/tag/gstvorbistag.c:
1558         * gst-libs/gst/tag/tags.c:
1559           Split libgsttag docs into multiple sections.
1560
1561 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1562
1563         * docs/libs/Makefile.am:
1564         * docs/libs/gst-plugins-base-libs-docs.sgml:
1565         * docs/libs/gst-plugins-base-libs-sections.txt:
1566         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1567         * gst-libs/gst/tag/gstvorbistag.c:
1568         * gst-libs/gst/tag/tag.h:
1569         * gst-libs/gst/tag/tags.c:
1570           Add libgsttag to the docs.
1571
1572 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1573
1574         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1575         (gst_text_overlay_init), (gst_text_overlay_src_event),
1576         (gst_text_overlay_collected): Fix clockoverlay.
1577
1578 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1579
1580         * docs/libs/compiling.sgml:
1581           Fix typo: it's pkg-config, not pkg-gconfig
1582
1583         * docs/libs/gst-plugins-base-libs-docs.sgml:
1584         * docs/libs/gst-plugins-base-libs-sections.txt:
1585         * docs/libs/tmpl/gstgconf.sgml:
1586           There is no libgstgconf in 0.10, remove it
1587           from the docs.
1588
1589 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1590
1591         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1592         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1593         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1594         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1595         (gst_sub_parse_class_init), (gst_sub_parse_init),
1596         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1597         (parse_mpsub), (parser_state_init), (handle_buffer),
1598         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1599         * gst/subparse/gstsubparse.h: Introduce seeking code.
1600
1601 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1604           Add comment about LANGUAGE tag inconsistency (we want
1605           ISO-639-1, but extract three-letter identifiers?)
1606
1607         * po/POTFILES.in:
1608           Add two translatable files.
1609
1610 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1611
1612         * gst-libs/gst/tag/Makefile.am:
1613         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1614         * gst-libs/gst/tag/tag.h:
1615         * gst-libs/gst/tag/tags.c:
1616         (gst_tag_register_musicbrainz_tags_internal),
1617         (gst_tag_register_musicbrainz_tags):
1618           Forward-port some tags stuff from the 0.8 branch. This is
1619           mostly the addition of musicbrainz tags and their mapping
1620           to vorbistags, and a vorbistag mapping of the language tag.
1621
1622 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1623
1624         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1625         refactoring.
1626
1627 2006-02-04  David Schleef  <ds@schleef.org>
1628
1629         * ext/ogg/gstoggmux.c:
1630         * gst/typefind/gsttypefindfunctions.c:
1631           Add Dirac typefinding and add dirac format to oggmux.
1632
1633 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1634
1635         * gst/playback/gstdecodebin.c: (try_to_link_1):
1636           Don't put essential function call into
1637           g_return_*() macro, otherwise it'll all be
1638           replaced by NOOPs when compiling with
1639           G_DISABLE_CHECKS defined.
1640
1641 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1642
1643         * ext/ogg/gstoggdemux.c:
1644         * ext/ogg/gstoggparse.c:
1645         * gst/tcp/gsttcpserversink.c:
1646         * sys/v4l/v4lsrc_calls.c:
1647         * sys/v4l/v4lsrc_calls.h:
1648         Just make it compile with --disable-gst-debug.
1649
1650 2006-02-03  Wim Taymans  <wim@fluendo.com>
1651
1652         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1653         (gst_alsasink_class_init), (gst_alsasink_init),
1654         (gst_alsasink_write), (gst_alsasink_reset):
1655         * ext/alsa/gstalsasink.h:
1656         Add lock to protect alsa calls.
1657         Implement reset to flush samples ASAP, does not work
1658         with dmix though.
1659
1660 2006-02-02  Wim Taymans  <wim@fluendo.com>
1661
1662         * gst-libs/gst/audio/gstbaseaudiosink.c:
1663         (gst_base_audio_sink_provide_clock):
1664         Ugh.. getting late I guess...
1665
1666 2006-02-02  Wim Taymans  <wim@fluendo.com>
1667
1668         * gst-libs/gst/audio/gstbaseaudiosink.c:
1669         (gst_base_audio_sink_provide_clock),
1670         (gst_base_audio_sink_set_property),
1671         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1672         Don't try to provide a clock when we are not negotiated since
1673         we might not be able to make it run.
1674
1675 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1676
1677         * gst/playback/gstdecodebin.c: (try_to_link_1):
1678           Unlinking two source pads is ... hard.
1679
1680 2006-02-02  Wim Taymans  <wim@fluendo.com>
1681
1682         * gst-libs/gst/audio/TODO:
1683         Updated.
1684
1685         * gst-libs/gst/audio/gstbaseaudiosink.c:
1686         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1687         On EOS, wait till the last sample is played before posting EOS.
1688
1689 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1690
1691         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1692           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1693           setting queue_delay to zero. Also avoid thread being started if
1694           queue_delay is zero.
1695
1696 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1697
1698         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1699           Make test work again by connecting fakesinks to each decoded pad,
1700           which makes the pipeline wait until each fakesink has a buffer
1701           queued before going to PAUSED state. At that point we know the
1702           decodebin pads are negotiated.
1703
1704 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1705
1706         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1707         (gst_cdda_base_src_handle_event):
1708         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1709           Pass unhandled queries to the parent class's query function.
1710
1711 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1712
1713         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1714         (gst_ogg_pad_src_query):
1715         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1716         * ext/theora/theoradec.c: (theora_dec_src_query),
1717         (theora_dec_sink_query):
1718         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1719         (vorbis_dec_sink_query):
1720         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1721         (gst_vorbisenc_sink_query):
1722         * gst/adder/gstadder.c: (gst_adder_query):
1723           Pass unhandled queries upstream instead of just
1724           dropping them (#326447). Also, fix supported
1725           query types list for some elements.
1726
1727 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1730         (paris_type_find), (ilbc_type_find), (plugin_init):
1731           Fix typefinding for audio/x-au, audio/x-paris and
1732           audio/iLBC-sh. We cannot use the START_WITH macros
1733           here, because there can only be one typefind factory
1734           with the same name (caps), so the second one would
1735           replace the first one and the first one would never
1736           be called when doing typefinding (see #161712).
1737           
1738
1739 2006-01-31  Wim Taymans  <wim@fluendo.com>
1740
1741         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1742         (vorbis_handle_header_packet), (vorbis_dec_push),
1743         (vorbis_handle_data_packet):
1744         Use scale_int when we can, add some more scaling.
1745         Check packettype before parsing it.
1746
1747 2006-01-31  Wim Taymans  <wim@fluendo.com>
1748
1749         * ext/theora/theoradec.c: (_theora_granule_time),
1750         (theora_dec_src_convert), (theora_dec_sink_convert):
1751         Call right _scale functions.
1752         Use parameter instead of some other random value.
1753
1754 2006-01-31  Wim Taymans  <wim@fluendo.com>
1755
1756         * ext/theora/theoradec.c: (_theora_granule_frame),
1757         (_theora_granule_time), (_inc_granulepos),
1758         (theora_dec_src_convert), (theora_dec_sink_convert),
1759         (theora_handle_type_packet), (theora_handle_data_packet),
1760         (theora_dec_chain):
1761         Use higher precision timestamps calculation.
1762         Convert some other conversions to _scale.
1763
1764 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1765
1766         * gst/audiotestsrc/gstaudiotestsrc.c:
1767         (gst_audio_test_src_create_sine_table), (plugin_init):
1768         * gst/volume/gstvolume.c: (plugin_init):
1769           initialize gst_controller before using
1770
1771 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1772
1773         * tests/check/pipelines/theoraenc.c:
1774         * tests/check/pipelines/vorbisenc.c:
1775         Define constant using G_GINT64_CONSTANT to avoid errors when
1776         passing it around - otherwise it gets truncated to 32 bits.
1777
1778         Fixes failing tests.
1779
1780 2006-01-31  Andy Wingo  <wingo@pobox.com>
1781
1782         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1783         caps being set doesn't have a framerate value. Basically a stopgap
1784         measure.
1785
1786         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1787         technically correct enough to put into core though.
1788         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1789         DURATION. Fixes theoraenc ! oggmux.
1790
1791         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1792         fraction, not double.
1793
1794 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1795
1796         * win32/vs7:
1797         add vs7 project files created by Sergey Scobich
1798
1799 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1800
1801         * win32/vs8:
1802         add vs8 project files created by Sergey Scobich
1803         
1804 2006-01-30  Andy Wingo  <wingo@pobox.com>
1805
1806         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1807         timestamp + duration, not just timestamp -- ogg pages should be
1808         ordered by stop time. Necessary fix given the change in vorbis
1809         timestamps.
1810
1811         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1812         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1813         (granulepos_add): New function, handles the messiness of adjusting
1814         granulepos values.
1815         (theora_buffer_from_packet):
1816         (theora_enc_chain):
1817         (theora_enc_sink_event): Use granulepos_add, not +.
1818
1819         * tests/check/pipelines/theoraenc.c
1820         (check_buffer_granulepos_from_starttime): Just check the frame
1821         count, not the actual granulepos -- we can't dictate to the
1822         encoder when it should be placing keyframes.
1823
1824 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1825
1826         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1827           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1828           play an http:// stream from a server that's not serving
1829
1830 2006-01-30  Andy Wingo  <wingo@pobox.com>
1831
1832         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1833         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1834         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1835         available.
1836
1837         * ext/theora/gsttheoraenc.h:
1838         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1839         although theoraenc was timestamping correctly. Added handling of
1840         streams that start with nonzero timestamps.
1841
1842         * tests/check/Makefile.am:
1843         * tests/check/pipelines/theoraenc.c: New file, basically does same
1844         tests as vorbisenc.
1845
1846         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1847
1848 2006-01-30  Wim Taymans  <wim@fluendo.com>
1849
1850         * gst-libs/gst/audio/gstaudiosink.c:
1851         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1852         (gst_audioringbuffer_pause):
1853         Implement pause that does not wait for completion.
1854
1855         * gst-libs/gst/audio/gstbaseaudiosink.c:
1856         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1857         Don't drop buffers when going to PAUSED but perform preroll on
1858         remaining samples now that core base class supports this.
1859
1860         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1861         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1862         (gst_ring_buffer_commit):
1863         Pause should not signal waiters.
1864         Implement return value of _commit correctly.
1865
1866 2006-01-30  Andy Wingo  <wingo@pobox.com>
1867
1868         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1869
1870         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1871         updated to timestamp from the first sample, not the last.
1872         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1873         special care of granulepos and timestamp for header packets.
1874         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1875         when the first buffer has a nonzero timestamp.
1876
1877         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1878         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1879         case when the first audio buffer we get has a nonzero timestamp.
1880         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1881         properly timestamp vorbis buffers with the time of the first
1882         sample, not the last.
1883         
1884         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1885         vorbis_granule_time_copy -- now it takes the granule/subgranule
1886         offset into account.
1887
1888         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1889         timestamps, durations, and granulepos on buffers produced by
1890         vorbisenc.
1891
1892 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1893
1894         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1895         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1896           Patch from Eric Jonas to support conversions to/from UYVY 
1897           (Fixes: #324626)
1898
1899 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1900
1901         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1902         (setup_subtitle), (setup_source), (set_active_source):
1903         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1904         (gen_text_element), (gen_audio_element), (gen_vis_element),
1905         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1906
1907 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1908
1909         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1910         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1911                 use gst_guint64_to_gdouble to be compliant with vs6
1912         * gst/playback/gstdecodebin.c: (try_to_link_1)
1913         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1914                 use G_GINT64_CONSTANT for int64 constants
1915         * win32/common/libgstinterfaces.def:
1916                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1917         * win32/vs6:
1918                 update and add new project files
1919                 
1920 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1921
1922         * Makefile.am:
1923         * win32/MANIFEST:
1924         * win32/common/interfaces-enumtypes.c:
1925         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1926         (gst_mixer_track_flags_get_type),
1927         (gst_tuner_channel_flags_get_type):
1928         * win32/common/interfaces-enumtypes.h:
1929         * win32/common/multichannel-enumtypes.c:
1930         (gst_audio_channel_position_get_type):
1931         * win32/common/multichannel-enumtypes.h:
1932           add a win32-update rule like in core, and copy over enumtypes files
1933
1934 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1935
1936         * win32/MANIFEST:
1937         * win32/common/config.h:
1938         * win32/common/config.h.in:
1939           add config files just like in core
1940
1941 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1942
1943         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1944           Make gcc-4.1 happy (part of #327357).
1945
1946 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1947
1948         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1949         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1950         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1951         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1952         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1953         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1954           Update all error messages.  All of them should either use
1955           the default translated message, or actually provide a
1956           translatable string.
1957           Make the string for channel count problems meaningful.
1958
1959 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1960
1961         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1962           check for and throw RESOURCE_BUSY
1963
1964 2006-01-27  David Schleef  <ds@schleef.org>
1965
1966         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1967           checked in this change -- it requires liboil features not
1968           in 0.3.6.  Revert parts.
1969
1970 2006-01-27  David Schleef  <ds@schleef.org>
1971
1972         * REQUIREMENTS:
1973         * configure.ac: update liboil requirement to 0.3.6
1974         * gst/videoscale/Makefile.am:
1975         * gst/videoscale/vs_scanline.c: liboilify
1976
1977 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1978
1979         * ext/libvisual/visual.c: (get_buffer):
1980           When pad_alloc returns a GstFlowReturn other
1981           than GST_FLOW_OK, make sure it is passed upstream.
1982
1983 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1984
1985         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1986         (gst_alsasink_class_init):
1987           Free the device name string.
1988
1989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1990         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1991         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1992           Don't remove a pad from the collectpads structure until it
1993           is released - it's a request pad, and may receive data again
1994           if the element gets moved back to PLAYING state.
1995
1996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1997           Ensure we turn on double buffering on the Xv port, and
1998           set the colour key to something dark and mysterious that
1999           isn't black.
2000
2001 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2002
2003         * ext/alsa/gstalsaplugin.c: (plugin_init):
2004         * ext/cdparanoia/gstcdparanoiasrc.c:
2005         (gst_cd_paranoia_src_base_init), (plugin_init):
2006         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
2007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
2008           - a library should not call setlocale. see "Libraries" node in
2009             gettext manual
2010           - make sure all plugins that use translation do bindtextdomain
2011             to point to the localedir
2012         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
2013         (setup_sinks), (plugin_init):
2014           all this, and check for NULL when creating sinks
2015
2016 2006-01-27  Julien MOUTTE  <julien@moutte.net>
2017
2018         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
2019         (plugin_init): Make typefinding of subtitles work again.
2020
2021 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2024         (mp3_type_frame_length_from_header), (mp3_type_find),
2025         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
2026         (plugin_init):
2027           Backport a bunch of typefinding fixes from the 0.8 branch.
2028           Also, improve wavpack typefinding: if we can't peek the
2029           entire wavpack block, try to parse the bits we can get and
2030           see if we find what we're looking for in those.
2031
2032 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2033
2034         * sys/ximage/ximagesink.c:
2035         (gst_ximagesink_calculate_pixel_aspect_ratio):
2036         * sys/xvimage/xvimagesink.c:
2037         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
2038         more cases of pixel aspect ratio.
2039
2040 2006-01-26  Edward Hervey  <edward@fluendo.com>
2041
2042         * gst/playback/gstdecodebin.c: (pad_probe):
2043         Also consider the flush-start and tag events as unblockers
2044         for the pad probes.
2045
2046 2006-01-26  Julien MOUTTE  <julien@moutte.net>
2047
2048         * gst/playback/gstplaybin.c: (gst_play_bin_init),
2049         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
2050         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
2051         On the fly visualisation switch, works disabling, enabling as
2052         well but it won't be able to enable vis in a playbin that was
2053         created with no visualisation.
2054
2055 2006-01-25  Wim Taymans  <wim@fluendo.com>
2056
2057         * gst-libs/gst/audio/gstbaseaudiosink.c:
2058         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
2059         Undo previous commit that returned WRONG_STATE sooner, it breaks 
2060         resume after pause.
2061
2062 2006-01-25  Wim Taymans  <wim@fluendo.com>
2063
2064         * gst-libs/gst/audio/gstbaseaudiosink.c:
2065         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
2066         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
2067         Improve debugging.
2068         Post error when caps cannot be parsed.
2069         Resync on discontinuity in the stream.
2070         Clip samples to segment boundaries.
2071         return WRONG_STATE sooner when we are flushing.
2072
2073         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2074         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2075         Make audiosrc operate in TIME.
2076         Set TIMESTAMP and DURATION on buffers.
2077
2078 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2079
2080         * tests/examples/seek/seek.c: (main):
2081           Output tag messages as well.
2082
2083 2006-01-23  Edward Hervey  <edward@fluendo.com>
2084
2085         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2086         (free_pad_probes), (remove_fakesink), (pad_probe),
2087         (close_pad_link), (gst_decode_bin_change_state):
2088         Replace GstPadBlockCallback with pad probes that detect
2089         first buffer AND eos before removing fakesink.
2090         Fixes hang with demuxers doing EOS while pre-rolling.
2091         Solves #328279
2092
2093 2006-01-23  Andy Wingo  <wingo@pobox.com>
2094
2095         * ext/alsa/gstalsasink.c:
2096         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2097         (gst_base_rtp_depayload_setcaps),
2098         (gst_base_rtp_depayload_add_to_queue),
2099         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2100         
2101         Patch by: Jens Granseuer <jensgr at gmx dot net>
2102
2103 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2104
2105         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2106         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2107         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2108         frames. We might get a frame destroyed after changing state to
2109         NULL, adding a safety check on xcontext.
2110
2111 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2112
2113         * gst-libs/gst/interfaces/xoverlay.c:
2114           Fix prepare-xwindow-id code example in the docs - we need to
2115           ignore all messages that aren't element messages as well.
2116           
2117 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2118
2119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2120           I think one day i'll completely undestand how caps negotiation
2121           is supposed to work. This refactoring handles buffer_alloc
2122           called with caps we can't handle. We definitely don't want a
2123           set_caps with those caps, so we define and allocate a buffer
2124           we would like to receive.
2125
2126 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2127
2128         * gst/playback/gstplaybasebin.c: (setup_source):
2129           Free iterator when done.
2130
2131 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2132
2133         * gst-libs/gst/audio/gstbaseaudiosink.c:
2134         (gst_base_audio_sink_render):
2135           Fix playback of non-synchronised streams by assuming a rate
2136           of 1.0 instead of a random one.
2137
2138           Makes this work again:
2139
2140           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2141           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2142           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2143           audioresample ! alsasink
2144
2145 === release 0.10.2 ===
2146
2147 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2148
2149         * configure.ac:
2150           releasing 0.10.2, "Then the devil is six"
2151
2152 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2153
2154         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2155         * gst/playback/gststreamselector.c:
2156         (gst_stream_selector_set_property):
2157           Comment out broken code that connects to the state-changed signal.
2158           At this point, changing current stream selection is broken, but 
2159           stuff like gst-launch playbin current-audio=1 works and filters
2160           to the chosen stream.
2161
2162 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2163
2164         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2165           Fix #327216 (null dereference in vorbisdec)
2166
2167 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2168
2169         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2170           Post taglist actually on bus instead of just freeing it
2171           (fixes #327114 and totem bug #327080).
2172
2173         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2174           Use gst_element_found_tags_for_pad(), so that the tags
2175           are sent downstream as an event as well.
2176
2177 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2178
2179         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2180         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2181         (gst_ximagesink_buffer_alloc):
2182         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2183         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2184         (gst_xvimagesink_buffer_alloc):
2185           move all regularly occurring messages to GST_LOG level
2186           add some more object logs
2187
2188 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2189
2190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2191           fix a silly segfault
2192
2193 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2194
2195         * docs/libs/gst-plugins-base-libs-docs.sgml:
2196         * docs/libs/gst-plugins-base-libs-sections.txt:
2197         * gst-libs/gst/audio/mixerutils.c:
2198         * gst-libs/gst/audio/mixerutils.h:
2199           Add docs for mixerutils stuff.
2200
2201 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2202
2203         * gst/playback/gstplaybasebin.c: (setup_source):
2204           Fix playback for sources that emit raw audio or
2205           raw video streams (e.g.: cd audio sources) (#325984).
2206
2207 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2208
2209         * gst-libs/gst/audio/mixerutils.c:
2210         (gst_audio_mixer_filter_do_filter):
2211           actually save the element we create
2212
2213 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2214
2215         * gst-libs/gst/cdda/gstcddabasesrc.c:
2216         (gst_cdda_base_src_handle_track_seek):
2217           No need to post a tag message on the bus when seeking
2218           within the same track, only post it when the current
2219           track changes.
2220
2221 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2222
2223         * gst/playback/gstplaybasebin.c: (group_destroy),
2224         (probe_triggered), (new_decoded_pad), (mute_group_type),
2225         (set_active_source):
2226         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2227         * gst/playback/gststreamselector.c:
2228         (gst_stream_selector_base_init),
2229         (gst_stream_selector_set_property),
2230         (gst_stream_selector_request_new_pad):
2231           Reenable stream selection. These mechanisms need a complete overhaul
2232           in the face of 0.8->0.10 changes though.
2233
2234 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2235
2236         * ext/ogg/gstoggdemux.c:
2237           Change the pad template to src_%d to match the pads that 
2238           are created from it. decodebin needs this information in order
2239           to decide that oggdemux is capable of producing multiple pads
2240           (and hence needs queues inserted).
2241
2242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2243         (gst_ogg_mux_collected):
2244           Make debug output more useful by using GST_PTR_FORMAT.
2245
2246 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2247
2248         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2249
2250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2251           Set depth and width for alaw/mulaw (fixes #326601).
2252
2253 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2254
2255         * tests/icles/Makefile.am:
2256           don't build the tests if we don't have the libs
2257
2258 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2259
2260         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2261         (gst_cd_paranoia_paranoia_callback):
2262           Don't try to free NULL pointers.
2263
2264 2006-01-10  Edward Hervey  <edward@fluendo.com>
2265
2266         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2267         (gst_audio_rate_change_state), (plugin_init):
2268         Add debugging category.
2269         Fix type issues.
2270         Add case for incoming buffers without valid offset/offset_end.
2271
2272 2006-01-10  Michael Smith  <msmith@fluendo.com>
2273
2274         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2275           Don't leak GCond in audio sources.
2276
2277 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2278
2279         * gst/playback/gstplaybin.c: (gen_audio_element):
2280           Don't leak an autoaudiosink/alsasink when we generate
2281           a new audio element. (old code, I guess)
2282
2283 2006-01-10  Michael Smith  <msmith@fluendo.com>
2284
2285         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2286           Support float audio in audiorate.
2287           Use width rather than depth for selecting sample width.
2288
2289 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2290
2291         * gst/videotestsrc/videotestsrc.h:
2292           Use GLib types here (that way we don't have to include the
2293           generated _stdint.h header, which makes life easier for win32
2294           folks that don't use autotools for the build) (#325990, patch
2295           by: Sergey Scobich).
2296
2297 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2298
2299         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2300         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2301         (gst_ring_buffer_pause), (wait_segment):
2302         * gst-libs/gst/audio/gstringbuffer.h:
2303           Name (private) union, makes Forte compiler happy (this time
2304           for real) (#324900).
2305
2306 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2307
2308         * gst-libs/gst/audio/Makefile.am:
2309           Link against libgstinterfaces, needed for mixer
2310           and property probe stuff.
2311
2312 2006-01-09  Edward Hervey  <edward@fluendo.com>
2313
2314         * gst-libs/gst/Makefile.am:
2315
2316 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         * gst-libs/gst/audio/Makefile.am:
2319         * gst-libs/gst/audio/mixerutils.c:
2320         (gst_audio_mixer_filter_do_filter),
2321         (gst_audio_mixer_filter_check_element),
2322         (gst_audio_mixer_filter_probe_feature),
2323         (element_factory_rank_compare_func),
2324         (gst_audio_default_registry_mixer_filter):
2325         * gst-libs/gst/audio/mixerutils.h:
2326           Add gst_audio_default_registry_mixer_filter() utility
2327           function.
2328
2329 2006-01-03  Michael Smith  <msmith@fluendo.com>
2330
2331         * gst/audioresample/resample.h:
2332           As before, but for o_buf
2333
2334 2006-01-03  Michael Smith  <msmith@fluendo.com>
2335
2336         * gst/audioresample/resample.h:
2337           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2338           since we do arithmetic on it.
2339
2340 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2341
2342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2343         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2344         (gst_ring_buffer_pause), (wait_segment):
2345         * gst-libs/gst/audio/gstringbuffer.h:
2346           Sun's Forte compiler doesn't seem to like anonymous structs,
2347           so use same setup as in GstBaseSrc (fixes #324900).
2348
2349 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * configure.ac:
2352         * gst/volume/Makefile.am:
2353         * gst/volume/demo.c:
2354           move old example to tests/examples/volume/volune.c
2355         * tests/examples/Makefile.am:
2356         * tests/examples/seek/seek.c: (main):
2357           change window-close event from "delete-event" to "destroy"
2358         * tests/examples/volume/Makefile.am:
2359         * tests/examples/volume/volume.c: (value_changed_callback),
2360         (setup_gui), (message_received), (eos_message_received), (main):
2361           fix event handling and bus usage
2362
2363 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2364
2365         * gst/audiotestsrc/gstaudiotestsrc.c:
2366         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2367         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2368         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2369         (gst_audio_test_src_create_square),
2370         (gst_audio_test_src_create_saw),
2371         (gst_audio_test_src_create_triangle),
2372         (gst_audio_test_src_create_silence),
2373         (gst_audio_test_src_create_white_noise),
2374         (gst_audio_test_src_create_pink_noise),
2375         (gst_audio_test_src_init_sine_table),
2376         (gst_audio_test_src_create_sine_table),
2377         (gst_audio_test_src_change_wave),
2378         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2379         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2380         * gst/audiotestsrc/gstaudiotestsrc.h:
2381           update to basesrc changes, implement segmented seeking and eos
2382           handling, add a 'sine-tab' waveform for performance critical playback
2383
2384 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2385
2386         * po/POTFILES.in:
2387           ... and this time the other modified file that I missed last time.
2388
2389 2005-12-29  Michael Smith  <msmith@fluendo.com>
2390
2391         * gst/playback/gstdecodebin.c: (new_pad):
2392           Fix non-C89 variable declaration not at the start of a block. Should
2393           help some compilers.
2394
2395 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2396
2397         * tests/check/Makefile.am:
2398           And now fix 'make distcheck' (builddir != srcdir)
2399
2400 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2401
2402         * configure.ac:
2403         * ext/cdparanoia/Makefile.am:
2404         * ext/cdparanoia/gstcdparanoia.c:
2405         * ext/cdparanoia/gstcdparanoia.h:
2406         * ext/cdparanoia/gstcdparanoiasrc.c:
2407         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2408         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2409         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2410         (gst_cd_paranoia_paranoia_callback),
2411         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2412         (gst_cd_paranoia_src_set_property),
2413         (gst_cd_paranoia_src_get_property), (plugin_init):
2414         * ext/cdparanoia/gstcdparanoiasrc.h:
2415           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2416           plugin again (there are still fixes required to playbin to make
2417           cdda:// uris work there).
2418
2419 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2420
2421         * tests/check/Makefile.am:
2422           Fix test case compilation.
2423
2424 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2425
2426         * gst-libs/gst/cdda/gstcddabasesrc.c:
2427         (gst_cdda_base_src_update_duration),
2428         (gst_cdda_base_src_calculate_cddb_id):
2429           An integer is not a string. Fix access to uninitialised variable.
2430
2431         * tests/check/Makefile.am:
2432           Add cddabasesrc unit test; also actually enable the vorbis test.
2433
2434         * tests/check/generic/states.c:
2435           Blacklist new cd audio elements as well.
2436
2437         * tests/check/libs/cddabasesrc.c:
2438           Unit test for GstCddaBaseSrc (discid calculation mostly).
2439
2440 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2441
2442         * docs/libs/Makefile.am:
2443         * docs/libs/gst-plugins-base-libs-docs.sgml:
2444         * docs/libs/gst-plugins-base-libs-sections.txt:
2445         * docs/libs/gst-plugins-base-libs.types:
2446           Add docs for libgstcdda/GstCddaBaseSrc.
2447
2448         * gst-libs/gst/interfaces/mixertrack.h:
2449           Do one struct member per line with a semicolon at the end, that way
2450           even gtk-doc might parse it without complaining.
2451
2452 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2453
2454         * configure.ac:
2455         * gst-libs/gst/Makefile.am:
2456         * gst-libs/gst/cdda/Makefile.am:
2457         * gst-libs/gst/cdda/base64.c:
2458         * gst-libs/gst/cdda/base64.h:
2459         * gst-libs/gst/cdda/gstcddabasesrc.c:
2460         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2461         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2462         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2463         (gst_cdda_base_src_get_property),
2464         (gst_cdda_base_src_get_track_from_sector),
2465         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2466         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2467         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2468         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2469         (gst_cdda_base_src_uri_get_protocols),
2470         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2471         (gst_cdda_base_src_uri_handler_init),
2472         (gst_cdda_base_src_setup_interfaces),
2473         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2474         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2475         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2476         (gst_cdda_base_src_add_tags),
2477         (gst_cdda_base_src_add_index_associations),
2478         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2479         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2480         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2481         (gst_cdda_base_src_create):
2482         * gst-libs/gst/cdda/gstcddabasesrc.h:
2483         * gst-libs/gst/cdda/sha1.c:
2484         * gst-libs/gst/cdda/sha1.h:
2485           Add new libgstcdda with GstCddaBaseSrc class.
2486
2487 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2488
2489         * ext/gnomevfs/gstgnomevfssink.h:
2490           Use GstBaseSinkClass as parent_class member for class struct, not
2491           GstBaseSink.
2492
2493 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2494
2495         Patch by: Michael Benes
2496
2497         * gst/videotestsrc/gstvideotestsrc.c:
2498         (gst_video_test_src_class_init), (gst_video_test_src_start):
2499           Add start method to reset running time and number of frames sent
2500           when starting up (fixes #324696)
2501
2502 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         * docs/plugins/Makefile.am:
2505         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2506         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2507         * docs/plugins/gst-plugins-base-plugins.args:
2508         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2509         * docs/plugins/gst-plugins-base-plugins.signals:
2510           Add docs stuff for gnomevfssrc and gnomevfssink.
2511
2512         * ext/gnomevfs/gstgnomevfssrc.c:
2513           Fix example pipeline in gtk-doc blurb.
2514
2515 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2516
2517         * ext/gnomevfs/Makefile.am:
2518         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2519         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2520         (gst_gnome_vfs_handle_get_type), (plugin_init):
2521         * ext/gnomevfs/gstgnomevfs.h:
2522         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2523         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2524         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2525         (gst_gnome_vfs_sink_set_property),
2526         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2527         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2528         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2529         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2530         (gst_gnome_vfs_sink_uri_get_type),
2531         (gst_gnome_vfs_sink_uri_get_protocols),
2532         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2533         (gst_gnome_vfs_sink_uri_handler_init):
2534         * ext/gnomevfs/gstgnomevfssink.h:
2535           Port gnomevfssink; add gtk-doc blurb.
2536
2537         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2538         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2539         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2540         (gst_gnome_vfs_src_uri_get_type),
2541         (gst_gnome_vfs_src_uri_get_protocols),
2542         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2543         (gst_gnome_vfs_src_uri_handler_init),
2544         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2545         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2546         (gst_gnome_vfs_src_send_additional_headers_callback),
2547         (gst_gnome_vfs_src_received_headers_callback),
2548         (gst_gnome_vfs_src_push_callbacks),
2549         (gst_gnome_vfs_src_pop_callbacks),
2550         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2551         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2552         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2553         * ext/gnomevfs/gstgnomevfssrc.h:
2554           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2555           file; add gtk-doc blurb with example pipelines.
2556
2557 === release 0.10.1 ===
2558
2559 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2560
2561         * configure.ac:
2562           releasing 0.10.1, "Dobro Dedek"
2563
2564 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2565
2566         * gst/typefind/gsttypefindfunctions.c:
2567         iLBC30 and iLBC20 added to typefind.
2568
2569 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2570
2571         * gst-libs/gst/audio/gstbaseaudiosink.c:
2572         (gst_base_audio_sink_class_init):
2573         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2574         (gst_base_audio_src_class_init):
2575           update strings, values are in microseconds
2576           change the default sink buffer time to something that is smaller
2577           (to help software volume mixing have a slightly lower delay) but
2578           still be acceptable on Wim's laptop
2579
2580 2005-12-20  Edward Hervey  <edward@fluendo.com>
2581
2582         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2583         Made a quack, forgot to add DUCK to the riff video template.
2584
2585 2005-12-19  Edward Hervey  <edward@fluendo.com>
2586
2587         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2588         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2589         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2590         (gst_ogm_parse_chain):
2591         Make sure pads are initialized correctly.
2592         * gst-libs/gst/riff/riff-ids.h:
2593         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2594         (gst_riff_create_video_template_caps):
2595         Add a whole bunch of FOURCC <=> MimeType.
2596         Extend the riff video pad template to support the newly added fourcc.
2597
2598 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2599
2600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2601         (gst_ogg_demux_activate_chain):
2602           Extra debug output when activating/deactivating chains.
2603
2604         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2605         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2606         (unlinked):
2607           Remove a queue from our list when it becomes unlinked.
2608           Don't add queues to elements in class 'Demux' if they
2609           can only produce one pad 
2610
2611 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2612
2613         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2614         (gst_video_sink_get_type): Add a debug category.
2615
2616 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2617
2618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2619         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2620           Handle downstream newsegment by sending our own newsegment before the
2621           next buffer to be released. (#323900)
2622
2623 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2624
2625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2626         (gst_base_rtp_depayload_set_gst_timestamp):
2627           add queue delay to new segment as well (as opposed to just the first
2628           buffer). (bug #322347)
2629
2630 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2631
2632         * ext/libvisual/visual.c: (make_valid_name):
2633           change some char* into char[]
2634         * gst/audiotestsrc/gstaudiotestsrc.c:
2635         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2636         (gst_audio_test_src_create):
2637         * gst/audiotestsrc/gstaudiotestsrc.h:
2638           prepare to handle EOS and SEGMENT_DONE
2639
2640 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2641
2642         * tests/check/generic/states.c: (GST_START_TEST):
2643           Blacklist cdparanoia element in state test.
2644
2645 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2646
2647           Patch by: Benjamin Pineau
2648
2649         * gst/tcp/gsttcp.c:
2650         * gst/tcp/gsttcpclientsink.c:
2651         * gst/tcp/gsttcpserversink.c:
2652         * gst/tcp/gsttcpserversrc.c:
2653           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2654
2655 2005-12-15  Michael Smith  <msmith@fluendo.com>
2656
2657         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2658         (gst_video_rate_chain):
2659           Fix timestamping for videorate when the first buffer it sees has a
2660           non-zero timestamp. Fix some misleading debug output.
2661
2662 2005-12-15  Michael Smith  <msmith@fluendo.com>
2663
2664         * gst/audioresample/gstaudioresample.c:
2665           Don't leak all input buffers to audioresample.
2666
2667 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2668
2669         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2670           Don't operate on empty text buffers. Strip newlines and
2671           tabs only from the end of the text, but leave them intact
2672           in the middle. Fix typo in gtk-doc description.
2673
2674 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2675
2676         * gst/playback/gstplaybasebin.c:
2677         * gst/playback/gstplaybin.c: (handoff):
2678           Make sure the video frame buffer we return to apps via the
2679           "frame" property always has caps set on it. Modify
2680           _gst_gvalue_set_object() macro to handle NULL objects
2681           gracefully too.
2682
2683 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2684
2685         * gst/audiotestsrc/gstaudiotestsrc.c:
2686         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2687         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2688         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2689         (gst_audio_test_src_create):
2690         * gst/audiotestsrc/gstaudiotestsrc.h:
2691         Adjust to some recent api changes and add wtays new cool seeking
2692         capabillities
2693
2694 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2695
2696         * ext/alsa/Makefile.am:
2697         * ext/alsa/gstalsadeviceprobe.c:
2698         * ext/alsa/gstalsadeviceprobe.h:
2699           Helper functions to add device probing via the GstPropertyProbe
2700           interface to a class.
2701
2702         * ext/alsa/gstalsamixer.h:
2703           Comment out GST_ALSA_MIXER, it returns a struct that's not
2704           used.
2705
2706         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2707           Add some debug info. 
2708
2709         * ext/alsa/gstalsamixerelement.c:
2710         (gst_alsa_mixer_element_interface_supported),
2711         (gst_implements_interface_init),
2712         (gst_alsa_mixer_element_init_interfaces),
2713         (gst_alsa_mixer_element_class_init),
2714         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2715         (gst_alsa_mixer_element_set_property),
2716         (gst_alsa_mixer_element_get_property),
2717         (gst_alsa_mixer_element_change_state):
2718         * ext/alsa/gstalsamixerelement.h:
2719           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2720           for device handling (gnome-volume-control will need that).
2721
2722 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2723
2724         * ext/Makefile.am: fix cdparanoia entry
2725         * gst-plugins-base.spec.in: add cdparanoia
2726
2727 2005-12-12  Michael Smith  <msmith@fluendo.com>
2728
2729         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2730           Use the correct function to free list of typefind factories.
2731
2732 2005-12-12  Wim Taymans  <wim@fluendo.com>
2733
2734         * gst/videotestsrc/gstvideotestsrc.c:
2735         (gst_video_test_src_class_init), (gst_video_test_src_init),
2736         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2737         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2738         (gst_video_test_src_create):
2739         * gst/videotestsrc/gstvideotestsrc.h:
2740         Implement seeking in videotestsrc.
2741         Small cleanups.
2742
2743 2005-12-12  Wim Taymans  <wim@fluendo.com>
2744
2745         * ext/cdparanoia/Makefile.am:
2746         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2747         (gst_paranoia_endian_get_type), (_do_init),
2748         (cdparanoia_class_init), (cdparanoia_init),
2749         (cdparanoia_set_property), (cdparanoia_get_property),
2750         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2751         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2752         (cdparanoia_convert), (cdparanoia_get_query_types),
2753         (cdparanoia_query), (cdparanoia_set_index),
2754         (cdparanoia_uri_set_uri):
2755         * ext/cdparanoia/gstcdparanoia.h:
2756         Partially ported cdparanoia now that basesrc can support a
2757         plugin like this..
2758
2759 2005-12-12  Wim Taymans  <wim@fluendo.com>
2760
2761         * tests/examples/seek/scrubby.c: (main):
2762         Set higher priority for bus events so they don't get reordered with
2763         gtk gui events.
2764
2765         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2766         (flush_toggle_cb), (main):
2767         Added checkbox to disable flushing seeks. 
2768         Disable scrubbing when doing non flushing seeks.
2769
2770 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2771
2772         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2773         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2774         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2775         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2776           Implement some sort of event handling that doesn't rely on
2777           g_return_if_fail; make sure we always push the last chunk of an 
2778           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2779           state change function; remove some old cruft. Seeking is still
2780           rather unlikely to work though.
2781
2782         * tools/.cvsignore:
2783           Ignore more.
2784
2785 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2786
2787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2788         Fixed a leak of the current image reference when cleaning up.
2789         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2790
2791 2005-12-09  Michael Smith  <msmith@fluendo.com>
2792
2793         * tools/Makefile.am:
2794         * tools/gst-launch-ext-m.m:
2795           Remove gst-launch-ext. It doesn't work, and is no longer
2796           particularly useful.
2797
2798 2005-12-08  Luca Ognibene  <luogni@tin.it>
2799
2800         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2801           don't pass random values to ogmparse convert function.
2802           Make seeking possible in the exile1.ogm file.
2803
2804 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2805
2806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2807         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2808           Work around refcount problem with g_value_set_object() that occur
2809           if the core has been compiled against GLib-2.6 (g_value_set_object()
2810           will only g_object_ref() the element, but the caller will
2811           gst_object_unref() it and bad things will happen due to the way
2812           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2813           totem for people on FC4 using Thomas's 0.10 RPMs.
2814           
2815 2005-12-07  Edward Hervey  <edward@fluendo.com>
2816
2817         Time to welcome ogm to 0.10 :)
2818         
2819         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2820         (gst_ogg_pad_typefind):
2821         Oggdemux can now properly typefind elements with dynamic pads.
2822         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2823         Properly set caps on src pad, and set caps on outgoing buffers.
2824
2825 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2826
2827         * ext/alsa/gstalsamixer.h:
2828         * ext/alsa/gstalsamixerelement.h:
2829         * ext/alsa/gstalsamixeroptions.h:
2830         * ext/alsa/gstalsamixertrack.h:
2831         * ext/alsa/gstalsasink.c:
2832         * ext/alsa/gstalsasink.h:
2833         * ext/alsa/gstalsasrc.c:
2834         * ext/alsa/gstalsasrc.h:
2835         * ext/cdparanoia/gstcdparanoia.h:
2836         * ext/gnomevfs/gstgnomevfsuri.h:
2837         * ext/ogg/gstoggdemux.c:
2838         * ext/ogg/gstoggmux.c:
2839         * ext/pango/gsttextoverlay.h:
2840         * ext/theora/theoradec.c:
2841         * ext/theora/theoraenc.c:
2842         * ext/vorbis/vorbisdec.h:
2843         * ext/vorbis/vorbisenc.c:
2844         * ext/vorbis/vorbisenc.h:
2845         * ext/vorbis/vorbisparse.h:
2846         * gst-libs/gst/audio/gstaudioclock.h:
2847         * gst-libs/gst/audio/gstaudiosink.c:
2848         * gst-libs/gst/audio/gstaudiosink.h:
2849         * gst-libs/gst/audio/gstaudiosrc.c:
2850         * gst-libs/gst/audio/gstaudiosrc.h:
2851         * gst-libs/gst/audio/gstbaseaudiosink.c:
2852         * gst-libs/gst/audio/gstbaseaudiosink.h:
2853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2854         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2855         * gst-libs/gst/audio/gstringbuffer.h:
2856         * gst-libs/gst/audio/multichannel.h:
2857         * gst-libs/gst/floatcast/floatcast.h:
2858         * gst-libs/gst/interfaces/colorbalance.c:
2859         * gst-libs/gst/interfaces/colorbalance.h:
2860         * gst-libs/gst/interfaces/colorbalancechannel.h:
2861         * gst-libs/gst/interfaces/mixer.h:
2862         * gst-libs/gst/interfaces/mixeroptions.h:
2863         * gst-libs/gst/interfaces/mixertrack.h:
2864         * gst-libs/gst/interfaces/navigation.h:
2865         * gst-libs/gst/interfaces/propertyprobe.h:
2866         * gst-libs/gst/interfaces/tuner.h:
2867         * gst-libs/gst/interfaces/tunerchannel.h:
2868         * gst-libs/gst/interfaces/tunernorm.h:
2869         * gst-libs/gst/interfaces/xoverlay.h:
2870         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2871         * gst-libs/gst/riff/riff-ids.h:
2872         * gst-libs/gst/riff/riff-media.h:
2873         * gst-libs/gst/riff/riff-read.h:
2874         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2875         * gst-libs/gst/rtp/gstbasertppayload.c:
2876         * gst-libs/gst/rtp/gstbasertppayload.h:
2877         * gst-libs/gst/rtp/gstrtpbuffer.c:
2878         * gst-libs/gst/rtp/gstrtpbuffer.h:
2879         * gst-libs/gst/tag/gsttageditingprivate.h:
2880         * gst-libs/gst/tag/gstvorbistag.c:
2881         (gst_tag_list_from_vorbiscomment_buffer):
2882         * gst-libs/gst/tag/tag.h:
2883         * gst-libs/gst/video/video.h:
2884         * gst/adder/gstadder.c:
2885         * gst/adder/gstadder.h:
2886         * gst/audioconvert/audioconvert.c:
2887         * gst/audioconvert/audioconvert.h:
2888         * gst/audioconvert/gstaudioconvert.c:
2889         * gst/audioconvert/gstchannelmix.c:
2890         * gst/audioconvert/gstchannelmix.h:
2891         * gst/audiorate/gstaudiorate.c:
2892         * gst/audioresample/buffer.h:
2893         * gst/audioresample/functable.h:
2894         * gst/audioresample/gstaudioresample.c:
2895         * gst/audioresample/resample.h:
2896         * gst/ffmpegcolorspace/avcodec.h:
2897         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2898         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2899         * gst/ffmpegcolorspace/imgconvert.c:
2900         * gst/ffmpegcolorspace/imgconvert_template.h:
2901         * gst/playback/gstdecodebin.c:
2902         * gst/playback/gstplaybasebin.h:
2903         * gst/playback/gstplaybin.c:
2904         * gst/playback/gststreaminfo.h:
2905         * gst/tcp/gstfdset.c:
2906         * gst/tcp/gstfdset.h:
2907         * gst/tcp/gstmultifdsink.c:
2908         * gst/tcp/gstmultifdsink.h:
2909         * gst/tcp/gsttcp.h:
2910         * gst/tcp/gsttcpclientsrc.c:
2911         * gst/tcp/gsttcpclientsrc.h:
2912         * gst/tcp/gsttcpplugin.h:
2913         * gst/tcp/gsttcpserversink.c:
2914         * gst/tcp/gsttcpserversrc.c:
2915         * gst/typefind/gsttypefindfunctions.c:
2916         * gst/videorate/gstvideorate.c:
2917         * gst/videotestsrc/gstvideotestsrc.h:
2918         * gst/videotestsrc/videotestsrc.h:
2919         * sys/v4l/gstv4lcolorbalance.h:
2920         * sys/v4l/gstv4ltuner.h:
2921         * sys/v4l/gstv4lxoverlay.h:
2922         * sys/v4l/v4l_calls.h:
2923         * sys/v4l/videodev_mjpeg.h:
2924         * tests/check/elements/audioconvert.c:
2925         * tests/check/elements/audioresample.c:
2926         * tests/check/elements/audiotestsrc.c:
2927         * tests/check/elements/videotestsrc.c:
2928         * tests/check/elements/volume.c:
2929         * tests/examples/seek/scrubby.c:
2930         * tests/examples/seek/seek.c:
2931           expand tabs
2932
2933 === release 0.10.0 ===
2934
2935 2005-12-05   <thomas (at) apestaart (dot) org>
2936
2937         * configure.ac:
2938           releasing 0.10.0, "Mont-d'or"
2939
2940 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2941
2942         * tests/examples/seek/Makefile.am:
2943         Build fix for when gtk is not available.
2944
2945 2005-12-05  Andy Wingo  <wingo@pobox.com>
2946
2947         * ext/libvisual/visual.c: (get_buffer):
2948         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2949         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2950         * ext/theora/theoradec.c: (theora_handle_data_packet):
2951         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2952         (theora_enc_chain):
2953         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2954         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2955         Update for alloc_buffer changes.
2956
2957 2005-12-05  Andy Wingo  <wingo@pobox.com>
2958
2959         patch by: Kai Vehmanen <kv2004 eca cx>
2960         
2961         * gst-libs/gst/rtp/gstbasertpdepayload.c
2962         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2963
2964 2005-12-04  Andy Wingo  <wingo@pobox.com>
2965
2966         patch by: Sebastien Cote <sebas642 yahoo ca>
2967         
2968         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2969         Fixes #319172.
2970
2971 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2972
2973         * docs/plugins/Makefile.am:
2974         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2975         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2976         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2977         * ext/pango/gstclockoverlay.c:
2978         * ext/pango/gsttextoverlay.c: 
2979         * ext/pango/gsttextrender.c:
2980         * ext/pango/gsttimeoverlay.c:
2981           Add gtk-doc blurbs to pango elements.
2982
2983 2005-12-02  Wim Taymans  <wim@fluendo.com>
2984
2985         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2986         * gst/audioresample/buffer.h:
2987         * gst/audioresample/gstaudioresample.c:
2988         * gst/audioresample/gstaudioresample.h:
2989         * gst/audioresample/resample.c: (resample_input_flush),
2990         (resample_input_pushthrough), (resample_input_eos),
2991         (resample_get_output_size_for_input),
2992         (resample_get_input_size_for_output), (resample_get_output_size),
2993         (resample_get_output_data):
2994         * gst/audioresample/resample.h:
2995         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2996         Fix audioresample, seek torture, new segments, reverse negotiation
2997         etc.. work fine.
2998
2999 2005-12-02  Wim Taymans  <wim@fluendo.com>
3000
3001         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3002         Small cleanups.
3003
3004 2005-12-02  Wim Taymans  <wim@fluendo.com>
3005
3006         * gst/audioconvert/gstaudioconvert.c:
3007         (gst_audio_convert_transform):
3008         Post errors.
3009
3010 === release 0.9.7 ===
3011
3012 2005-12-01   <thomas (at) apestaart (dot) org>
3013
3014         * configure.ac:
3015           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
3016
3017 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3018
3019         * Makefile.am:
3020         * po/hu.po:
3021         * win32/MANIFEST:
3022         * win32/gst.sln:
3023           add win32 MANIFEST file
3024           do something to the hungarian translation
3025
3026 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
3027
3028         * ext/Makefile.am:
3029           Add $(PANGO_DIR) to SUBDIRS
3030
3031         * ext/pango/gstclockoverlay.c:
3032         * ext/pango/gsttimeoverlay.c:
3033           Fix and improve element descriptions.
3034
3035 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3036
3037         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3038         * docs/plugins/inspect/plugin-libvisual.xml:
3039         * docs/plugins/inspect/plugin-pango.xml:
3040           add pango plugin to docs
3041
3042 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3043
3044         * configure.ac:
3045         * ext/Makefile.am:
3046           moved pango to base
3047
3048 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3049
3050         * configure.ac:
3051         * tests/Makefile.am:
3052         * tests/icles/.cvsignore:
3053         * tests/icles/Makefile.am:
3054         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
3055         (close_display), (resize_window), (move_window), (create_window),
3056         (terminate_playback), (pause_playback), (start_playback), (main):
3057           add stress test for xoverlay from Julien
3058
3059 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3060
3061         * docs/libs/tmpl/gstcolorbalance.sgml:
3062         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3063         * gst-libs/gst/rtp/gstbasertppayload.c:
3064         * gst-libs/gst/rtp/gstrtpbuffer.c:
3065         * gst-libs/gst/rtp/gstrtpbuffer.h:
3066           Do burger's rename for rtp payloaders and depayloaders
3067
3068 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3069
3070         * win32/:
3071           add Visual Studio 6 build files
3072
3073 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3074
3075         * docs/libs/gst-plugins-base-libs-docs.sgml:
3076         * docs/libs/gst-plugins-base-libs-sections.txt:
3077         * docs/libs/tmpl/gstaudio.sgml:
3078         * docs/libs/tmpl/gstringbuffer.sgml:
3079         * gst-libs/gst/interfaces/xoverlay.c:
3080         * gst-libs/gst/video/gstvideofilter.c:
3081         * gst-libs/gst/video/gstvideosink.c:
3082           update documentation
3083
3084 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3085
3086         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3087         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3088         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3089         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3090         (gst_multi_fd_sink_get_stats),
3091         (gst_multi_fd_sink_remove_client_link),
3092         (gst_multi_fd_sink_handle_client_read),
3093         (gst_multi_fd_sink_client_queue_data),
3094         (gst_multi_fd_sink_client_queue_caps),
3095         (gst_multi_fd_sink_client_queue_buffer),
3096         (gst_multi_fd_sink_new_client),
3097         (gst_multi_fd_sink_handle_client_write),
3098         (gst_multi_fd_sink_recover_client),
3099         (gst_multi_fd_sink_queue_buffer),
3100         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3101         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3102         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3103         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3104         * gst/tcp/gstmultifdsink.h:
3105         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3106         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3107         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3108         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3109         (gst_tcp_client_sink_set_property),
3110         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3111         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3112         * gst/tcp/gsttcpclientsink.h:
3113         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3114         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3115         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3116         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3117         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3118         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3119         * gst/tcp/gsttcpclientsrc.h:
3120         * gst/tcp/gsttcpplugin.c: (plugin_init):
3121         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3122         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3123         (gst_tcp_server_sink_finalize),
3124         (gst_tcp_server_sink_handle_server_read),
3125         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3126         (gst_tcp_server_sink_set_property),
3127         (gst_tcp_server_sink_get_property),
3128         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3129         * gst/tcp/gsttcpserversink.h:
3130         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3131         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3132         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3133         (gst_tcp_server_src_set_property),
3134         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3135         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3136         * gst/tcp/gsttcpserversrc.h:
3137           more borgifying
3138
3139 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3140
3141         * docs/plugins/Makefile.am:
3142         * docs/plugins/gst-plugins-base-plugins.args:
3143         * docs/plugins/inspect/plugin-libvisual.xml:
3144         * gst/audioconvert/plugin.h:
3145         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3146         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3147         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3148         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3149         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3150         (plugin_init):
3151         * gst/audiotestsrc/gstaudiotestsrc.c:
3152         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3153         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3154         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3155         (gst_audio_test_src_get_query_types),
3156         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3157         (gst_audio_test_src_create_square),
3158         (gst_audio_test_src_create_saw),
3159         (gst_audio_test_src_create_triangle),
3160         (gst_audio_test_src_create_silence),
3161         (gst_audio_test_src_create_white_noise),
3162         (gst_audio_test_src_init_pink_noise),
3163         (gst_audio_test_src_generate_pink_noise_value),
3164         (gst_audio_test_src_create_pink_noise),
3165         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3166         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3167         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3168         (plugin_init):
3169         * gst/audiotestsrc/gstaudiotestsrc.h:
3170         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3171         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3172         (gst_sub_parse_init), (gst_sub_parse_formats),
3173         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3174         (convert_encoding), (get_next_line),
3175         (gst_sub_parse_data_format_autodetect),
3176         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3177         (gst_sub_parse_loop), (gst_sub_parse_chain),
3178         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3179         (plugin_init):
3180         * gst/subparse/gstsubparse.h:
3181         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3182         (gst_video_rate_base_init), (gst_video_rate_class_init),
3183         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3184         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3185         (gst_video_rate_init), (gst_video_rate_event),
3186         (gst_video_rate_chain), (gst_video_rate_set_property),
3187         (gst_video_rate_get_property), (gst_video_rate_change_state),
3188         (plugin_init):
3189         * gst/videoscale/gstvideoscale.c:
3190         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3191         (gst_video_scale_src_template_factory),
3192         (gst_video_scale_sink_template_factory),
3193         (gst_video_scale_get_type), (gst_video_scale_base_init),
3194         (gst_video_scale_class_init), (gst_video_scale_init),
3195         (gst_video_scale_set_property), (gst_video_scale_get_property),
3196         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3197         (gst_video_scale_prepare_size), (parse_caps),
3198         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3199         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3200         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3201         (plugin_init):
3202         * gst/videoscale/gstvideoscale.h:
3203         * gst/videotestsrc/gstvideotestsrc.c:
3204         (gst_video_test_src_pattern_get_type),
3205         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3206         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3207         (gst_video_test_src_set_pattern),
3208         (gst_video_test_src_set_property),
3209         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3210         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3211         (gst_video_test_src_event), (gst_video_test_src_get_times),
3212         (gst_video_test_src_create), (plugin_init):
3213         * gst/videotestsrc/gstvideotestsrc.h:
3214         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3215         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3216         (gst_video_test_src_black):
3217         * gst/videotestsrc/videotestsrc.h:
3218           borgify further
3219           clean up docs a little
3220
3221 2005-11-30  Wim Taymans  <wim@fluendo.com>
3222
3223         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3224         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3225         (gst_basertppayload_event), (gst_basertppayload_push),
3226         (gst_basertppayload_change_state):
3227         * gst-libs/gst/rtp/gstbasertppayload.h:
3228         closed #320644.
3229
3230 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3231
3232         * docs/libs/gst-plugins-base-libs-docs.sgml:
3233         * docs/libs/gst-plugins-base-libs-sections.txt:
3234         * gst-libs/gst/video/gstvideofilter.c:
3235         * gst-libs/gst/video/gstvideosink.c:
3236         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3237
3238 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3239
3240         * LICENSE:
3241           move
3242         * po/af.po:
3243         * po/az.po:
3244         * po/cs.po:
3245         * po/en_GB.po:
3246         * po/hu.po:
3247         * po/it.po:
3248         * po/nb.po:
3249         * po/nl.po:
3250         * po/or.po:
3251         * po/sq.po:
3252         * po/sr.po:
3253         * po/sv.po:
3254         * po/uk.po:
3255         * po/vi.po:
3256         * Makefile.am:
3257           update
3258         * scripts/autoplugins.sh:
3259           remove
3260
3261 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3262
3263         * Makefile.am:
3264         * configure.ac:
3265         * examples/Makefile.am:
3266         * examples/capsfilter/Makefile.am:
3267         * examples/capsfilter/capsfilter1.c:
3268         * examples/gob/Makefile.am:
3269         * examples/gob/gst-identity2.gob:
3270         * examples/indexing/.cvsignore:
3271         * examples/indexing/Makefile.am:
3272         * examples/indexing/indexmpeg.c:
3273         * examples/seeking/.cvsignore:
3274         * examples/seeking/Makefile.am:
3275         * examples/seeking/cdparanoia.c:
3276         * examples/seeking/cdplayer.c:
3277         * examples/seeking/chained.c:
3278         * examples/seeking/scrubby.c:
3279         * examples/seeking/seek.c:
3280         * examples/stats/Makefile.am:
3281         * examples/stats/mp2ogg.c:
3282         * examples/switch/.cvsignore:
3283         * examples/switch/Makefile.am:
3284         * examples/switch/switcher.c:
3285         * tests/Makefile.am:
3286         * tests/check/generic/.cvsignore:
3287         * tests/check/pipelines/.cvsignore:
3288         * tests/examples/Makefile.am:
3289         * tests/examples/seek/Makefile.am:
3290           reorganize stuff under tests/
3291
3292 2005-11-30  Edward Hervey  <edward@fluendo.com>
3293
3294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3295         Go away you stupid GstStaticPadTemplate memleak.
3296
3297 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3298
3299         * gst-libs/gst/net/Makefile.am:
3300         * gst-libs/gst/net/README:
3301         * gst-libs/gst/net/gstnetbuffer.c:
3302         * gst-libs/gst/net/gstnetbuffer.h:
3303           this was moved to "netbuffer"
3304
3305 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3306
3307         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3308         (gst_video_filter_class_init), (gst_video_filter_init):
3309         * gst-libs/gst/video/gstvideofilter.h:
3310           borgify name to bring in line with other classes
3311
3312 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3313
3314         * gst/audioscale/.cvsignore:
3315         * gst/audioscale/Makefile.am:
3316         * gst/audioscale/README:
3317         * gst/audioscale/audioscale.vcproj:
3318         * gst/audioscale/dtof.c:
3319         * gst/audioscale/dtos.c:
3320         * gst/audioscale/functable.c:
3321         * gst/audioscale/gstaudioscale.c:
3322         * gst/audioscale/gstaudioscale.h:
3323         * gst/audioscale/private.h:
3324         * gst/audioscale/resample.c:
3325         * gst/audioscale/resample.h:
3326         * gst/audioscale/test.c:
3327           remove
3328
3329 2005-11-30  Edward Hervey  <edward@fluendo.com>
3330
3331         * gst-libs/gst/netbuffer/Makefile.am:
3332         really, really tired
3333
3334 2005-11-30  Edward Hervey  <edward@fluendo.com>
3335
3336         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3337         Update for new GstTypeFindFactory _register()
3338
3339 2005-11-30  Edward Hervey  <edward@fluendo.com>
3340
3341         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3342         Let's not override libgstnet from core for no reason...
3343         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3344         Ok, maybe not so quick next time.
3345
3346 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3347
3348         * configure.ac:
3349         * gst-libs/gst/Makefile.am:
3350           moved gst-libs/gst/net to netbuffer through CVS surgery
3351           remove old directory
3352           updating build to accomodate
3353           (#322257)
3354
3355 2005-11-29  Andy Wingo  <wingo@pobox.com>
3356
3357         * pkgconfig/gstreamer-plugins-base.pc.in:
3358         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3359         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3360         (#322257).
3361
3362 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3363
3364         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3365         3rd time's the charm. Correct ref-counting for discarded buffers.
3366
3367 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3368
3369         * gst/playback/gststreamselector.c:
3370         (gst_stream_selector_class_init),
3371         (gst_stream_selector_set_property),
3372         (gst_stream_selector_get_property),
3373         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3374         Fix ref-counting
3375
3376 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         * gst/subparse/gstsubparse.c: (feed_textbuf):
3379           Don't access already unref'ed buffer.
3380
3381 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3382
3383         * gst/playback/gststreamselector.c:
3384         (gst_stream_selector_class_init), (gst_stream_selector_init),
3385         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3386         (gst_stream_selector_get_property),
3387         (gst_stream_selector_get_linked_pad),
3388         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3389         * gst/playback/gststreamselector.h:
3390         Add the active-pad property for playbin to use shortly. Ignore buffers
3391         from any other pad, returning GST_FLOW_NOT_LINKED
3392
3393 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3394
3395         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3396         patch from bug #322704 (Alessandro Decina).
3397
3398 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3399
3400         * gst-libs/gst/audio/Makefile.am:
3401           folded audiofilter into the audio library
3402
3403 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3404
3405         * gst/videoscale/gstvideoscale.h:
3406         * gst/videoscale/gstvideoscale.c:
3407           remove unimplemented scale methods
3408
3409 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3410
3411         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3412           Don't leak caps.
3413
3414 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3415
3416         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3417         (gst_ximagesink_setcaps):
3418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3419         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3420         happens (only visible on ximagesink but bug is in xv too) set_caps was
3421         destroying the internal x[v]image used to memcpy non locally alloced
3422         buffers so that it got renewed on next _chain. The issue is that 
3423         _expose will try to put that image as it reffed it in _put.
3424         Using gst_buffer_unref instead of destroy fixes it !
3425
3426 2005-11-28  Edward Hervey  <edward@fluendo.com>
3427
3428         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3429         (try_to_link_1), (queue_filled_cb):
3430         Better use of the queues. Start with a small size queue and only increase
3431         the size of the queues when the other queues are empty.
3432
3433 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3434
3435         * gst-libs/gst/video/Makefile.am:
3436           compile in copied-over videofilter into the video library
3437         * gst-libs/gst/video/videosink.h:
3438           rename the header to gstvideosink.h since it's a base GstObject class
3439         * sys/ximage/ximagesink.h:
3440         * sys/xvimage/xvimagesink.h:
3441           use the new header
3442
3443 2005-11-28  Wim Taymans  <wim@fluendo.com>
3444
3445         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3446         * gst/playback/gstplaybasebin.h:
3447         Prepare to handle errors betters.
3448
3449         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3450         Set sinks to PAUSED first before adding and linking them so that
3451         we don't interrupt dataflow.
3452
3453 2005-11-28  Wim Taymans  <wim@fluendo.com>
3454
3455         * gst-libs/gst/audio/TODO:
3456         Updated TODO
3457
3458         * gst-libs/gst/audio/gstaudiosink.c:
3459         (gst_audioringbuffer_open_device),
3460         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3461         (gst_audioringbuffer_release):
3462         Small cleanups.
3463
3464         * gst-libs/gst/audio/gstbaseaudiosink.c:
3465         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3466         (gst_base_audio_sink_change_state):
3467         Slave to the master clock when going to PLAYING and unslave when
3468         going to PAUSED.
3469
3470         * gst-libs/gst/audio/gstringbuffer.c:
3471         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3472         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3473         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3474         (gst_ring_buffer_clear_all), (wait_segment),
3475         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3476         (gst_ring_buffer_advance):
3477         * gst-libs/gst/audio/gstringbuffer.h:
3478         Add some docs and cleanups.
3479
3480 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3481
3482         * sys/xvimage/xvimagesink.c:
3483         (gst_xvimagesink_navigation_send_event): Fix navigation events
3484         coordinates translation with pixel aspect ratios.
3485
3486 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3487
3488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3489         Use calculated video geometry from _setcaps instead of buffer
3490         caps to respect pixel aspect ratio. (fixes #322388)
3491
3492 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3493
3494         * docs/libs/tmpl/gstcolorbalance.sgml:
3495         * docs/libs/tmpl/gstmixer.sgml:
3496         * docs/libs/tmpl/gstxoverlay.sgml:
3497         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3498         interface.
3499
3500 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3501
3502         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3503         Refuse to create an XvImage if we can't find the format.
3504
3505 2005-11-28  Edward Hervey  <edward@fluendo.com>
3506
3507         * gst-libs/gst/riff/riff-media.c:
3508         (gst_riff_create_audio_template_caps):
3509         Add ATRAC3 to the list of riff-possible audio caps.
3510         I know we still don't have a plugin for atrac3, but it's saner to output
3511         that than a cryptic mimetype.
3512
3513 2005-11-27  Edward Hervey  <edward@fluendo.com>
3514
3515         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3516         Don't try to create a zero-sized subbuffer.
3517
3518 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3519
3520         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3521         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3522         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3523         (gst_ximagesink_expose): Fixed a tricky race.
3524         * sys/ximage/ximagesink.h:
3525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3526         (gst_xvimagesink_expose): Fixed a tricky race.
3527         * sys/xvimage/xvimagesink.h:
3528
3529 2005-11-27  Edward Hervey  <edward@fluendo.com>
3530
3531         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3532         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3533         Remove unused properties, and add queues between demuxers and decoders
3534         so that a lot more files can preroll properly.
3535
3536 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3537
3538         * gst-libs/gst/net/Makefile.am:
3539         * gst-libs/gst/rtp/Makefile.am:
3540         * gst-libs/gst/tag/Makefile.am:
3541           remove silly include
3542         * gst/tags/Makefile.am:
3543         * gst/tags/gsttagediting.c:
3544         * gst/tags/gsttageditingprivate.h:
3545         * gst/tags/tagedit.vcproj:
3546           remove directory, is as good as empty
3547
3548 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3549
3550         * configure.ac:
3551           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3552         * gst-libs/Makefile.am:
3553         * gst-libs/gst/audio/Makefile.am:
3554         * gst-libs/gst/interfaces/Makefile.am:
3555         * gst-libs/gst/net/Makefile.am:
3556         * gst-libs/gst/riff/Makefile.am:
3557         * gst-libs/gst/rtp/Makefile.am:
3558         * gst-libs/gst/tag/Makefile.am:
3559         * gst-libs/gst/video/Makefile.am:
3560           and use them
3561
3562 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3563
3564         * docs/libs/tmpl/gstcolorbalance.sgml:
3565         * docs/libs/tmpl/gstmixer.sgml:
3566         * docs/libs/tmpl/gstxoverlay.sgml:
3567         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3568         * sys/ximage/ximagesink.h:
3569         * sys/xvimage/xvimagesink.h: More and more documentation.
3570
3571 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3572
3573         * docs/libs/gst-plugins-base-libs-docs.sgml:
3574         * docs/libs/gst-plugins-base-libs-sections.txt:
3575         * docs/libs/tmpl/gstcolorbalance.sgml:
3576         * docs/libs/tmpl/gstmixer.sgml:
3577         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3578         to documentation.
3579
3580 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3581
3582         * docs/plugins/Makefile.am:
3583         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3584         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3585         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3586
3587 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3588
3589         * docs/plugins/Makefile.am:
3590         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3591         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3592         * docs/plugins/inspect/plugin-adder.xml:
3593         * docs/plugins/inspect/plugin-alsa.xml:
3594         * docs/plugins/inspect/plugin-audioconvert.xml:
3595         * docs/plugins/inspect/plugin-audiorate.xml:
3596         * docs/plugins/inspect/plugin-audioresample.xml:
3597         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3598         * docs/plugins/inspect/plugin-decodebin.xml:
3599         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3600         * docs/plugins/inspect/plugin-gnomevfs.xml:
3601         * docs/plugins/inspect/plugin-ogg.xml:
3602         * docs/plugins/inspect/plugin-playbin.xml:
3603         * docs/plugins/inspect/plugin-subparse.xml:
3604         * docs/plugins/inspect/plugin-tcp.xml:
3605         * docs/plugins/inspect/plugin-theora.xml:
3606         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3607         * docs/plugins/inspect/plugin-video4linux.xml:
3608         * docs/plugins/inspect/plugin-videorate.xml:
3609         * docs/plugins/inspect/plugin-videoscale.xml:
3610         * docs/plugins/inspect/plugin-videotestsrc.xml:
3611         * docs/plugins/inspect/plugin-volume.xml:
3612         * docs/plugins/inspect/plugin-vorbis.xml:
3613         * docs/plugins/inspect/plugin-ximagesink.xml:
3614         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3615         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3616
3617 2005-11-26  Edward Hervey  <edward@fluendo.com>
3618
3619         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3620         Properly return GstFlowReturn from gst_pad_push in chain functions.
3621
3622 2005-11-25  Michael Smith  <msmith@fluendo.com>
3623
3624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3625         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3626         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3627         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3628           Handle various conditions better when we don't understand a stream.
3629           Removes a heap of CRITICALs on ogg streams containing unknown data.
3630
3631 2005-11-24  Andy Wingo  <wingo@pobox.com>
3632
3633         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3634         Be threadsafe.
3635
3636 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3637
3638         * configure.ac: back to HEAD
3639
3640 === release 0.9.6 ===
3641
3642 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3643
3644         * configure.ac:
3645           releasing 0.9.6, "White Eight"
3646
3647 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3650         * docs/plugins/inspect/plugin-sine.xml:
3651           remove sinesrc some more
3652
3653 2005-11-23  Wim Taymans  <wim@fluendo.com>
3654
3655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3656         If we are reading too slowly, jump forward in the ringbuffer
3657         instead of blocking.
3658
3659 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3660
3661         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3662         (gst_visual_chain):
3663         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3664         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3665         (gst_videorate_chain):
3666         * gst/videotestsrc/gstvideotestsrc.c:
3667         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3668         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3669         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3670         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3671         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3672         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3673           Updates for API changes
3674
3675 2005-11-23  Wim Taymans  <wim@fluendo.com>
3676
3677         * gst-libs/gst/audio/gstbaseaudiosink.c:
3678         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3679         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3680         Fix for calibration API change.
3681
3682 2005-11-23  Michael Smith <msmith@fluendo.com>
3683
3684         * gst-libs/gst/audio/multichannel.c:
3685         (gst_audio_get_channel_positions),
3686         (gst_audio_set_channel_positions),
3687         (gst_audio_set_structure_channel_positions_list),
3688         (gst_audio_fixate_channel_positions):
3689           Use gst_value_array_*() functions on value arrays, not
3690           gst_value_list_*().
3691
3692 2005-11-23  Edward Hervey  <edward@fluendo.com>
3693
3694         * autogen.sh:
3695         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3696         Fixes autogen
3697
3698 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3699
3700         * check/Makefile.am:
3701         * check/elements/videotestsrc.c: (setup_videotestsrc),
3702         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3703         (main):
3704           add a test for videotestsrc
3705
3706 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3707
3708         * gst/sine/.cvsignore:
3709         * gst/sine/Makefile.am:
3710         * gst/sine/gstsinesrc.c:
3711         * gst/sine/gstsinesrc.h:
3712         * gst/sine/sinesrc.vcproj:
3713           and remove sinesrc from the repository.  Closes #321446
3714
3715 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3716
3717         * configure.ac:
3718         * gst-plugins-base.spec.in:
3719           remove sinesrc from the build
3720
3721 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3722
3723         * check/Makefile.am:
3724         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3725         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3726         (main):
3727           add a test for audiotestsrc, testing all waves.  Even seems
3728           leak-free at first glance, nice job Stefan
3729
3730 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3731
3732         * po/af.po:
3733         * po/az.po:
3734         * po/cs.po:
3735         * po/en_GB.po:
3736         * po/hu.po:
3737         * po/it.po:
3738         * po/nb.po:
3739         * po/nl.po:
3740         * po/or.po:
3741         * po/sq.po:
3742         * po/sr.po:
3743         * po/sv.po:
3744         * po/uk.po:
3745         * po/vi.po:
3746           Translation string updates
3747
3748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3749         (gst_v4lsrc_set_caps):
3750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3751         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3752         * sys/v4l/v4lsrc_calls.h:
3753           Improve v4lsrc, by making it work again.
3754
3755 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3756
3757         * ext/libvisual/visual.c: (gst_visual_chain):
3758           Fix the fps calculations.
3759
3760         * gst/ffmpegcolorspace/avcodec.h:
3761           Move structure element for clarity
3762
3763         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3764         * gst-libs/gst/interfaces/tunernorm.h:
3765         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3766         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3767         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3768         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3769         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3770         (gst_v4lmjpegsrc_getcaps):
3771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3772         (gst_v4lsrc_set_caps):
3773         * sys/v4l/gstv4lsrc.h:
3774         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3775         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3776         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3777         * sys/v4l/v4lsrc_calls.h:
3778           Fractional framerates...
3779
3780 2005-11-22  Wim Taymans  <wim@fluendo.com>
3781
3782         * gst-libs/gst/audio/gstbaseaudiosink.c:
3783         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3784         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3785         And we provide a clock by default, of course...
3786
3787 2005-11-22  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3790         This clock can be slaved to a master clock now.
3791
3792         * gst-libs/gst/audio/gstbaseaudiosink.c:
3793         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3794         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3795         (gst_base_audio_sink_set_clock),
3796         (gst_base_audio_sink_set_property),
3797         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3798         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3799         * gst-libs/gst/audio/gstbaseaudiosink.h:
3800         Handle slaving the internal clock to the clock selected in the
3801         pipeline.
3802         Add property to make the basesink not provide a clock.
3803
3804         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3805         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3806         (gst_base_rtp_depayload_wait):
3807         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3808         We can use the clock in GstElement, no need to store it ourselves.
3809
3810 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3811
3812         * docs/libs/tmpl/gstaudio.sgml:
3813           update
3814         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3815         (gst_paranoia_endian_get_type):
3816         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3817         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3818         * gst/audiotestsrc/gstaudiotestsrc.c:
3819         (gst_audiostestsrc_wave_get_type):
3820         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3821         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3822         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3823         (gst_sync_method_get_type), (gst_unit_type_get_type),
3824         (gst_client_status_get_type), (gst_multifdsink_class_init),
3825         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3826         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3827         (gst_multifdsink_get_property):
3828         * gst/tcp/gstmultifdsink.h:
3829         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3830         * gst/videotestsrc/gstvideotestsrc.c:
3831         (gst_videotestsrc_pattern_get_type):
3832           remove deprecated properties
3833           fix up enums to correctly have short lowercase dashed nicks
3834
3835 2005-11-22  Michael Smith <msmith@fluendo.com>
3836
3837         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3838         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3839           Add underscore.
3840
3841 2005-11-22  Michael Smith <msmith@fluendo.com>
3842
3843         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3844         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3845           Use utility method for scaling clocktime for fractional framerates.
3846
3847 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3848
3849         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3850         (gst_visual_chain):
3851         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3852         * ext/theora/theoradec.c: (theora_handle_type_packet):
3853         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3854         (theora_enc_chain):
3855         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3856         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3857         * gst-libs/gst/video/video.h:
3858         * gst/ffmpegcolorspace/avcodec.h:
3859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3860         (gst_ffmpeg_caps_to_pixfmt):
3861         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3862         (gst_ffmpegcsp_set_caps):
3863         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3864         (gst_videorate_setcaps), (gst_videorate_blank_data),
3865         (gst_videorate_chain):
3866         * gst/videotestsrc/gstvideotestsrc.c:
3867         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3868         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3869         (gst_videotestsrc_event), (gst_videotestsrc_create):
3870         * gst/videotestsrc/gstvideotestsrc.h:
3871         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3872         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3873         (gst_ximagesink_get_times), (gst_ximagesink_init):
3874         * sys/ximage/ximagesink.h:
3875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3876         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3877         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3878         * sys/xvimage/xvimagesink.h:
3879           Convert elements to use fractions for their framerate.
3880           V4L elements to come later tonight.
3881
3882 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3883
3884         * gst-libs/gst/audio/audio.c:
3885         * gst-libs/gst/audio/audio.h:
3886           remove some deprecated functions
3887
3888 2005-11-22  Andy Wingo  <wingo@pobox.com>
3889
3890         * Update for gst_tag_setter API changes.
3891
3892 2005-11-22  Andy Wingo  <wingo@pobox.com>
3893
3894         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3895         (gst_ogg_demux_perform_seek):
3896         * ext/theora/theoradec.c (theora_dec_sink_event):
3897         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3898         update-funcnames.
3899
3900 2005-11-22  Wim Taymans  <wim@fluendo.com>
3901
3902         * examples/seeking/seek.c: (main):
3903         Give higher priority to bus signals than the gtk events
3904         to fix a race condition in the segment looping.
3905
3906 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * ext/theora/Makefile.am:
3909         * ext/vorbis/Makefile.am:
3910         * gst-libs/gst/tag/Makefile.am:
3911         * gst-plugins-base.spec.in:
3912           Rename libgsttagedit to libgsttag (#322117).
3913
3914 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3915
3916         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3918           Call gst_x_overlay_prepare_xwindow_id() to give applications
3919           a final chance to set their own xwindow id before the video
3920           sink creates its own window.
3921
3922 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3923
3924         * sys/xvimage/xvimagesink.c:
3925         (gst_xvimagesink_navigation_send_event): Handle navigation
3926         events correcly with borders if applicable.
3927
3928 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3929
3930         Patch by: Luca Ognibene
3931
3932         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3933         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3935         (gst_ffmpegcsp_caps_remove_format_info):
3936         * gst/ffmpegcolorspace/imgconvert.c:
3937         * gst/ffmpegcolorspace/imgconvert_template.h:
3938           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3939           #318353); use gst_structure_has_name().
3940
3941 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3942
3943         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3944         (gst_ximagesink_class_init): Add debug macros on functions.
3945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3946         (gst_xvimagesink_xwindow_draw_borders),
3947         (gst_xvimagesink_xvimage_put),
3948         (gst_xvimagesink_xwindow_update_geometry),
3949         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3950         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3951         (gst_xvimagesink_xcontext_clear),
3952         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3953         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3954         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3955         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3956         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3957         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3958         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3959         expose while being PAUSED, out of data flow navigation events, etc..
3960
3961 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3962
3963         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3964         * gst-libs/gst/audio/audio.h:
3965           fix prototype - wondering why the test worked regardless
3966
3967 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3968
3969         * check/Makefile.am:
3970         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3971         * gst-libs/gst/audio/audio.h:
3972           add a method that returns a proper GstClockTime
3973
3974 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3975
3976         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3977         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3978         * gst-libs/gst/interfaces/xoverlay.h:
3979           Remove everything having to do with the desired size; add 
3980           gst_x_overlay_prepare_xwindow_id() function; remove the
3981           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3982           post a message on the bus instead (#321816).
3983
3984         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3986         (gst_xvimagesink_xoverlay_init):
3987           Remove desired size stuff (#321816).
3988
3989 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3990
3991         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3992         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3993         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3994           Terminate vararg functions with NULL instead of 0 to 
3995           make gcc4 happy.
3996
3997 2005-11-21  Andy Wingo  <wingo@pobox.com>
3998
3999         patch by: Sebastien Cote <sebas642@yahoo.ca>
4000         
4001         * gst-libs/gst/rtp/gstrtpbuffer.h: 
4002         * gst-libs/gst/rtp/gstrtpbuffer.c
4003         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
4004
4005 2005-11-21  Andy Wingo  <wingo@pobox.com>
4006
4007         * gst/playback/gstplaybin.c (gen_audio_element) 
4008         (gen_video_element): Use the new MISSING_PLUGIN core error
4009         category. Closes #320060.
4010
4011         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
4012         * gst/videorate/gstvideorate.c (gst_videorate_event):
4013         * ext/theora/theoradec.c (theora_dec_sink_event): 
4014         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
4015         stream lock.
4016
4017         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
4018         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
4019         stream lock changes.
4020
4021 2005-11-21  Wim Taymans  <wim@fluendo.com>
4022
4023         * gst-libs/gst/audio/gstbaseaudiosink.c:
4024         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
4025         (gst_base_audio_sink_provide_clock),
4026         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
4027         (gst_base_audio_sink_change_state):
4028         * gst/audioresample/gstaudioresample.c:
4029         Segment update fix.
4030
4031 2005-11-21  Andy Wingo  <wingo@pobox.com>
4032
4033         * *.h:
4034         * *.c: Ran scripts/update-macros. Oh yes.
4035
4036 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4037
4038         * sys/ximage/Makefile.am:
4039         * sys/ximage/ximage.c:
4040           Rename ximage plugin to ximagesink (#321426) (Don't forget to
4041           remove your old libgstximage.* manually if necessary).
4042
4043 2005-11-21  Michael Smith <msmith@fluendo.com>
4044
4045         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
4046           Minimal fix for bug #320200: set the min/max bitrate in the correct
4047           units. A better fix would be to upgrade to the RATEMANAGE2
4048           interface, rather than using the deprecated interface used here, but
4049           that would require an update in our libvorbis dependency (to 1.1),
4050           which is probably undesirable.
4051
4052 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
4053
4054         * ext/libvisual/visual.c: (get_buffer):
4055         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4056         (gst_base_audio_src_fixate):
4057         * gst/audioconvert/gstaudioconvert.c:
4058         (gst_audio_convert_fixate_caps):
4059         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
4060         * gst/audiotestsrc/gstaudiotestsrc.c:
4061         (gst_audiotestsrc_src_fixate):
4062         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
4063         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
4064         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
4065         * gst/videotestsrc/gstvideotestsrc.c:
4066         (gst_videotestsrc_src_fixate):
4067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4069           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4070           (#322027)
4071
4072
4073 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4076         (gst_riff_create_iavs_caps):
4077         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4078         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4079         (gst_riff_parse_info):
4080         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4081         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4082         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4083           Fixes for GST_FOURCC_FORMAT API change.
4084
4085 2005-11-21  Andy Wingo  <wingo@pobox.com>
4086
4087         patch by: Alessandro Dessina <alessandro nnva org>
4088
4089         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4090         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4091         (gst_ogg_parse_chain):
4092         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4093         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4094         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4095         gst_value_list calls on arrays. Fixes #321962.
4096
4097 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4098
4099         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4100         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4101         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4102         * gst/adder/gstadder.c: (gst_adder_init),
4103         (gst_adder_request_new_pad), (gst_adder_collected),
4104         (gst_adder_change_state):
4105           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4106           API change.
4107
4108 2005-11-21  Michael Smith <msmith@fluendo.com>
4109
4110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4111         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4112           Properly handle pad_push return values.
4113
4114 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4115
4116         * gst-libs/gst/tag/Makefile.am:
4117         * gst-libs/gst/tag/gstvorbistag.c:
4118         (gst_tag_list_to_vorbiscomment_buffer):
4119           Remove obsolete vorbistag element and debug category.
4120
4121         * gst/playback/gstplaybasebin.c: (check_queue):
4122           Don't divide by 0 when queue-threshold is 0.
4123
4124         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4125           Don't modify an existing pixel-aspect-ratio if we fail to read
4126           a new one.
4127
4128 2005-11-20  Wim Taymans  <wim@fluendo.com>
4129
4130         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4131         (gst_vorbisenc_push_packet):
4132         GST_PAD_IS_USABLE is gone, use the return value of
4133         the push or pad_alloc_buffer instead.
4134
4135 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4136
4137         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4138         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4139         (gst_ximagesink_ximage_destroy),
4140         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4141         (gst_ximagesink_xwindow_new),
4142         (gst_ximagesink_xwindow_update_geometry),
4143         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4144         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4145         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4146         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4147         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4148         (gst_ximagesink_navigation_send_event),
4149         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4150         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4151         (gst_ximagesink_finalize), (gst_ximagesink_init),
4152         (gst_ximagesink_class_init):
4153         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4154         This new version brings correct software scaling, non flickering
4155         window while resizing, pixel aspect ratio handling, usage of
4156         hardware buffer pools, out of data flow event thread for 
4157         navigation and handling of expose events even when being PAUSED,
4158         a new property to keep video aspect ratio when resizing, etc...
4159
4160 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4161
4162         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4163         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4164         handling of PAR.
4165
4166 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4167
4168         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4169         Unsetting IS_SINK flag from the fakesink, so decodebin
4170         never behaves as a sink.
4171
4172 2005-11-17  Wim Taymans  <wim@fluendo.com>
4173
4174         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4175         (gst_base_audio_src_change_state):
4176         Fix the audiosrc base class again, we did not unflush.
4177
4178 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4179
4180         * examples/seeking/seek.c: (make_dv_pipeline),
4181         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4182         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4183         to ogg/vorbis/theora pipeline.
4184
4185 2005-11-17  Wim Taymans  <wim@fluendo.com>
4186
4187         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4188         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4189         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4190         Fix EOS on multiple streams.
4191         More debugging.
4192
4193 2005-11-16  Wim Taymans  <wim@fluendo.com>
4194
4195         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4196         (gst_ogg_demux_perform_seek):
4197         Segment done must include stream time.
4198
4199         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4200         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4201         (gst_ogg_mux_change_state):
4202         Fix ogg muxer again.
4203
4204 2005-11-16  Wim Taymans  <wim@fluendo.com>
4205
4206         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4207         Fix compile again.
4208
4209 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4210
4211         * ext/libvisual/visual.c: (gst_visual_init):
4212         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4213         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4214         (gst_ogg_parse_chain):
4215         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4216         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4217         * ext/theora/theoradec.c: (gst_theora_dec_init):
4218         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4219         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4220         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4221         * gst/adder/gstadder.c: (gst_adder_class_init),
4222         (gst_adder_dispose):
4223         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4224         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4225         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4226           Fix a whole set of pad template leaks
4227
4228 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4229
4230         * check/generic/states.c: (GST_START_TEST):
4231           fix the test so that it only checks for elements that are part of
4232           this source module
4233
4234 2005-11-16  Michael Smith <msmith@fluendo.com>
4235
4236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4237         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4238         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4239         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4240         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4241         (gst_ogg_mux_change_state):
4242           Fix leaking collectpads.
4243
4244 2005-11-16  Edward Hervey  <edward@fluendo.com>
4245
4246         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4247         (gst_videorate_event), (gst_videorate_chain):
4248         Handle segment seeks
4249
4250 2005-11-16  Wim Taymans  <wim@fluendo.com>
4251
4252         * gst-libs/gst/audio/gstbaseaudiosink.c:
4253         (gst_base_audio_sink_provide_clock),
4254         (gst_base_audio_sink_change_state):
4255         Set ringbuffer to non-flushing when going to PAUSED, set to
4256         flushing again when going to READY.
4257
4258         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4259         (gst_ring_buffer_stop):
4260         Start in flushing mode by default.
4261         Don't set flushing in the _stop method, let the app call
4262         this explicitly.
4263
4264 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4265
4266         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4267         * gst-libs/gst/video/videosink.h: Add helper function needed
4268         for video sinks.
4269
4270 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4271
4272         * gst/videoscale/gstvideoscale.c:
4273         (gst_videoscale_handle_src_event):
4274           Don't leak reference to pad parent.
4275
4276 2005-11-16  Wim Taymans  <wim@fluendo.com>
4277
4278         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4279         Set ringbuffer to flushing when stopping so that we don't
4280         block on wait_segment anymore and livelock.
4281
4282 2005-11-16  Wim Taymans  <wim@fluendo.com>
4283
4284         * examples/seeking/seek.c: (send_event), (do_seek),
4285         (loop_toggle_cb), (segment_done), (main):
4286         Added looping checkbox.
4287
4288 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4289
4290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4291         (gst_ogg_demux_init):
4292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4293         (gst_vorbis_dec_init):
4294           revert unrefs, they don't pass make check
4295
4296 2005-11-15  Johan Dahlin  <johan@gnome.org>
4297
4298         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4299         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4300         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4301         (gst_vorbis_dec_init):
4302         Fix pad template leaks. 
4303
4304 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4305
4306         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4307           Make state change function thread safe.
4308
4309 2005-11-15  Edward Hervey  <edward@fluendo.com>
4310
4311         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4312         (gst_ogg_demux_class_init):
4313         Implement GstElement::send_event, so we can send seek events
4314         in GST_STATE_READY
4315
4316 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4317
4318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4319         Discovered how to take away flickering while resizing the
4320         window. Please don't put that in ximagesink, refactoring in
4321         progress.
4322
4323 2005-11-14  Michael Smith <msmith@fluendo.com>
4324
4325         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4326         (gst_multifdsink_render):
4327           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4328
4329 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4330
4331         * gst/playback/gstplaybin.c: (gen_audio_element):
4332           Use autoaudiosink, it tends to be more widely available than
4333           autoaudiiosink.
4334           
4335 2005-11-14  Andy Wingo  <wingo@pobox.com>
4336
4337         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4338         as well if it is available. Fixes #316442.
4339
4340 2005-11-14  Michael Smith <msmith@fluendo.com>
4341
4342         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4343         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4344         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4345         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4346         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4347         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4348         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4349         (gst_vorbisenc_change_state):
4350           Fix a small memory leak in vorbisenc.
4351           Fix large memory leaks in oggmux, also fix lots of state change
4352           bugs in oggmux.
4353
4354 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4355
4356         * gst/videotestsrc/gstvideotestsrc.c:
4357         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4358         (gst_videotestsrc_src_fixate):
4359           move fixation to a fixate function
4360           remove negotiate function, basesrc's is good enough
4361           fixes a bug for check when using the element alone
4362
4363 2005-11-13  Edward Hervey  <edward@fluendo.com>
4364
4365         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4366         (key_toggle_cb), (main):
4367         Added checkboxes for adding/removing the accurate and key_unit seek
4368         flags.
4369
4370 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4371
4372         * configure.ac: back to HEAD
4373
4374 === release 0.9.5 ===
4375
4376 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4377
4378         * configure.ac:
4379           releasing 0.9.5, "No No Kia"
4380
4381 2005-11-11  Edward Hervey  <edward@fluendo.com>
4382
4383         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4384         Added parse-launch syntax seeking mode for the seeking example.
4385         This should help stress-test even more cases.
4386         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4387
4388 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4389
4390         * sys/xvimage/xvimagesink.c:
4391         (gst_xvimagesink_navigation_send_event):
4392           Check whether peer pad exists before sending navigation events
4393           to it.
4394
4395 2005-11-11  Michael Smith <msmith@fluendo.com>
4396
4397         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4398         (gst_vorbisenc_buffer_from_packet):
4399         * ext/vorbis/vorbisenc.h:
4400           Set duration on encoded buffers. This allows oggmux's
4401           max_page_delay parameter to actually work.
4402
4403 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4404
4405         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4406         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4407         (gst_ffmpegcsp_avpicture_fill):
4408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4409         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4410           Make palettes work again (see #132341). Use our own macros
4411           for rounding up.
4412
4413 2005-11-10  Andy Wingo  <wingo@pobox.com>
4414
4415         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4416         string doober.
4417
4418 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4419
4420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4421         (gst_ffmpegcsp_transform_caps):
4422           Prefer passthrough in transform_caps
4423
4424 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4425
4426         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4427           check for ALSA errors properly, instead of relying on ALSA's
4428           error strings to serve to the user.
4429
4430 2005-11-10  Wim Taymans  <wim@fluendo.com>
4431
4432         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4433         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4434         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4435         Modernise the seek code.
4436
4437 2005-11-10  Michael Smith <msmith@fluendo.com>
4438         
4439         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4440         (setup_substreams), (set_active_source):
4441           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4442           trying to go to NULL if we failed to read a file.
4443
4444 2005-11-10  Wim Taymans  <wim@fluendo.com>
4445
4446         * gst/audiotestsrc/gstaudiotestsrc.c:
4447         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4448         (gst_audiotestsrc_create):
4449         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4450         (gst_sinesrc_get_times), (gst_sinesrc_create):
4451         * gst/videotestsrc/gstvideotestsrc.c:
4452         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4453         (gst_videotestsrc_create):
4454         The base class can now sync for us.
4455
4456 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4457
4458         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4459           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4460           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4461           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4462           format=(fourcc)I420" ! xvimagesink
4463
4464 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4465
4466         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4467         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4468         (gst_sinesrc_newsegment):
4469           Send newsegment event in TIME format, set duration if
4470           num-buffers is set, fix duration querying.
4471
4472 2005-11-10  Michael Smith <msmith@fluendo.com>
4473
4474         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4475         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4476         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4477         (gst_ogg_mux_collected):
4478          Fix EOS handling, partially. Now forwarding an EOS event once we have
4479          EOS on all pads works correctly. However, we still don't properly set
4480          EOS on the actual ogg stream pages.
4481
4482 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4483
4484         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4485           Set elements to NULL state before disposing of them.
4486
4487 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4488
4489         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4490
4491         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4492         (gst_base_rtp_depayload_init),
4493         (gst_base_rtp_depayload_set_gst_timestamp):
4494         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4495           We need to send a newsegment event for each instance, not
4496           just for the first instance of this class (get rid of
4497           static variable in function). (#321011).
4498           
4499 2005-11-08  Michael Smith <msmith@fluendo.com>
4500
4501         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4502         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4503         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4504         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4505           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4506           This makes us mux things correctly according to the ogg muxing
4507           rules. Still not handling EOS correctly right now, though.
4508
4509 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4510
4511         * gst/audioconvert/gstaudioconvert.c:
4512           Fix typo in docs. 
4513
4514 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4515
4516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4517         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4518           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4519           creating a new chain; should fix live streaming. Also
4520           add more debug output and fix a typo.
4521
4522 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4523
4524         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4525
4526         * gst/volume/gstvolume.c: (volume_set_caps):
4527           Fix compilation on Solaris with Forte. (#320923)
4528
4529 2005-11-08  Wim Taymans  <wim@fluendo.com>
4530
4531         * gst-libs/gst/audio/gstbaseaudiosink.c:
4532         (gst_base_audio_sink_render):
4533         No need to do a typecheck.
4534
4535 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4536
4537         * ext/alsa/gstalsa.h:
4538           We register a debug category, so let's use it.
4539
4540 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4541
4542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4543         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4544         Fixed a small problem.
4545
4546 2005-11-04  Wim Taymans  <wim@fluendo.com>
4547
4548         * examples/seeking/Makefile.am:
4549         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4550         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4551         (make_playerbin_pipeline), (format_value), (update_scale),
4552         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4553         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4554         (print_usage), (main):
4555         Added app for playback speed testing.
4556
4557         * examples/seeking/seek.c: (dynamic_link),
4558         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4559         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4560         (message_received), (main):
4561         Updated seek example.
4562
4563 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4564
4565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4566         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4567         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4568         (gst_base_rtp_depayload_set_clock):
4569         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4570         Don't sleep on the bench (system clock) when you have a nice 
4571         comfortable bed (Gstreamer clock) to sleep on.
4572
4573 2005-11-03  Wim Taymans  <wim@fluendo.com>
4574
4575         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4576         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4577         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4578         Handle the case where a pad_block failed.
4579
4580 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4581
4582         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4583
4584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4585         (gst_base_rtp_depayload_add_to_queue),
4586         (gst_base_rtp_depayload_push),
4587         (gst_base_rtp_depayload_set_gst_timestamp),
4588         (gst_base_rtp_depayload_queue_release):
4589           Fixes some bugs in the depayloader's queuing/de-queueing code.
4590
4591 2005-10-31  Michael Smith <msmith@fluendo.com>
4592
4593         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4594         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4595         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4596           Patch from Alessandro Decina <alessandro@nnva.org>.
4597           Make oggdemux only find the final time in a chain, not per-pad,
4598           since the per-pad information can be very expensive to locate, and
4599           it isn't used anywhere. This makes reading a file containing
4600           OggSkeleton reasonably fast.
4601           Also, make chain finding work when there are logical bitstreams that
4602           can't be decoded. Fixes #319110.
4603
4604 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4605
4606         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4607         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4608         (gst_base_rtp_depayload_chain),
4609         (gst_base_rtp_depayload_add_to_queue),
4610         (gst_base_rtp_depayload_push),
4611         (gst_base_rtp_depayload_set_gst_timestamp),
4612         (gst_base_rtp_depayload_queue_release),
4613         (gst_base_rtp_depayload_start_thread),
4614         (gst_base_rtp_depayload_set_property),
4615         (gst_base_rtp_depayload_get_property):
4616         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4617         Some random fixes, to fullfill the desires of thomas.
4618
4619 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4620
4621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4622         (gst_base_rtp_depayload_add_to_queue),
4623         (gst_base_rtp_depayload_push):
4624         Fixed the queueing algorithm.
4625
4626 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4627
4628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4629         (gst_base_rtp_depayload_push):
4630         A small fix
4631
4632 2005-10-31  Wim Taymans  <wim@fluendo.com>
4633
4634         * gst-libs/gst/audio/gstringbuffer.h:
4635         Don't break ABI.
4636
4637         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4638         (gst_ffmpeg_caps_to_pixfmt):
4639         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4640         (gst_ffmpegcsp_set_caps):
4641         Some more comments.
4642         Handle missing required caps fields better.
4643
4644 2005-10-31  Wim Taymans  <wim@fluendo.com>
4645
4646         * gst-libs/gst/audio/gstbaseaudiosink.c:
4647         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4648         (gst_base_audio_sink_render):
4649         * gst-libs/gst/audio/gstringbuffer.c:
4650         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4651         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4652         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4653         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4654         (gst_ring_buffer_read):
4655         * gst-libs/gst/audio/gstringbuffer.h:
4656         Add flushing mode to the ringbuffer so that it in all cases does
4657         not try to handle more audio. This makes sure it does not try to
4658         block anymore when flushing and fixes a livelock.
4659
4660 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4661
4662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4663         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4664         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4665           Explicitly check for -1 values before doing a conversion
4666           and always map them to -1. (#315545)
4667
4668 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4669
4670         * gst/playback/gstplaybin.c: (gen_video_element):
4671           first try autovideosink, then xvimagesink, then error out
4672         * po/POTFILES.in:
4673           add translatable file
4674         * po/af.po:
4675         * po/az.po:
4676         * po/cs.po:
4677         * po/en_GB.po:
4678         * po/hu.po:
4679         * po/it.po:
4680         * po/nb.po:
4681         * po/nl.po:
4682         * po/or.po:
4683         * po/sq.po:
4684         * po/sr.po:
4685         * po/sv.po:
4686         * po/uk.po:
4687         * po/vi.po:
4688           update translations
4689
4690 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4691
4692         * gst-libs/gst/rtp/gstbasedepayload.c:
4693         * gst-libs/gst/rtp/gstbasedepayload.h:
4694           Minor cleanups
4695
4696 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst/playback/.cvsignore:
4699         * gst/playback/decodetest.c:
4700         * gst/playback/test3.c:
4701           Port these two tests as well.
4702
4703 2005-10-27  Wim Taymans  <wim@fluendo.com>
4704
4705         * ext/theora/theoradec.c: (theora_dec_src_query),
4706         (theora_dec_sink_event):
4707         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4708         (theora_enc_change_state):
4709         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4710         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4711         Take proper locks when handling events.
4712
4713 2005-10-27  Wim Taymans  <wim@fluendo.com>
4714
4715         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4716         (gst_adder_change_state):
4717         Fix timestamps and fix deadlock when stopping the collectpads.
4718
4719 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4720
4721         * gst-libs/gst/rtp/gstrtpbuffer.h:
4722         Declaring the payload types as strings too so that they can be used
4723         in the padtemplate inialization.
4724
4725 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4726
4727         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4728
4729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4730         (gst_base_rtp_depayload_class_init):
4731         Fixes a small but nasty bug. The derived elements no longer segfaults
4732         on finalization.
4733
4734 2005-10-26  Michael Smith <msmith@fluendo.com>
4735
4736         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4737           When clearing an audioconvert context, set tmpbufsize to zero, so
4738           we'll allocate it again later if required.
4739           This fixes audioconvert re-negotiating formats, which previously
4740           segfaulted with a NULL destination buffer.
4741
4742 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4743
4744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4745         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4746         (gst_base_rtp_depayload_set_gst_timestamp),
4747         (gst_base_rtp_depayload_queue_release):
4748         Fixed a smalll memleak.
4749
4750 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4751         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4752         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4753         (gst_base_rtp_depayload_finalize),
4754         (gst_base_rtp_depayload_setcaps),
4755         (gst_base_rtp_depayload_add_to_queue),
4756         (gst_base_rtp_depayload_push),
4757         (gst_base_rtp_depayload_set_gst_timestamp),
4758         (gst_base_rtp_depayload_queue_release),
4759         (gst_base_rtp_depayload_thread),
4760         (gst_base_rtp_depayload_change_state):
4761         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4762         Changed the C++ comments to C comments
4763
4764 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4765
4766         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4767         * gst/tcp/gsttcpclientsrc.h:
4768         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4769         * gst/tcp/gsttcpserversrc.h:
4770           Remove unused 'curoffset' structure member.
4771
4772 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4773
4774         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4775         (gst_base_rtp_depayload_base_init),
4776         (gst_base_rtp_depayload_finalize):
4777         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4778         * gst-libs/gst/rtp/gstbasertppayload.h:
4779           The pad-template on the sinkpad should be set by the derived classes.
4780           Also added some useful macros.
4781
4782 2005-10-24  Wim Taymans  <wim@fluendo.com>
4783
4784         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4785         Correctly flush decoder samples even if we could not
4786         copy them to an output buffer. Fixes #319618.
4787
4788 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4789
4790         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4792         the caps against our xcontext caps.
4793
4794 2005-10-24  Wim Taymans  <wim@fluendo.com>
4795
4796         * gst-libs/gst/audio/gstbaseaudiosink.c:
4797         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4798         Remove g_print
4799         Use sync property from baseclass to disable sync.
4800
4801 2005-10-24  Wim Taymans  <wim@fluendo.com>
4802
4803         * gst-libs/gst/audio/gstbaseaudiosink.c:
4804         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4805         Buffers with no timestamps get aligned with previous buffers or
4806         on underrun, played ASAP.
4807
4808 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4809
4810         * gst-libs/gst/video/video.h:
4811         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4812         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4814         here comes my change on caps for framerate and geometry range.
4815         We are now accepting 1 to MAXINT for width and height, and from
4816         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4817         to be blended correctly in videomixer.
4818
4819 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4820
4821         * configure.ac:
4822           back to HEAD
4823
4824 === release 0.9.4 ===
4825
4826 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4827
4828         * NEWS:
4829         * RELEASE:
4830         * configure.ac:
4831           releasing 0.9.4, "Velociraptor"
4832
4833 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4834
4835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4836         * po/POTFILES.in:
4837           STOPPED -> FAILED
4838
4839 2005-10-21  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4842         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4843         (pad_blocked), (close_pad_link), (new_pad):
4844         Don't try to remove elements twice.
4845
4846 2005-10-21  Wim Taymans  <wim@fluendo.com>
4847
4848         * ext/theora/theoradec.c: (theora_dec_src_query),
4849         (theora_dec_sink_event):
4850         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4851         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4852         (vorbis_handle_data_packet):
4853         * ext/vorbis/vorbisdec.h:
4854         Fix old naming.
4855
4856         * gst-libs/gst/audio/gstbaseaudiosink.c:
4857         (gst_base_audio_sink_render):
4858         Don't try to sync on buffers without a timestamp.
4859
4860 2005-10-21  Wim Taymans  <wim@fluendo.com>
4861
4862         * ext/theora/theoradec.c: (theora_dec_src_query),
4863         (theora_dec_sink_event):
4864         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4865         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4866         (vorbis_handle_data_packet):
4867         * ext/vorbis/vorbisdec.h:
4868         Fix old naming.
4869
4870 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4871
4872         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4873         (gst_vorbisenc_src_query):
4874           Implement position and duration queries.
4875
4876         * gst/playback/test3.c: (update_scale), (main):
4877           Fix for async state changes and print nicer output.
4878
4879 2005-10-20  Wim Taymans  <wim@fluendo.com>
4880
4881         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4882         (dump_element_stats), (main):
4883         * gst/playback/test6.c: (main):
4884         Fix tests again
4885
4886 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4887
4888         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4889         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4890           Don't use functions for position queries when handling
4891           duration queries.
4892
4893 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4894
4895         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4896         (vorbis_handle_data_packet), (vorbis_dec_chain),
4897         (vorbis_dec_change_state):
4898         * ext/vorbis/vorbisdec.h:
4899           Vorbis streams can be embedded in other container formats
4900           than ogg, container formats where the demuxer might set 
4901           timestamps on encoded vorbis buffers instead of those silly 
4902           granulepos thingies. In short: make vorbisdec handle 
4903           timestamps on incoming buffers as well.
4904
4905 2005-10-20  Wim Taymans  <wim@fluendo.com>
4906
4907         * gst/playback/gstplaybasebin.c: (group_destroy),
4908         (gst_play_base_bin_change_state):
4909         Fix leak.
4910         Handle case where playbasebin is now ASYNC because
4911         decodebin is.
4912
4913 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * gst/audioconvert/Makefile.am:
4916         * gst/audioconvert/bufferframesconvert.c:
4917         * gst/audioconvert/plugin.c: (plugin_init):
4918         * gst/audioconvert/plugin.h:
4919           And bye bye buffer-frames-convert
4920
4921 2005-10-19  Wim Taymans  <wim@fluendo.com>
4922
4923         * check/elements/audioconvert.c:
4924         * docs/libs/tmpl/gstaudio.sgml:
4925         * docs/libs/tmpl/gstcolorbalance.sgml:
4926         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4927         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4928         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4929         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4930         * gst-libs/gst/audio/audio.h:
4931         * gst/audioconvert/audioconvert.h:
4932         * gst/audioconvert/gstaudioconvert.c:
4933         (gst_audio_convert_parse_caps):
4934         * gst/volume/gstvolume.c:
4935         Bye bye buffer-frames.
4936
4937 2005-10-19  Wim Taymans  <wim@fluendo.com>
4938
4939         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4940         (query_positions_elems), (query_positions_pads), (update_scale),
4941         (do_seek), (set_update_scale), (message_received), (main):
4942         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4943         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4944         (gst_ogg_demux_loop):
4945         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4946         * ext/theora/theoradec.c: (theora_dec_src_query),
4947         (theora_dec_sink_event):
4948         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4949         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4950         * gst/adder/gstadder.c: (gst_adder_query):
4951         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4952         * gst/playback/test3.c: (update_scale):
4953         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4954         (dump_element_stats), (main):
4955         * gst/playback/test6.c: (main):
4956         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4957         Query API update.
4958
4959 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4960
4961         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4962         (xml_check_first_element), (xml_type_find), (smil_type_find),
4963         (plugin_init):
4964           Add typefinding for SMIL and for generic XML. Based on patch by
4965           Akos Maroy (#308663).
4966
4967 2005-10-18  Wim Taymans  <wim@fluendo.com>
4968
4969         * gst/playback/Makefile.am:
4970         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4971         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4972         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4973         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4974         (gst_decode_bin_change_state):
4975         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4976         (gst_play_bin_send_event_to_sink):
4977         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4978         (dump_element_stats), (main):
4979         * gst/playback/test6.c: (main):
4980         Make playbin async, it'll commit state to paused when all streams
4981         are detected.
4982         Remove ugly hack.
4983         Added test6.c to show async behaviour.
4984
4985 2005-10-18  Wim Taymans  <wim@fluendo.com>
4986
4987         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4988         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4989         Fix for segment-start/stop API change.
4990
4991 2005-10-18  Wim Taymans  <wim@fluendo.com>
4992
4993         * check/Makefile.am:
4994         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4995         (main):
4996         Add future test for clock selection.
4997
4998 2005-10-18  Wim Taymans  <wim@fluendo.com>
4999
5000         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
5001         (gst_alsasink_close):
5002         Set handle to NULL.
5003
5004         * gst-libs/gst/audio/gstringbuffer.c:
5005         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
5006         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
5007         (gst_ring_buffer_start), (gst_ring_buffer_pause),
5008         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
5009         (gst_ring_buffer_read):
5010         More debug info.
5011
5012 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
5013
5014         * gst/audiotestsrc/Makefile.am:
5015         * gst/sine/Makefile.am:
5016         * gst/volume/Makefile.am:
5017           fix broken build of controllerized plugins
5018
5019 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
5020
5021         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5022
5023         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
5024         (gst_riff_create_video_template_caps):
5025           Add support for Indeo-3 (IV32).
5026
5027 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5028
5029         * configure.ac:
5030           rewrite
5031
5032 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5033
5034         * gst-libs/gst/video/video.c: (gst_video_get_size):
5035         * gst/audiotestsrc/gstaudiotestsrc.c:
5036           doc updates
5037
5038 2005-10-17  Andy Wingo  <wingo@pobox.com>
5039
5040         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
5041         with the collectpads change.
5042         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
5043
5044         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
5045
5046         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
5047
5048         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
5049         alloc_buffer flow return to callers.
5050         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
5051         change. Fix some memleaks in theoraenc.
5052
5053         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
5054         in strange circumstance.
5055
5056 2005-10-17  Julien MOUTTE  <julien@moutte.net>
5057
5058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5059         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
5060         from caps, let's use the caps...
5061
5062 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5063
5064         * configure.ac:
5065           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
5066
5067 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5068
5069         * gst-libs/gst/interfaces/Makefile.am:
5070           fix silly typo
5071
5072 2005-10-16  Andy Wingo  <wingo@pobox.com>
5073
5074         * gst/playback/gstdecodebin.c
5075         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5076         function!
5077         (try_to_link_1): Increase kraziness level.
5078
5079 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5080
5081         * configure.ac:
5082           restructure like the core one
5083         * gst-libs/gst/audio/Makefile.am:
5084         * gst-libs/gst/interfaces/Makefile.am:
5085         * gst-libs/gst/net/Makefile.am:
5086         * gst-libs/gst/riff/Makefile.am:
5087         * gst-libs/gst/rtp/Makefile.am:
5088         * gst-libs/gst/tag/Makefile.am:
5089         * gst-libs/gst/video/Makefile.am:
5090           use correct linker flags, now the libs are properly versioned
5091         * check/elements/audioconvert.c: (verify_convert):
5092         * ext/alsa/gstalsaplugin.c:
5093         * ext/cdparanoia/gstcdparanoia.c:
5094         * ext/gnomevfs/gstgnomevfs.c:
5095         * ext/libvisual/visual.c:
5096         * ext/ogg/gstogg.c:
5097         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5098         * ext/theora/theora.c:
5099         * ext/vorbis/vorbis.c:
5100         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5101         * gst-libs/gst/tag/gsttagediting.c:
5102         * gst-libs/gst/video/video.c:
5103         * gst/adder/gstadder.c:
5104         * gst/audioconvert/plugin.c:
5105         * gst/audiorate/gstaudiorate.c:
5106         * gst/audioresample/gstaudioresample.c:
5107         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5108         * gst/audioscale/gstaudioscale.c:
5109         * gst/audioscale/resample.c:
5110         * gst/audiotestsrc/gstaudiotestsrc.c:
5111         * gst/ffmpegcolorspace/gstffmpeg.c:
5112         * gst/playback/gstdecodebin.c: (close_pad_link):
5113         * gst/playback/gstplaybin.c: (gen_video_element),
5114         (gen_audio_element):
5115         * gst/sine/gstsinesrc.c:
5116         * gst/subparse/gstsubparse.c:
5117         * gst/tags/gsttagediting.c:
5118         * gst/tcp/gsttcpplugin.c:
5119         * gst/typefind/gsttypefindfunctions.c:
5120         * gst/videorate/gstvideorate.c:
5121         * gst/videoscale/gstvideoscale.c:
5122         * gst/videotestsrc/gstvideotestsrc.c:
5123         * gst/volume/gstvolume.c:
5124         * sys/v4l/gstv4l.c:
5125         * sys/ximage/ximage.c:
5126         * sys/xvimage/xvimagesink.c:
5127           fix up defines
5128
5129 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5130
5131         * ext/vorbis/vorbisenc.c:
5132         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5133         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5134         (gst_tag_to_vorbis_comments):
5135           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5136
5137 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5138
5139         * examples/stats/mp2ogg.c:
5140         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5141           typo fixes
5142
5143 2005-10-13  Michael Smith <msmith@fluendo.com>
5144
5145         * ext/ogg/gstoggmux.c:
5146           Use magic glib macros to define constants as 64 bit, to ensure
5147           appropriate vararg passing.
5148
5149 2005-10-13  Michael Smith <msmith@fluendo.com>
5150
5151         * ext/ogg/gstoggmux.c:
5152         * gst/audioconvert/audioconvert.c: (float):
5153           Don't use LL suffix, as it's not portable, and neither of these
5154           uses required it anyway.
5155
5156 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5157
5158         * examples/indexing/indexmpeg.c: (main):
5159         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5160         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5161         (cdparanoia_convert), (cdparanoia_query):
5162         * ext/cdparanoia/gstcdparanoia.h:
5163         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5164         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5165         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5166         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5167         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5168         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5169         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5170         (gst_multifdsink_render), (gst_multifdsink_start),
5171         (gst_multifdsink_stop):
5172         * gst/tcp/gstmultifdsink.h:
5173         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5174         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5175         (gst_tcpclientsink_stop):
5176         * gst/tcp/gsttcpclientsink.h:
5177         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5178         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5179         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5180         * gst/tcp/gsttcpclientsrc.h:
5181         * gst/tcp/gsttcpserversink.h:
5182         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5183         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5184         (gst_tcpserversrc_stop):
5185         * gst/tcp/gsttcpserversrc.h:
5186         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5187         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5188         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5189           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5190           moved bitshift from macro to enum definition
5191
5192 2005-10-12  Wim Taymans  <wim@fluendo.com>
5193
5194         * examples/seeking/Makefile.am:
5195         Oops.
5196
5197 2005-10-12  Wim Taymans  <wim@fluendo.com>
5198
5199         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5200         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5201         Don't assert on normal stuff.
5202
5203         * gst/playback/gstplaybin.c: (do_playbin_seek):
5204         API fix.
5205
5206 2005-10-12  Wim Taymans  <wim@fluendo.com>
5207
5208         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5209         * examples/seeking/Makefile.am:
5210         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5211         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5212         (do_seek), (set_update_scale), (message_received), (main):
5213         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5214         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5215         Update for _get_state() API change.
5216
5217 2005-10-11  Wim Taymans  <wim@fluendo.com>
5218
5219         * gst-libs/gst/audio/gstbaseaudiosink.c:
5220         (gst_base_audio_sink_render):
5221         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5222         (gst_base_audio_src_create):
5223         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5224         (gst_ring_buffer_read):
5225         Cleanups.
5226         Commit and read from ringbuffer in samples rather than bytes.
5227
5228 2005-10-11  Wim Taymans  <wim@fluendo.com>
5229
5230         * gst-libs/gst/audio/gstbaseaudiosink.c:
5231         (gst_base_audio_sink_render):
5232         Respect segment rate and accum when scheduling samples.
5233
5234 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5235
5236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5237         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5238         EOS correctly, that needs more work.
5239
5240 2005-10-11  Wim Taymans  <wim@fluendo.com>
5241
5242         * check/generic/states.c: (GST_START_TEST):
5243         remove old property.
5244
5245         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5246         (gst_ogg_demux_perform_seek):
5247         * ext/theora/theoradec.c: (theora_dec_sink_event):
5248         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5249         (vorbis_handle_data_packet):
5250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5251         (gst_base_rtp_depayload_set_gst_timestamp):
5252         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5253         Update for newsegment API change.
5254
5255 2005-10-11  Michael Smith <msmith@fluendo.com>
5256
5257         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5258         (do_playbin_seek), (gst_play_bin_send_event):
5259           Override send_event differently, so that we can takes bits of
5260           functionality from GstPipeline (special handling for seeks,
5261           including pausing/resuming, and resetting stream time) and still get
5262           the appropriate behaviour of only forwarding event to a single sink,
5263           rather than all of them.
5264           Unfortunately requires a lot of code duplication, but the
5265           alternatives are equally ugly in the end.
5266
5267 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5268
5269         * check/elements/audioconvert.c: (setup_audioconvert),
5270         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5271         (GST_START_TEST), (audioconvert_suite):
5272           clean up tests a little, fix some leaks.
5273
5274 2005-10-10  Wim Taymans  <wim@fluendo.com>
5275
5276         * ext/alsa/gstalsasink.c:
5277         Also allow unsigned int.
5278
5279         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5280         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5281         Small cleanup
5282
5283 2005-10-10  Wim Taymans  <wim@fluendo.com>
5284
5285         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5286         Small update, use API as stated in design docs.
5287
5288         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5289         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5290         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5291         (message_received), (main):
5292         Updated seek example for GOption. Some usability improvements.
5293
5294 2005-10-10  Wim Taymans  <wim@fluendo.com>
5295
5296         * gst/audioconvert/audioconvert.h:
5297         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5298         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5299         Alloc temp storage somewhere else where we can do it more
5300         portable.
5301
5302 2005-10-10  Wim Taymans  <wim@fluendo.com>
5303
5304         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5305         (gst_tcpserversrc_start):
5306         Don't block in accept while doing the state change, move
5307         to poll and make cancellable.
5308
5309 2005-10-09  Philippe Khalaf <burger@speedy.org>
5310
5311         * gst-libs/gst/rtp/rtpbasedepayload.c:
5312         Set timestamp and add queue delay to timestamp
5313         * gst-libs/gst/rtp/rtpbuffer.h:
5314         Set correct payload type for h263
5315
5316 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5317
5318         * gst/audiotestsrc/gstaudiotestsrc.c:
5319         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5320         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5321         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5322         (gst_audiotestsrc_create_triangle),
5323         (gst_audiotestsrc_create_silence),
5324         (gst_audiotestsrc_create_white_noise),
5325         (gst_audiotestsrc_init_pink_noise),
5326         (gst_audiotestsrc_generate_pink_noise_value),
5327         (gst_audiotestsrc_create_pink_noise),
5328         (gst_audiotestsrc_change_wave):
5329         * gst/audiotestsrc/gstaudiotestsrc.h:
5330           fixed typo, added pink noise
5331
5332 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5333
5334         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5335         (plugin_init):
5336           Add wavpack and spc typefind functions from 0.8 branch.
5337
5338 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5341         (ar_type_find), (msdos_type_find), (plugin_init):
5342           Add typefind functions for tar archives, ar archives,
5343           RAR archives, and msdos-executables (dlls, exe, etc.).
5344           Some of those would be wrongly identified as mpeg
5345           streams of some sort before (#315550).
5346
5347 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5348
5349         * configure.ac:
5350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5352         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5353         * gst/audiotestsrc/Makefile.am:
5354         * gst/audiotestsrc/gstaudiotestsrc.c:
5355         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5356         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5357         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5358         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5359         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5360         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5361         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5362         (gst_audiotestsrc_create_silence),
5363         (gst_audiotestsrc_create_white_noise),
5364         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5365         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5366         (gst_audiotestsrc_start), (plugin_init):
5367         * gst/audiotestsrc/gstaudiotestsrc.h:
5368           add new plugin and element
5369         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5370           use gobject_class
5371
5372 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5373
5374         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5375         (gst_adder_init), (gst_adder_request_new_pad),
5376         (gst_adder_change_state):
5377           Add query function to source pad, so adder reports the correct
5378           time/sample position when queried (#315457); fix state change
5379           function; use GST_DEBUG_FUNCPTR() for pad functions.
5380
5381 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5382
5383         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5384           Fix leaks in typefind registration
5385           Clean up the gratuitous commenting and whitespacing a little
5386
5387 2005-10-08  Wim Taymans  <wim@fluendo.com>
5388
5389         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5390         Only actually wait for the thread to be stopped if it's 
5391         running.
5392
5393 2005-10-08  Wim Taymans  <wim@fluendo.com>
5394
5395         * gst-libs/gst/audio/gstbaseaudiosink.c:
5396         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5397         If we receive EOS we can start playback of what we had.
5398
5399 2005-10-08  Wim Taymans  <wim@fluendo.com>
5400
5401         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5402         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5403         (gst_multifdsink_stop):
5404         Fix crasher when going to NULL multiple times.
5405
5406 2005-10-06  Wim Taymans  <wim@fluendo.com>
5407
5408         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5409         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5410         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5412         patch from Edgard Lima <edgard.lima@indt.org.br>
5413         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5414
5415 2005-10-06  Wim Taymans  <wim@fluendo.com>
5416
5417         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5418         Report the FLOW_RETURN as string in the error message.
5419
5420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5421         Don't assert when clearing an unnegotiated buffer.
5422
5423 2005-10-04  Michael Smith <msmith@fluendo.com>
5424
5425         * gst/playback/gstplaybasebin.c: (group_destroy),
5426         (gen_preroll_element), (remove_groups), (setup_source):
5427         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5428         (setup_sinks), (gst_play_bin_send_event),
5429         (gst_play_bin_change_state):
5430           Set state to NULL before removing from bin. Fix refcounting.
5431
5432 2005-10-04  Michael Smith <msmith@fluendo.com>
5433
5434         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5435           Correct refcounting in send_event() function. Previously was wrong
5436           if the first sink was unable to handle the event.
5437
5438 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5439
5440         * configure.ac:
5441           back to development
5442
5443 === release 0.9.3 ===
5444
5445 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5446
5447         * configure.ac:
5448           Releasing 0.9.3, "De Facto"
5449
5450 2005-10-03  Andy Wingo  <wingo@pobox.com>
5451
5452         * gst/playback/gstdecodebin.c (try_to_link_1)
5453         (remove_element_chain): set element to NULL before removing it.
5454
5455 2005-10-02  Johan Dahlin  <johan@gnome.org>
5456
5457         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5458         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5459         MT safe.
5460
5461 2005-10-02  Andy Wingo  <wingo@pobox.com>
5462
5463         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5464         (gst_ring_buffer_prepare_read): 
5465         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5466         Demote to LOG.
5467
5468 2005-09-29  Wim Taymans  <wim@fluendo.com>
5469
5470         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5471         * ext/theora/theoradec.c: (theora_handle_data_packet):
5472         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5473         Propagate error codes from alloc_buffer too.
5474
5475 2005-09-29  Wim Taymans  <wim@fluendo.com>
5476
5477         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5478         We use fixed caps.
5479
5480         * gst/playback/Makefile.am:
5481         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5482         (dump_element_stats), (main):
5483         Added example stream introspection code.
5484
5485 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5486
5487         * gst/adder/gstadder.c: (gst_adder_collected):
5488           fix adder for float elements
5489
5490 2005-09-28  Wim Taymans  <wim@fluendo.com>
5491
5492         * gst-libs/gst/audio/gstbaseaudiosink.c:
5493         (gst_base_audio_sink_class_init),
5494         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5496         (gst_base_audio_src_class_init),
5497         (gst_base_audio_src_provide_clock):
5498         get_clock -> provide_clock
5499
5500 2005-09-28  Andy Wingo  <wingo@pobox.com>
5501
5502         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5503         and unlocking.
5504
5505         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5506         unlocking.
5507
5508         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5509         Actually add the pad template.
5510         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5511
5512         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5513         I'm at it...
5514
5515         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5516         from fdsrc. Get caps in create() instead of start() so it can be
5517         interrupted. Interruption somewhat untested.
5518
5519         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5520         Proper EOS handling.
5521
5522 2005-09-27  Andy Wingo  <wingo@pobox.com>
5523
5524         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5525
5526         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5527
5528         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5529
5530         * gst/tcp/gsttcp.h: 
5531         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5532         out of tcpclientsrc.c. Cancellable.
5533         (gst_tcp_socket_read): Made private, cancellable, with better
5534         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5535         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5536         whole buffer, and better diagnostics.
5537         (gst_tcp_gdp_read_caps): Same.
5538
5539         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5540
5541 2005-09-26  Andy Wingo  <wingo@pobox.com>
5542
5543         * gst/sine/gstsinesrc.h:
5544         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5545         change the 'sync' property to 'is-live' and implement it halfway,
5546         update for controller api change.
5547
5548         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5549         controller api change.
5550
5551 2005-09-24  Wim Taymans  <wim@fluendo.com>
5552
5553         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5554         * gst-libs/gst/audio/gstaudiosink.c:
5555         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5556         (gst_audioringbuffer_stop):
5557         * gst-libs/gst/audio/gstbaseaudiosink.c:
5558         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5559         (gst_base_audio_sink_change_state):
5560         * gst-libs/gst/audio/gstbaseaudiosink.h:
5561         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5562         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5563         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5564         * gst-libs/gst/audio/gstringbuffer.h:
5565         Fix sync again. Moved sample alignment to basesink.
5566
5567 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5568
5569         * docs/plugins/Makefile.am:
5570         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5571         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5572         * gst/volume/gstvolume.c:
5573           add/fix docs
5574         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5575         * gst-libs/gst/audio/audio.h:
5576           add conversion macros for frames <-> clocktime
5577
5578 2005-09-23  David Schleef  <ds@schleef.org>
5579
5580         * gst/audioresample/Makefile.am:
5581         * gst/audioresample/debug.h:
5582         * gst/audioresample/gstaudioresample.c:
5583         * gst/audioresample/resample.c: Convert to using gst debugging
5584
5585 2005-09-22  Wim Taymans  <wim@fluendo.com>
5586
5587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5588         (gst_play_bin_send_event):
5589         Only seek on one sink, the first one that succeeds.
5590
5591 2005-09-22  Michael Smith <msmith@fluendo.com>
5592
5593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5594         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5595         Don't flush encoder state unless we have an initialised encoder.
5596         Clear out encoder state on PAUSED_TO_READY.
5597
5598 2005-09-22  Wim Taymans  <wim@fluendo.com>
5599
5600         * gst-libs/gst/rtp/gstbasertppayload.c:
5601         (gst_basertppayload_class_init), (gst_basertppayload_init),
5602         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5603         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5604         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5605         (gst_basertppayload_set_property),
5606         (gst_basertppayload_get_property),
5607         (gst_basertppayload_change_state):
5608         * gst-libs/gst/rtp/gstbasertppayload.h:
5609         Added max-ptime to control amount of data in the rtp packets.
5610
5611 2005-09-21  Andy Wingo  <wingo@pobox.com>
5612
5613         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5614         thingies.
5615
5616         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5617         can be called multiple times, dogs.
5618
5619 2005-09-21  Wim Taymans  <wim@fluendo.com>
5620
5621         * gst-libs/gst/rtp/gstbasertppayload.c:
5622         (gst_basertppayload_class_init), (gst_basertppayload_init),
5623         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5624         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5625         (gst_basertppayload_push), (gst_basertppayload_get_property),
5626         (gst_basertppayload_change_state):
5627         Allow 0 ssrc too.
5628
5629 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5630
5631         * docs/libs/compiling.sgml:
5632           fixing typos
5633
5634 2005-09-20  Wim Taymans  <wim@fluendo.com>
5635
5636         * gst-libs/gst/rtp/gstbasertppayload.c:
5637         (gst_basertppayload_class_init), (gst_basertppayload_init),
5638         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5639         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5640         (gst_basertppayload_push), (gst_basertppayload_set_property),
5641         (gst_basertppayload_get_property),
5642         (gst_basertppayload_change_state):
5643         * gst-libs/gst/rtp/gstbasertppayload.h:
5644         Added property to configure sequence number offsets.
5645
5646 2005-09-20  Wim Taymans  <wim@fluendo.com>
5647
5648         * gst-libs/gst/rtp/gstbasertppayload.c:
5649         (gst_basertppayload_class_init), (gst_basertppayload_init),
5650         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5651         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5652         (gst_basertppayload_push), (gst_basertppayload_set_property),
5653         (gst_basertppayload_get_property),
5654         (gst_basertppayload_change_state):
5655         * gst-libs/gst/rtp/gstbasertppayload.h:
5656         Make timestamp offset configurable.
5657
5658 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5659
5660         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5661           fix wrong pop/unref
5662
5663 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5664
5665         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5666
5667         * gst-libs/gst/interfaces/propertyprobe.c:
5668         (gst_property_probe_probe_property_name),
5669         (gst_property_probe_needs_probe_name),
5670         (gst_property_probe_get_values_name),
5671         (gst_property_probe_probe_and_get_values_name):
5672           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5673           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5674
5675 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5676
5677         * check/Makefile.am:
5678           have some tests be disabled for valgrinding
5679         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5680         (GST_START_TEST):
5681         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5682           Fix A Leak.  Chain To Parent Finalize.
5683
5684 2005-09-19  Wim Taymans  <wim@fluendo.com>
5685
5686         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5687         Fixed wav pipeline.
5688
5689 2005-09-19  Wim Taymans  <wim@fluendo.com>
5690
5691         * gst-libs/gst/rtp/gstbasertppayload.c:
5692         (gst_basertppayload_class_init), (gst_basertppayload_init),
5693         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5694         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5695         (gst_basertppayload_push), (gst_basertppayload_get_property),
5696         (gst_basertppayload_change_state):
5697         Posting ERROR and WARNING messages is good.
5698
5699 2005-09-19  Wim Taymans  <wim@fluendo.com>
5700
5701         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5702         (gst_base_rtp_depayload_add_to_queue),
5703         (gst_base_rtp_depayload_push),
5704         (gst_base_rtp_depayload_set_gst_timestamp),
5705         (gst_base_rtp_depayload_queue_release):
5706         This one was not supposed to go in.
5707
5708 2005-09-19  Wim Taymans  <wim@fluendo.com>
5709
5710         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5711         Fix for bus API.
5712
5713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5714         (gst_base_rtp_depayload_chain),
5715         (gst_base_rtp_depayload_add_to_queue),
5716         (gst_base_rtp_depayload_push),
5717         (gst_base_rtp_depayload_set_gst_timestamp),
5718         (gst_base_rtp_depayload_queue_release):
5719         Some cleanups.
5720
5721         * gst-libs/gst/rtp/gstbasertppayload.c:
5722         (gst_basertppayload_class_init), (gst_basertppayload_init),
5723         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5724         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5725         (gst_basertppayload_get_property),
5726         (gst_basertppayload_change_state):
5727         Added debugging category.
5728
5729 2005-09-18  David Schleef  <ds@schleef.org>
5730
5731         * gst/playback/gstdecodebin.c: free plugin list correctly
5732         * gst/playback/gstplaybin.c: emit warning if autovideosink
5733           and autoaudiosink can't be found (instead of segfaulting)
5734
5735 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5736
5737         * check/elements/audioconvert.c: (GST_START_TEST):
5738           try out 24 bit conversion
5739
5740 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5741
5742         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5743         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5744         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5745         * ext/vorbis/vorbisenc.h:
5746           Fix EOS handling.  Still needs a fix in the ogg muxer to
5747           mark the last page as eos.
5748
5749 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5750
5751         * common/gtk-doc-plugins.mak:
5752         * docs/plugins/Makefile.am:
5753         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5754         * gst/ffmpegcolorspace/Makefile.am:
5755         * gst/ffmpegcolorspace/avcodec.h:
5756         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5757         * gst/tcp/gstmultifdsink.c:
5758           fix up ffmpegcolorspace docs; extract header
5759
5760 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5761
5762         * common/gtk-doc-plugins.mak:
5763         * docs/plugins/Makefile.am:
5764         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5765         * ext/theora/Makefile.am:
5766         * ext/theora/gsttheoraenc.h:
5767         * ext/theora/theoraenc.c:
5768         * ext/vorbis/vorbisenc.c:
5769           pick up signals and args for vorbis; add some docs for vorbis
5770
5771 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5772
5773         * common/gstdoc-scangobj:
5774         * common/gtk-doc-plugins.mak:
5775         * docs/libs/Makefile.am:
5776         * docs/plugins/gst-plugins-base-plugins.args:
5777         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5778         * docs/plugins/gst-plugins-base-plugins.interfaces:
5779         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5780         * docs/plugins/gst-plugins-base-plugins.signals:
5781           only scanobj stuff from our source module.  Not sure yet
5782           if that's correct, given the hierarchy stuff :)
5783
5784 2005-09-15  Wim Taymans  <wim@fluendo.com>
5785
5786         * gst/audioconvert/gstaudioconvert.c:
5787         And enable 24 bits mode as well..
5788
5789 2005-09-15  Wim Taymans  <wim@fluendo.com>
5790
5791         * gst-libs/gst/rtp/Makefile.am:
5792         * gst-libs/gst/rtp/gstbasertppayload.c:
5793         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5794         (gst_basertppayload_class_init), (gst_basertppayload_init),
5795         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5796         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5797         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5798         (gst_basertppayload_set_property),
5799         (gst_basertppayload_get_property),
5800         (gst_basertppayload_change_state):
5801         * gst-libs/gst/rtp/gstbasertppayload.h:
5802         Added rtp payloader base class.
5803
5804 2005-09-15  Andy Wingo  <wingo@pobox.com>
5805
5806         * configure.ac (plugindir): Remove the EOL matcher from the
5807         regexp, as it causes me problems. Libtool? Make? Who knows?
5808
5809 2005-09-14  David Schleef  <ds@schleef.org>
5810
5811         * check/generic/states.c: 
5812         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5813         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5814           Fixes for changes in registry API.
5815
5816         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5817           to GST_PLUGIN_LDFLAGS.
5818         * ext/libvisual/visual.c: Make the library shut up.
5819         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5820         * gst-libs/gst/audio/gstaudiofilter.c: same
5821
5822 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5823
5824         * docs/plugins/Makefile.am:
5825         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5826         * docs/plugins/inspect/plugin-libvisual.xml:
5827         * docs/plugins/tmpl/element-tcpserversink.sgml:
5828         * ext/theora/theoraenc.c:
5829           add libvisual plugin and theoraenc element to docs
5830
5831 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5832
5833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5835         * ext/theora/theoraenc.c:
5836           add theoraenc
5837
5838 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5839
5840         * gst/audioconvert/Makefile.am:
5841           Audioconvert derives from GstBaseTransform and should
5842           link to the library with our base elements to avoid
5843           unresolved symbols. Makes things work with MinGW (#316160)
5844
5845         * gst/playback/test4.c: (main):
5846           Fix MinGW build problem and use g_usleep() instead of 
5847           sleep() (#316162)
5848
5849 2005-09-12  Wim Taymans  <wim@fluendo.com>
5850
5851         * gst/audioconvert/audioconvert.c: (float),
5852         (audio_convert_prepare_context), (audio_convert_convert):
5853         * gst/audioconvert/audioconvert.h:
5854         Cleanups, speedups, simplifications, added back support
5855         for 24 bits.
5856
5857 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5858
5859         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5861         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5862         * docs/plugins/tmpl/element-tcpserversink.sgml:
5863         * gst/ffmpegcolorspace/gstffmpeg.c:
5864         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5865         * gst/videotestsrc/gstvideotestsrc.c:
5866         * gst/volume/gstvolume.c:
5867           add more elements to the docs
5868
5869 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5870
5871         * check/Makefile.am:
5872         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5873         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5874           Add extra tests for basetransform based components. 
5875           Comment out the test_element_negotiation test until we decide
5876           if it's testing correct behaviour.
5877         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5878         (gst_visual_chain), (gst_visual_change_state):
5879           Slightly more correct but still bogus timestamping.
5880           Fix state change function.
5881         * gst/audioconvert/gstaudioconvert.c:
5882         (gst_audio_convert_class_init):
5883         * gst/audioresample/gstaudioresample.c:
5884         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5885         (gst_ffmpegcsp_class_init):
5886         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5887         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5888         (gst_videoscale_prepare_image):
5889         * gst/volume/gstvolume.c: (gst_volume_class_init),
5890         (volume_transform_ip):
5891           Basetransform updates. Enable passthrough modes.
5892         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5893         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5894         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5895           Negotiation fix that allows the window to return to the original
5896           size and renegotiate passthrough upstream. Extra debug output.
5897
5898 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5899
5900         * gst/sine/gstsinesrc.c:
5901         * gst/volume/gstvolume.c:
5902           fix up header include
5903
5904 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5905
5906         * gst-libs/gst/audio/gstbaseaudiosink.c:
5907         (gst_base_audio_sink_render):
5908         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5909         * gst/volume/gstvolume.c: (gst_volume_class_init),
5910         (volume_transform):
5911           fixing lost sync, some more debugging
5912
5913 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5914
5915         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5916         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5917         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5918         (gst_xvimagesink_check_xshm_calls):
5919           Fix compilation when XShm is not available.
5920
5921 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5922
5923         * ext/libvisual/visual.c: (gst_visual_dispose),
5924         (gst_visual_getcaps), (gst_visual_src_setcaps),
5925         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5926         (gst_visual_change_state):
5927           Finish fixing up libvisual plugin so that it runs. 
5928
5929 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5930
5931         * ext/vorbis/vorbisenc.c:
5932         * gst-libs/gst/tag/gstvorbistag.c:
5933           gsttaginterface.h -> gsttagsetter.h
5934
5935 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5936
5937         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5938           added another test that failes for me (test is not active by default)
5939
5940 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5941
5942         * configure.ac:
5943           v4l2 is no longer in gst-plugins-base
5944
5945 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5946
5947         * configure.ac:
5948           In the output at the end, don't show the first plugin on the same
5949           line as "Core plug-ins, always built:".
5950           Indent the output as for other plugin categories
5951         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5952           #define that can be used to not use peer buffer_alloc functions for
5953           test purposes.
5954         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5955         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5956         (gst_ximagesink_show_frame):
5957         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5958         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5959         (gst_xvimagesink_show_frame):
5960           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5961           fails gracefully instead of XError aborting or deadlocking.
5962
5963 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5964
5965         * ext/libvisual/Makefile.am:
5966           link against gst-base-libs
5967
5968 2005-09-06  David Schleef  <ds@schleef.org>
5969
5970         * configure.ac: Enable libvisual plugin.
5971         * ext/libvisual/Makefile.am:
5972         * ext/libvisual/visual.c: Fixes to make it compile.
5973
5974 === release 0.9.2 ===
5975
5976 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5977
5978         * NEWS:
5979         * RELEASE:
5980         * configure.ac:
5981         * docs/random/ChangeLog-0.8:
5982           releasing 0.9.2, "Spoon"
5983
5984 2005-09-05  Michael Smith <msmith@fluendo.com>
5985
5986         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5987           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5988           that in the vorbisenc element.
5989
5990 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5991
5992         * common/gtk-doc-plugins.mak:
5993         * docs/plugins/Makefile.am:
5994           fix distcheck
5995         * gst/audioresample/resample.c:
5996           fix wrong docstring
5997
5998 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5999
6000         * common/gst-xmlinspect.py:
6001         * common/gtk-doc-plugins.mak:
6002           only inspect plugins for this given package
6003           require gst-python 0.9
6004
6005 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6006
6007         * Makefile.am:
6008         * autogen.sh:
6009         * common/gst-xmlinspect.py:
6010         * configure.ac:
6011         * docs/Makefile.am:
6012         * docs/plugins/inspect/plugin-alsa.xml:
6013         * docs/plugins/inspect/plugin-audioresample.xml:
6014         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
6015         * docs/plugins/inspect/plugin-ogg.xml:
6016         * docs/plugins/tmpl/element-gnomevfssink.sgml:
6017         * docs/plugins/tmpl/element-multifdsink.sgml:
6018         * docs/plugins/tmpl/element-tcpserversink.sgml:
6019         * docs/plugins/tmpl/element-vorbisenc.sgml:
6020         * gst-plugins-base.spec.in:
6021           various doc-related updates
6022
6023 2005-08-31  Wim Taymans  <wim@fluendo.com>
6024
6025         * gst-libs/gst/audio/gstbaseaudiosink.c:
6026         (gst_base_audio_sink_render):
6027         Resync if the buffer timestamps drift more than a 10th 
6028         of a second.
6029
6030 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
6031
6032         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
6033         (gst_v4lsrc_get_property):
6034           The 'timestamp-offset' property is registered as an int64, so
6035           let's use g_value_{set|get}_int64() in our setter and getter
6036           functions (makes it work and fixes warnings with gst-inspect).
6037
6038 2005-08-30  Wim Taymans  <wim@fluendo.com>
6039
6040         * check/elements/audioconvert.c: (setup_audioconvert):
6041         * check/elements/audioresample.c: (setup_audioresample):
6042         * check/elements/volume.c: (setup_volume):
6043         Fix checks.
6044
6045 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6046
6047         * common/gtk-doc-plugins.mak:
6048         * common/plugins.xsl:
6049         * docs/plugins/Makefile.am:
6050           make module a param
6051
6052 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6053
6054         * examples/seeking/seek.c: (make_mp3_pipeline),
6055         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
6056         (play_cb), (pause_cb), (stop_cb):
6057           update the example
6058
6059 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
6060
6061         * gst/volume/gstvolume.c: (gst_volume_class_init),
6062         (volume_transform):
6063           do not update controlled params, if buffer has no timestamp
6064
6065 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6066
6067         * configure.ac:
6068         * gst/sine/Makefile.am:
6069         * gst/volume/Makefile.am:
6070           controllerized elements also need to link against controller-libs ;)
6071
6072 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6073
6074         * docs/libs/tmpl/gstcolorbalance.sgml:
6075         * docs/libs/tmpl/gstgconf.sgml:
6076         * docs/libs/tmpl/gstmixer.sgml:
6077         * docs/libs/tmpl/gstringbuffer.sgml:
6078         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6079         (gst_sinesrc_create):
6080         * gst/volume/gstvolume.c: (gst_volume_class_init),
6081         (volume_transform):
6082           controllerized two audio plugins
6083
6084 2005-08-29  Andy Wingo  <wingo@pobox.com>
6085
6086         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6087         (vorbis_handle_data_packet): Fix some int overflow errors.
6088
6089         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6090         -1.
6091         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6092         valid.
6093         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6094         if it's valid. Fixed streaming-mode playback.
6095
6096         * check/elements/volume.c (cleanup_volume): Fix for running
6097         CK_FORK=no.
6098
6099         * check/elements/audioconvert.c: Convert from native endian, not
6100         little endian.
6101
6102 2005-08-29  Michael Smith <msmith@fluendo.com>
6103
6104         * ext/ogg/Makefile.am:
6105         * ext/ogg/gstogg.c: (plugin_init):
6106         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6107         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6108         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6109         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6110         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6111         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6112         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6113         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6114         Add an ogg parser element.
6115
6116 2005-08-28  Andy Wingo  <wingo@pobox.com>
6117
6118         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6119
6120 2005-08-26  Wim Taymans  <wim@fluendo.com>
6121
6122         * gst/audioconvert/audioconvert.c: (if), (float),
6123         (audio_convert_get_func_index), (check_default),
6124         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6125         (audio_convert_clean_context), (audio_convert_get_sizes),
6126         (audio_convert_convert):
6127         Cleanups.
6128
6129 2005-08-26  Wim Taymans  <wim@fluendo.com>
6130
6131         * gst/audioconvert/audioconvert.c: (if), (float),
6132         (audio_convert_get_func_index), (check_default),
6133         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6134         (audio_convert_clean_context), (audio_convert_get_sizes),
6135         (audio_convert_convert):
6136         More elegant and working temp buffer selection algo.
6137
6138 2005-08-26  Wim Taymans  <wim@fluendo.com>
6139
6140         * gst/audioconvert/audioconvert.c: (if), (float),
6141         (audio_convert_get_func_index), (check_default),
6142         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6143         (audio_convert_clean_context), (audio_convert_get_sizes),
6144         (get_temp_buffer), (audio_convert_convert):
6145         Use realloc else we lose our original data.
6146
6147 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         * gst/audioresample/gstaudioresample.c:
6150           use base class' newsegment to properly timestamp
6151
6152 2005-08-26  Wim Taymans  <wim@fluendo.com>
6153
6154         * gst/audioconvert/audioconvert.c: (if), (float),
6155         (audio_convert_get_func_index), (check_default),
6156         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6157         (audio_convert_clean_context), (audio_convert_get_sizes),
6158         (get_temp_buffer), (audio_convert_convert):
6159         * gst/audioconvert/gstaudioconvert.c:
6160         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6161         (gst_audio_convert_transform_caps),
6162         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6163         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6164         Oops, allocate enough space to perform the channel mix.
6165
6166 2005-08-26  Wim Taymans  <wim@fluendo.com>
6167
6168         * gst/audioconvert/Makefile.am:
6169         * gst/audioconvert/audioconvert.c: (if), (float),
6170         (audio_convert_get_func_index), (check_default),
6171         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6172         (audio_convert_clean_context), (audio_convert_get_sizes),
6173         (get_temp_buffer), (audio_convert_convert):
6174         * gst/audioconvert/audioconvert.h:
6175         * gst/audioconvert/gstaudioconvert.c:
6176         (gst_audio_convert_class_init), (gst_audio_convert_init),
6177         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6178         (gst_audio_convert_get_unit_size),
6179         (gst_audio_convert_transform_caps),
6180         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6181         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6182         * gst/audioconvert/gstaudioconvert.h:
6183         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6184         (gst_channel_mix_fill_identical),
6185         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6186         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6187         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6188         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6189         (gst_channel_mix_mix):
6190         * gst/audioconvert/gstchannelmix.h:
6191         Cleanups, librarify a bit, optimize, better negotiation and more.
6192
6193 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6194
6195         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6196         Another from MikeS:
6197         During typefinding, don't support negative offsets
6198         (offsets from the end of the stream) in our typefind->peek() function
6199         - nothing embedded in ogg ever needs them. However, we need to recognise
6200         those requests and reject them, otherwise we return invalid pointers.
6201
6202 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6203
6204         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6205         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6206         (vorbisdec_finalize), (vorbis_handle_type_packet):
6207           Big shout-out to MikeS for fixing this giant memory leak.
6208           Huzzah!
6209
6210 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6211
6212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6213         (audio_convert_get_unit_size):
6214           plug some leaks
6215
6216 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6217
6218         * check/Makefile.am:
6219         * check/elements/audioconvert.c: (setup_audioconvert),
6220         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6221         (GST_START_TEST), (audioconvert_suite), (main):
6222           add a test for audioconvert
6223         * gst/audioresample/gstaudioresample.c:
6224         * gst/audioresample/gstaudioresample.h:
6225           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6226           note that for buffers of 1/3 sec this means DURATION(c) is 
6227           one nanosecond more than for a and b
6228
6229 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6230
6231         * check/Makefile.am:
6232         * check/elements/audioresample.c: (setup_audioresample),
6233         (cleanup_audioresample), (fail_unless_perfect_stream),
6234         (test_perfect_stream_instance), (GST_START_TEST),
6235           add a check for audioresample
6236         (audioresample_suite), (main):
6237         * check/elements/volume.c: (GST_START_TEST):
6238           remove unused method
6239         * gst/audioresample/gstaudioresample.c:
6240           set correct buffer parameters since we're changing them
6241         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6242           add some debug
6243
6244 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6245
6246         * gst/audioresample/debug.c:
6247         * gst/audioresample/gstaudioresample.c:
6248           add room for extra overlap samples when asked to transform size
6249           protect against possible mem corruption and check for discrepancies
6250           between written size and outbuffer's size so we can warn for
6251           potential problems
6252         * gst/audioresample/resample.c: (resample_init),
6253         (resample_get_output_size_for_input), (resample_get_output_size),
6254         (resample_set_n_channels), (resample_set_format):
6255           set debug level based on RESAMPLE_DEBUG env var
6256           make sure that get_output_size* returns a whole number of
6257           sample_size
6258           set sample_size each time either channel or format is set
6259         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6260         * gst/audioresample/resample_functable.c:
6261         (resample_scale_functable):
6262         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6263           remove r->sample_size, it's done in resample.c now
6264           add some debugging to the ref implementation
6265           make sure we only give back bytes that are wholes of the sample
6266           size
6267
6268 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6269         * gst/playback/gstplaybasebin.c: (fill_buffer):
6270         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6271
6272 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6273
6274         * gst/volume/gstvolume.c:
6275           made set_caps function static
6276
6277 2005-08-24  Wim Taymans  <wim@fluendo.com>
6278
6279         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6280         (gst_vorbisenc_change_state):
6281         Stop leaking taglists.
6282
6283 2005-08-24  Wim Taymans  <wim@fluendo.com>
6284
6285         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6286         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6287         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6288         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6289         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6290         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6291         Parse seeking events better.
6292         Unref static caps.
6293         Generate correct newsegment events, fixes seeking in live oggs.
6294
6295         * ext/theora/theoradec.c: (theora_dec_src_query),
6296         (theora_dec_src_event), (theora_dec_src_getcaps),
6297         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6298         Use newsegment values to report correct play time.
6299
6300         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6301         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6302         * ext/vorbis/vorbisdec.h:
6303         Parse and use newsegment values to report correct play time.
6304
6305         * gst-libs/gst/audio/gstbaseaudiosink.c:
6306         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6307         Clear ringbuffer on flush.
6308         Use newsegment values to calculate playback time.
6309
6310         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6311         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6312         Basesink does newsegment calculations for us now.
6313
6314 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6315
6316         * check/Makefile.am:
6317         * configure.ac:
6318           add core's plugins to the mix so that playbin works
6319         * check/generic/states.c: (GST_START_TEST):
6320           set a 0 timeout on pipelines, so they don't force the next
6321           state change
6322         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6323         (gst_play_base_bin_change_state):
6324           remove the crappy error handling and do GST error handling
6325
6326 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6327
6328         * check/Makefile.am:
6329         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6330           add same test as to core, it bitches out on playbin atm.
6331
6332 2005-08-24  Wim Taymans  <wim@fluendo.com>
6333
6334         * configure.ac:
6335         Remove audioscale.
6336
6337 2005-08-24  Wim Taymans  <wim@fluendo.com>
6338
6339         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6340         (gst_videoscale_prepare_size), (parse_caps),
6341         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6342         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6343         (gst_videoscale_transform):
6344         * gst/videoscale/gstvideoscale.h:
6345         Refactor, make use of BaseTranform really well.
6346
6347 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6348
6349         * configure.ac:
6350           compile audioresample
6351         * gst/audioresample/Makefile.am:
6352         * gst/audioresample/buffer.c:
6353         * gst/audioresample/functable.c:
6354         * gst/audioresample/gstaudioresample.c:
6355         * gst/audioresample/gstaudioresample.h:
6356         * gst/audioresample/resample.c:
6357         (resample_get_output_size_for_input):
6358         * gst/audioresample/resample.h:
6359         * gst/audioresample/resample_chunk.c:
6360         * gst/audioresample/resample_functable.c:
6361         * gst/audioresample/resample_ref.c:
6362           port to use basetransform; doesn't work in all cases yet
6363
6364 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6365
6366         * gst/audioconvert/gstaudioconvert.c:
6367         (gst_audio_convert_class_init), (gst_audio_convert_init),
6368         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6369         (audio_convert_fixate_caps), (audio_convert_set_caps),
6370         (audio_convert_transform),
6371         (gst_audio_convert_buffer_to_default_format),
6372         (gst_audio_convert_buffer_from_default_format),
6373         (gst_audio_convert_channels):
6374         * gst/audioconvert/gstchannelmix.c:
6375         * gst/audioconvert/gstchannelmix.h:
6376           port to basetransform
6377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6378         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6379         (gst_ffmpegcsp_get_unit_size):
6380         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6381         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6382           fix for basetransform changes
6383
6384 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6385
6386         * check/Makefile.am:
6387           Add CHECK_CFLAGS and LDFLAGS
6388
6389         * gst/playback/gstplaybasebin.c: (fill_buffer):
6390           GST_MESSAGE_SRC became a GObject
6391
6392 2005-08-24  Wim Taymans  <wim@fluendo.com>
6393
6394         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6395         (gst_ring_buffer_clear_all):
6396         * gst-libs/gst/audio/gstringbuffer.h:
6397         Added function to clear the ringbuffer.
6398
6399 2005-08-24  Andy Wingo  <wingo@pobox.com>
6400
6401         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6402         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6403         of _open and _close.
6404
6405         * sys/v4l/gstv4lxoverlay.h:
6406         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6407         an Xv connection here, instead of all the time. Make Xv only be
6408         loaded if you axe for it. Kindof a workaround for buggy behaviour
6409         of Xv when using remote xservers (XvQueryExtension would block).
6410         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6411         replace the _open and _close public API. Only start the xv
6412         connection if necessary.
6413         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6414
6415 2005-08-23  David Schleef  <ds@schleef.org>
6416
6417         * gst/audioresample/Makefile.am: Leet audioresampling code
6418         * gst/audioresample/buffer.c:
6419         * gst/audioresample/buffer.h:
6420         * gst/audioresample/debug.c:
6421         * gst/audioresample/debug.h:
6422         * gst/audioresample/functable.c:
6423         * gst/audioresample/functable.h:
6424         * gst/audioresample/gstaudioresample.c:
6425         * gst/audioresample/gstaudioresample.h:
6426         * gst/audioresample/resample.c:
6427         * gst/audioresample/resample.h:
6428         * gst/audioresample/resample_chunk.c:
6429         * gst/audioresample/resample_functable.c:
6430         * gst/audioresample/resample_ref.c:
6431
6432 2005-08-23  Wim Taymans  <wim@fluendo.com>
6433
6434         * examples/seeking/seek.c: (make_vorbis_pipeline),
6435         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6436         Small seek updates.
6437
6438 2005-08-23  Andy Wingo  <wingo@pobox.com>
6439
6440         * gst-libs/gst/audio/gstbaseaudiosrc.c
6441         (gst_base_audio_src_fixate): Only fixate endianness if it is
6442         present in the caps.
6443
6444 2005-08-22  Andy Wingo  <wingo@pobox.com>
6445
6446         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6447         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6448         device-name property.
6449
6450         * gst-libs/gst/audio/gstaudiosrc.h:
6451         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6452         close_device in the ring buffer, like gstaudiosink.
6453
6454         * ext/alsa/gstalsamixer.h:
6455         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6456         macro to implement the interface without much code. Cleanups. 
6457
6458         * ext/alsa/gstalsasrc.h:
6459         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6460         READY.
6461
6462         * ext/alsa/Makefile.am: Add new files.
6463         * ext/alsa/gstalsamixerelement.c: 
6464         * ext/alsa/gstalsamixerelement.c: Split element code out from
6465         mixer code so that alsasrc can be a mixer too.
6466
6467 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6468
6469         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6470         (GST_START_TEST):
6471         * check/elements/vorbisdec.c: (setup_vorbisdec),
6472         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6474         (vorbis_handle_identification_packet),
6475         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6476         (vorbis_handle_header_packet), (vorbis_dec_push),
6477         (vorbis_dec_chain):
6478           use the setup/teardown methods to save code.  save code is good.
6479
6480 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6481
6482         * check/Makefile.am:
6483           add ext dir for plugins
6484           add vorbisdec test conditionally
6485         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6486         (GST_START_TEST), (volume_suite):
6487           add a test with wrong caps
6488         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6489         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6490           add a vorbisdec test
6491         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6492         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6493           clean up debug output
6494         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6495           yay, fix a segfault/security issue in vorbisdec
6496           gst-launch fakesrc ! vorbisdec wasn't happy
6497         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6498         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6499         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6500         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6501         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6502         (gst_vorbisenc_set_metadata), (get_constraints_string),
6503         (update_start_message), (gst_vorbisenc_setup),
6504         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6505         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6506         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6507         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6508         * ext/vorbis/vorbisenc.h:
6509           march in line
6510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6511         (gst_ffmpegcsp_transform):
6512           have the kow come home
6513         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6514           debug my func ptr
6515         * gst/volume/gstvolume.c: (volume_set_caps):
6516           add a debug
6517
6518 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6519
6520         * Makefile.am:
6521         * check/.cvsignore:
6522         * check/Makefile.am:
6523         * check/elements/.cvsignore:
6524         * check/elements/volume.c: (chain_func), (event_func),
6525         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6526         (main):
6527         * configure.ac:
6528           add unit test structure for gst-plugins-base
6529           add a test for volume
6530         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6531         (gst_volume_set_volume), (gst_volume_get_volume),
6532         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6533         (volume_funcfind), (volume_process_float), (volume_process_int16),
6534         (volume_set_caps), (volume_transform), (volume_update_mute),
6535         (volume_update_volume), (volume_set_property),
6536         (volume_get_property):
6537           document a little; use basetransform vmethod _set_caps
6538
6539 2005-08-19  Andy Wingo  <wingo@pobox.com>
6540
6541         * ext/alsa/gstalsamixertrack.h:
6542         * ext/alsa/gstalsamixertrack.c:
6543         * ext/alsa/gstalsamixeroptions.h:
6544         * ext/alsa/gstalsamixeroptions.c:
6545         * ext/alsa/gstalsamixer.h:
6546         * ext/alsa/gstalsamixer.c: Port to 0.9.
6547
6548         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6549         Remove gstalsa.c and alsaclock. No more cruft here.
6550         
6551 2005-08-18  Wim Taymans  <wim@fluendo.com>
6552
6553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6554         (gst_base_rtp_depayload_chain),
6555         (gst_base_rtp_depayload_add_to_queue),
6556         (gst_base_rtp_depayload_push),
6557         (gst_base_rtp_depayload_queue_release):
6558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6559         Fix for RTPBuffer changes.
6560
6561         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6562         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6563         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6564         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6565         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6566         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6567         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6568         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6569         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6570         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6571         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6572         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6573         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6574         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6575         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6576         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6577         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6578         (gst_rtpbuffer_get_payload):
6579         * gst-libs/gst/rtp/gstrtpbuffer.h:
6580         Don't subclass GstBuffer but add methods and helper functions
6581         to construct and manipulate RTP packets in regular GstBuffers.
6582
6583 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6584
6585         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6586           moved statement below switch
6587         * gst/volume/gstvolume.c: (gst_volume_class_init):
6588           added debug ptr
6589
6590 2005-08-16  Wim Taymans  <wim@fluendo.com>
6591
6592         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6593         (gst_base_audio_src_change_state):
6594         Open and close device in READY<->NULL state change.
6595
6596 2005-08-16  Andy Wingo  <wingo@pobox.com>
6597
6598         * examples/seeking/Makefile.am: Don't compile non-compiling
6599         compiled objects with the compiler.
6600
6601         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6602         elements.
6603
6604 2005-08-12  Philippe Khalaf <burger@speedy.org>
6605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6606         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6607           Made a thread to release the queue.
6608           Removed timestamp conversion for now.
6609
6610 2005-08-10  Philippe Khalaf <burger@speedy.org>
6611         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6612         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6613           Added rtp timestamp -> gst timestamp conversion.
6614           Fixed several problems with queue.
6615
6616 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6617
6618         * gst-libs/gst/audio/gstaudioclock.h:
6619         * gst-libs/gst/audio/gstaudiofilter.h:
6620         * gst-libs/gst/audio/gstaudiosink.h:
6621         * gst-libs/gst/audio/gstaudiosrc.h:
6622         * gst-libs/gst/audio/gstbaseaudiosink.h:
6623         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6624         * gst-libs/gst/audio/gstringbuffer.h:
6625         * gst-libs/gst/net/gstnetbuffer.h:
6626         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6627         * gst-libs/gst/rtp/gstrtpbuffer.h:
6628           Add padding (you will need to rebuild gst-plugins-base,
6629           gst-plugins and all applications afterwards!)
6630
6631 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6632
6633         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6634         (gst_riff_parse_chunk):
6635           Fix bug in debug message and add some more debug messages.
6636
6637 2005-08-08  Edward Hervey  <edward@fluendo.com>
6638
6639         * gst-libs/gst/riff/riff-media.c:
6640         backported updates since branch
6641
6642 2005-08-08  Andy Wingo  <wingo@pobox.com>
6643
6644         * gst-libs/gst/audio/gstbaseaudiosink.c
6645         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6646         like good elements should. Close on READY->NULL too.
6647
6648         * gst-libs/gst/audio/gstaudiosink.c
6649         (gst_audioringbuffer_open_device,
6650         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6651         (gst_audioringbuffer_release): Updates for new ring buffer API,
6652         hook into the new audio sink api.
6653
6654         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6655         (GstAudioSinkClass.close): Just open and close the device -- no
6656         resource allocation or configuration.
6657         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6658         vmethods, handle device setup and resource allocation.
6659
6660         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6661         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6662         base class API.
6663
6664         * gst-libs/gst/audio/gstringbuffer.h
6665         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6666         New vmethods.
6667
6668         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6669         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6670         New API functions. The device should be opened before acquiring
6671         and closed after releasing.
6672
6673 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6674
6675         * gst-libs/gst/interfaces/mixer.h:
6676           Reset padding to GST_PADDING.
6677
6678 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * gst/playback/gstplaybin.c: (remove_sinks):
6681           Remove visualization from parent explicitely; works around some
6682           apparent refcount issue that I haven't tracked down yet.
6683
6684 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6685
6686         * ext/alsa/gstalsasink.c: (set_hwparams):
6687           Assign debug category, add negotiation debug msgs.
6688
6689 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6692           Fix error code for file-not-found to NOT_FOUND.
6693
6694 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6695
6696         * common/gtk-doc-plugins.mak:
6697         * docs/plugins/Makefile.am:
6698         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6699         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6700           renamed to actual element names, so much nicer to look at
6701         * docs/plugins/tmpl/gstmultifdsink.sgml:
6702           remove
6703         * docs/plugins/tmpl/multifdsink.sgml:
6704         * docs/plugins/tmpl/tcpserversink.sgml:
6705           add
6706         * ext/alsa/gstalsa.c:
6707         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6708         * ext/ogg/gstoggmux.c:
6709         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6710         * gst/playback/gstdecodebin.c:
6711         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6712         * gst/tcp/gsttcpserversink.c:
6713           various fixes and documentation additions
6714
6715 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6716
6717         * common/Makefile.am:
6718         * common/gstdoc-scangobj:
6719         * common/gtk-doc-plugins.mak:
6720         * common/gtk-doc.mak:
6721           add a custom scangobj that uses the registry
6722           add a custom gtk-doc-plugins.mak that uses it
6723           some doc build fixes
6724         * configure.ac:
6725         * docs/Makefile.am:
6726         * docs/plugins/Makefile.am:
6727         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6728         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6729         * docs/plugins/gst-plugins-base-plugins.types:
6730         * docs/plugins/tmpl/gstmultifdsink.sgml:
6731           add docs for one element, multifdsink
6732         * gst/adder/gstadder.h:
6733         * gst/volume/gstvolume.h:
6734           don't privatize enum
6735         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6736         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6737         (gst_sync_method_get_type), (gst_client_status_get_type),
6738         (gst_multifdsink_class_init),
6739         (gst_multifdsink_client_queue_buffer),
6740         (gst_multifdsink_handle_client_write):
6741         * gst/tcp/gstmultifdsink.h:
6742         * gst/tcp/gsttcp.h:
6743         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6744         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6745         (gst_tcpclientsink_render):
6746         * gst/tcp/gsttcpclientsink.h:
6747         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6748         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6749         (gst_tcpclientsrc_start):
6750         * gst/tcp/gsttcpclientsrc.h:
6751         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6752         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6753         * gst/tcp/gsttcpserversrc.h:
6754         * gst/typefind/gsttypefindfunctions.c:
6755           remove superfluous Type stuff
6756
6757 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6758
6759         * gst/playback/gstplaybin.c: (gen_video_element):
6760           Enable videoscale.
6761
6762 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6763
6764         * gst-libs/gst/gconf/gconf.c:
6765         * gst-libs/gst/gconf/gconf.h:
6766           Fix some Andy Problem [tm].
6767
6768 2005-08-04  Andy Wingo  <wingo@pobox.com>
6769
6770         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6772         (gst_ffmpegcsp_get_size): Adapt to API changes.
6773
6774         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6775         Implement an in-place do-nothing transform.
6776
6777 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6778
6779         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6780         (gst_ximagesink_renegotiate_size):
6781           Do not set new window sizes yet if we prepare a new buffer size
6782           for upstream renegotiation (software scaling) at some point in the
6783           future, because this new size waqs not actually accepted yet. Once
6784           accepted, renegotiation later on will set the new sizes just fine.
6785           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6786           embedding testcase.
6787
6788 2005-08-03  Andy Wingo  <wingo@pobox.com>
6789
6790         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6791         (gst_ximagesink_buffer_alloc): 
6792         Protect the height, width, and desired_caps with the pool_lock.
6793         Fixes videotestsrc ! queue ! ximagesink.
6794
6795 2005-08-02  Edward Hervey  <edward@fluendo.com>
6796
6797         * gst/volume/gstvolume.c:
6798         include left from controller cleanup
6799
6800 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6801         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6802           Stop collectpads before calling the parent state
6803           change function on PAUSED->READY.
6804
6805 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6806         * configure.ac:
6807           When testing for X libs, use the X CFlags 
6808         * gst/adder/gstadder.c: (gst_adder_change_state):
6809           Stop the collectpads before calling parent state change function
6810           on PAUSED->READY, otherwise we deadlock deactivating pads.
6811
6812 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6813
6814         * configure.ac:
6815         * docs/libs/tmpl/gstcolorbalance.sgml:
6816         * docs/libs/tmpl/gstmixer.sgml:
6817         * examples/Makefile.am:
6818         * gst/sine/Makefile.am:
6819         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6820         (gst_sinesrc_set_property), (plugin_init):
6821         * gst/sine/gstsinesrc.h:
6822         * gst/volume/Makefile.am:
6823         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6824         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6825         (volume_process_float), (volume_process_int16),
6826         (volume_set_property), (plugin_init):
6827         * gst/volume/gstvolume.h:
6828           deactivate and remove dparams (libgstcontrol)
6829
6830 2005-07-29  Wim Taymans  <wim@fluendo.com>
6831
6832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6833         Convert me to BaseTransform!! help..
6834
6835 2005-07-29  Andy Wingo  <wingo@pobox.com>
6836
6837         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6838         sinks.
6839
6840         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6841         support of both endiannesses.
6842
6843 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6844
6845         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6846           Fix confusing debug message (s/event/query/)
6847
6848 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6849
6850         * gst/videotestsrc/videotestsrc.h:
6851           Use "_stdint.h" instead of <stdint.h>
6852
6853 2005-07-27  Wim Taymans  <wim@fluendo.com>
6854
6855         * ext/vorbis/Makefile.am:
6856         Revert wrong commit.
6857
6858 2005-07-27  Wim Taymans  <wim@fluendo.com>
6859
6860         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6861         More compilation fixen.
6862
6863 2005-07-27  Wim Taymans  <wim@fluendo.com>
6864
6865         * gst-libs/gst/audio/gstbaseaudiosink.c:
6866         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6867         (gst_base_audio_sink_create_ringbuffer),
6868         (gst_base_audio_sink_change_state):
6869         Fix compilation.
6870
6871 2005-07-27  Wim Taymans  <wim@fluendo.com>
6872
6873         * examples/seeking/seek.c: (setup_dynamic_link),
6874         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6875         (query_positions_elems), (query_positions_pads), (do_seek):
6876         Update seek example.
6877
6878         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6879         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6880         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6881         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6882         (gst_ogg_demux_handle_event),
6883         (gst_ogg_demux_deactivate_current_chain),
6884         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6885         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6886         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6887         (gst_ogg_demux_loop):
6888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6889         * ext/theora/theoradec.c: (theora_dec_src_event),
6890         (theora_dec_src_getcaps), (theora_dec_sink_event),
6891         (theora_dec_push), (theora_dec_chain):
6892         * ext/vorbis/Makefile.am:
6893         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6894         (vorbis_dec_sink_event), (vorbis_dec_push),
6895         (vorbis_handle_data_packet):
6896         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6897         (gst_vorbisenc_chain):
6898         * gst/playback/gststreaminfo.c: (cb_probe):
6899         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6900         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6901         * gst/videoscale/gstvideoscale.c:
6902         (gst_videoscale_handle_src_event):
6903         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6904         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6905         (gst_ximagesink_navigation_send_event):
6906         * sys/xvimage/xvimagesink.c:
6907         (gst_xvimagesink_navigation_send_event):
6908         Various event updates and cleanups
6909
6910 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6911
6912         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6913           Fix segfault for I420/YV12.
6914
6915 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6916
6917         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6918           Report bitrate.
6919
6920 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6921
6922         * gst/playback/gstplaybin.c: (gen_video_element),
6923         (gen_audio_element):
6924           Switch to auto*sink elements as default sinks; add volume element
6925           so that volume control in totem works.
6926
6927 2005-07-21  Wim Taymans  <wim@fluendo.com>
6928
6929         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6930         * gst/playback/gstplaybin.c: (setup_sinks),
6931         (gst_play_bin_change_state):
6932         Refcount fix and more comments.
6933
6934 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6935
6936         * sys/ximage/Makefile.am:
6937         * sys/ximage/ximage.c: (plugin_init):
6938         * sys/ximage/ximagesink.c:
6939         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6940         
6941
6942 2005-07-21  Wim Taymans  <wim@fluendo.com>
6943
6944         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6945         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6946         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6947         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6948         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6949         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6950         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6951         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6952         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6953         Generate correct disconts for live chained oggs.
6954
6955         * gst-libs/gst/audio/gstbaseaudiosink.c:
6956         (gst_base_audio_sink_render),
6957         (gst_base_audio_sink_create_ringbuffer),
6958         (gst_base_audio_sink_change_state):
6959         Handle discont math correctly.
6960
6961         * gst/playback/gstplaybin.c: (add_sink):
6962         Some small debug cleanup.
6963
6964 2005-07-21  Wim Taymans  <wim@fluendo.com>
6965
6966         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6967         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6968         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6969         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6970         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6971         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6972         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6973         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6974         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6975         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6976         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6977         (gst_ogg_demux_change_state), (gst_ogg_print):
6978         Reorganize code to send the right disconts when in streaming
6979         mode.
6980
6981 2005-07-20  Andy Wingo  <wingo@pobox.com>
6982
6983         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6984         fix (?), fixes a seggie mcfalterson (#310894).
6985
6986 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6987
6988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6989         (gst_ogg_mux_set_header_on_caps):
6990         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6991         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6992         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6993         * gst-libs/gst/audio/multichannel.c:
6994         (gst_audio_set_channel_positions),
6995         (gst_audio_set_structure_channel_positions_list):
6996         * gst/playback/gstdecodebin.c: (dynamic_create):
6997         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6998         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6999           Fixes for API changes in core.
7000
7001 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7002
7003         * gst/playback/gstplaybasebin.c: (fill_buffer):
7004           Use _new_custom() so we can set custom message types for buffering
7005           messages.
7006
7007 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7008
7009         * configure.ac:
7010         * gst-libs/gst/Makefile.am:
7011         * gst-libs/gst/gconf/.cvsignore:
7012         * gst-libs/gst/gconf/Makefile.am:
7013         * gst-libs/gst/gconf/test-gconf.c:
7014         * pkgconfig/Makefile.am:
7015         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7016         * pkgconfig/gstreamer-gconf.pc.in:
7017           Remove gconf stuff, use gconf elements instead from now on.
7018
7019 2005-07-20  Wim Taymans  <wim@fluendo.com>
7020
7021         * gst-libs/gst/audio/TODO:
7022         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
7023         (gst_audio_clock_get_internal_time):
7024         * gst-libs/gst/audio/gstaudioclock.h:
7025         * gst-libs/gst/audio/gstbaseaudiosink.c:
7026         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7027         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
7028         (gst_base_audio_sink_render),
7029         (gst_base_audio_sink_create_ringbuffer),
7030         (gst_base_audio_sink_change_state):
7031         Make sure the audio clock always returns an increasing value.
7032
7033 2005-07-19  Andy Wingo  <wingo@pobox.com>
7034
7035         * gst/videotestsrc/: Cleanups.
7036
7037 2005-07-19  Wim Taymans  <wim@fluendo.com>
7038
7039         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
7040         Better debugging.
7041
7042 2005-07-19  Wim Taymans  <wim@fluendo.com>
7043
7044         * examples/seeking/seek.c: (make_dv_pipeline),
7045         (make_vorbis_theora_pipeline), (query_rates),
7046         (query_positions_elems), (query_positions_pads), (do_seek):
7047         Make correct DV pipeline.
7048
7049 2005-07-18  Andy Wingo  <wingo@pobox.com>
7050
7051         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
7052         default. Also because it's the only thing that really works. (This
7053         is used in the GConf elements).
7054         Use AS_LIBTOOL_TAGS.
7055
7056 2005-07-18  Wim Taymans  <wim@fluendo.com>
7057
7058         * gst/playback/gstdecodebin.c: (remove_element_chain):
7059         * gst/playback/gstplaybin.c: (add_sink):
7060         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7061         (gst_stream_info_set_mute):
7062         * gst/playback/gststreamselector.c:
7063         (gst_stream_selector_get_linked_pad),
7064         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
7065         More leak and compile fixes.
7066
7067 2005-07-18  Wim Taymans  <wim@fluendo.com>
7068
7069         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7070         (query_rates), (query_positions_elems), (query_positions_pads),
7071         (do_seek), (seek_cb), (stop_seek):
7072         Updated seek example. 
7073
7074         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7075         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7076         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7077         * gst/playback/gstplaybin.c: (add_sink):
7078         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7079         (gst_stream_info_set_mute):
7080         Some refcount leak fixes.
7081
7082 2005-07-16  Wim Taymans  <wim@fluendo.com>
7083
7084         * gst-libs/gst/audio/gstbaseaudiosink.c:
7085         (gst_base_audio_sink_render):
7086         Align samples even if we have roundoff errors in the 
7087         timestamp conversion.
7088
7089 2005-07-16  Wim Taymans  <wim@fluendo.com>
7090
7091         * docs/libs/tmpl/gstringbuffer.sgml:
7092         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7093         (query_rates), (query_positions_elems), (query_positions_pads),
7094         (update_scale), (do_seek):
7095         Updated seek example.
7096
7097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7098         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7099         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7100         (gst_ogg_demux_loop):
7101         Push out correct discont values.
7102
7103         * ext/theora/theoradec.c: (theora_dec_src_convert),
7104         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7105         (theora_dec_sink_event), (theora_handle_type_packet),
7106         (theora_handle_header_packet), (theora_dec_push),
7107         (theora_handle_data_packet), (theora_dec_chain),
7108         (theora_dec_change_state):
7109         Better timestamping.
7110
7111         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7112         (vorbis_dec_sink_event), (vorbis_dec_push),
7113         (vorbis_handle_data_packet), (vorbis_dec_chain):
7114         * ext/vorbis/vorbisdec.h:
7115         Better timestamping.
7116
7117         * gst-libs/gst/audio/gstbaseaudiosink.c:
7118         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7119         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7120         Handle syncing on timestamps instead of sample offsets. Make
7121         use of DISCONT values as described in design docs.
7122
7123         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7124         (gst_base_audio_src_get_time):
7125         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7126         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7127         (gst_ring_buffer_read):
7128         * gst-libs/gst/audio/gstringbuffer.h:
7129         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7130         (gst_ximagesink_show_frame):
7131         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7132         Correcly convert buffer timestamp to stream time.
7133
7134 2005-07-16  Wim Taymans  <wim@fluendo.com>
7135
7136         * gst/audioconvert/gstaudioconvert.c:
7137         (gst_audio_convert_get_buffer):
7138         Timestamp buffers correctly.
7139
7140         * gst/playback/gstplaybin.c: (gen_video_element):
7141         Make internal fakesink silent.
7142
7143 2005-07-15  Wim Taymans  <wim@fluendo.com>
7144
7145         * gst/ffmpegcolorspace/Makefile.am:
7146         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7147         (gst_ffmpegcsp_caps_remove_format_info),
7148         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7149         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7150         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7151         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7152         Ported ffmpegcolorspace to basetransform.
7153
7154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7155         * gst/volume/gstvolume.c: (volume_transform):
7156         Ported to new API.
7157
7158 2005-07-14  Wim Taymans  <wim@fluendo.com>
7159
7160         * gst/videotestsrc/Makefile.am:
7161         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7162         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7163         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7164         (gst_videotestsrc_init), (gst_videotestsrc_event),
7165         (gst_videotestsrc_create), (gst_videotestsrc_start),
7166         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7167         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7168         (gst_videotestsrc_get_property):
7169         * gst/videotestsrc/gstvideotestsrc.h:
7170         Make videotestsrc a pushsrc.
7171
7172 2005-07-14  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst/tcp/gstfdset.c: (gst_fdset_free):
7175         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7176         (gst_multifdsink_add), (gst_multifdsink_remove),
7177         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7178         (gst_multifdsink_remove_client_link),
7179         (gst_multifdsink_client_queue_data),
7180         (gst_multifdsink_client_queue_caps),
7181         (gst_multifdsink_client_queue_buffer),
7182         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7183         (gst_multifdsink_stop):
7184         * gst/tcp/gstmultifdsink.h:
7185         0.8 backporting.
7186
7187         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7188         Also draw image when not from a pool.
7189
7190 2005-07-14  Wim Taymans  <wim@fluendo.com>
7191
7192         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7193         (mute_stream), (silence_stream):
7194         Small debug additions.
7195
7196 2005-07-14  Wim Taymans  <wim@fluendo.com>
7197
7198         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7199         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7200         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7201         Better error recovery, ignore unconnected pads and
7202         non-fatal errors.
7203
7204 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7205
7206         * docs/libs/tmpl/gstaudio.sgml:
7207         * docs/libs/tmpl/gstcolorbalance.sgml:
7208         * docs/libs/tmpl/gstgconf.sgml:
7209         * docs/libs/tmpl/gstmixer.sgml:
7210         * docs/libs/tmpl/gstringbuffer.sgml:
7211         * docs/libs/tmpl/gsttuner.sgml:
7212         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7213         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7214         (gst_tcpclientsrc_class_init):
7215         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7216         (gst_tcpserversrc_class_init):
7217         * sys/v4l/gstv4lelement.c:
7218           more autistic cleanliness in functions/names/defines
7219
7220 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7221
7222         * configure.ac:
7223           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7224           added manually to each Makefile.am so we are sure it goes
7225           *last* and doesn't add -L flags before linking in libs of our
7226           own, like, say, internal .la libs, that then accidentally pick
7227           up the installed copy.
7228         * docs/libs/Makefile.am:
7229         * ext/alsa/Makefile.am:
7230         * ext/cdparanoia/Makefile.am:
7231         * ext/gnomevfs/Makefile.am:
7232         * ext/libvisual/Makefile.am:
7233         * ext/ogg/Makefile.am:
7234         * ext/theora/Makefile.am:
7235         * ext/vorbis/Makefile.am:
7236         * gst-libs/gst/video/Makefile.am:
7237         * gst/adder/Makefile.am:
7238         * gst/audioconvert/Makefile.am:
7239         * gst/audiorate/Makefile.am:
7240         * gst/audioscale/Makefile.am:
7241         * gst/ffmpegcolorspace/Makefile.am:
7242         * gst/playback/Makefile.am:
7243         * gst/sine/Makefile.am:
7244         * gst/subparse/Makefile.am:
7245         * gst/tags/Makefile.am:
7246         * gst/tcp/Makefile.am:
7247         * gst/typefind/Makefile.am:
7248         * gst/videorate/Makefile.am:
7249         * gst/videoscale/Makefile.am:
7250         * gst/videotestsrc/Makefile.am:
7251         * gst/volume/Makefile.am:
7252         * sys/v4l/Makefile.am:
7253         * sys/ximage/Makefile.am:
7254         * sys/xvimage/Makefile.am:
7255           adapt properly to this change. This should make sure that
7256           plugins and libs properly link to the as-yet-uninstalled
7257           copies of stuff like libgstinterfaces and libgstvideo
7258
7259 2005-07-13  Andy Wingo  <wingo@pobox.com>
7260
7261         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7262         (gst_v4lsrc_fixate): Fixate on format as well.
7263
7264         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7265         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7266         buffer points to it.
7267         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7268         rather just doing X calls ourselves. Also fixes a memleak.
7269
7270 2005-07-12  Andy Wingo  <wingo@pobox.com>
7271
7272         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7273         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7274         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7275         TRUE to avoid deadlocks if an element holds on to our buffers.
7276
7277 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7278
7279         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7280         (gst_sinesrc_init), (gst_sinesrc_create),
7281         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7282         (gst_sinesrc_start):
7283         * gst/sine/gstsinesrc.h:
7284           removing num-buffers property before moving it
7285
7286 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7287
7288         * configure.ac:
7289           use overridable ERROR_CFLAGS
7290         * docs/libs/gst-plugins-base-libs.types:
7291         * docs/libs/tmpl/gstringbuffer.sgml:
7292         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7293         (gst_alsasink_class_init):
7294         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7295         (gst_alsasrc_class_init):
7296         * gst-libs/gst/audio/audio.h:
7297         * gst-libs/gst/audio/gstaudioclock.h:
7298         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7299         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7300         (gst_audio_filter_link), (gst_audio_filter_init),
7301         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7302         (gst_audio_filter_get_property),
7303         (gst_audio_filter_class_add_pad_templates):
7304         * gst-libs/gst/audio/gstaudiofilter.h:
7305         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7306         (gst_audio_filter_template_get_type),
7307         (gst_audio_filter_template_base_init),
7308         (gst_audio_filter_template_class_init),
7309         (gst_audio_filter_template_init),
7310         (gst_audio_filter_template_set_property),
7311         (gst_audio_filter_template_get_property), (plugin_init),
7312         (gst_audio_filter_template_setup),
7313         (gst_audio_filter_template_filter),
7314         (gst_audio_filter_template_filter_inplace):
7315         * gst-libs/gst/audio/gstaudiosink.c:
7316         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7317         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7318         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7319         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7320         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7321         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7322         * gst-libs/gst/audio/gstaudiosink.h:
7323         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7324         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7325         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7326         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7327         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7328         (gst_audio_src_class_init), (gst_audio_src_init),
7329         (gst_audio_src_create_ringbuffer):
7330         * gst-libs/gst/audio/gstaudiosrc.h:
7331         * gst-libs/gst/audio/gstbaseaudiosink.c:
7332         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7333         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7334         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7335         (gst_base_audio_sink_set_property),
7336         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7337         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7338         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7339         (gst_base_audio_sink_create_ringbuffer),
7340         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7341         * gst-libs/gst/audio/gstbaseaudiosink.h:
7342         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7343         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7344         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7345         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7346         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7347         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7348         (gst_base_audio_src_event), (gst_base_audio_src_create),
7349         (gst_base_audio_src_create_ringbuffer),
7350         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7353         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7354         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7355         (gst_ring_buffer_debug_spec_caps),
7356         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7357         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7358         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7359         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7360         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7361         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7362         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7363         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7364         (gst_ring_buffer_clear):
7365         * gst-libs/gst/audio/gstringbuffer.h:
7366         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7367         (gst_video_sink_class_init), (gst_video_sink_get_type):
7368         * gst-libs/gst/video/videosink.h:
7369         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7370         (gst_multifdsink_class_init),
7371         (gst_multifdsink_handle_client_write),
7372         (gst_multifdsink_change_state):
7373         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7374         (gst_tcpclientsink_setcaps):
7375         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7376         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7377         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7378         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7379         (gst_ximagesink_send_pending_navigation),
7380         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7381         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7383         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7384         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7385         (gst_xvimagesink_send_pending_navigation),
7386         (gst_xvimagesink_navigation_send_event),
7387         (gst_xvimagesink_set_xwindow_id),
7388         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7389         (gst_xvimagesink_get_type):
7390         more macro splitting
7391
7392 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7393
7394         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7395           plug a memleak, allows me to import 1479 albums in one go
7396           in jamboree
7397         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7398         (vorbis_handle_type_packet), (vorbis_dec_chain),
7399         (vorbis_dec_change_state):
7400           fix some format strings
7401
7402 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7403
7404         * docs/libs/tmpl/gstcolorbalance.sgml:
7405         * docs/libs/tmpl/gstmixer.sgml:
7406         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7407         (gst_alsasink_set_property), (gst_alsasink_get_property):
7408         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7409         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7410           add device property
7411
7412 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7413
7414         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7415         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7416         (audiocast_register_listener), (audiocast_thread_run),
7417         (gst_gnomevfssrc_send_additional_headers_callback),
7418         (gst_gnomevfssrc_received_headers_callback),
7419         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7420         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7421         (gst_gnomevfssrc_get_size):
7422           add/clean up debugging
7423         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7424           cleanups
7425
7426 2005-07-07  Andy Wingo  <wingo@pobox.com>
7427
7428         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7429         framerate. Need to get a handle on when exactly this function is
7430         called, tho.
7431
7432         * sys/v4l/v4lsrc_calls.h:
7433         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7434         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7435         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7436
7437         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7438         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7439         v4lelements are sources.
7440
7441         * sys/v4l/gstv4lxoverlay.h:
7442         * sys/v4l/gstv4lxoverlay.c:
7443         * sys/v4l/gstv4ltuner.h:
7444         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7445         
7446         * sys/v4l/gstv4lsrc.h:
7447         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7448         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7449         or something should handle that. Made a live source.
7450
7451         * sys/v4l/gstv4lelement.h:
7452         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7453         signals. Some cleanups.
7454
7455         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7456
7457         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7458         stuff.
7459
7460         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7461         stuff.
7462
7463         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7464
7465 2005-07-07  Wim Taymans  <wim@fluendo.com>
7466
7467         * ext/theora/theoradec.c: (theora_get_query_types),
7468         (theora_dec_src_getcaps), (theora_dec_push):
7469         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7470         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7471         Remove deprecated/unused query types.
7472
7473 2005-07-06  Wim Taymans  <wim@fluendo.com>
7474
7475         * ext/alsa/Makefile.am:
7476         * ext/alsa/gstalsaplugin.c: (plugin_init):
7477         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7478         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7479         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7480         (gst_alsasrc_class_init), (gst_alsasrc_init),
7481         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7482         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7483         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7484         (gst_alsasrc_reset):
7485         * ext/alsa/gstalsasrc.h:
7486         * gst-libs/gst/audio/Makefile.am:
7487         * gst-libs/gst/audio/gstaudiosink.c:
7488         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7489         (gst_audioringbuffer_start):
7490         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7491         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7492         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7493         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7494         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7495         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7496         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7497         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7498         * gst-libs/gst/audio/gstaudiosrc.h:
7499         * gst-libs/gst/audio/gstbaseaudiosink.c:
7500         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7501         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7502         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7503         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7504         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7505         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7506         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7507         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7508         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7509         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7510         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7511         (gst_baseaudiosrc_change_state):
7512         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7513         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7514         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7515         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7516         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7517         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7518         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7519         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7520         * gst-libs/gst/audio/gstringbuffer.h:
7521         Added audiosource base classes.
7522         Ported alsasrc, still very basic.
7523
7524 2005-07-06  Wim Taymans  <wim@fluendo.com>
7525
7526         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7527         (theora_dec_push), (theora_handle_data_packet):
7528         Prepare for better timestamp fix later.
7529
7530         * gst/audioconvert/gstaudioconvert.c:
7531         List most accurate caps first
7532
7533         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7534         Use proper pad task function.
7535
7536         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7537         (gst_xvimagesink_show_frame):
7538         Fix deadlock when alloc failed.
7539
7540 2005-07-05  Andy Wingo  <wingo@pobox.com>
7541
7542         * ext/gnomevfs/gstgnomevfssrc.c:
7543         * gst/sine/gstsinesrc.c:
7544         * gst/tcp/gsttcpserversrc.c:
7545         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7546
7547         * sys/v4l/: Port from 0.8.
7548
7549         * Many files: Null if we got it....
7550
7551 2005-07-05  Andy Wingo  <wingo@pobox.com>
7552
7553         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7554         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7555         Signedness fixes.
7556
7557 2005-07-05  Wim Taymans  <wim@fluendo.com>
7558
7559         * configure.ac:
7560         * gst/tcp/Makefile.am:
7561         * gst/tcp/README:
7562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7563         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7564         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7565         (is_sync_frame), (gst_multifdsink_handle_client_write),
7566         (gst_multifdsink_render), (gst_multifdsink_start),
7567         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7568         * gst/tcp/gstmultifdsink.h:
7569         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7570         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7571         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7572         * gst/tcp/gsttcp.h:
7573         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7574         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7575         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7576         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7577         * gst/tcp/gsttcpclientsink.h:
7578         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7579         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7580         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7581         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7582         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7583         * gst/tcp/gsttcpclientsrc.h:
7584         * gst/tcp/gsttcpplugin.c: (plugin_init):
7585         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7586         * gst/tcp/gsttcpserversink.h:
7587         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7588         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7589         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7590         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7591         (gst_tcpserversrc_stop):
7592         * gst/tcp/gsttcpserversrc.h:
7593         * gst/tcp/gsttcpsink.c:
7594         * gst/tcp/gsttcpsink.h:
7595         * gst/tcp/gsttcpsrc.c:
7596         * gst/tcp/gsttcpsrc.h:
7597         Ported tcp plugins to 0.9. 
7598         
7599
7600 2005-07-05  Andy Wingo  <wingo@pobox.com>
7601
7602         * gst/playback/gstplaybasebin.c (fill_buffer):
7603         message_new_application fixen.
7604
7605         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7606         Style fix.
7607
7608 2005-07-04  Wim Taymans  <wim@fluendo.com>
7609
7610         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7611         Set caps on output buffer.
7612
7613 2005-07-04  Andy Wingo  <wingo@pobox.com>
7614
7615         * ext/gnomevfs/gstgnomevfssrc.c
7616         (gst_gnomevfssrc_received_headers_callback) 
7617         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7618         hopefully.
7619
7620         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7621         No refcount leakage.
7622
7623         * configure.ac: Enable -Werror.
7624         
7625         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7626         * gst/audioconvert/bufferframesconvert.c
7627         (buffer_frames_convert_fixate):
7628         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7629         (gst_audio_convert_fixate):
7630         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7631         (gst_sinesrc_create): Fixate func changes.
7632         
7633         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7634         (gst_ximagesink_buffer_alloc): Unused var.
7635
7636 2005-07-01  Andy Wingo  <wingo@pobox.com>
7637
7638         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7639         getcaps to do explicit caps. Needs to be done in all decoders,
7640         possibly via a base class.
7641
7642         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7643
7644         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7645         caps on the sink pad, just rely on the pad template. Also, setting
7646         ANY caps on a pad is not valid because the caps are not fixed.
7647
7648         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7649         caps on the buffer, and get the width from the desired_caps if
7650         they're set.
7651         (gst_ximagesink_renegotiate_size): Implement via setting the
7652         desired_caps on the ximagesink.
7653         (gst_ximagesink_setcaps): Only reset the width of the player if it
7654         wasn't already set. Not sure if this is right.
7655         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7656
7657         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7658         that the user wants. NULL unless the window has been resized.
7659
7660         * gst/volume/gstvolume.c (volume_transform): Adapt to
7661         basetransform refcount changes.
7662         
7663 2005-07-01  Andy Wingo  <wingo@pobox.com>
7664
7665         * gst/videoscale/gstvideoscale.c:
7666         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7667         from BaseTransform, implements a transform_caps. Removed dead code
7668         including some PAR stuff that was never reached -- should probably
7669         be added back somehow.
7670
7671 2005-07-01  Andy Wingo  <wingo@pobox.com>
7672
7673         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7674         come later.
7675
7676 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7677
7678         * configure.ac:
7679         * docs/libs/Makefile.am:
7680         * docs/libs/gst-plugins-libs.types:
7681         * ext/alsa/Makefile.am:
7682         * ext/alsa/gstalsamixer.h:
7683         * ext/alsa/gstalsamixeroptions.h:
7684         * ext/alsa/gstalsamixertrack.h:
7685         * gst-libs/gst/Makefile.am:
7686         * gst-libs/gst/colorbalance/.cvsignore:
7687         * gst-libs/gst/colorbalance/Makefile.am:
7688         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7689         * gst-libs/gst/colorbalance/colorbalance.c:
7690         * gst-libs/gst/colorbalance/colorbalance.h:
7691         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7692         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7693         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7694         * gst-libs/gst/interfaces/Makefile.am:
7695         * gst-libs/gst/interfaces/colorbalance.c:
7696         (gst_color_balance_class_init):
7697         * gst-libs/gst/interfaces/colorbalance.h:
7698         * gst-libs/gst/interfaces/interfaces-marshal.list:
7699         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7700         * gst-libs/gst/interfaces/mixer.h:
7701         * gst-libs/gst/interfaces/mixeroptions.h:
7702         * gst-libs/gst/interfaces/navigation.c:
7703         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7704         * gst-libs/gst/interfaces/tuner.h:
7705         * gst/volume/Makefile.am:
7706         * gst/volume/gstvolume.c:
7707         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7708         * sys/ximage/Makefile.am:
7709         * sys/ximage/ximagesink.c:
7710         * sys/xvimage/Makefile.am:
7711         * sys/xvimage/xvimagesink.c:
7712           fold in all interfaces into an interfaces dir, preserving CVS
7713           history
7714
7715 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7716
7717         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7718           Fix build after riff changes.
7719
7720 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7721
7722         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7723         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7724         (gst_riff_create_video_template_caps),
7725         (gst_riff_create_audio_template_caps),
7726         (gst_riff_create_iavs_template_caps):
7727         * gst-libs/gst/riff/riff-media.h:
7728         * gst-libs/gst/riff/riff-read.h:
7729         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7730           Add gst_riff_init() to initialize the debug category, instead
7731           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7732
7733 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7734
7735         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7736           Oops, I shouldn't apply hacks.
7737
7738 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7739
7740         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7741           Remove pad_loop function which doesn't work.
7742
7743 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7744
7745         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7746           Send EOS when deactivating.
7747         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7748         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7749         (gen_preroll_element), (probe_triggered), (mute_stream),
7750         (silence_stream), (new_decoded_pad), (setup_substreams),
7751         (set_active_source):
7752         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7753         (remove_sinks), (add_sink):
7754         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7755           Change for new probe API.
7756
7757 2005-06-29  Wim Taymans  <wim@fluendo.com>
7758
7759         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7760         * gst-libs/gst/audio/gstbaseaudiosink.c:
7761         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7762         (gst_baseaudiosink_change_state):
7763         * gst-libs/gst/audio/gstbaseaudiosink.h:
7764         * gst-libs/gst/audio/gstringbuffer.c:
7765         (gst_ringbuffer_set_callback):
7766         Fix compilation error.
7767         Ringbuffer starts out as not running.
7768         Free our clock in dispose.
7769         When releasing the ringbuffer we need to renegotiate so
7770         clear the pad caps.
7771
7772 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7773
7774         * autogen.sh:
7775         * configure.ac:
7776         * docs/Makefile.am:
7777         * docs/libs/Makefile.am:
7778         * docs/libs/gst-plugins-libs-docs.sgml:
7779         * docs/libs/gst-plugins-libs-sections.txt:
7780         * docs/libs/gst-plugins-libs.types:
7781         * docs/libs/tmpl/gstaudio.sgml:
7782         * docs/libs/tmpl/gstcolorbalance.sgml:
7783         * docs/libs/tmpl/gstringbuffer.sgml:
7784         * gst-libs/gst/audio/gstringbuffer.c:
7785         (gst_ringbuffer_set_callback):
7786           reinstate gtk-doc docs for plugin libs
7787
7788 2005-06-28  Wim Taymans  <wim@fluendo.com>
7789
7790         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7791         (gst_ogg_demux_init):
7792         Removed pad loop function.
7793
7794 2005-06-28  Wim Taymans  <wim@fluendo.com>
7795
7796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7797         If we're building a chain we are not in an error case
7798         when we queue a buffer.
7799
7800 2005-06-28  Andy Wingo  <wingo@pobox.com>
7801
7802         * *.c: Don't cast to GstObject before reffing/unreffing.
7803
7804 2005-06-27  Andy Wingo  <wingo@pobox.com>
7805
7806         * gst/videotestsrc/gstvideotestsrc.c
7807         (gst_videotestsrc_activate_push): Activation API changes.
7808
7809         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7810         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7811         they have refs on the decodebin.
7812
7813         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7814         parent class.
7815         (gst_ogg_pad_typefind): Don't leak a pad ref.
7816         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7817         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7818         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7819
7820 2005-06-27  Edward Hervey  <edward@fluendo.com>
7821
7822         * ext/theora/theoradec.c: (theora_dec_change_state): 
7823         re-arranged call to parent's state change in order to avoid locks (or
7824         worse).
7825
7826 2005-06-26  Edward Hervey  <edward@fluendo.com>
7827
7828         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7829         2nd argument of 'unknow-type' signal is a GstCaps and not a
7830         GstMiniObject
7831
7832 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7833         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7834           Set the worker thread's running flag to TRUE before starting the
7835           thread.
7836         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7837           Catch a failure to add typefind to the bin.
7838
7839 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7840
7841         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7842         (gst_sinesrc_init), (gst_sinesrc_create),
7843         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7844         (gst_sinesrc_start):
7845         * gst/sine/gstsinesrc.h:
7846           add num-buffers and timestamp-offset properties
7847         * gst/videotestsrc/gstvideotestsrc.c:
7848         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7849         (gst_videotestsrc_get_property):
7850           add timestamp-offset property
7851
7852 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7853
7854         * configure.ac: add videorate
7855         * gst-plugins-base.spec.in: add videorate
7856
7857 2005-06-23  Wim Taymans  <wim@fluendo.com>
7858
7859         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7860         (gst_videorate_getcaps), (gst_videorate_setcaps),
7861         (gst_videorate_event), (gst_videorate_chain):
7862         Fixed videorate, fixating an already fixated caps is not
7863         an error.
7864
7865 2005-06-23  Wim Taymans  <wim@fluendo.com>
7866
7867         * ext/ogg/README:
7868         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7869         Buffer on caps is not boxed anymore.
7870
7871 2005-06-22  Wim Taymans  <wim@fluendo.com>
7872
7873         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7874         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7875         Set buffers on caps as miniobjects and not as boxed.
7876
7877 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7878
7879         * configure.ac:
7880           back to HEAD
7881
7882 === release 0.9.1 ===
7883
7884 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7885
7886         * .cvsignore:
7887         * NEWS:
7888         * README:
7889         * RELEASE:
7890         * configure.ac:
7891         * po/af.po:
7892         * po/az.po:
7893         * po/cs.po:
7894         * po/en_GB.po:
7895         * po/hu.po:
7896         * po/it.po:
7897         * po/nb.po:
7898         * po/nl.po:
7899         * po/or.po:
7900         * po/sq.po:
7901         * po/sr.po:
7902         * po/sv.po:
7903         * po/uk.po:
7904         * po/vi.po:
7905           updates for release
7906
7907 2005-06-09  Andy Wingo  <wingo@pobox.com>
7908
7909         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7910         
7911 2005-06-09  Andy Wingo  <wingo@pobox.com>
7912
7913         * configure.ac:
7914         * gst-libs/gst/Makefile.am:
7915         * gst-libs/gst/net/Makefile.am:
7916         Add gstnet to build.
7917
7918 2005-06-09  Andy Wingo  <wingo@pobox.com>
7919
7920         * gst-libs/gst/gconf/gconf.c:
7921         * gst/playback/test.c:
7922         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7923         fixes.
7924
7925         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7926
7927         * ext/theora/theoraenc.c (theora_enc_chain): 
7928         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7929
7930         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7931         RealPad.
7932
7933 2005-06-02  Wim Taymans  <wim@fluendo.com>
7934
7935         * gst-libs/gst/net/Makefile.am:
7936         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7937         * pkgconfig/gstreamer-libs.pc.in:
7938         Added net stuff, version net lib.
7939
7940 2005-06-02  Wim Taymans  <wim@fluendo.com>
7941
7942         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7943         (query_rates), (query_positions_elems), (query_positions_pads),
7944         (do_seek):
7945         Updated seek example.
7946
7947 2005-06-02  Andy Wingo  <wingo@pobox.com>
7948
7949         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7950         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7951         list.
7952
7953         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7954         remove the typefind, the bin dispose will do it for us. When it's
7955         removed and unreffed, the signal handler will be disconnected,
7956         too.
7957         (unlinked): It's too difficult to disconnect from unlinked
7958         handlers, as they are on pads not elements. Just punt if the pads
7959         aren't grandkids of the bin.
7960
7961 2005-06-02  Wim Taymans  <wim@fluendo.com>
7962
7963         * ext/ogg/README:
7964         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7965         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7967         * ext/theora/theoradec.c: (theora_dec_src_query),
7968         (theora_handle_data_packet):
7969         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7970         (theora_enc_chain):
7971         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7972         (vorbis_handle_data_packet):
7973         * gst/audioconvert/bufferframesconvert.c:
7974         (buffer_frames_convert_chain):
7975         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7976         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7977         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7978         (gst_ffmpegcsp_chain):
7979         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7980         (gst_videorate_getcaps), (gst_videorate_setcaps),
7981         (gst_videorate_event), (gst_videorate_chain):
7982         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7983         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7984         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7985         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7986         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7987         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7988         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7989         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7990         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7991         Cleanups and buffer alloc.
7992
7993 2005-05-31  Wim Taymans  <wim@fluendo.com>
7994
7995         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7996         Don't try to call the delay method when the device is not
7997         opened.
7998
7999 2005-05-31  Wim Taymans  <wim@fluendo.com>
8000
8001         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
8002         Get actual segment size and buffer size after opening
8003         the device.
8004
8005 2005-05-30  Wim Taymans  <wim@fluendo.com>
8006
8007         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
8008         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
8009         Also FLUSH upstream, makes the loop function exit faster.
8010         
8011         * ext/theora/theoradec.c: (theora_dec_src_query):
8012         Some more debug info in the query.
8013         
8014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8015         (gst_ximagesink_setcaps):
8016         Release lock on par error, better error reporting.
8017
8018 2005-05-26  Wim Taymans  <wim@fluendo.com>
8019
8020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8021         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
8022         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
8023         Clear chains in READY
8024         Queue packets until the chain is activated.
8025
8026 2005-05-25  Wim Taymans  <wim@fluendo.com>
8027
8028         * gst-libs/gst/audio/gstaudiosink.c:
8029         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8030         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8031         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8032         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8033         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8034         (gst_audiosink_create_ringbuffer):
8035         * gst-libs/gst/audio/gstbaseaudiosink.c:
8036         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8037         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8038         (gst_baseaudiosink_set_property), (build_linear_format),
8039         (debug_spec_caps), (debug_spec_buffer),
8040         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8041         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8042         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8043         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8045         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8046         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8047         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8048         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8049         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8050         (wait_segment), (gst_ringbuffer_commit),
8051         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8052         (gst_ringbuffer_clear):
8053         Various small cleanups.
8054
8055         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8056         (gst_audio_convert_change_state):
8057         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
8058         No need to take the locks anymore.
8059
8060 2005-05-25  Wim Taymans  <wim@fluendo.com>
8061
8062         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8063         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
8064         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
8065         (type_found):
8066         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
8067         (group_destroy), (group_commit), (queue_overrun),
8068         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8069         (mute_stream), (new_decoded_pad), (setup_substreams),
8070         (setup_source), (mute_group_type), (set_active_source),
8071         (gst_play_base_bin_change_state):
8072         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8073         (gen_video_element), (gen_text_element), (gen_audio_element),
8074         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8075         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8076         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8077         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8078         Some playbin cleanups mostly refcounting sloppyness.
8079
8080 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8081
8082         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8083           Work with streaming input.
8084
8085 2005-05-25  Wim Taymans  <wim@fluendo.com>
8086
8087         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8088         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8089         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8090         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8091         No need to take the STREAM lock anymore.
8092
8093 2005-05-25  Wim Taymans  <wim@fluendo.com>
8094
8095         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8096         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8097         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8098         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8099         (gst_ogg_demux_sink_activate):
8100         * ext/theora/theoradec.c: (theora_dec_src_event),
8101         (theora_handle_comment_packet), (theora_dec_chain),
8102         (theora_dec_change_state):
8103         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8104         (vorbis_handle_data_packet), (vorbis_dec_chain),
8105         (vorbis_dec_change_state):
8106         Remove STREAM locks as they are taken in core now.
8107         Never set bogus granulepos on vorbis/theora.
8108         Fix leaks in theoradec tag parsing.
8109
8110 2005-05-25  Wim Taymans  <wim@fluendo.com>
8111
8112         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8113         Fix memleaks, GST_BUFFER_DATA() is not freed.
8114
8115 2005-05-25  Wim Taymans  <wim@fluendo.com>
8116
8117         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8118         Open non-blocking, set to blocking mode afterwards to avoid
8119         lockups when audio device is busy.
8120
8121 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8122
8123         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8124           This can't be good.
8125
8126 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8127
8128         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8129         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8130         (gst_audio_convert_setcaps):
8131           Implement instant setup switching.
8132
8133 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8134
8135         * gst/playback/gstplaybasebin.c: (probe_triggered):
8136           Fix missing unlock.
8137         * gst/playback/gstplaybin.c: (add_sink):
8138           First add, then link (otherwise pad link fails).
8139
8140 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8141
8142         * examples/Makefile.am:
8143         fix buildbot (make distcheck)
8144
8145 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8146
8147         * gst/playback/gstplaybin.c: (gen_vis_element):
8148           Remove some wrong code. Doesn't work yet.
8149
8150 2005-05-19  Wim Taymans  <wim@fluendo.com>
8151
8152         * gst-libs/gst/net/Makefile.am:
8153         * gst-libs/gst/net/README:
8154         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8155         (gst_netbuffer_class_init), (gst_netbuffer_init),
8156         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8157         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8158         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8159         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8160         * gst-libs/gst/net/gstnetbuffer.h:
8161         Added buffer subclass to store extra to/from addresses for
8162         network sources/sinks.
8163
8164 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8165
8166         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8167           Don't lock an unassigned variable.
8168
8169 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8170
8171         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8172           Increase buffer for video, decrease buffer for other media types.
8173         * gst/playback/gstplaybin.c: (gen_video_element),
8174         (gen_audio_element):
8175           Change names for debugging purposes.
8176
8177 2005-05-18  Wim Taymans  <wim@fluendo.com>
8178
8179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8180         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8181         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8182         (gst_ffmpegcsp_chain):
8183         Enable buffer alloc passthrough if the source and dest
8184         formats are the same.
8185
8186 2005-05-17  Wim Taymans  <wim@fluendo.com>
8187
8188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8189         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8190         (gst_ogg_demux_chain_unlocked):
8191         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8192         (gst_audio_convert_caps_remove_format_info),
8193         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8194         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8195         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8196         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8197         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8198         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8199         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8200         (gst_ffmpegcsp_get_property):
8201         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8202         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8203         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8204         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8205         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8206         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8207         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8208         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8209         Leak fixes in oggdemux.
8210         Some cleanups in audioconvert.
8211         Make passthrough work along with buffer_alloc etc.
8212         Make buffer_alloc and buffer recycling actually work in
8213         xvimagesink.
8214
8215 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8216
8217         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8218           make the compiler happy
8219
8220 2005-05-17  Wim Taymans  <wim@fluendo.com>
8221
8222         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8223         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8224         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8225         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8226         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8227         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8228         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8229         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8230         (gst_xvimagesink_set_xwindow_id):
8231         * sys/xvimage/xvimagesink.h:
8232         Port xvimagesink to new MiniObject.
8233
8234 2005-05-17  Wim Taymans  <wim@fluendo.com>
8235
8236         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8237         (gst_audiofilter_chain):
8238         * gst-libs/gst/audio/gstaudiosink.c:
8239         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8240         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8241         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8242         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8243         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8244         (gst_audiosink_create_ringbuffer):
8245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8246         (gst_audio_convert_caps_remove_format_info),
8247         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8248         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8249         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8250         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8251         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8252         Fix passthrough in ffmpegcolorspace.
8253         Fix memset in audiosink on wrong memory.
8254
8255 2005-05-16  David Schleef  <ds@schleef.org>
8256
8257         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8258         to GstMiniObject.
8259
8260 2005-05-16  David Schleef  <ds@schleef.org>
8261
8262         Port from GstData to GstMiniObject.
8263         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8264         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8265         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8266         (gst_ogg_mux_collected):
8267         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8268         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8269         (theora_handle_data_packet):
8270         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8271         (theora_set_header_on_caps), (theora_enc_chain):
8272         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8273         (vorbis_handle_comment_packet):
8274         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8275         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8276         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8277         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8278         * gst/audioconvert/gstaudioconvert.c:
8279         (gst_audio_convert_get_buffer):
8280         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8281         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8282         (mute_stream), (silence_stream):
8283         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8284         * gst/volume/gstvolume.c: (volume_transform):
8285         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8286         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8287         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8288         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8289         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8290         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8291         (gst_ximagesink_buffer_alloc):
8292         * sys/ximage/ximagesink.h:
8293
8294 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8295
8296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8297         (fill_buffer), (check_queue), (queue_threshold_reached),
8298         (queue_out_of_data):
8299         * gst/playback/gstplaybasebin.h:
8300           Post buffer-fullness on the bus.
8301
8302 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8303
8304         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8305         (try_to_link_1):
8306         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8307         (group_commit), (probe_triggered), (setup_source),
8308         (gst_play_base_bin_change_state):
8309         * gst/playback/gstplaybasebin.h:
8310         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8311         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8312         (gst_play_bin_change_state):
8313           Move setup_output_pads into a virtual function, remove
8314           group-switch (no longer needed) and redirect (handled by bus
8315           now) signals.
8316
8317 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8318
8319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8320         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8321         (get_active_group), (get_building_group), (group_destroy),
8322         (group_commit), (check_queue), (queue_overrun),
8323         (queue_threshold_reached), (queue_out_of_data),
8324         (gen_preroll_element), (remove_groups), (unknown_type),
8325         (add_element_stream), (no_more_pads), (probe_triggered),
8326         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8327         (setup_substreams), (setup_source), (finish_source),
8328         (prepare_output), (muted_group_change_state),
8329         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8330         (gst_play_base_bin_change_state):
8331         * gst/playback/gstplaybasebin.h:
8332         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8333         (gst_play_bin_init), (gst_play_bin_set_property),
8334         (gen_video_element), (gen_text_element), (gen_audio_element),
8335         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8336         (gst_play_bin_change_state):
8337         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8338         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8339         (stream_info_change_state), (gst_stream_info_set_mute),
8340         (gst_stream_info_get_property):
8341         * gst/playback/gststreaminfo.h:
8342         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8343         (gst_stream_selector_get_linked_pad),
8344         (gst_stream_selector_getcaps),
8345         (gst_stream_selector_get_linked_pads),
8346         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8347         * gst/playback/gststreamselector.h:
8348           Rough port of playbin. Needs some more work, but is mostly done,
8349           and uses a few locks in important places, which should make stuff
8350           like chain-switches clean. Still uses GST_STATE() in a few places,
8351           which isn't all that good an idea, subtitles/elements disabled
8352           because no elements to test with and thus probably broken, query
8353           and event handling moved to GstBin, internal thread removed
8354           alltogether because the pipeline does that for us now. Can play
8355           Ogg/Vorbis files. Haven't tested anything else yet.
8356
8357 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8358
8359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8360           Do no-more-pads (needed for autoplugging).
8361
8362 2005-05-10  Andy Wingo  <wingo@pobox.com>
8363
8364         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8365         message to the bus with the tags. Still not sent downstream tho.
8366
8367         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8368         get_parent.
8369         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8370         avoid refcounting hassles.
8371
8372 2005-05-09  Andy Wingo  <wingo@pobox.com>
8373
8374         * gst/volume/Makefile.am:
8375         * gst/volume/demo.c
8376         * gst/volume/gstvolume.h
8377         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8378         basetransform. Probably need an audio filter base class.
8379
8380 2005-05-09  Wim Taymans  <wim@fluendo.com>
8381
8382         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8383         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8384         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8385         (gst_vorbisenc_chain):
8386         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8387         (gst_audio_convert_caps_remove_format_info),
8388         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8389         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8390         Make caps writable before writing to it.
8391         Fix negotiation in audioconvert some more.
8392
8393 2005-05-09  Wim Taymans  <wim@fluendo.com>
8394
8395         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8396         (gst_videorate_getcaps), (gst_videorate_setcaps),
8397         (gst_videorate_event), (gst_videorate_chain):
8398         Better negotiation.
8399
8400 2005-05-09  Wim Taymans  <wim@fluendo.com>
8401
8402         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8403         (gst_videorate_getcaps), (gst_videorate_setcaps),
8404         (gst_videorate_blank_data), (gst_videorate_init),
8405         (gst_videorate_event), (gst_videorate_chain),
8406         (gst_videorate_change_state):
8407         Port videorate, do a better job at negotiation while we're at
8408         it.
8409
8410 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8411
8412         * configure.ac:
8413           Disable libvisual
8414
8415         * examples/Makefile.am:
8416         * gst-libs/gst/audio/Makefile.am:
8417         * gst-libs/gst/riff/Makefile.am:
8418         * gst-libs/gst/tag/Makefile.am:
8419         * gst-libs/gst/video/Makefile.am:
8420           Fixups for missing variables.
8421
8422 2005-05-09  Wim Taymans  <wim@fluendo.com>
8423
8424         * examples/seeking/seek.c: (make_theora_pipeline),
8425         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8426         (query_rates), (query_positions_elems), (query_positions_pads),
8427         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8428         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8429         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8430         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8431         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8432         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8434         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8435         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8436         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8437         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8438         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8439         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8440         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8441         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8442         (theora_dec_src_convert), (theora_dec_sink_convert),
8443         (theora_dec_src_query), (theora_dec_sink_query),
8444         (theora_dec_src_event), (theora_dec_sink_event),
8445         (theora_handle_comment_packet), (theora_handle_type_packet),
8446         (theora_handle_header_packet), (theora_handle_data_packet),
8447         (theora_dec_chain):
8448         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8449         (vorbis_dec_convert), (vorbis_dec_src_query),
8450         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8451         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8452         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8453         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8454         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8455         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8456         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8457         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8458         (gst_play_bin_query):
8459         * gst/playback/test3.c: (update_scale):
8460         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8461         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8462         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8463         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8464         (gst_videotestsrc_src_query):
8465         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8466         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8467         (paint_hline_YUV9):
8468         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8469         Port to new query API.
8470         Updated seek.
8471         Cleanups in x[v]imagesink
8472
8473 2005-05-09  Andy Wingo  <wingo@pobox.com>
8474
8475         * ext/alsa/gstalsasink.h:
8476         * ext/gnomevfs/gstgnomevfssrc.c:
8477         (gst_gnomevfssrc_get_icy_metadata):
8478         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8479         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8480         * ext/theora/theoradec.c (theora_dec_src_query)
8481         (theora_dec_src_event, theora_dec_sink_event)
8482         (theora_handle_comment_packet, theora_handle_data_packet):
8483         * ext/theora/theoraenc.c (theora_enc_chain):
8484         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8485         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8486         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8487         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8488         (qt_type_find):
8489         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8490         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8491         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8492         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8493         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8494         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8495         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8496         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8497         (paint_setup_RGB565, paint_setup_xRGB1555):
8498         * gst/videotestsrc/videotestsrc.h:
8499         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8500         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8501         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8502         GCC4 fixes.
8503         
8504         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8505         gst_pad_query_position. Fixes oggdemux.
8506
8507 2005-05-08  David Schleef  <ds@schleef.org>
8508
8509         * configure.ac: Require liboil.
8510         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8511         a few more.
8512         * gst/videotestsrc/videotestsrc.c:
8513         * gst/videotestsrc/videotestsrc.h:
8514
8515 2005-05-06  Wim Taymans  <wim@fluendo.com>
8516
8517         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8518         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8519         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8520         Well, unreffing a buffer right before pushing it is asking
8521         for trouble..
8522
8523 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8524
8525         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8526
8527 2005-05-06  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8530         (gst_audio_convert_caps_remove_format_info),
8531         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8532         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8533         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8534         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8535         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8536         * gst/sine/Makefile.am:
8537         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8538         (gst_sinesrc_class_init), (gst_sinesrc_init),
8539         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8540         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8541         (gst_sinesrc_update_freq):
8542         * gst/sine/gstsinesrc.h:
8543         * gst/tcp/gstmultifdsink.c:
8544         * sys/xvimage/xvimagesink.c:
8545         Fixed negotiation wrt _peer_get_caps()
8546         Some cleanups.
8547
8548
8549 2005-05-06  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst-libs/gst/audio/gstaudiosink.c:
8552         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8553         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8554         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8555         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8556         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8557         (gst_audiosink_create_ringbuffer):
8558         * gst-libs/gst/audio/gstbaseaudiosink.c:
8559         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8560         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8561         (gst_baseaudiosink_set_property), (build_linear_format),
8562         (debug_spec_caps), (debug_spec_buffer),
8563         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8564         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8565         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8566         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8567         * gst-libs/gst/audio/gstbaseaudiosink.h:
8568         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8569         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8570         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8571         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8572         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8573         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8574         (wait_segment), (gst_ringbuffer_commit),
8575         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8576         (gst_ringbuffer_clear):
8577         * gst-libs/gst/audio/gstringbuffer.h:
8578         Make the base audiosink return an error when there is no
8579         audiobuffer negotiated.
8580
8581 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8582
8583         * ext/Makefile.am:
8584         Disable cdparanoia until someone ports it!
8585
8586 2005-05-06  Wim Taymans  <wim@fluendo.com>
8587
8588         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8589         (gst_ogg_demux_sink_activate):
8590         And revert after wingo's revert.. sigh..
8591
8592 2005-05-05  Andy Wingo  <wingo@pobox.com>
8593
8594         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8595         GObject.
8596         * configure.ac: Return audiorate and subparse from the ghetto.
8597         Re-enable -Wall -Werror.
8598         * gst/subparse/gstsubparse.c:
8599         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8600         or chain-based. Cleaned up a bit. Not tested.
8601         
8602 2005-05-05  Christian Schaller <christian@fluendo.com> 
8603
8604         * Makefile.am: remove stuff that is not building
8605         * configure.ac: remove stuff that is not building
8606         * examples/Makefile.am: remove stuff that is not building
8607         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8608         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8609         * sys/Makefile.am: remove stuff that is not building
8610         * testsuite/Makefile.am: remove stuff that is not building
8611
8612 2005-05-05  Andy Wingo  <wingo@pobox.com>
8613
8614         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8615         * gst-libs/gst/tag/gstvorbistag.c:
8616         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8617         * gst/adder/gstadder.h:
8618         * gst/audioconvert/gstchannelmix.c:
8619         (gst_audio_convert_fill_one_other):
8620         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8621         (gst_audiorate_init), (gst_audiorate_chain):
8622         * gst/playback/gstplaybasebin.c: (setup_source):
8623         * gst/playback/test3.c: (update_scale):
8624         Some GCC4 fixes
8625         
8626         * po/af.po:
8627         * po/az.po:
8628         * po/cs.po:
8629         * po/en_GB.po:
8630         * po/hu.po:
8631         * po/it.po:
8632         * po/nb.po:
8633         * po/nl.po:
8634         * po/or.po:
8635         * po/sq.po:
8636         * po/sr.po:
8637         * po/sv.po:
8638         * po/uk.po:
8639         * po/vi.po: Foo
8640
8641 2005-05-05  Wim Taymans  <wim@fluendo.com>
8642
8643         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8644         (gst_audio_convert_caps_remove_format_info),
8645         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8646         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8647         * gst/videotestsrc/gstvideotestsrc.c:
8648         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8649         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8650         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8651         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8652         Don't ignore _push() return values.
8653         Make sure no processing is done when shutting down.
8654         Videotestsrc pad activation fix.
8655
8656 2005-05-05  Wim Taymans  <wim@fluendo.com>
8657
8658         * gst/adder/Makefile.am:
8659         * gst/adder/gstadder.c: (gst_adder_setcaps),
8660         (gst_adder_class_init), (gst_adder_init),
8661         (gst_adder_request_new_pad), (gst_adder_collected),
8662         (gst_adder_change_state):
8663         * gst/adder/gstadder.h:
8664         Ported adder as an example of a mixer element using
8665         collect pads. Needs more negotiation work.
8666
8667 2005-05-05  Wim Taymans  <wim@fluendo.com>
8668
8669         * ext/theora/theoradec.c: (_inc_granulepos),
8670         (theora_dec_src_event), (theora_dec_sink_event),
8671         (theora_handle_comment_packet), (theora_handle_type_packet),
8672         (theora_handle_header_packet), (theora_handle_data_packet),
8673         (theora_dec_chain):
8674         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8675         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8676         (theora_push_buffer), (theora_push_packet),
8677         (theora_enc_sink_event), (theora_enc_chain),
8678         (theora_enc_change_state), (theora_enc_set_property),
8679         (theora_enc_get_property):
8680         Added stream lock to decoder so that we can serialize
8681         the discont event.
8682         More theoraenc porting, recover from errors, do clean
8683         shutdown.
8684
8685 2005-05-05  Wim Taymans  <wim@fluendo.com>
8686
8687         * ext/ogg/Makefile.am:
8688         * ext/ogg/README:
8689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8690         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8691         (gst_ogg_print):
8692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8693         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8694         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8695         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8696         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8697         (gst_ogg_mux_change_state):
8698         Ported ogg muxer.
8699
8700 2005-05-05  Wim Taymans  <wim@fluendo.com>
8701
8702         * docs/design-audiosinks.txt:
8703         * gst-libs/gst/audio/TODO:
8704         * gst-libs/gst/audio/gstaudiosink.c:
8705         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8706         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8707         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8708         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8709         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8710         (gst_audiosink_create_ringbuffer):
8711         * gst-libs/gst/audio/gstbaseaudiosink.c:
8712         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8713         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8714         (gst_baseaudiosink_set_property), (build_linear_format),
8715         (debug_spec_caps), (debug_spec_buffer),
8716         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8717         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8718         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8719         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8720         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8721         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8722         (gst_ringbuffer_release), (gst_ringbuffer_play),
8723         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8724         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8725         (gst_ringbuffer_set_sample), (wait_segment),
8726         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8727         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8728         More work on the audiosink, mostly debugging and a race in
8729         shutdown.
8730
8731 2005-04-28  Wim Taymans  <wim@fluendo.com>
8732
8733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8734         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8735         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8736         (vorbis_dec_src_query), (vorbis_dec_src_event),
8737         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8738         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8739         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8740         Don't crap out when seeking back to position 0.
8741
8742 2005-04-28  Wim Taymans  <wim@fluendo.com>
8743
8744         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8745         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8746         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8747         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8748         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8749         Make audio sink configurable, use alsasink as default.
8750
8751 2005-04-28  Wim Taymans  <wim@fluendo.com>
8752
8753         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8754         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8755         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8756         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8757         (vorbis_dec_change_state):
8758         * ext/vorbis/vorbisdec.h:
8759         Refactor, use STREAM_LOCK.
8760
8761 2005-04-28  Wim Taymans  <wim@fluendo.com>
8762
8763         * ext/theora/theoradec.c: (_inc_granulepos),
8764         (theora_dec_sink_event), (theora_handle_comment_packet),
8765         (theora_handle_type_packet), (theora_handle_header_packet),
8766         (theora_handle_data_packet), (theora_dec_chain),
8767         (theora_dec_change_state):
8768         Refactor a bit, use STREAM_LOCK.
8769
8770 2005-04-28  Wim Taymans  <wim@fluendo.com>
8771
8772         * ext/alsa/Makefile.am:
8773         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8774         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8775         (gst_alsa_link), (gst_alsa_close_audio):
8776         * ext/alsa/gstalsaplugin.c: (plugin_init):
8777         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8778         (gst_alsasink_dispose), (gst_alsasink_base_init),
8779         (gst_alsasink_class_init), (gst_alsasink_init),
8780         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8781         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8782         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8783         (gst_alsasink_reset):
8784         * ext/alsa/gstalsasink.h:
8785         Implement alsasink with simple open/write/close API. 
8786         Make alsa dir build by disabling compilation of code.
8787
8788 2005-04-28  Wim Taymans  <wim@fluendo.com>
8789
8790         * gst-libs/gst/audio/Makefile.am:
8791         * gst-libs/gst/audio/audio.h:
8792         * gst-libs/gst/audio/audioclock.c:
8793         * gst-libs/gst/audio/audioclock.h:
8794         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8795         (gst_audio_clock_class_init), (gst_audio_clock_init),
8796         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8797         * gst-libs/gst/audio/gstaudioclock.h:
8798         * gst-libs/gst/audio/gstaudiosink.c:
8799         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8800         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8801         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8802         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8803         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8804         (gst_audiosink_create_ringbuffer):
8805         * gst-libs/gst/audio/gstbaseaudiosink.c:
8806         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8807         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8808         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8809         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8810         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8811         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8812         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8813         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8814         * gst-libs/gst/audio/gstbaseaudiosink.h:
8815         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8816         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8817         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8818         (gst_ringbuffer_release), (gst_ringbuffer_play),
8819         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8820         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8821         (gst_ringbuffer_set_sample), (wait_segment),
8822         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8823         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8824         * gst-libs/gst/audio/gstringbuffer.h:
8825         Make ringbuffer faster and more simple by removing the locks
8826         in the playback thread.
8827         Add sample accurate playback based on buffer sample offsets.
8828         Make the baseaudiosink provide a clock.
8829         Parse caps in the base class.
8830         Correctly handle seeking, flushing and state changes.
8831
8832 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8833
8834         * configure.ac:
8835         * gst/audioconvert/Makefile.am:
8836         * gst/audioscale/Makefile.am:
8837           Fix part of the build.  Come on guys, autogen didn't even work :)
8838
8839 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8840
8841         * configure.ac:
8842         * gst-libs/gst/Makefile.am:
8843         * gst-libs/gst/media-info/.cvsignore:
8844         * gst-libs/gst/media-info/Makefile.am:
8845         * gst-libs/gst/media-info/README:
8846         * gst-libs/gst/media-info/media-info-priv.c:
8847         * gst-libs/gst/media-info/media-info-priv.h:
8848         * gst-libs/gst/media-info/media-info-test.c:
8849         * gst-libs/gst/media-info/media-info.c:
8850         * gst-libs/gst/media-info/media-info.h:
8851         * gst-libs/gst/media-info/media-info.vcproj:
8852         * pkgconfig/Makefile.am:
8853         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8854         * pkgconfig/gstreamer-media-info.pc.in:
8855           Remove media-info, which is also successed by playbin (see Totem
8856           implementation).
8857
8858 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8859
8860         * configure.ac:
8861         * examples/Makefile.am:
8862         * examples/gstplay/.cvsignore:
8863         * examples/gstplay/Makefile.am:
8864         * examples/gstplay/player.c:
8865         * gst-libs/gst/Makefile.am:
8866         * gst-libs/gst/play/.cvsignore:
8867         * gst-libs/gst/play/Makefile.am:
8868         * gst-libs/gst/play/play.c:
8869         * gst-libs/gst/play/play.h:
8870         * gst-libs/gst/play/play.vcproj:
8871         * pkgconfig/Makefile.am:
8872         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8873         * pkgconfig/gstreamer-play.pc.in:
8874           Remove libgstplay, playbin is now the official successor.
8875
8876 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8877
8878         * configure.ac:
8879         * gst-libs/gst/Makefile.am:
8880         * gst-libs/gst/xwindowlistener/Makefile.am:
8881         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8882         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8883           Remove deprecated xwindowlistener (I've moved xwindowlistening
8884           in the v4l/v4l2 plugins over to serverside).
8885
8886 2005-04-25  David Schleef  <ds@schleef.org>
8887
8888         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8889         to examples/dynparams.  Examples do not belong interspersed with
8890         source code.
8891         * examples/dynparams/demo-dparams.c:
8892         * gst/sine/Makefile.am:
8893         * gst/sine/demo-dparams.c:
8894
8895 2005-04-25  David Schleef  <ds@schleef.org>
8896
8897         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8898         * gst-libs/gst/audio/Makefile.am:
8899         * gst-libs/gst/riff/Makefile.am:
8900         * gst-libs/gst/tag/Makefile.am:
8901         * gst-libs/gst/video/Makefile.am:
8902         * gst-libs/gst/xwindowlistener/Makefile.am:
8903
8904         Convert to 0.9 API, seems to work:
8905         * sys/ximage/Makefile.am:
8906         * sys/ximage/ximagesink.c:
8907
8908 2005-04-24  David Schleef  <ds@schleef.org>
8909
8910         Link plugins against libraries:
8911         * ext/alsa/Makefile.am:
8912         * gst/tcp/Makefile.am:
8913
8914         Remove asm code that should be in liboil
8915         * gst/videoscale/Makefile.am:
8916         * gst/videoscale/videoscale_x86_asm.s:
8917
8918         gettext wants these checked in:
8919         * po/af.po:
8920         * po/az.po:
8921         * po/cs.po:
8922         * po/en_GB.po:
8923         * po/hu.po:
8924         * po/it.po:
8925         * po/nb.po:
8926         * po/nl.po:
8927         * po/or.po:
8928         * po/sq.po:
8929         * po/sr.po:
8930         * po/sv.po:
8931         * po/uk.po:
8932         * po/vi.po:
8933
8934 2005-04-24  David Schleef  <ds@schleef.org>
8935
8936         Convert gst_main() to g_main_loop_run()
8937         * gst/playback/decodetest.c: (main):
8938         * gst/playback/test2.c: (main):
8939         * gst/playback/test3.c: (main):
8940         * gst/playback/test4.c: (main):
8941
8942         Link plugins against libraries:
8943         * ext/libvisual/Makefile.am:
8944         * sys/xvimage/Makefile.am:
8945
8946 2005-04-24  David Schleef  <ds@schleef.org>
8947
8948         * configure.ac: Remove idct and resample libs
8949         * gst-libs/gst/Makefile.am: same
8950
8951         Remove usage of gst_library_load():
8952         * ext/alsa/gstalsaplugin.c: (plugin_init):
8953         * ext/libvisual/visual.c: (plugin_init):
8954         * ext/ogg/gstogg.c: (plugin_init):
8955         * ext/theora/theora.c: (plugin_init):
8956         * ext/vorbis/vorbis.c: (plugin_init):
8957         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8958         * gst/audioscale/gstaudioscale.c:
8959         * gst/adder/gstadder.c: (plugin_init):
8960         * gst/audioconvert/plugin.c: (plugin_init):
8961         * sys/ximage/ximagesink.c: (plugin_init):
8962         * sys/xvimage/xvimagesink.c: (plugin_init):
8963         * gst/tcp/gsttcpplugin.c: (plugin_init):
8964
8965         Link plugins against libraries:
8966         * ext/ogg/Makefile.am:
8967         * ext/theora/Makefile.am:
8968         * ext/vorbis/Makefile.am:
8969         * gst/audioconvert/Makefile.am:
8970
8971         Create proper libraries:
8972         * gst-libs/gst/riff/Makefile.am:
8973         * gst-libs/gst/audio/Makefile.am:
8974         * gst-libs/gst/video/Makefile.am:
8975
8976         Move resample library to audioscale plugin directory:
8977         * gst-libs/gst/resample/Makefile.am:
8978         * gst-libs/gst/resample/README:
8979         * gst-libs/gst/resample/dtof.c:
8980         * gst-libs/gst/resample/dtos.c:
8981         * gst-libs/gst/resample/functable.c:
8982         * gst-libs/gst/resample/private.h:
8983         * gst-libs/gst/resample/resample.c:
8984         * gst-libs/gst/resample/resample.h:
8985         * gst-libs/gst/resample/resample.vcproj:
8986         * gst-libs/gst/resample/test.c:
8987         * gst/audioscale/Makefile.am:
8988         * gst/audioscale/README:
8989         * gst/audioscale/dtof.c:
8990         * gst/audioscale/dtos.c:
8991         * gst/audioscale/functable.c:
8992         * gst/audioscale/private.h:
8993         * gst/audioscale/resample.c:
8994         * gst/audioscale/resample.h:
8995         * gst/audioscale/test.c:
8996
8997         Move tagedit library to gst-libs:
8998         * gst-libs/gst/tag/Makefile.am:
8999         * gst-libs/gst/tag/gstid3tag.c:
9000         * gst-libs/gst/tag/gsttagediting.c:
9001         * gst-libs/gst/tag/gsttageditingprivate.h:
9002         * gst-libs/gst/tag/gstvorbistag.c:
9003         * gst/tags/Makefile.am:
9004         * gst/tags/gstid3tag.c:
9005         * gst/tags/gstvorbistag.c:
9006
9007         Fix for core changes:
9008         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9009         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
9010         (gst_sinesrc_getrange):
9011
9012 2005-04-23  David Schleef  <ds@schleef.org>
9013
9014         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
9015         in gst-plugins in a long time, and properly belongs in liboil.
9016         * gst-libs/gst/idct/Makefile.am:
9017         * gst-libs/gst/idct/README:
9018         * gst-libs/gst/idct/dct.h:
9019         * gst-libs/gst/idct/doieee:
9020         * gst-libs/gst/idct/fastintidct.c:
9021         * gst-libs/gst/idct/floatidct.c:
9022         * gst-libs/gst/idct/idct.c:
9023         * gst-libs/gst/idct/idct.h:
9024         * gst-libs/gst/idct/idtc.vcproj:
9025         * gst-libs/gst/idct/ieeetest.c:
9026         * gst-libs/gst/idct/intidct.c:
9027
9028 2005-04-20  Wim Taymans  <wim@fluendo.com>
9029
9030         * docs/design-audiosinks.txt:
9031         * gst-libs/gst/audio/Makefile.am:
9032         * gst-libs/gst/audio/TODO:
9033         * gst-libs/gst/audio/gstaudiosink.c:
9034         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
9035         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
9036         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
9037         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
9038         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
9039         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
9040         (gst_audiosink_class_init), (gst_audiosink_init),
9041         (gst_audiosink_create_ringbuffer):
9042         * gst-libs/gst/audio/gstaudiosink.h:
9043         * gst-libs/gst/audio/gstbaseaudiosink.c:
9044         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
9045         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
9046         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
9047         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
9048         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
9049         (gst_baseaudiosink_create_ringbuffer),
9050         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
9051         * gst-libs/gst/audio/gstbaseaudiosink.h:
9052         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
9053         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
9054         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
9055         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
9056         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
9057         (gst_ringbuffer_play), (gst_ringbuffer_pause),
9058         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
9059         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
9060         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
9061         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
9062         * gst-libs/gst/audio/gstringbuffer.h:
9063         An attempt at a set of audio base classes together with some
9064         design docs.
9065
9066 2005-04-20  Wim Taymans  <wim@fluendo.com>
9067
9068         * gst/audioconvert/Makefile.am:
9069         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9070         (gst_audio_convert_caps_remove_format_info),
9071         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9072         (gst_audio_convert_channels):
9073         Link against audio libs.
9074         Fix audio convert plugin.
9075
9076 2005-04-20  Wim Taymans  <wim@fluendo.com>
9077
9078         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9079         (gst_ogg_demux_sink_activate):
9080         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9081         (theora_set_header_on_caps), (theora_enc_sink_event),
9082         (theora_enc_chain):
9083         Fix theora encoder.
9084
9085 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9086
9087         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9088         * gst/playback/gstdecodebin.c: (find_compatibles):
9089           Work with staticpadtemplates in elementfactories.
9090
9091 2005-04-12  Wim Taymans  <wim@fluendo.com>
9092
9093         * gst/playback/README:
9094         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9095         (compare_ranks), (print_feature), (gst_decode_bin_init),
9096         (dynamic_create), (dynamic_free), (find_compatibles),
9097         (mimetype_is_raw), (close_pad_link), (got_redirect),
9098         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9099         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9100         (gst_decode_bin_change_state):
9101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9102         (gst_play_base_bin_init), (group_destroy), (group_commit),
9103         (check_queue), (queue_overrun), (queue_threshold_reached),
9104         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9105         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9106         (got_redirect), (setup_source), (play_base_eos),
9107         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9108         (gst_play_base_bin_remove_element):
9109         * gst/playback/gstplaybasebin.h:
9110         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9111         (gst_play_bin_init), (gst_play_bin_dispose),
9112         (gst_play_bin_set_property), (gen_video_element),
9113         (gen_text_element), (gen_audio_element), (remove_sinks),
9114         (gst_play_bin_send_event):
9115         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9116         (stream_info_change_state), (gst_stream_info_set_mute):
9117         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9118         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9119         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9120         (gst_stream_selector_chain):
9121         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9122         (main):
9123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9124         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9125         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9126         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9127         Raw and crude port of decodebin. 
9128         Make playbin compile.
9129
9130 2005-04-06  Wim Taymans  <wim@fluendo.com>
9131
9132         * ext/gnomevfs/Makefile.am:
9133         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9134         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9135         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9136         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9137         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9138         (gst_gnomevfssrc_stop):
9139         * ext/ogg/Makefile.am:
9140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9141         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9142         * ext/theora/Makefile.am:
9143         * ext/theora/theoradec.c: (_inc_granulepos),
9144         (theora_dec_sink_event), (theora_dec_chain):
9145         * ext/vorbis/Makefile.am:
9146         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9147         (vorbis_dec_sink_event), (vorbis_dec_chain):
9148         * gst-libs/gst/audio/Makefile.am:
9149         * sys/xvimage/Makefile.am:
9150         Make gnomevfssrc extend the source base class.
9151         Fix linking against libs in various plugins.
9152
9153 2005-04-06  Andy Wingo  <wingo@pobox.com>
9154
9155         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9156         GST_BASE_LIBS.
9157
9158         * configure.ac: Add check and AC_SUBST for libgstbase.
9159
9160 2005-03-31  Wim Taymans  <wim@fluendo.com>
9161
9162         * examples/seeking/Makefile.am:
9163         * examples/seeking/cdparanoia.c: (main):
9164         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9165         (play_cb), (pause_cb), (stop_cb), (main):
9166         * examples/seeking/playbin.c:
9167         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9168         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9169         (make_sid_pipeline), (make_vorbis_pipeline),
9170         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9171         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9172         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9173         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9174         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9175         (stop_cb), (main):
9176         * examples/seeking/spider_seek.c:
9177         * examples/seeking/vorbisfile.c:
9178         * ext/gnomevfs/Makefile.am:
9179         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9180         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9181         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9182         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9183         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9184         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9185         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9186         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9187         * ext/ogg/README:
9188         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9189         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9190         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9191         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9192         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9193         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9194         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9195         (gst_ogg_demux_factory_filter), (compare_ranks),
9196         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9197         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9198         (gst_ogg_chain_new), (gst_ogg_chain_free),
9199         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9200         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9201         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9202         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9203         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9204         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9205         (gst_ogg_demux_get_prev_page),
9206         (gst_ogg_demux_deactivate_current_chain),
9207         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9208         (gst_ogg_demux_bisect_forward_serialno),
9209         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9210         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9211         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9212         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9213         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9214         (gst_ogg_demux_change_state), (gst_ogg_print):
9215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9216         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9217         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9218         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9219         (gst_ogg_mux_loop):
9220         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9221         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9222         (theora_dec_src_convert), (theora_dec_sink_convert),
9223         (theora_dec_src_query), (theora_dec_src_event),
9224         (theora_dec_sink_event), (theora_dec_chain),
9225         (theora_dec_change_state):
9226         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9227         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9228         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9229         (theora_enc_change_state):
9230         * ext/vorbis/Makefile.am:
9231         * ext/vorbis/oggvorbisenc.c:
9232         * ext/vorbis/oggvorbisenc.h:
9233         * ext/vorbis/vorbis.c: (plugin_init):
9234         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9235         (vorbis_dec_src_query), (vorbis_dec_src_event),
9236         (vorbis_dec_sink_event), (vorbis_dec_chain),
9237         (vorbis_dec_change_state):
9238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9239         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9240         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9241         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9242         (gst_vorbisenc_change_state):
9243         * ext/vorbis/vorbisenc.h:
9244         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9245         * gst-libs/gst/audio/audioclock.c:
9246         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9247         (gst_audiofilter_init), (gst_audiofilter_chain):
9248         * gst-libs/gst/audio/testchannels.c: (main):
9249         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9250         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9251         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9252         (gmip_find_track_streaminfo), (gmip_find_track_format):
9253         * gst-libs/gst/media-info/media-info.c:
9254         (gst_media_info_read_idler):
9255         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9256         (gst_play_get_all_by_interface):
9257         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9258         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9259         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9260         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9261         (gst_riff_parse_info):
9262         * gst-libs/gst/riff/riff-read.h:
9263         * gst-libs/gst/riff/riff.c: (plugin_init):
9264         * gst-libs/gst/video/Makefile.am:
9265         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9266         (gst_videosink_class_init), (gst_videosink_get_type):
9267         * gst-libs/gst/video/videosink.h:
9268         * gst/audioconvert/bufferframesconvert.c:
9269         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9270         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9271         * gst/audioconvert/channelmixtest.c: (main):
9272         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9273         (gst_audio_convert_chain),
9274         (gst_audio_convert_caps_remove_format_info),
9275         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9276         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9277         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9278         (gst_audio_convert_buffer_to_default_format),
9279         (gst_audio_convert_buffer_from_default_format),
9280         (gst_audio_convert_channels):
9281         * gst/audioconvert/gstchannelmix.h:
9282         * gst/ffmpegcolorspace/avcodec.h:
9283         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9284         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9285         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9286         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9287         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9288         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9289         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9290         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9291         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9292         (dv_type_find):
9293         * gst/videotestsrc/gstvideotestsrc.c:
9294         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9295         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9296         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9297         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9298         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9299         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9300         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9301         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9302         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9303         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9304         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9305         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9306         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9307         (gst_xvimagesink_navigation_send_event),
9308         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9309         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9310         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9311         * sys/xvimage/xvimagesink.h:
9312         Plugin port to 0.9, ogg/theora playback should work in the seek
9313         example now.
9314         Removed old examples.
9315         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9316         explained in 0.9 TODO doc.
9317
9318
9319 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9320
9321         * autogen.sh:
9322         * configure.ac:
9323         * ext/Makefile.am:
9324         * gst/Makefile.am:
9325         * po/POTFILES.in:
9326         * po/af.po:
9327         * po/az.po:
9328         * po/cs.po:
9329         * po/en_GB.po:
9330         * po/hu.po:
9331         * po/it.po:
9332         * po/nb.po:
9333         * po/nl.po:
9334         * po/or.po:
9335         * po/sq.po:
9336         * po/sr.po:
9337         * po/sv.po:
9338         * po/uk.po:
9339         * po/vi.po:
9340         * sys/Makefile.am:
9341         * testsuite/Makefile.am:
9342           remove a whole bunch of plugins.  This module now contains a set
9343           of free reference plugins/elements as agreed.
9344
9345 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9346
9347         * configure.ac:
9348           hunting season on 0.9 is now OPEN
9349
9350 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9351
9352         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9353           Kick the hell out of gcc for not warning me about a symbol conflict.
9354
9355 2005-02-22  Luca Ognibene  <luogni@tin.it>
9356
9357         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9358
9359         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9360           Don't leak caps string (fixes #168134)
9361
9362         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9363         (gst_jpegenc_init), (gst_jpegenc_finalize),
9364         (gst_jpegenc_change_state):
9365           Don't leak line buffers and context struct (fixes #168133).
9366
9367 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9368
9369         * configure.ac:
9370         * ext/dirac/gstdiracdec.cc:
9371         (gst_diracdec_chain):
9372           Since dirac 0.5.0 the framerate in dirac is expressed as a
9373           rational number. Fix build and up requirement to 0.5.0, and
9374           also pass parameters to gst_diracdec_link in the right order
9375           (fixes #167959).
9376
9377 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9378
9379         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9380         * ext/faad/gstfaad.h:
9381         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9382         certain invalid muxed streams, where some packets will contain 
9383         junk after decoder data. Partially fixes #149158.
9384
9385 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9386         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9387           Make sure we only write to writable buffers
9388
9389 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9390
9391         * gst-libs/gst/riff/riff-media.c:
9392         (gst_riff_create_audio_caps_with_data):
9393           Do actually fix invalid RIFF fmt header values for alaw
9394           and mulaw audio instead of just saying so.
9395
9396         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9397           Give gst_riff_create_audio_caps_with_data() a chance to
9398           fix up broken format header fields before extracting any
9399           parameters from the header. (fixes #167633)
9400
9401 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9402
9403         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9404
9405         * gst/audioconvert/bufferframesconvert.c:
9406         (buffer_frames_convert_link):
9407           Don't leak othercaps. (fixes #167878)
9408
9409 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9410
9411         * configure.ac:
9412         * ext/libvisual/visual.c: (gst_visual_srclink),
9413         (gst_visual_change_state):
9414           Support libvisual 0.2.0.
9415
9416 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9417
9418         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9419         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9420           Use same rowstrides for I420 as used everywhere else.
9421
9422 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9423
9424         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9425           Declare variables at beginning of block and make gcc-2.95 happy
9426           (fixes # 167482, patch by Gergely Nagy).
9427           
9428         * gst/tcp/gsttcpclientsrc.c:
9429         * gst/tcp/gsttcpclientsrc.h:
9430           Move some includes into the header, so that struct sockaddr_in is
9431           defined when it should be defined on FreeBSD as well (fixes
9432           #167483).
9433           
9434         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9435           Don't pass uninitialised values to setsockopt() here either.
9436
9437 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9438
9439         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9440
9441         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9442           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9443
9444 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9445
9446         * gst/playback/gstplaybin.c: (add_sink):
9447           Invert bin_add/link order to workaround deadlock in opt.
9448
9449 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9450
9451         * gst/modplug/gstmodplug.cc:
9452           Add missing break causing position queries to fail.
9453
9454 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9455
9456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9457           Granpos can apparently be -1, which screws up calculations...
9458
9459 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9460
9461         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9462         (gst_ximagesink_send_pending_navigation),
9463         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9464         (gst_ximagesink_init):
9465         * sys/ximage/ximagesink.h:
9466         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9467         (gst_xvimagesink_send_pending_navigation),
9468         (gst_xvimagesink_navigation_send_event),
9469         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9470         * sys/xvimage/xvimagesink.h:
9471           Use a mutex protected list to marshal navigation
9472           events into the stream thread from whichever thread
9473           sends them.
9474
9475 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9476
9477         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9478           Display current position and track length; misc. clean-ups.
9479           
9480         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9481         (speed_init), (speed_chain):
9482           Add query function, so that the stream length and current position
9483           get adjusted when queried (note that current position queries may
9484           still be wrong if the audio sink returns values based on buffer
9485           timestamps instead of passing on the query).
9486
9487 2005-02-13  Benjamin Otte  <otte@gnome.org>
9488
9489         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9490         (gst_audio_convert_channels):
9491           create channel conversion matrix when linking
9492         * gst/audioconvert/.cvsignore:
9493         * gst/audioconvert/Makefile.am:
9494         * gst/audioconvert/channelmixtest.c: (main):
9495           add (ugly) test that ensures stereo <=> mono conversion works
9496           correctly
9497
9498 2005-02-13  Benjamin Otte  <otte@gnome.org>
9499
9500         * gst/audioconvert/gstchannelmix.h:
9501           include missing header file
9502         * gst/audioconvert/gstchannelmix.c:
9503         (gst_audio_convert_fill_compatible):
9504           use same sign for both channels when converting to/from compatible
9505           channel. Previously used different signs made the signals cancel
9506           each other out and appear like silence. (fixes #167269)
9507
9508 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9509
9510         * gst/ffmpegcolorspace/avcodec.h:
9511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9512         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9513         (gst_ffmpegcsp_avpicture_fill):
9514         * gst/ffmpegcolorspace/imgconvert.c:
9515           Convert to and from YV12 (fixes #156379).
9516
9517 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9518
9519         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9520         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9521         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9522         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9523         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9524         methods from chain and negotiation and vice versa (Fixes #166142).
9525         * sys/ximage/ximagesink.h: Add stream_lock.
9526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9527         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9528         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9529         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9530
9531 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9532
9533         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9534           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9535           error message when we can't open the DVD device (when dvdnav_open()
9536           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9537           the above). Send something more useful instead (fixes #167117).
9538
9539 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9540
9541         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9542         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9543         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9544         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9545         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9546         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9547         methods from chain and negotiation and vice versa (Fixes #166142).
9548         Fix a possible bug of images in the buffer pool being discarded because
9549         we are looking at the wrong geometry.
9550         * sys/xvimage/xvimagesink.h: Add stream_lock.
9551
9552 2005-02-11  David Schleef  <ds@schleef.org>
9553
9554         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9555         unsigned int. (fixes #167128)
9556
9557 2005-02-11  David Schleef  <ds@schleef.org>
9558
9559         * gst/librfb/Makefile.am: Testing stuff before committing is
9560           for wimps... and people with fast machines.  Fix stupid
9561           mistake.
9562
9563 2005-02-11  David Schleef  <ds@schleef.org>
9564
9565         * configure.ac: Pull in librfb from my CVS tree, because it is
9566           too small and annoying to be separate.  Move rfbsrc plugin
9567           to gst/.
9568         * ext/Makefile.am:
9569         * ext/librfb/Makefile.am:
9570         * ext/librfb/gstrfbsrc.c:
9571         * gst/librfb/Makefile.am:
9572         * gst/librfb/gstrfbsrc.c:
9573         * gst/librfb/rfb.c:
9574         * gst/librfb/rfb.h:
9575         * gst/librfb/rfbbuffer.c:
9576         * gst/librfb/rfbbuffer.h:
9577         * gst/librfb/rfbbytestream.c:
9578         * gst/librfb/rfbbytestream.h:
9579         * gst/librfb/rfbcontext.h:
9580         * gst/librfb/rfbdecoder.c:
9581         * gst/librfb/rfbdecoder.h:
9582         * gst/librfb/rfbutil.h:
9583
9584 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9585
9586         * gst/speed/Makefile.am:
9587         * gst/speed/demo-mp3.c: (main):
9588         * gst/speed/filter.func:
9589         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9590         (speed_class_init), (speed_init), (speed_chain_int16),
9591         (speed_chain_float32), (speed_chain), (speed_set_property),
9592         (speed_get_property), (speed_change_state):
9593         * gst/speed/gstspeed.h:
9594           Fix speed element and make it chain-based (fixes #156467),
9595           and make it handle more than one channel.
9596
9597 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9598
9599         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9600         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9601         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9602         * ext/dts/gstdtsdec.h:
9603           Don't clobber the stack constructing the channels array.
9604           Make the element chain-based. DTS tracks can now be played.
9605           
9606 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9607
9608         * gst-libs/gst/audio/multichannel.h:
9609         * gst-libs/gst/gconf/gconf.h:
9610         * gst-libs/gst/idct/idct.h:
9611         * gst-libs/gst/media-info/media-info-priv.h:
9612         * gst-libs/gst/play/play.h:
9613         * gst-libs/gst/resample/private.h:
9614         * gst-libs/gst/resample/resample.h:
9615         * gst-libs/gst/riff/riff-ids.h:
9616         * gst-libs/gst/video/video.h:
9617         * gst-libs/gst/video/videosink.h:
9618           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9619           missing, so that they work when included from C++ code.
9620
9621 2005-02-09  David Schleef  <ds@schleef.org>
9622
9623         * testsuite/gst-lint: Check for non-statically scoped
9624           parent_class variables.  This won't be a problem once
9625           plugins are loaded with RTLD_LOCAL.
9626
9627 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9628
9629         * ext/mplex/gstmplexibitstream.cc:
9630           gcc madness.
9631
9632 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9633
9634         * ext/ogg/gstogmparse.c:
9635         * gst/debug/gstnavigationtest.c:
9636           Die, thou faulty symbol pollutors (non-static parent_class).
9637
9638 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9639
9640         * ext/mplex/gstmplexibitstream.cc:
9641           Fix event handling (#165525).
9642
9643 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9644
9645         * ext/mikmod/gstmikmod.c:
9646         * gst/modplug/gstmodplug.cc:
9647           Add missing endianness to template (fixes #165509).
9648
9649 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9650
9651         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9652           Fix wrong order of reading of optional bytes (#165290).
9653
9654 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9655
9656         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9657           Implement FILLER event awareness.
9658
9659 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9660
9661         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9662           Fix track calculations (#166208).
9663
9664 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9665
9666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9667
9668         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9669         * ext/libpng/gstpngenc.c:
9670           Fix byte-order, use proper fixed caps. Fixes #164197.
9671
9672 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9673
9674         * configure.ac:
9675           Add dvdlpcmdec 
9676
9677         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9678         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9679           Don't push buffers if the src pad isn't negotiated yet.
9680           
9681         * gst/audioconvert/gstaudioconvert.c:
9682         (gst_audio_convert_buffer_to_default_format),
9683         (gst_audio_convert_buffer_from_default_format):
9684           Add support for 24-bit width.
9685
9686         * gst/dvdlpcmdec/.cvsignore:
9687         * gst/dvdlpcmdec/Makefile.am:
9688         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9689         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9690         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9691         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9692         (plugin_init):
9693         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9694           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9695           format. Needs support for the channels maps if someone can find 
9696           a DVD LPCM track with > 2 channels.
9697
9698         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9699         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9700         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9701         * gst/mpegstream/gstdvddemux.h:
9702         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9703         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9704         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9705         * gst/mpegstream/gstmpegdemux.h:
9706         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9707         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9708         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9709         (gst_mpeg_parse_handle_src_query),
9710         (gst_mpeg_parse_handle_src_event):
9711           Use audio/x-dvd-lpcm for LPCM output.
9712           Add DTS output.
9713
9714 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9715
9716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9717
9718         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9719         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9720           Add BGRA handling (#165736).
9721
9722 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9723
9724         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9725
9726         * gst/law/alaw-decode.c: (alawdec_link):
9727         * gst/law/alaw-encode.c: (alawenc_link):
9728         * gst/law/mulaw-decode.c: (mulawdec_link):
9729         * gst/law/mulaw-encode.c: (mulawenc_link):
9730           Fix caps memleaks (#166600).
9731
9732 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9733
9734         * ext/tarkin/mem.h:
9735         * ext/tarkin/wavelet.h:
9736         * ext/tarkin/yuv.h:
9737         * gst/ffmpegcolorspace/avcodec.h:
9738           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9739           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9740
9741 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9742
9743         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9745         (gst_xvimagesink_change_state):
9746           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9747           Xv video (and thereby regenerate Xv colourkey) in clear() so
9748           that PLAY -> READY -> PLAY works (fixes #162504).
9749
9750 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9751
9752         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9753           Switch to list instead of range, since MJPEG-devices really just
9754           support decimations, not any size.
9755
9756 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9757         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9758         (gst_mpeg2dec_reset), (free_all_buffers),
9759         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9760         * ext/mpeg2dec/gstmpeg2dec.h:
9761           The libmpeg2 user-allocated buffer management is awkward, 
9762           to say the least. Hopefully this fixes things.
9763
9764 2005-02-04  Andy Wingo  <wingo@pobox.com>
9765
9766         * gst/audioconvert/bufferframesconvert.c
9767         (buffer_frames_convert_fixate): New function, fixates to 256
9768         frames per buffer by default. (Much better than 1.)
9769         (buffer_frames_convert_init): Set the fixate function for both src
9770         and sink pad.
9771         (buffer_frames_convert_link): After success setting nonfixed caps,
9772         get the negotiated caps so we can know how many buffer-frames it
9773         will be. No idea how this worked at all before.
9774
9775 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9776
9777         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9778         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9779         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9780         (handle_sequence), (handle_picture):
9781         * ext/mpeg2dec/gstmpeg2dec.h:
9782           Rearrange buffer tracking and refcounting and refactor
9783           a little for readability. 
9784
9785 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9786         * sys/v4l/gstv4l.c: (plugin_init):
9787         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9788         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9789         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9790         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9791         * sys/v4l/gstv4ljpegsrc.h:
9792         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9793         * sys/v4l/v4l_calls.h:
9794         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9795         (gst_v4lsrc_get_fps):
9796         * sys/v4l/v4lsrc_calls.h:
9797           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9798           you jpeg inside rgb frames" driver.
9799           Don't error in the v4lsrc link function, just return 
9800           REFUSED.
9801
9802 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9803
9804         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9805         (gst_qcamsrc_open):
9806           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9807
9808 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9809
9810         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9811           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9812
9813 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9814
9815         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9816           Reset negotiated state on PAUSED->READY.
9817
9818 2005-02-02  David Schleef  <ds@schleef.org>
9819
9820         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9821         whereever possible.  (Fixes #165997)
9822         * examples/capsfilter/capsfilter1.c: (main):
9823         * examples/dynparams/filter.c: (create_ui):
9824         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9825         * examples/seeking/chained.c: (main):
9826         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9827         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9828         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9829         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9830         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9831         * examples/switch/switcher.c: (main):
9832         * ext/dv/demo-play.c: (main):
9833         * ext/faad/gstfaad.c: (gst_faad_change_state):
9834         * ext/mad/gstmad.c: (gst_mad_chain):
9835         * ext/smoothwave/demo-osssrc.c: (main):
9836         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9837         (gst_gconf_render_bin_from_description),
9838         (gst_gconf_get_default_audio_sink),
9839         (gst_gconf_get_default_video_sink),
9840         (gst_gconf_get_default_audio_src),
9841         (gst_gconf_get_default_video_src),
9842         (gst_gconf_get_default_visualization_element):
9843         * gst/level/demo.c: (main):
9844         * gst/level/plot.c: (main):
9845         * gst/playback/gstplaybin.c: (gen_video_element),
9846         (gen_audio_element):
9847         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9848         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9849         * gst/sine/demo-dparams.c: (main):
9850         * gst/spectrum/demo-osssrc.c: (main):
9851         * gst/speed/demo-mp3.c: (main):
9852         * gst/volume/demo.c: (main):
9853         * testsuite/embed/embed.c: (main):
9854
9855 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9856
9857         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9858         (gst_tcpclientsink_finalize):
9859         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9860         (gst_tcpclientsrc_finalize):
9861         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9862         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9863         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9864         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9865           Don't leak the hostname when shutting down.
9866           In tcpserversrc, take a copy of the default hostname.
9867
9868 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9869
9870         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9871           Set caps to systemstream=TRUE.
9872
9873 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9874
9875         * testsuite/Makefile.am:
9876           Fix more OSX buildbots.
9877
9878 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9879
9880         * ext/mpeg2dec/gstmpeg2dec.c:
9881           Don't send things to NULL PAD_PEERs
9882
9883         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9884           Copy-on-write the incoming buffer.
9885
9886         * gst/mpegstream/gstdvddemux.h:
9887         * gst/mpegstream/gstmpegclock.h:
9888         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9889         (normal_seek), (gst_mpeg_demux_handle_src_event):
9890         * gst/mpegstream/gstmpegdemux.h:
9891         * gst/mpegstream/gstmpegpacketize.h:
9892         * gst/mpegstream/gstmpegparse.c:
9893         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9894         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9895         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9896         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9897         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9898         * gst/mpegstream/gstmpegparse.h:
9899         * gst/mpegstream/gstrfc2250enc.h:
9900           Various changes to the way time is computed that make seeking and
9901           total time estimation much better here.
9902           Use G_BEGIN/END_DECLS instead of __cplusplus
9903
9904         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9905           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9906
9907 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9908
9909         * gst/subparse/gstsubparse.c:
9910           Fix OSX buildbot.
9911
9912 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9913
9914         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9915         (theora_enc_chain), (theora_enc_change_state):
9916         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9917         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9918         (gst_vorbisenc_change_state):
9919         * ext/vorbis/vorbisenc.h:
9920           Set granulepos and timestamp correctly for streams not
9921           starting at 0, taking into account the initial delay.
9922
9923 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9924
9925         * gst/mpegstream/gstdvddemux.c:
9926           Add audio/x-dts to audio pad template caps
9927
9928 2005-01-30  David Schleef  <ds@schleef.org>
9929
9930         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9931         (create_context), (gst_polypsink_link): Fix silly endianness
9932         bug.  Add some debugging.  Remove float from caps; it doesn't
9933         work.  Attempt to get remote audio working.
9934
9935 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9936
9937         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9938           Add 3IV2 fourcc.
9939
9940 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9941
9942         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9943         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9944         (gst_avi_demux_stream_data):
9945         * gst/avi/gstavidemux.h:
9946           Invert DIB images. Fixes #132341.
9947
9948 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9949
9950         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9951         (gst_ffmpegcsp_chain):
9952           D'oh, reference the palette data, not the palette structure.
9953           Fixes color distortion in #132341.
9954
9955 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9956
9957         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9958           PAR can be non-fixed when not provided as argument (#162626).
9959
9960 2005-01-29  David Moore  <dcm@acm.org>
9961
9962         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9963
9964         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9965         (gst_qtdemux_loop_header):
9966           Re-apply patch from #142272 that allows non-seekable sources,
9967           re-proposed by Daniel Drake <dsd@gentoo.org>.
9968
9969 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9970
9971         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9972           Use the src template for creating the src pad (#162330).
9973
9974 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9975
9976         * configure.ac:
9977         * ext/musepack/Makefile.am:
9978         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9979         (gst_musepackdec_init), (gst_musepackdec_dispose),
9980         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9981         (gst_musepack_stream_init), (gst_musepackdec_loop),
9982         (gst_musepackdec_change_state):
9983         * ext/musepack/gstmusepackdec.cpp:
9984         * ext/musepack/gstmusepackdec.h:
9985         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9986         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9987         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9988         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9989         * ext/musepack/gstmusepackreader.cpp:
9990         * ext/musepack/gstmusepackreader.h:
9991           Update to 1.1 API (#165446).
9992
9993 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9994
9995         * ext/Makefile.am:
9996           Unbreak buildbot.
9997
9998 2005-01-28  Andy Wingo  <wingo@pobox.com>
9999
10000         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
10001         to reflect a different dubious internet source. Add a reference
10002         and some commentary.
10003
10004 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10005
10006         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
10007         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
10008         * gst/playback/gststreamselector.h:
10009           Be more selective when we're redoing caps negotiation from
10010           within the chain function on a stream change.
10011
10012 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10013
10014         * configure.ac:
10015         * ext/Makefile.am:
10016         * ext/amrnb/Makefile.am:
10017         * ext/amrnb/amrnb.c: (plugin_init):
10018         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
10019         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
10020         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
10021         (gst_amrnbdec_state_change):
10022         * ext/amrnb/amrnbdec.h:
10023         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
10024         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
10025         (gst_amrnbparse_init), (gst_amrnbparse_formats),
10026         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
10027         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
10028         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
10029         * ext/amrnb/amrnbparse.h:
10030           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
10031         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10032           Add AMR-NB/-WB raw formats.
10033         * ext/alsa/gstalsa.c: (gst_alsa_link):
10034           Keep valid time when changing format.
10035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10036         (qtdemux_parse_trak):
10037           Add some more format-specific options (#140141, #143555, #155163).
10038
10039 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * gst/matroska/matroska-demux.c:
10042         (gst_matroska_demux_parse_blockgroup):
10043           Fix logic error in timing of subtitle stream synchronization.
10044         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
10045           Add skip-chunk, which is found in kodak-camera streams.
10046
10047 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10048
10049         * po/LINGUAS:
10050         * po/vi.po:
10051           Adding Vietnamese translation (submitted by Clytie Siddall)
10052
10053 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10054
10055         * gst/playback/gstdecodebin.c: (try_to_link_1):
10056           Use realpad for signal.
10057
10058 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10059
10060         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
10061           Fix category so decodebin picks it up.
10062
10063 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10064
10065         * ext/mad/Makefile.am:
10066         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
10067         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10068         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10069         (found_type), (gst_id3demux_bin_change_state):
10070         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10071         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10072         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10073         (gst_id3_tag_change_state), (plugin_init):
10074         * ext/mad/gstmad.h:
10075           Add id3demuxbin (which is a simple bin consisting of id3demux
10076           and typefind), take over rank from id3demux, remove typefind
10077           code from id3demux. Makes all broken mp3s that I know of work,
10078           and thereby fixes #152688.
10079
10080 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10081
10082         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10083
10084         * ext/mad/gstmad.c: (gst_mad_src_event):
10085         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10086           Allow seeks on audio pad, make mad forward those (#164826).
10087         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10088           Set duration (#165335).
10089
10090 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10091
10092         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10093         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10094         (gst_asf_demux_process_ext_content_desc),
10095         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10096         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10097         * gst/asfdemux/gstasfdemux.h:
10098           Improve metadata display, e.g. if the metadata comes before the
10099           streams are loaded (which is perfectly valid).
10100
10101 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10102
10103         * tools/gst-launch-ext-m.m:
10104           Fix AVI/ASF pipelines (#165340).
10105
10106 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10107         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10108         build failure on amd64
10109
10110 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10111
10112         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10113         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10114           Check environment variables GST_ID3V2_TAG_ENCODING,
10115           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10116           list of character encodings to force interpretation of non-unicode
10117           strings stored in an ID3v2 tag to a particular encoding. If none
10118           is specified, try to use current locale's encoding, then fall back
10119           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10120         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10121         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10122           Check environment variables GST_ID3V1_TAG_ENCODING,
10123           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10124           list of character encodings to use in case a string encountered
10125           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10126           specified, try to use the current locale's encoding, then fall
10127           back to ISO-8859-1 (which will always succeed).
10128
10129 2005-01-25  Benjamin Otte  <otte@gnome.org>
10130
10131         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10132           - on half framerate, compute the rate in advance so the comparisons
10133             don't compare wrong values
10134           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10135             behaviour
10136           - don't use mad_header_decode anymore, mad_frame_decode does that
10137             automatically
10138           - when getting rid of consumed bytes, reset the stream's skiplen
10139           (fixes #163867)
10140
10141 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10142
10143         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10144           Use 1/2 a second for default max_discont, as PES streams from DVB
10145           seem to have larger spacings in the SCR. 
10146           Fix a typo.
10147
10148 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10149
10150         * gst/playback/gstplaybasebin.c: (group_commit):
10151           Notify delayed stream-info availability.
10152
10153 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10154         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10155         (gst_a52dec_handle_event), (gst_a52dec_chain):
10156         Add some debug output. Check that a discont has a valid
10157         time associated.
10158         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10159         (gst_alsa_sink_loop):
10160         Ignore TAG events. A little extra debug for broken timestamps.
10161         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10162         (dvdnavsrc_change_state):
10163         Ensure we send a discont to engage the link before we send any
10164         other events.
10165         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10166         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10167         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10168         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10169         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10170         dvd://title works in totem because typefinding sends a seek that ends
10171         up going back to chapter 1 regardless.
10172         * ext/mpeg2dec/gstmpeg2dec.c:
10173         * ext/mpeg2dec/gstmpeg2dec.h:
10174         Output correct timestamps and handle disconts.
10175         * ext/ogg/gstoggdemux.c: (get_relative):
10176         Small guard against a null dereference.
10177         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10178         (gst_textoverlay_set_property):
10179         Free memory when done. Don't call gst_event_filler_get_duration on
10180         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10181         g_warning.
10182         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10183         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10184         (gst_sw_srclink), (gst_smoothwave_chain):
10185         Draw solid lines, prettier colours.
10186         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10187         Add a default palette that'll work for some movies.
10188         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10189         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10190         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10191         * gst/mpegstream/gstdvddemux.h:
10192         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10193         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10194         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10195         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10196         * gst/mpegstream/gstmpegparse.h:
10197         Use PTM/NAV events when for timestamp adjustment when connected to 
10198         dvdnavsrc. Don't use many discont events where one suffices.
10199         * gst/playback/gstplaybasebin.c: (group_destroy),
10200         (gen_preroll_element), (gst_play_base_bin_add_element):
10201         * gst/playback/gstplaybasebin.h:
10202         Make sure we remove subtitles from the same bin we put them in.
10203         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10204         (gst_subparse_buffer_format_autodetect),
10205         (gst_subparse_change_state):
10206         Fix some memleaks and invalid accesses.
10207         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10208         (oggskel_type_find), (cmml_type_find), (plugin_init):
10209         Some typefind functions for Annodex v3.0 files
10210         * gst/wavparse/gstwavparse.h:
10211         GstRiffReadClass is the correct parent class.
10212
10213 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10214
10215         * gst-libs/gst/riff/riff-media.c:
10216         (gst_riff_create_video_caps_with_data):
10217           Add extradata to huffyuv (fixes #165013).
10218         * gst-libs/gst/riff/riff-read.c:
10219         (gst_riff_read_strf_vids_with_data):
10220           Fix extradata extraction if it is in the chunk size.
10221
10222 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10223
10224         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10225
10226         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10227         (gst_quarktv_change_state), (gst_quarktv_dispose):
10228           Memory free'ing location fix (#164708).
10229
10230 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10231
10232         * gst/playback/gstplaybasebin.c: (group_commit),
10233         (gen_preroll_element), (probe_triggered), (gen_source_element),
10234         (setup_source), (gst_play_base_bin_change_state),
10235         (gst_play_base_bin_add_element):
10236           Don't block for streams.
10237         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10238         (gst_stream_info_set_mute):
10239           Use gst_pad_set_active_recursive.
10240
10241 2005-01-25  Andy Wingo  <wingo@pobox.com>
10242
10243         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10244         for #ifndef HAVE_XVIDEO.
10245
10246 2005-01-24  Jeffrey C. Ollie
10247
10248         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10249
10250         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10251         * ext/gsm/gstgsmdec.h:
10252         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10253         * ext/gsm/gstgsmenc.h:
10254         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10255         was given by property. Add proper buffer timestamps and offsets.
10256
10257 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10258
10259         * gst-libs/gst/riff/riff-media.c:
10260         (gst_riff_create_audio_caps_with_data):
10261           Audio can be <8000Hz.
10262
10263 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10264
10265         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10266           Explicit state change to workaround refcount bugs.
10267
10268 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10269
10270         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10271         (gst_avimux_riff_get_avi_header):
10272           Fix...
10273
10274 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10277         (gst_riff_read_element_data):
10278         * gst-libs/gst/riff/riff-read.h:
10279           Add _peek version (req'ed in CDXA).
10280         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10281         (gst_cdxaparse_loop):
10282           Fix parsing in playbin.
10283         * gst/playback/gstdecodebin.c: (close_pad_link):
10284           Ignore current_ pads, they cause major annoyance.
10285
10286 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10289           Safety guard.
10290
10291 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10294           Fix padding...
10295
10296 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10297
10298         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10299           Allow for 0-sized buffers. Fixes length query problems in
10300           starwars.mkv from the testsuite.
10301
10302 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10303
10304         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10305         (gst_video_box_i420), (gst_video_box_chain):
10306           Fix row strides for I420 (fixes #163159)
10307           
10308 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10309
10310         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10311           MPEG2 has a useful rate property, so we can actually use that.
10312           For MPEG-1, continue using the bytes/time properties.
10313
10314 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10315
10316         * gst-libs/gst/riff/riff-media.c:
10317         (gst_riff_create_video_caps_with_data),
10318         (gst_riff_create_video_template_caps):
10319           Add intel-h263.
10320
10321 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10322
10323         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10324           Fail if caps negotiation fails. Should fix #162184, and should
10325           definately be in there regardless of it fixing the actual bug.
10326         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10327         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10328         (gst_avimux_riff_get_avix_header),
10329         (gst_avimux_riff_get_video_header),
10330         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10331         (gst_avimux_start_file), (gst_avimux_handle_event),
10332         (gst_avimux_change_state):
10333         * gst/avi/gstavimux.h:
10334           Refactor structure writing to use GST_WRITE_UINT macros, add
10335           metadata writing support.
10336
10337 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10338
10339         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10340           Elements may already be destroyed when this function is called.
10341
10342 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10343
10344         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10345         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10346           More memory leak fixes (#149162).
10347
10348 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10349
10350         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10351         (gst_qtdemux_add_stream):
10352           Fix two memleaks.
10353
10354 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10357           Argh...
10358
10359 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10360
10361         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10362           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10363           when fixating to six channels in Totem.
10364
10365 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10366
10367         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10368           Fix compile warnings on Solaris 10 buildbot
10369
10370 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10371
10372         * ext/dvdread/dvdreadsrc.c: (_read):
10373           Don't read beyond the last cell in a chapter (fixes 
10374           invalid memory access)
10375
10376 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10377
10378         * ext/dvdread/stream_labels.c:
10379         (dvdreadsrc_get_audio_stream_labels):
10380           Use NULL for an empty GList instead of g_list_alloc(); fix 
10381           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10382           of GString (easier to bulk free later)
10383
10384 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10385
10386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10389         (gst_ffmpeg_pixfmt_to_caps):
10390           Fix BGRA32 caps (#164209).
10391
10392 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10393
10394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10395
10396         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10397         (gst_ffmpeg_caps_to_pixfmt):
10398           alpha_mask can be RGBA/ABGR. Fixes #164265.
10399
10400 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10401
10402         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10403
10404         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10405         (gst_mpeg2dec_alloc_buffer):
10406         * ext/mpeg2dec/gstmpeg2dec.h:
10407           Crop if decoding size is not the actual image size (#163676).
10408
10409 2005-01-17  Steve Baker  <steve@stevebaker.org>
10410
10411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10412
10413         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10414         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10415           Add libsndfile typefind functions (#163309).
10416
10417 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10418
10419         * tools/gst-launch-ext-m.m:
10420           Add .aac, fix .m1v/.m2v (#163891).
10421
10422 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10423
10424         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10425           Sanity check, don't wait endlessly since the clock might not
10426           actually run at this point (which is a deadlock). Fixes #164069.
10427
10428 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10429
10430         * gst/playback/gstplaybasebin.c: (probe_triggered):
10431           Of course, only pause if group is done...
10432
10433 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10434
10435         * gst/playback/gstplaybasebin.c: (probe_triggered):
10436           Thread safety.
10437
10438 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10439
10440         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10441           Don't return state change success when the parent
10442           failed.
10443
10444 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10445
10446         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10447           Free events (fix memleak in #162905).
10448
10449 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10450
10451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10452
10453         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10454         (gst_ffmpeg_caps_to_pixfmt):
10455           Fix for depth = 15. Fixes #161675.
10456
10457 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10458
10459         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10460           Set FPS correctly, even for webcams and the like.
10461         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10462           Don error on setting while capturing.
10463
10464 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10465
10466         * ext/dv/gstdvdec.c:
10467         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10468         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10469           I'm a bad boy. using /1001. to force C to do float division
10470           and not integer division (as it did in my last commit)
10471           Thanks to David I. Lehn for pointing this mistake.
10472
10473 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10474
10475         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10476           Revert Johan??s 1.35->1.36 since it breaks compat.
10477
10478 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10479
10480         * ext/dv/gstdvdec.c:
10481         * ext/libfame/gstlibfame.c:
10482         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10483         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10484           replace framerate aproximations by their real value
10485           (24000/1001, 30000/1001, 60000/1001)
10486           Finish fixing bug #164049
10487
10488 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10489
10490         * ext/ogg/gstoggmux.c:
10491           eos/bos debugging
10492         * gst/tcp/gstmultifdsink.c:
10493         * gst/tcp/gstmultifdsink.h:
10494         * gst/tcp/gsttcp.c:
10495         * gst/tcp/gsttcp.h:
10496         * gst/tcp/gsttcpclientsink.c:
10497         * gst/tcp/gsttcpclientsrc.c:
10498         * gst/tcp/gsttcpserversink.c:
10499         * gst/tcp/gsttcpserversrc.c:
10500           improve reusability of elements after state changes and errors
10501           make multifdsink throw away streamheaders when receiving new ones
10502
10503 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10504
10505         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10506           Fix for if items are already in list...
10507
10508 2005-01-12  Benjamin Otte  <otte@gnome.org>
10509
10510         * gst/adder/gstadder.c: (gst_adder_loop):
10511           fix adder a bit so it doesn't screw up with events as much anymore
10512
10513 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10514
10515         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10516         (pixbufscale_scale), (gst_pixbufscale_chain):
10517         * ext/gdk_pixbuf/pixbufscale.h:
10518           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10519           to ensure rowstrides are calculated the same way as 
10520           ffmpegcolorspace
10521           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10522           that we pick up duration and offset also.
10523
10524 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10525
10526         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10527         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10528           Reusability fixes.
10529
10530 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10531
10532         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10533         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10534         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10535         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10536           Update flags when requested.
10537
10538 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10539
10540         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10541           Fix dmix.
10542
10543 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10544
10545         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10546         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10547         (probe_triggered), (new_decoded_pad), (gen_source_element),
10548         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10549         * gst/playback/gstplaybasebin.h:
10550         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10551         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10552         (gst_play_bin_change_state):
10553           Implement group-switch signal for use in apps to clear metadata
10554           cache, clean up subtitle, add suburi property instead of # hack,
10555           some error-out fixes.
10556
10557 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10558
10559         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10560           Debug.
10561         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10562           If we got a state change in the _get handler, don't return success.
10563
10564 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10565
10566         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10567         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10568           Make jpegdec quiet on MJPEG decoding
10569         * gst/asfdemux/README:
10570           Fix mimetypes for MJPEG and H263
10571
10572 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10573
10574         * ext/theora/theoradec.c: (theora_dec_chain):
10575           Fix broken code generation by gcc by swapping arguments.
10576         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10577           Fix \n in debug.
10578
10579 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10580
10581         * TODO:
10582           delete this file, it is by far outdated
10583         * ext/alsa/gstalsa.1: remove
10584         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10585         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10586         (gst_alsa_get_caps):
10587           Add HW probing for supported sample rates. Fixes #161704
10588
10589 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10590
10591         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10592           Don't crash, biatch! :).
10593
10594 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10595
10596         * ext/musepack/gstmusepackreader.cpp:
10597         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10598           Some work on tags - still doesn't work in playbin...
10599         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10600           Handle events...
10601
10602 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10603
10604         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10605           Also shove tags on kid pads.
10606
10607 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10608
10609         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10610           Don't bail on unknown events.
10611         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10612           Don't crash on events before negotiation.
10613         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10614           Send tags on pads, too.
10615         * gst/playback/gststreamselector.c:
10616         (gst_stream_selector_request_new_pad):
10617           Forward events on first pad if no input was selected yet.
10618
10619 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10620
10621         * gst/playback/gstplaybasebin.c: (setup_substreams):
10622           Don't disable streamtype if the stream doesn't exist, since
10623           then playing a video after audio will disable both and nothing
10624           will happen. Fixes the testsuite.
10625
10626 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10627
10628         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10629         (gst_v4l_xoverlay_set_xwindow_id):
10630         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10631         (gst_v4l2_xoverlay_set_xwindow_id):
10632           Add debug categories, fix overlay disabling.
10633
10634 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10635
10636         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10637         * ext/alsa/gstalsa.h:
10638           Add HW probing for period_count/size and buffer_size MIX/MAX
10639           Adjust default/user defined value if out of bounds
10640           Should fix bug #162024
10641
10642 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10643
10644         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10645           Fix warning (#161191).
10646
10647 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10648
10649         * ext/dvdread/stream_labels.c:
10650         (dvdreadsrc_get_audio_stream_labels):
10651           Fix warning (init the good variable in switch default)
10652
10653 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10654
10655         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10656
10657         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10658           Fix gcc-2.95 compile (#163485).
10659
10660 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10661
10662         * configure.ac:
10663         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10664         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10665         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10666         (gst_flacenc_change_state):
10667         * ext/flac/gstflacenc.h:
10668           Update for API change in flac-1.1.1. Update requirement in
10669           configure.ac. Fixes #162974.
10670
10671 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10672
10673         * gst/playback/gstplaybasebin.c: (group_destroy):
10674           Remove hack to get rid of assert and get rid of unlinked
10675           signals properly.
10676
10677 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10678
10679         * gst/playback/gstplaybasebin.c: (setup_source):
10680           Set source to NULL so that resources are free'ed. Fixes issues
10681           with playback of CDDA and similar device-accessing things.
10682
10683 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10684
10685         * testsuite/embed/Makefile.am:
10686           test->noinst, fix make test in buildbot.
10687
10688 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10689
10690         * ext/dvdread/stream_labels.c: new file
10691         * ext/dvdread/stream_labels.h: new file
10692         * ext/dvdread/Makefile.am:
10693         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10694           Extract audio stream label from DVD IFO files.
10695           It only dump them on the console for now, still have to
10696           make playbin aware of them.
10697
10698 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10699
10700         * gst/playback/gstplaybasebin.c: (setup_source):
10701           Fix hanging subs.
10702
10703 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10704
10705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10706         (gen_preroll_element), (remove_groups), (setup_subtitle),
10707         (gen_source_element), (setup_source):
10708         * gst/playback/gstplaybasebin.h:
10709           Multiple .sub files is just a stupid idea... Fix some threading
10710           mistakes. Interestingly, external .sub files cause playbin to
10711           hang, I don't know why... Parsing fixes contributed by Fran??ois
10712           Kooman <fkooman@tuxed.net>.
10713
10714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10715
10716         * testsuite/embed/Makefile.am:
10717           Fix buildbot.
10718
10719 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10720
10721         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10722
10723         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10724         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10725         (gst_pngenc_set_property):
10726         * ext/libpng/gstpngenc.h:
10727           Add compression level property (#163323).
10728
10729 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10730
10731         * configure.ac:
10732         * examples/capsfilter/capsfilter1.c: (main):
10733         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10734         * ext/dvdread/Makefile.am:
10735         * ext/dvdread/demo-play:
10736         * ext/dvdread/demo-play.c:
10737         * gconf/gstreamer.schemas.in:
10738         * gst-libs/gst/gconf/gconf.c:
10739         * sys/v4l/TODO:
10740         * testsuite/Makefile.am:
10741         * testsuite/embed/Makefile.am:
10742         * testsuite/embed/embed.c: (cb_expose), (main):
10743           Remove all references to xvideosink, fix examples (#140845).
10744         * gst/playback/gstplaybasebin.c: (group_destroy):
10745           Apparently, disposal does not unlink - so do explicitely.
10746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10747           Add debug.
10748
10749 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10750
10751         * README: fix PKG_CONFIG_PATH instructions, what was there
10752         previously was breaking default search path, not nice. 
10753         Fixes #163358
10754
10755 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10756
10757         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10758         (gst_audioscale_chain):
10759           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10760           when resampling - how the ^@$^!@^! is this possible?!?
10761
10762 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10763
10764         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10765           Reset variables on READY.
10766         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10767         (gst_matroska_mux_loop):
10768           Require data before writing header.
10769
10770 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10771
10772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10773
10774         * ext/mad/gstmad.c: (gst_mad_chain):
10775           Don't call mad_stream_sync() directly after recovering sync.
10776           Fixes #151661.
10777
10778 2005-01-09  Martin Eikermann  <meiker@upb.de>
10779
10780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10781
10782         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10783         (snapshot_handler), (gst_snapshot_sinkconnect),
10784         (gst_snapshot_chain):
10785           Allocate resources when required, fix recursive signal emission
10786           and fix caps. Fixes #161667.
10787
10788 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10789
10790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10791
10792         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10793         (gst_pngdec_chain):
10794           Handle only 8-bppc (bits-per-pixel-component) images, better
10795           error handling and correct strides. Fixes #163177.
10796         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10797         (gst_pngenc_chain):
10798           Better error handling. Fixes #163348.
10799
10800 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10801
10802         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10803         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10804         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10805         (dvdnavsrc_uri_handler_init):
10806           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10807         * gst/playback/gstplaybasebin.c: (gen_source_element):
10808           Add MMS to streaming URIs.
10809
10810 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10811
10812         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10813         * sys/xvimage/xvimagesink.c:
10814         (gst_xvimagesink_navigation_send_event):
10815           Check for pad availability before sending event.
10816
10817 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10818
10819         * gst-plugins.spec.in:
10820           Add subparse.
10821
10822 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10823
10824         * configure.ac:
10825           Since we use functions from CVS, up requirement.
10826
10827 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10828
10829         * gst/playback/Makefile.am:
10830         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10831         (group_destroy), (group_commit), (group_is_muted),
10832         (gen_preroll_element), (add_stream), (unknown_type),
10833         (probe_triggered), (preroll_unlinked), (mute_stream),
10834         (silence_stream), (new_decoded_pad), (setup_substreams),
10835         (setup_source), (get_active_source), (mute_group_type),
10836         (muted_group_change_state), (set_active_source),
10837         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10838         (play_base_eos), (gst_play_base_bin_change_state):
10839         * gst/playback/gstplaybasebin.h:
10840         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10841         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10842         (gst_stream_info_dispose), (stream_info_mute_pad),
10843         (stream_info_change_state), (gst_stream_info_set_mute):
10844         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10845         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10846         (gst_stream_selector_init), (gst_stream_selector_dispose),
10847         (gst_stream_selector_get_linked_pad),
10848         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10849         (gst_stream_selector_get_linked_pads),
10850         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10851         * gst/playback/gststreamselector.h:
10852           Adding stream selection support plus required properties for
10853           applications to use this. Fully fixes #100931.
10854
10855 2005-01-08  Benjamin Otte  <otte@gnome.org>
10856
10857         * gst/games/gstpuzzle.c: (nav_event_handler):
10858           - handle nav events differently: forward every event no matter if it
10859             was handled or not.
10860           - translate events
10861           You can now cheat by using navigationtest ! puzzle and moving the
10862           mouse close to the edge of a tile. ;)
10863
10864 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10865
10866         * configure.ac:
10867         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10868         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10869         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10870         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10871         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10872         (gst_ogm_parse_plugin_init):
10873         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10874         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10875         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10876         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10877         * ext/pango/gsttextoverlay.h:
10878         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10879         (gst_matroska_demux_handle_seek_event),
10880         (gst_matroska_demux_sync_streams),
10881         (gst_matroska_demux_parse_blockgroup),
10882         (gst_matroska_demux_subtitle_caps),
10883         (gst_matroska_demux_plugin_init):
10884         * gst/matroska/matroska-ids.h:
10885         * gst/playback/gstdecodebin.c: (close_pad_link):
10886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10887         (gen_preroll_element), (remove_groups), (add_stream),
10888         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10889         (setup_source):
10890         * gst/playback/gstplaybasebin.h:
10891         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10892         * gst/subparse/Makefile.am:
10893         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10894         (gst_subparse_base_init), (gst_subparse_class_init),
10895         (gst_subparse_init), (gst_subparse_formats),
10896         (gst_subparse_eventmask), (gst_subparse_event),
10897         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10898         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10899         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10900         (parse_mpsub_deinit), (parse_mpsub_init),
10901         (gst_subparse_buffer_format_autodetect),
10902         (gst_subparse_format_autodetect), (gst_subparse_loop),
10903         (gst_subparse_change_state), (gst_subparse_type_find),
10904         (plugin_init):
10905         * gst/subparse/gstsubparse.h:
10906         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10907         (plugin_init):
10908           Add subtitle support, .sub parser (supports SRT and MPsub),
10909           OGM text support, Matroska UTF-8 text support, deadlock fixes
10910           all over the place, subtitle awareness in decodebin/playbin
10911           and some fixes to textoverlay to handle subtitles in a stream
10912           correctly. Fixes #100931.
10913
10914 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10915
10916         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10917           Check for pad availability before doing a query on it.
10918
10919 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10920
10921         * ext/dv/gstdvdec.c:
10922           really fix bpp24/32 dvdec caps (classic rgba indeed)
10923         * gst/asfdemux/gstasfdemux.c:
10924         (gst_asf_demux_process_ext_content_desc):
10925           don't send text tags if they are empty (bis repetita)
10926
10927 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10928
10929         * ext/dv/gstdvdec.c:
10930          remove unneeded comment from dvdec
10931           (related to DV 4CC codes in AVI files)
10932           moved them in gstreamer/docs/random/mimetypes
10933         * gst/asfdemux/gstasfdemux.c:
10934         (gst_asf_demux_process_ext_content_desc):
10935          don't send text tags if they are empty
10936          fix mem leak on error path
10937         * gst/ffmpegcolorspace/avcodec.h:
10938         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10939         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10940         (gst_ffmpegcsp_avpicture_fill):
10941         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10942         * gst/ffmpegcolorspace/imgconvert_template.h:
10943          adds BGR32 and BGRA32 to ffmpegcolorspace
10944           (still bad colors, fixing it on next commit)
10945           helps with dvdec outputing BGR32
10946
10947 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10948
10949         * ext/dv/gstdvdec.c:
10950          Fix audio caps i just broke (missing ',')
10951         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10952         (gst_matroska_mux_reset):
10953          Fix typo + add FIXME about old "x-gst-metadata" crap
10954
10955 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10956
10957         * ext/dv/demo-play.c: (main):
10958          xvideosink -> xvimagesink
10959         * ext/dv/gstdvdec.c:
10960          change rgb 32/32 caps to 24/32 (no alpha)
10961          change nb of channels to be a list (2 or 4, not 2)
10962          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10963         * gst/asfdemux/gstasfdemux.c:
10964         (gst_asf_demux_process_ext_content_desc):
10965          Add 'date/year' to extracted metadata list
10966
10967 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10968
10969         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10970           The return value of fixate_to does not imply that the requested
10971           value was set, so don't assume.
10972
10973 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10974
10975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10976
10977         * ext/libpng/gstpngdec.c:
10978         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10979         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10980         * ext/libpng/gstpngenc.h:
10981           Alpha support (encoder; #163161), mime fixage.
10982
10983 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10984
10985         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10986
10987         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10988         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10989         (gst_faac_set_property), (gst_faac_get_property):
10990         * ext/faac/gstfaac.h:
10991           Allow for ADTS output (#153434).
10992
10993 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10994
10995         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10996           Fix against template (#150576).
10997
10998 2005-01-06  Benjamin Otte  <otte@gnome.org>
10999
11000         * gst/games/gstpuzzle.c: (draw_puzzle):
11001           don't draw a puzzle if either width or height of tiles would be 0.
11002
11003 2005-01-06  Benjamin Otte  <otte@gnome.org>
11004
11005         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
11006         (gst_puzzle_class_init), (gst_puzzle_finalize):
11007           no memleaks, please
11008         (gst_puzzle_create), (gst_puzzle_init),
11009         (gst_puzzle_set_property), (gst_puzzle_setup):
11010           change initialization code around so we don't reshuffle on resize
11011         (draw_puzzle):
11012           fix another stupid typo
11013
11014 2005-01-06  Benjamin Otte  <otte@gnome.org>
11015
11016         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
11017           fix stupid typo that borked copying on YUY2
11018
11019 2005-01-06  Benjamin Otte  <otte@gnome.org>
11020
11021         * gst/games/gstpuzzle.c: (draw_puzzle):
11022           fix edges when image sizes aren't multiples of tile sizes
11023
11024 2005-01-06  Benjamin Otte  <otte@gnome.org>
11025
11026         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
11027           make RGB endianness work correctly
11028         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
11029           refactor and fix race with initial shuffling
11030         (nav_event_handler):
11031           allow using the mouse to puzzle
11032         (draw_puzzle):
11033           insist on tiles having width and height as multiples of 4 to get
11034           clean YUV image handling
11035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11036         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
11037           s/DEBUG/LOG/ for common messages
11038         (gst_xvimagesink_navigation_send_event):
11039           fix mouse event translation to not include screen PAR
11040         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
11041           fix mouse event translation to actually work
11042
11043 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11044
11045         * gst/asfdemux/gstasfdemux.c:
11046         (gst_asf_demux_process_ext_content_desc):
11047          Extract TrackNumber metadata + clean up code
11048         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
11049          Hope this is the good fix (var used unitialised)
11050
11051 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11052
11053         * ext/faad/gstfaad.c: (gst_faad_chain):
11054           Only increment timestamp if it's valid. Fixes raw AAC streams.
11055
11056 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11057
11058         * configure.ac:
11059         * gst/games/Makefile.am:
11060         * gst/games/gstpuzzle.c:
11061           add a puzzle game with...
11062         * gst/games/gstvideoimage.c:
11063         * gst/games/gstvideoimage.h:
11064           ... full colorspace support (that includes YUV9 and RGB16)) stolen
11065           from videotestsrc and made into something that would be a nice
11066           library for a lot of other plugins.
11067
11068 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11069
11070         * configure.ac:
11071          don't compile faad plugin if a RC of 2.0 is found
11072          Fixes #155346 (and FC1 buildbot)
11073         * gst/asfdemux/gstasfdemux.c:
11074         (gst_asf_demux_process_ext_content_desc):
11075          try to make Solaris compiler happier
11076
11077 2005-01-06  Paul Jack  <pjack@sfaf.org>
11078
11079         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11080
11081         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11082           Fix segfault (#161667).
11083
11084 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11085
11086         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11087           Fix framerate reporting.
11088
11089 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11090
11091         * gst-libs/gst/riff/riff-ids.h:
11092         * gst/wavenc/riff.h:
11093          Add AMR (VBR and CBR) ids to riff.h audio codec list
11094         * gst/asfdemux/gstasfdemux.c:
11095         (gst_asf_demux_process_ext_content_desc),
11096         (gst_asf_demux_process_object):
11097           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11098
11099 2005-01-05  Martin Eikermann  <meiker@upb.de>
11100
11101         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11102
11103         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11104         (gst_dvd_demux_handle_discont):
11105         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11106         (gst_mpeg_demux_handle_discont):
11107           Recreate pads on new-media (#160730).
11108         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11109           Send discont even if manager changes timestamps (#161929).
11110
11111 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11112
11113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11114
11115         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11116           Fix invalid memory access (#159211).
11117
11118 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11119
11120         * examples/gstplay/player.c: (main):
11121           Don't iterate.
11122         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11123           Add visualizations.
11124         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11125         (gst_a52dec_handle_frame):
11126           Set duration.
11127         * ext/dvdnav/gst-dvd:
11128           Add audioconvert. Fixes #161325.
11129         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11130           Explicitely case to gint64. Possible valgrind error.
11131         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11132         (gst_play_tick_callback), (gst_play_change_state),
11133         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11134         (gst_play_set_location), (gst_play_get_location),
11135         (gst_play_seek_to_time), (gst_play_set_data_src),
11136         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11137         (gst_play_set_visualization), (gst_play_connect_visualization),
11138         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11139         (gst_play_new):
11140           Use playbin. Fixes #139749 and #147744.
11141         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11142           Add genre tag.
11143         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11144         (audioscale_get_type), (gst_audioscale_base_init),
11145         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11146         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11147         (gst_audioscale_link), (gst_audioscale_get_buffer),
11148         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11149         (gst_audioscale_init), (gst_audioscale_dispose),
11150         (gst_audioscale_chain), (gst_audioscale_set_property),
11151         (gst_audioscale_get_property), (plugin_init):
11152           Indent properly.
11153         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11154           Fix LPCM.
11155         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11156         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11157         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11158           Add more metadata (fixes #162656).
11159
11160 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11161
11162         * configure.ac:
11163           back to cvs
11164
11165 === release 0.8.7 ===
11166
11167 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11168
11169         * NEWS:
11170         * RELEASE:
11171         * configure.ac:
11172           releasing 0.8.7, "Hyperspace"
11173
11174 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11175
11176         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11177
11178         * gst/playback/gstplaybasebin.c:
11179          Fix for #162924 - free caps after use, not before
11180
11181 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11182
11183         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11184
11185         * gst/playback/gstplaybasebin.c:
11186         * gst/wavparse/gstwavparse.c:
11187           Fix for #154773 - fixes playback of small .wav files
11188
11189 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11190
11191         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11192
11193         * gst/audioscale/gstaudioscale.c:
11194           Fix for #162819 - make audioscale reusable
11195           Fixes playback of more than one file with playbin/totem
11196
11197 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11198
11199         * gst/ffmpegcolorspace/avcodec.h:
11200         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11201         * gst/ffmpegcolorspace/imgconvert.c:
11202           clean up the mess that made me cry and avoid needless duplication
11203
11204 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11205
11206         * gst/ffmpegcolorspace/imgconvert.c:
11207           give some indication of why we're segfaulting
11208
11209 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11210
11211         * configure.ac:
11212           Fix indentation, fix v4l2 plugin detection.
11213         * ext/Makefile.am:
11214           Fix libmms location (Maciej, use diff -u!).
11215         * ext/alsa/gstalsa.c: (gst_alsa_init):
11216           Initialize caps cache to NULL.
11217         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11218           Only change state on audiosink if it exists.
11219
11220 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11221
11222         * gst/matroska/matroska-demux.c:
11223         * gst/matroska/matroska-ids.h:
11224         * gst/matroska/matroska-demux.h:
11225         Fix Vorbis streams failing to decode in some files, where cluster_time
11226         isn't 0, because then it doesn't send codec_priv before actual data.
11227         Remove time-based test and replace it with marker set on beginning of
11228         new stream
11229
11230 2004-12-28  David Schleef  <ds@schleef.org>
11231
11232         Merge patch from Ronald fixing problems with streaming
11233         text.
11234         * ext/cairo/gstcairo.c: (plugin_init):
11235         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11236         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11237         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11238         (gst_textoverlay_font_init), (gst_textoverlay_init),
11239         (gst_textoverlay_set_property):
11240         * ext/cairo/gsttextoverlay.h:
11241
11242 2004-12-27  David Schleef  <ds@schleef.org>
11243
11244         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11245         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11246         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11247         (gst_textoverlay_font_init), (gst_textoverlay_init),
11248         (gst_textoverlay_set_property): Improvements to actually
11249         render text as white on black outline on video, including
11250         font selection and horizontal/vertical alignment.  (Ronald's
11251         christmas present)
11252         * ext/cairo/gsttextoverlay.h:
11253
11254 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11255
11256         * ext/ogg/gstogg.c:
11257         * ext/ogg/gstogmparse.c:
11258           fix ogm[audio/video]parse plugin registration
11259           (riff won't load if bytestream is already loaded)
11260
11261 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         * gst/audioconvert/gstchannelmix.c:
11264           fix for GLIB < 2.4
11265
11266 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11267
11268         * Makefile.am:
11269         * configure.ac:
11270           disable docs again until it actually passes make distcheck.
11271
11272 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11273
11274         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11275         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11276         (plugin_init):
11277           Add 3GP (variables name Q3GP because they can't start with a
11278           number). Add samr audio fourcc (used in .3gp files), decoder
11279           is work in progress. Also do a GST_WARNING instead of ERROR
11280           in case of unknown nodes, to decrease output.
11281
11282 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11283
11284         * Makefile.am:
11285           really fix dist
11286
11287 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11288
11289         * configure.ac:
11290         * ext/speex/gstspeexdec.h:
11291         * ext/speex/gstspeexenc.h:
11292           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11293           Fix detection code in configure.ac
11294
11295 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11296
11297         * gst/matroska/matroska-demux.c:
11298         (gst_matroska_demux_parse_blockgroup):
11299           Save position, so that queries give proper return values. Don't
11300           know how this could ever have worked before...
11301
11302 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11303
11304         * configure.ac:
11305           Put additional LAME check inside the conditional.  Fixes #152339
11306
11307 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11308
11309         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11310         (gst_avi_demux_stream_scan):
11311           Add some more debug. Fix logic error when setting movi offset
11312           while reading index.
11313
11314 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11315
11316         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11317         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11318         (gst_avi_demux_process_next_entry):
11319           Add some debugging. Better detection of broken indexes and the
11320           accompanying index recovery. No infinite loops on state changes
11321           when we're still in our loopfunction.
11322
11323 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11324
11325         * configure.ac:
11326           Fix up.
11327
11328 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11329
11330         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11331
11332         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11333           Normalizing the value before setting
11334         (gst_sunaudiomixer_get_volume):
11335           Normalizing the value after getting. Fixes bug# 161980
11336
11337 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11338
11339         * Makefile.am: Make sure docs gets disted
11340         * docs/Makefile.am: Make sure all needed files get disted
11341         * gst-plugins.spec.in: latest updates
11342
11343 2004-12-22  Wim Taymans  <wim@fluendo.com>
11344
11345         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11346         Revert patch 1.38 as clock distribution over schedulers does
11347         not work correcly in the core yet.
11348
11349 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11350
11351         * sys/oss/README: remove this file, which predates my birth
11352           (and which content is by far outdated)
11353
11354 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11355
11356         * Makefile.am:
11357         * configure.ac:
11358         * docs/Makefile.am:
11359         * docs/libs/Makefile.am:
11360         * docs/libs/gst-plugins-libs-docs.sgml:
11361         * docs/libs/gst-plugins-libs-sections.txt:
11362         * docs/libs/tmpl/gstgconf.sgml:
11363         * docs/upload.mak:
11364         * docs/version.entities.in:
11365           Added boilerplate gtk-doc files for plugin-libs documentation.
11366
11367 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11368
11369         * gst/auparse/gstauparse.c: fix int and float audio caps
11370
11371 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11372
11373         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11374         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11375           g_assert() can be a macro, don't use #ifdef inside it.
11376
11377 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11378
11379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11380
11381         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11382         (gst_videorate_init), (gst_videorate_chain),
11383         (gst_videorate_change_state):
11384           Event handling (fixes #159986).
11385
11386 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11387
11388         * gst-libs/gst/riff/riff-media.c:
11389         (gst_riff_create_video_caps_with_data):
11390           Add BLZ0 (Blizzard's version of DivX) fourcc.
11391
11392 2004-12-18  David Schleef  <ds@schleef.org>
11393
11394         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11395         portability fix.
11396
11397 2004-12-18  David Schleef  <ds@schleef.org>
11398
11399         * gst/tta/ttadec.h: Disable some header code that isn't used
11400         and clearly isn't portable.
11401
11402 2004-12-18  David Schleef  <ds@schleef.org>
11403
11404         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11405         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11406         (avcodec_get_pix_fmt), (avpicture_layout),
11407         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11408         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11409         Fix code to not use GCC extensions (and c99 extensions that
11410         Forte does not like.)
11411
11412 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11413
11414         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11415
11416         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11417         (gst_deinterlace_chain):
11418           Rowstride fixes. Fixes #161039.
11419         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11420         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11421         (gst_video_crop_getcaps), (gst_video_crop_link),
11422         (gst_video_crop_i420), (gst_video_crop_chain),
11423         (gst_video_crop_change_state):
11424           Rework of negotiation. Actually works now. Fixes #158650.
11425
11426 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11427
11428         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11429           That was very stupid.
11430
11431 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11432
11433         * gst/matroska/matroska-demux.c:
11434         (gst_matroska_demux_parse_blockgroup):
11435           Fix possible crasher.
11436
11437 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11438
11439         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11440         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11441           Lace sizes can be zero.
11442
11443 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11444
11445         * ext/musepack/gstmusepackdec.cpp:
11446           Fetch error return values. Fixes #161624.
11447         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11448           Really EOS.
11449
11450 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11451
11452         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11453           Work for truncated (unfinished download etc.) files. Fixes #160514.
11454
11455 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11456
11457         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11458           Fix for integer overflow. Makes #156001 not crash. Probably masks
11459           the real bug.
11460
11461 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11462
11463         * gst/ac3parse/gstac3parse.c: (plugin_init):
11464           Parsers never have ranks. Fixes #159651.
11465
11466 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11467
11468         * gst/playback/gstdecodebin.c: (compare_ranks):
11469           make sure the facotries are ordered the same every time even if they
11470           have the same rank by using the name
11471         * gst/playback/gstdecodebin.c: (find_compatibles):
11472           make sure we don't add factories to the list twice
11473
11474 2004-12-16  David Schleef  <ds@schleef.org>
11475
11476         * configure.ac: look for musepack headers as musepack/*.h
11477         (fixes #159847)
11478         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11479         * ext/musepack/gstmusepackreader.h: same
11480
11481 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11482
11483         * gst-libs/gst/riff/riff-read.c:
11484         (gst_riff_read_strf_auds_with_data):
11485           Read extradata correctly (fixes #155879).
11486
11487 2004-12-16  David Schleef  <ds@schleef.org>
11488
11489         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11490         audio.  does _not_ attempt or allow conversion unless channels
11491         is 1 or 2.
11492
11493 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11494
11495         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11496
11497 2004-12-16  David Schleef  <ds@schleef.org>
11498
11499         * gst/audioscale/gstaudioscale.c: the resample library only
11500         handles 1 or 2 channels.  Change caps to compensate.
11501
11502 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11503
11504         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11505         (gst_matroska_demux_audio_caps):
11506           Some MPEG-AAC hacks, because else it doesn't work...
11507
11508 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11509
11510         * gst-libs/gst/riff/riff-media.c:
11511         (gst_riff_create_video_caps_with_data),
11512         (gst_riff_create_video_template_caps):
11513           Add h264.
11514
11515 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11516
11517         * gst-libs/gst/audio/Makefile.am:
11518           Try to fix buildbot.
11519
11520 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11521
11522         * gst/tcp/gstmultifdsink.c:
11523           Clean up and uniformize debugging.
11524
11525 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11526
11527         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11528
11529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11530         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11531         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11532         (gst_mpeg_demux_change_state):
11533           Reset on ready. Fixes 160276.
11534
11535 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11536
11537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11538
11539         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11540         (gst_ffmpegcsp_pad_link):
11541           Fix memleak (#154815).
11542
11543 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11544
11545         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11546
11547         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11548         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11549         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11550         * ext/musicbrainz/gsttrm.h:
11551           Add support for using a proxy server when getting a trm id from
11552           the MusicBrainz database (#149613).
11553
11554 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11555
11556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11557
11558         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11559         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11560           Fix memleaks (#157233).
11561
11562 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11563
11564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11565
11566         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11567         * gst-libs/gst/resample/resample.h:
11568         * gst/audioscale/gstaudioscale.c:
11569           Fix memleak (#159215).
11570
11571 2004-12-16  Toni Willberg  <toniw@iki.fi>
11572
11573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11574
11575         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11576         * sys/oss/oss_probe.c: (main):
11577           Check for mono/stereo support (similar to samplerate probing),
11578           fixes #159433. Also add missing copyright header to oss_probe.c.
11579
11580 2004-12-15  David Schleef  <ds@schleef.org>
11581
11582         * configure.ac: add audioresample and cairo plugins.  Remove
11583         HAVE_MMX stuff, because it's not used.
11584         * ext/Makefile.am: same
11585         * ext/audioresample/Makefile.am: You are not ready for an
11586         audio resampling element based on audioresample.
11587         * ext/audioresample/gstaudioresample.c:
11588         * ext/audioresample/gstaudioresample.h:
11589         * ext/cairo/Makefile.am: You are not ready for overlay elements
11590         based on cairo.  Don't look too closely, these elements kinda
11591         suck right now.
11592         * ext/cairo/gstcairo.c: new
11593         * ext/cairo/gsttextoverlay.c: new
11594         * ext/cairo/gsttextoverlay.h: new
11595         * ext/cairo/gsttimeoverlay.c: new
11596         * ext/cairo/gsttimeoverlay.h: new
11597         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11598         problem with compilers that don't support variadic macros.
11599
11600 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11601
11602         Reviewed by:  David Schleef  <ds@schleef.org>
11603
11604         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11605         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11606         bit.  Also ran indent-gst.
11607         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11608         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11609         (gst_sunaudiosrc_setparams):
11610
11611 2004-12-14  David Schleef  <ds@schleef.org>
11612
11613         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11614         output rate to 16000.  Should fix #160235.
11615
11616 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11617
11618         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11619         Add typefinding for mpeg2 pes streams
11620
11621 2004-12-13  David Schleef  <ds@schleef.org>
11622
11623         * configure.ac:  Applied patch from bug #143659, making default
11624         sources and sinks OS-dependent (for Solaris), and added code
11625         for OS/X.
11626         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11627
11628 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11629
11630         * gst-libs/gst/riff/riff-media.c:
11631           forgot to add h2.64 to avidemux template caps
11632
11633 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11634
11635         * gst/wavenc/riff.h:
11636         * gst-libs/gst/riff/riff-media.c:
11637         * gst-libs/gst/riff/riff-ids.h:
11638         * gst/avi/gstavimux.c
11639         add 4CC code for VideoSoft h264 in AVI (VSSH)
11640           fixes bug #160655
11641         remove s323 from riff, it's quicktime specific :(
11642
11643 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11644
11645         * gst/asfdemux/README
11646         * gst/wavenc/riff.h
11647         * gst-libs/gst/riff/riff-ids.h
11648         * gst-libs/gst/riff/riff-media.c
11649         * gst/qtdemux/qtdemux.c:
11650           add new 4CC codes for h263 related codecs
11651           fixes partially bug #155163
11652
11653 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11654
11655         * configure.ac: Update polyaudio requirement to 0.7
11656         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11657
11658 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11659
11660         * gst/interleave/deinterleave.c:
11661         fix my name's spelling! :)
11662
11663 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11664
11665         * AUTHORS ChangeLog
11666         * gst/auparse/gstauparse.c
11667         * gst/interleave/deinterleave.c
11668         * gst/law/:
11669                 alaw-decode.c alaw-encode.c
11670                 mulaw-decode.c mulaw-encode.c
11671         * gst/oneton/gstoneton.c
11672         * sys/osxaudio/:
11673                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11674         * sys/osxvideo/:
11675                 cocoawindow.h cocoawindow.m
11676                 osxvideosink.h osxvideosink.m
11677
11678         put the same mail address for Zaheer Abbas Merali everywhere
11679
11680 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11681
11682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11683           Align by packetsize, and assert that we a packet available before
11684           playing. The first makes webstreams work (they often include
11685           trailing padding data in a packet), the second allows pausing a
11686           ASF stream in totem without getting demux errors afterwards.
11687
11688 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11689
11690         * ext/ogg/gstoggdemux.c: (get_relative):
11691           Check for non-NULL before accessing member (end-of-chain).
11692
11693 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11694
11695         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11696         (cdparanoia_set_property), (cdparanoia_get_property):
11697         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11698         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11699         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11700         (dvdreadsrc_init), (dvdreadsrc_set_property),
11701         (dvdreadsrc_get_property):
11702         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11703         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11704           Synchronize property names where not yet the case. Devices are
11705           now device=X, other versions are deprecated (but still exist).
11706           Also use g_free() unconditionally.
11707         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11708         (setup_source), (gst_play_base_bin_get_property):
11709           Expose source.
11710
11711 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11712
11713         * configure.ac: move GCONF macro outside conditional for the am
11714           conditional. Fixes #160439
11715
11716 2004-12-08  David Schleef  <ds@schleef.org>
11717
11718         * tools/gst-visualise-m.m: Switch to elements that currently
11719         exist.
11720
11721 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11722
11723         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11724           We love wrong commas.
11725
11726 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11727
11728         * gst/matroska/matroska-demux.c:
11729         (gst_matroska_demux_handle_src_query):
11730           Don't set DEFAULT, unsupported - makes length display incorrectly
11731           in some cases.
11732
11733 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11734
11735         * gst/monoscope/README: remove blurb about files being GPL
11736         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11737         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11738           monoscope is now effectively LGPL licensed
11739
11740 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11741
11742         * gst/monoscope/README: Update information to be more correct
11743         * gst/monoscope/convolve.c: Relicense to LGPL
11744         * gst/monoscope/convolve.h: Relicense to LGPL
11745
11746 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11747
11748         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11749           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11750         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11751           set default_duration for mpeg1 audio
11752
11753 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11754
11755         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11756         * ext/alsa/gstalsa.h:
11757           refactor big chunks of the core caps negotiation code to make it
11758           a lot faster, because people claim it's really slow
11759           (actually, just cache the getcaps when the device is opened)
11760
11761 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11762
11763         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11764         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11765         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11766         (gst_a52dec_change_state), (plugin_init):
11767         * ext/a52dec/gsta52dec.h:
11768           Do something useful with timestamps. Make chain-based (since
11769           there's really no reason to be loopbased).
11770         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11771           Update current_byte/frame correctly.
11772
11773 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11774
11775         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11776         (gst_ape_demux_stream_init):
11777           Forward tags, too.
11778
11779 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11780
11781         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11782           Let's make sure we're done typefinding when detecting tags.
11783
11784 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11785
11786         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11787         (gst_ebml_read_init), (gst_ebml_read_use_event),
11788         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11789         (gst_ebml_read_seek), (gst_ebml_read_skip),
11790         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11791         (gst_ebml_read_master):
11792         * gst/matroska/ebml-read.h:
11793         * gst/matroska/matroska-demux.c:
11794         (gst_matroska_demux_parse_contents),
11795         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11796           Disgustingly evil hack for working around INTERRUPT events and
11797           their extremely annoying habit of being a pain in the ass. We
11798           simply peek a cluster before reading any of it.
11799
11800 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11801
11802         * ext/musepack/gstmusepackdec.cpp:
11803           There's also floating point libmusepacks.
11804
11805 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11806
11807         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11808         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11809           Set DURATION even if source buffer didn't. Also use increasing
11810           timestamps.
11811         * gst-libs/gst/riff/riff-media.c:
11812         (gst_riff_create_audio_caps_with_data):
11813           Block_align can have larger values than 8192.
11814
11815 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11816
11817         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11818         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11819         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11820         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11821           Fix caps.
11822
11823 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11824
11825         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11826           Fix logic bug.
11827
11828 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11829
11830         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11831           Yay, another one.
11832
11833 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11834
11835         * ext/esd/esdsink.c: (gst_esdsink_chain):
11836           Make error actually say something useful (fixes #156798).
11837         * gst-libs/gst/riff/riff-media.c:
11838         (gst_riff_create_video_caps_with_data),
11839         (gst_riff_create_video_template_caps):
11840           Add Intel Video 5.0 fourcc (IV50).
11841
11842 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11843
11844         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11845         detection on mono and stereo mp3 files.
11846
11847 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11848
11849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11850           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11851           the contained stream).
11852
11853 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11854
11855         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11856           Oops, remove debug.
11857
11858 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11859
11860         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11861
11862         * gst/law/alaw-decode.c: (alawdec_getcaps):
11863         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11864           Prevent warnings when negotiating caps (fixes #159338).
11865
11866 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11867
11868         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11869         (gst_ffmpegcsp_chain):
11870           Remove old leftover that shouldn't be there...
11871
11872 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11873
11874         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11875
11876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11877           Don't forward DISCONT events (fixes #159684).
11878
11879 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11880
11881         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11882           Unlink manually since sometimes bin disposal (and therefore
11883           pad unlinking) is delayed, which will cause a new media file
11884           to not be able to start playing instantly.
11885
11886 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11887
11888         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11889           On mute of an unlinked stream, check for pad availability so
11890           we don't crash on unlinked pad.
11891
11892 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11893
11894         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11895         (gst_avi_demux_massage_index):
11896           Fix quite humiliating bug in omitting 0-sized index chunks but
11897           forgetting to count them for timestamps.
11898
11899 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11900
11901         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11902           Actually leave the loop if we failed to sync. Don't crash.
11903
11904 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11905
11906         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11907         (gst_dvd_demux_process_private):
11908         * gst/mpegstream/gstdvddemux.h:
11909           Fix crash (#159759). Doesn't work, though. :-(.
11910
11911 2004-11-28  Benjamin Otte  <otte@gnome.org>
11912
11913         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11914           more overwriting protection due to modifying channels one by one
11915           instead of all at once
11916
11917 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11918
11919         * gst/audioconvert/gstchannelmix.c:
11920         (gst_audio_convert_fill_normalize):
11921           Normalize using absolute values.
11922
11923 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11924
11925         * configure.ac:
11926         * ext/Makefile.am:
11927         * ext/directfb/Makefile.am:
11928         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11929         (gst_directfbvideosink_get_pixel_format),
11930         (gst_directfbvideosink_get_format_from_fourcc),
11931         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11932         (gst_directfbvideosink_sink_link),
11933         (gst_directfbvideosink_change_state),
11934         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11935         (gst_directfbvideosink_buffer_alloc),
11936         (gst_directfbvideosink_interface_supported),
11937         (gst_directfbvideosink_interface_init),
11938         (gst_directfbvideosink_navigation_send_event),
11939         (gst_directfbvideosink_navigation_init),
11940         (gst_directfbvideosink_set_property),
11941         (gst_directfbvideosink_get_property),
11942         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11943         (gst_directfbvideosink_base_init),
11944         (gst_directfbvideosink_class_init),
11945         (gst_directfbvideosink_get_type), (plugin_init):
11946         * ext/directfb/directfbvideosink.h: Adding a first version of
11947         directfbvideosink.
11948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11949         more.
11950
11951 2004-11-28  Benjamin Otte  <otte@gnome.org>
11952
11953         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11954           walk the samples backwards if out_channels > in_channels so we don't
11955           overwrite data
11956
11957 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11958
11959         * gst/audioconvert/Makefile.am:
11960         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11961         (gst_audio_convert_link), (gst_audio_convert_change_state),
11962         (gst_audio_convert_channels):
11963         * gst/audioconvert/gstchannelmix.c:
11964         (gst_audio_convert_unset_matrix),
11965         (gst_audio_convert_fill_identical),
11966         (gst_audio_convert_fill_compatible),
11967         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11968         (gst_audio_convert_fill_others),
11969         (gst_audio_convert_fill_normalize),
11970         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11971         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11972         * gst/audioconvert/gstchannelmix.h:
11973           Implement a channel mixer.
11974
11975 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11976
11977         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11978         * ext/alsa/gstalsa.h:
11979         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11980         Make alsasink actually honor gst_element_set_clock and use that
11981         clock instead of its internal one.
11982
11983 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11984
11985         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11986         (gst_play_base_bin_change_state): nullify source and decoder when
11987         going from READY to NULL so that we don't try to do weird stuff with
11988         them when going from NULL to READY
11989         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11990         instead of g_object_unref
11991         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11992         it should be correct
11993         (gst_play_bin_change_state): don't call remove_sinks if we are
11994         currently disposing the object
11995
11996 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11997
11998         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11999           Don't forget bass if it's there. Else left channel is silent...
12000
12001 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12002
12003         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
12004         (gst_a52dec_change_state):
12005           Don't do sample adjusting anymore, we use float audio now.
12006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12007           Don't fixate to non-existing properties.
12008
12009 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12010
12011         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
12012         (gst_a52dec_change_state):
12013           Advertise that we can do surround sound.
12014
12015 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12016
12017         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
12018           Add buffer-frames=0.
12019         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
12020         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
12021         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
12022         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
12023         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
12024         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
12025         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
12026         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
12027         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
12028         * ext/dvdread/dvdreadsrc.h:
12029           Add seeking, querying for bytes, sectors, title, angle and
12030           chapter. Handle multiple chapters. Relicense to LGPL because
12031           Billy agreed on that (thanks Billy!).
12032
12033 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
12034
12035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
12036         call parent dispose method
12037
12038 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
12039
12040         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
12041         (gst_audio_clock_get_internal_time):
12042         Fix active <-> inactive transitions: ensure time value always
12043         grows and avoid abrupt value changes.
12044
12045 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
12046
12047         * configure.ac:
12048         * gst/tta/Makefile.am:
12049         * gst/tta/crc32.h:
12050         * gst/tta/filters.h:
12051         * gst/tta/gsttta.c:
12052         * gst/tta/gstttadec.c:
12053         * gst/tta/gstttadec.h:
12054         * gst/tta/gstttaparse.c:
12055         * gst/tta/gstttaparse.h:
12056         * gst/tta/ttadec.h:
12057           added TTA parser and decoder
12058
12059 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12060
12061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12062         (probe_triggered), (check_queue), (buffer_underrun),
12063         (buffer_running), (buffer_overrun), (gen_source_element),
12064         (setup_source):
12065         * gst/playback/gstplaybasebin.h:
12066           Implement buffering. Needs some more work.
12067
12068 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12069
12070         * ext/theora/theoradec.c: (theora_dec_chain):
12071           Fix ilog mask range overflow.
12072
12073 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12074
12075         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12076           Don't omit the last (which in case of dmix is the only :) )
12077           channel count. Don't set channels if <= 2.
12078
12079 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12080
12081         * gst/playback/gstplaybin.c: (gen_video_element),
12082         (gen_audio_element): Removed 2 obsolete comments
12083
12084 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12085
12086         * ext/vorbis/oggvorbisenc.c
12087         * ext/vorbis/vorbisenc.c :
12088           change description fields of those plugins to differentiate them
12089           (pitivi show Encoders by description, they had the same one)
12090
12091 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12092
12093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12094
12095         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12096         (gst_play_bin_set_property), (gen_video_element),
12097         (gen_audio_element):
12098           Refcounting fixes for provided audio-/videosinks.
12099
12100 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12101
12102         * gst/playback/gstplaybin.c: (gen_video_element),
12103         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12104           Don't reference all sinks, but only the video- and audiosinks.
12105           The vis. element should be disposed when we're done with it.
12106           We don't have any reason to keep it around. This fixes warnings
12107           when reusing playbin for playing multiple audio files with
12108           vis. enabled. Also release audio device on pause - idea stolen
12109           from Rhythmbox.
12110
12111 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12112
12113         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12114         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12115         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12116         * ext/alsa/gstalsaplugin.c: (plugin_init):
12117         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12118         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12119         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12120         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12121         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12122         (gst_faad_change_state), (plugin_init):
12123         * ext/faad/gstfaad.h:
12124         * ext/vorbis/vorbis.c: (plugin_init):
12125         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12126         * gst-libs/gst/audio/Makefile.am:
12127         * gst-libs/gst/audio/audio.c: (plugin_init):
12128         * gst-libs/gst/audio/multichannel.c:
12129         (gst_audio_check_channel_positions),
12130         (gst_audio_get_channel_positions),
12131         (gst_audio_set_channel_positions),
12132         (gst_audio_set_structure_channel_positions_list),
12133         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12134         (gst_audio_fixate_channel_positions):
12135         * gst-libs/gst/audio/multichannel.h:
12136         * gst-libs/gst/audio/testchannels.c: (main):
12137         * gst/audioconvert/gstaudioconvert.c:
12138         (gst_audio_convert_class_init), (gst_audio_convert_init),
12139         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12140         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12141         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12142         * gst/audioconvert/plugin.c: (plugin_init):
12143           Surround sound support.
12144
12145 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12146
12147         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12148           Fix position for discont if we're close as well. Nitpicking, but
12149           saves a few milliseconds of extra waiting or skipping.
12150
12151 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12152
12153         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12154           We sometimes need parsers for playback, so add those too.
12155
12156 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12157
12158         * configure.ac:
12159         * gst/apetag/Makefile.am:
12160         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12161         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12162         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12163         (gst_ape_demux_get_src_query_types),
12164         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12165         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12166         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12167         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12168         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12169         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12170         (gst_ape_demux_change_state):
12171         * gst/apetag/apedemux.h:
12172         * gst/apetag/apetag.c: (plugin_init):
12173         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12174         (plugin_init):
12175           APE v1/2 tag reader plus typefind function.
12176
12177 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12178
12179         * configure.ac:
12180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12181         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12182           Remove hacks for older core. Require newer core version
12183           accordingly.
12184
12185 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12186
12187         * gst/cdxaparse/Makefile.am:
12188         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12189         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12190         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12191         * gst/cdxaparse/gstcdxaparse.h:
12192         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12193         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12194         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12195         (gst_cdxastrip_get_src_query_types),
12196         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12197         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12198         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12199         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12200         * gst/cdxaparse/gstcdxastrip.h:
12201           SVCD/VCD header stripping separated from CDXA image parsing.
12202         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12203         (plugin_init):
12204           Add VCD/SVCD header typefinding for VCD/SVCD.
12205         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12206         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12207         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12208         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12209         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12210         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12211         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12212         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12213         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12214         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12215         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12216         * sys/vcd/vcdsrc.h:
12217           Fix up, add seeking, querying, URI interface. Works in totem now.
12218
12219 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12220
12221         * configure.ac:
12222           back to CVS
12223
12224 === release 0.8.6 ===
12225
12226 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12227
12228         * NEWS:
12229         * RELEASE:
12230         * configure.ac:
12231         * po/af.po:
12232         * po/az.po:
12233         * po/cs.po:
12234         * po/en_GB.po:
12235         * po/hu.po:
12236         * po/it.po:
12237         * po/nb.po:
12238         * po/nl.po:
12239         * po/or.po:
12240         * po/sq.po:
12241         * po/sr.po:
12242         * po/sv.po:
12243         * po/uk.po:
12244           releasing 0.8.6, "IOU Love"
12245
12246 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12247
12248         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12249
12250         * gst/playback/gstplaybasebin.c:
12251           Fix unplayable files error handling.  Fixes #158365
12252
12253 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12254
12255         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12256
12257         * gst/typefind/gsttypefindfunctions.c:
12258           Fix broken mp3 typefinding.  Fixes #158375
12259
12260 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12261
12262         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12263
12264         * ext/ogg/gstoggdemux.c:
12265           Fix sync on broken files.  Fixes #158976
12266
12267 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12268
12269         patch by: Edward Hervey <bilboed@bilboed.com>
12270
12271         * ext/libpng/gstpngenc.c:
12272           Copy over buffer properties.  Fixes #158832
12273
12274 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12275
12276         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12277
12278         * ext/dvdread/dvdreadsrc.c:
12279           Fixes invalid reads (#158462)
12280
12281 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12282
12283         * sys/v4l/gstv4lsrc.c:
12284         * sys/v4l/gstv4lsrc.h:
12285         * sys/v4l/v4lsrc_calls.c:
12286           Probe less and cache it.  Fixes #159187.
12287
12288 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12289
12290         * gst/videorate/gstvideorate.c:
12291           Handle all video formats. Fixes #159186.
12292
12293 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12294         * gst/synaesthesia/gstsynaesthesia.c:
12295         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12296         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12297         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12298         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12299         (gst_synaesthesia_change_state), (plugin_init):
12300         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12301         Force 320x200 output, as that's the only thing the underlying
12302         synaesthesia implementation supports. Still needs to be made
12303         re-entrant.
12304
12305 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12306
12307         * configure.ac:
12308           Fix mpeg2enc configure check (similar to mplex check below).
12309
12310 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12311
12312         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12313
12314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12315           Fix for gcc-2.95 (fixes #158221).
12316
12317 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12318
12319         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12320           Re-add clock distribution hack (until new core is released).
12321           Fixes #158125.
12322
12323 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12324         * configure.ac:
12325           fix mplex configure check segfaulting on some systems (bug #140994)
12326
12327 2004-11-13  Benjamin Otte  <otte@gnome.org>
12328
12329         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12330           add debugging
12331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12332           do a wait when we enter the loop func with no data available to
12333           write instead of getting into an 100% CPU loop by just returning and
12334           being called again by the scheduler
12335
12336 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12337
12338         * configure.ac:
12339         * ext/libvisual/visual.c: (gst_visual_get_type),
12340         (libvisual_log_handler), (gst_visual_getcaps),
12341         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12342         (plugin_init):
12343           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12344         * ext/smoothwave/Makefile.am:
12345         * ext/smoothwave/demo-osssrc.c: (main):
12346         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12347         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12348         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12349         (plugin_init):
12350         * ext/smoothwave/gstsmoothwave.h:
12351           Make gstsmoothwave a working element in the 20th century.
12352
12353         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12354           Fix incorrect link function
12355
12356 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12357
12358         * gst/volume/gstvolume.c:
12359           Allow buffer-frames=0.
12360
12361 2004-11-12 Iain <iaingnome@gmail.com>
12362
12363         * configure.ac: Check for polypaudio
12364
12365         * ext/Makefile.am: Build the polyp dir
12366
12367         * ext/polyp: The polypsink sources.
12368
12369 2004-10-30 Iain <iaingnome@gmail.com>
12370
12371         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12372         caps to reflect the new number of channels.
12373
12374 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12375
12376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12377           Fix for negotiation order problem. This would show when the
12378           ALSA loopfuction was called before any other function. ALSA
12379           wouldn't do anything because we're not negotiated yet, leading
12380           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12381
12382 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12383
12384         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12385
12386         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12387           No warnings (#157986).
12388
12389 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12390
12391         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12392           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12393
12394 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12395
12396         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12397           Signal no-more-pads (so it works in playbin).
12398
12399 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12400
12401         * ext/musepack/gstmusepackreader.cpp:
12402           Workaround for older core.
12403
12404 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12405
12406         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12407           Actually test for odd width/height rather than testing whether
12408           a temporary variable that was 0 before we subtracted 1 is now
12409           not equal to zero (which it always is).
12410
12411 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12412
12413         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12414         Fix compilation if HAVE_XVIDEO is not defined
12415
12416 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12417
12418         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12419         Fix compilation if HAVE_XVIDEO is not defined
12420
12421 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12422
12423         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12424         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12425         (gst_goom_change_state), (plugin_init):
12426         Use the bytestream adapter so goom doesn't depend on the input
12427         buffer size.
12428         Add a debug category
12429
12430 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12431
12432         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12433           Only set hardware parameters *after* negotiation. Before
12434           negotiation, it will set ANY and that seems to cause crashes
12435           (see e.g. #151288, #153227).
12436
12437 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12438
12439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12440           This seems to be antique leftover. It needs to pass error
12441           checking.
12442         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12443         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12444         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12445         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12446           Fix GstXOverlay implementation (#151059).
12447
12448 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12449
12450         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12451           Don't assert (#157853).
12452
12453 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12454
12455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12456           Fix bytes/samples confustion.
12457         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12458           Fix for underrun (#144389).
12459
12460 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12461
12462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12463           Disable halfway-seek for pending release (since it needs a new
12464           core release).
12465
12466 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12467
12468         * sys/v4l/gstv4lsrc.c:
12469         * sys/v4l/gstv4lsrc.h:
12470         * sys/v4l/v4lsrc_calls.c:
12471           add autoprobe-fps property so we can separate autoprobing parts
12472
12473 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12474
12475         * sys/v4l/gstv4lsrc.c:
12476         * sys/v4l/v4lsrc_calls.c:
12477         initialise fourcc to catch unset fourcc's, and debug
12478
12479 2004-11-09  Wim Taymans  <wim@fluendo.com>
12480
12481         * gst/playback/README:
12482         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12483         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12484         (gst_play_bin_dispose), (gst_play_bin_set_property),
12485         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12486         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12487         (gst_play_bin_get_formats), (gst_play_bin_convert),
12488         (gst_play_bin_get_query_types), (gst_play_bin_query):
12489         Cleanups and some more documentation.
12490
12491 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12492
12493         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12494         (gst_cacasink_init), (gst_cacasink_chain):
12495         * ext/libcaca/gstcacasink.h:
12496         Cacasink inherits from VideoSink, so let that store the clock.
12497
12498 2004-11-09  Wim Taymans  <wim@fluendo.com>
12499
12500         * gst/playback/README:
12501         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12502         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12503         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12504         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12505         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12506         (setup_sinks):
12507         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12508         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12509         * gst/playback/gststreaminfo.h:
12510         Updated README.
12511         Only switch groups if all streams have muted (EOSed).
12512         Send Tags in sync with the stream playback instead of in
12513         the playback/preroll phase.
12514         Some cleanups, free the fakesrc elements.
12515
12516 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12517
12518         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12519           buffer-frames property was missing
12520         * ext/arts/gst_arts.c:
12521           rate missing from sinkcaps
12522         * ext/audiofile/gstafparse.c:
12523         * ext/audiofile/gstafsink.c:
12524         * ext/audiofile/gstafsrc.c:
12525         * ext/swfdec/gstswfdec.c:
12526           int audio doesn't know buffer-frames
12527         * ext/cdparanoia/gstcdparanoia.c:
12528           int audio doesn't know chunksize either
12529         * ext/nas/nassink.c:
12530           it's endianness, not endianess
12531         * gst-libs/gst/audio/audio.h:
12532           make float standard pad template caps really describe float
12533         * gst/law/mulaw.c: (linear_factory):
12534           signed only, please
12535         * gst/mpegstream/gstdvddemux.c:
12536           widths of 20 are not valid
12537
12538 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12539
12540         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12541
12542         * po/LINGUAS:
12543         * po/it.po:
12544           Add Italian
12545
12546 2004-11-08  Wim Taymans  <wim@fluendo.com>
12547
12548         * gst/playback/README:
12549         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12550         * gst/playback/gstplaybasebin.c: (probe_triggered),
12551         (gst_play_base_bin_change_state):
12552         Updated README, added more comments for fixmes etc..
12553
12554 2004-11-08  Wim Taymans  <wim@fluendo.com>
12555
12556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12557         We can remove this hack now.
12558
12559 2004-11-08  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12562         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12563         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12564         Only mix AYUV for maximum quality.
12565
12566 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12567
12568         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12569         (gst_ogg_demux_push), (gst_ogg_pad_push):
12570           Let's act as if we're synchronized now! :).
12571         * ext/theora/theoradec.c: (theora_dec_chain):
12572           Add some debug.
12573
12574 2004-11-08  Wim Taymans  <wim@fluendo.com>
12575
12576         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12577         (gst_alpha_set_property), (gst_alpha_sink_link),
12578         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12579         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12580         (gst_alpha_init_params), (gst_alpha_chain):
12581         Implement alpha functions for AYUV too, this increases
12582         accuracy quite a bit.
12583
12584 2004-11-08  Wim Taymans  <wim@fluendo.com>
12585
12586         * gst/ffmpegcolorspace/avcodec.h:
12587         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12588         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12589         (gst_ffmpegcsp_avpicture_fill):
12590         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12591         (gst_ffmpegcsp_caps_remove_format_info):
12592         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12593         (shrink12), (img_get_alpha_info), (deinterlace_line),
12594         (deinterlace_line_inplace):
12595         * gst/ffmpegcolorspace/imgconvert_template.h:
12596         Added AYUV colorspace and handle RGBA a bit more respectful.
12597
12598 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12599
12600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12601           Actually always send a discont (cornercase when resending the
12602           same serial-tagged chain twice).
12603
12604 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12605
12606         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12607         (gst_ximagesink_finalize):
12608         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12609         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12610
12611 2004-11-08  Wim Taymans  <wim@fluendo.com>
12612
12613         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12614         Don't segfault on NULL data.
12615
12616 2004-11-08  Wim Taymans  <wim@fluendo.com>
12617
12618         * gst/playback/gstdecodebin.c: (unlinked):
12619         * gst/playback/gstplay-marshal.list:
12620         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12621         (gst_play_base_bin_init), (group_create), (get_active_group),
12622         (get_building_group), (group_destroy), (group_commit),
12623         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12624         (add_element_stream), (no_more_pads), (probe_triggered),
12625         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12626         (state_change), (setup_source), (gst_play_base_bin_get_property),
12627         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12628         (gst_play_base_bin_link_stream),
12629         (gst_play_base_bin_get_streaminfo):
12630         * gst/playback/gstplaybasebin.h:
12631         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12632         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12633         Add support for chained ogg files. Prepare for playlist
12634         support. This patch introduces the concept of pad groups, which
12635         together compose one playable media file.
12636
12637 2004-11-07  David Schleef  <ds@schleef.org>
12638
12639         * testsuite/gst-lint: Check for pad templates that aren't statically
12640         scoped.
12641
12642 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12643
12644         * configure.ac:
12645         * ext/Makefile.am:
12646         * ext/musepack/Makefile.am:
12647         * ext/musepack/gstmusepackdec.cpp:
12648         * ext/musepack/gstmusepackdec.h:
12649         * ext/musepack/gstmusepackreader.cpp:
12650         * ext/musepack/gstmusepackreader.h:
12651           Add musepack decoder.
12652         * ext/faad/gstfaad.c: (gst_faad_base_init):
12653           Make pad templates static.
12654         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12655         (plugin_init):
12656           Add musepack typefinder, make mp3 typefinding work halfway stream,
12657           which doesn't actually work yet because id3demux doesn't implement
12658           _get_length().
12659
12660 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12661
12662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12663         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12664           Fix interrupt event handling (#144436).
12665
12666 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12667
12668         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12669           Hide unused glory.
12670
12671 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12672
12673         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12674
12675         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12676           Fix weird caps (#157548).
12677
12678 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12679
12680         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12681
12682         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12683           Add missing NULL terminator (#157543).
12684
12685 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12686
12687         * gst/tcp/gsttcp.h:
12688         * gst/tcp/gsttcpclientsink.c:
12689         * gst/tcp/gsttcpclientsrc.c:
12690         * gst/tcp/gsttcpserversink.c:
12691         * gst/tcp/gsttcpserversrc.c:
12692           ports can go up to 65535.  Move common defines to gsttcp.h
12693
12694 2004-11-05  Wim Taymans  <wim@fluendo.com>
12695
12696         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12697         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12698         Added two more colorspaces.
12699
12700 2004-11-05  Wim Taymans  <wim@fluendo.com>
12701
12702         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12703         (gst_ffmpegcsp_avpicture_fill):
12704         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12705         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12706         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12707         More stride fixes.
12708
12709 2004-11-05  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12712         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12713         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12714         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12715         (gst_videomixer_loop):
12716         More stride fixes.
12717
12718 2004-11-05  Benjamin Otte  <otte@gnome.org>
12719
12720         * ext/mad/gstmad.c: (gst_mad_chain):
12721           don't overflow data buffer. Flush not needed sync data when syncing
12722           failed.
12723
12724 2004-11-04  Wim Taymans  <wim@fluendo.com>
12725
12726         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12727         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12728         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12729         (gst_alpha_init_params), (gst_alpha_chain),
12730         (gst_alpha_change_state):
12731         Updated the chroma keying algorithm with something more
12732         sophisticated.
12733
12734 2004-11-03  Wim Taymans  <wim@fluendo.com>
12735
12736         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12737         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12738         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12739         Fix stride issues. Does not completely work for odd
12740         heights.
12741
12742 2004-11-03  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12745         (gst_alpha_chroma_key), (gst_alpha_chain):
12746         Fix stride issues. Does not completely work for odd
12747         heights.
12748
12749 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12750
12751         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12752         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12753         leak fixes
12754
12755 2004-11-03  Wim Taymans  <wim@fluendo.com>
12756
12757         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12758         (gst_ffmpegcsp_avpicture_fill):
12759         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12760         (avpicture_alloc):
12761         * gst/ffmpegcolorspace/imgconvert_template.h:
12762         Use correct _fill function to get correct strides.
12763
12764 2004-11-02  David Schleef  <ds@schleef.org>
12765
12766         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12767         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12768         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12769         Change all g_print()s to debugging.  Add a bunch of consistency
12770         checks.
12771
12772 2004-11-02  Wim Taymans  <wim@fluendo.com>
12773
12774         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12775         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12776         (unlinked), (no_more_pads), (close_link):
12777         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12778         (unknown_type), (add_element_stream), (new_decoded_pad),
12779         (removed_decoded_pad), (setup_source):
12780         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12781         (gst_stream_info_class_init), (gst_stream_info_init),
12782         (gst_stream_info_new), (gst_stream_info_dispose),
12783         (stream_info_mute_pad), (gst_stream_info_set_property),
12784         (gst_stream_info_get_property):
12785         * gst/playback/gststreaminfo.h:
12786         Fix playback of multiple files.
12787         a slightly different approach to handling dynamic pad removals.
12788         This one only looks at pads that we have linked.
12789
12790 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12791
12792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12793         free" warning from libc.
12794
12795 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12796
12797         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12798         (get_unconnected_element), (remove_starting_from), (pad_removed),
12799         (close_link):
12800           Implement support for dynamic pad changing. We listen to "live"
12801           pad removals (i.e. while playing) and re-setup autoplugging
12802           after that. Playbasebin/playbin need some more work for this
12803           to finally work, but decodebin supports (and replugs) chained
12804           ogg now.
12805
12806 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12807
12808         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12809         (gst_alsa_finalize):
12810         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12811         (gst_cdaudio_finalize):
12812         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12813         (cdparanoia_finalize):
12814         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12815         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12816         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12817         (dvdreadsrc_finalize):
12818         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12819         (gst_flacdec_finalize):
12820         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12821         (gst_flacenc_finalize):
12822         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12823         (gst_gnomevfssink_finalize):
12824         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12825         (gst_gnomevfssrc_finalize):
12826         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12827         (gst_fameenc_finalize):
12828         * ext/nas/nassink.c: (gst_nassink_class_init),
12829         (gst_nassink_finalize):
12830         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12831         (gst_sdlvideosink_class_init):
12832         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12833         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12834         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12835         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12836         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12837         (gst_x_window_listener_dispose):
12838         * gst/audioscale/gstaudioscale.c:
12839         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12840         (play_on_demand_finalize):
12841         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12842         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12843         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12844         (cdplayer_finalize):
12845         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12846         (gst_glimagesink_class_init):
12847         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12848         (gst_osselement_finalize):
12849         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12850         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12851         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12852           Fixes a bunch of problems with finalize and dispose functions,
12853           either assumptions that dispose is only called once, or not calling
12854           the parent class dispose/finalize function
12855
12856 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12857
12858         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12859           added two api precondition guards
12860           use g_strdup with getenv to fix crash when using ENVVAR
12861
12862 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12863         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12864         (gst_esdsink_finalize):
12865         Use a finalize function, not dispose, and more importantly,
12866         call the parent class finalize function too
12867
12868 2004-11-01  Johan Dahlin  <johan@gnome.org>
12869
12870         * ext/ogg/gstoggdemux.c:
12871         * gst/tags/gstvorbistag.c:
12872         Plug leaks.
12873
12874 2004-10-31  Benjamin Otte  <otte@gnome.org>
12875
12876         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12877           lotsa memleaks today. But they're all small...
12878
12879 2004-10-31  Benjamin Otte  <otte@gnome.org>
12880
12881         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12882           another memleak crushed
12883
12884 2004-10-31  Benjamin Otte  <otte@gnome.org>
12885
12886         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12887           fix memleak
12888
12889 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12890
12891         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12892           Hack to prevent crash when going to READY inside signal handler
12893           while this function is active.
12894
12895 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12896
12897         * gst/ffmpegcolorspace/Makefile.am:
12898         * gst/ffmpegcolorspace/avcodec.h:
12899         * gst/ffmpegcolorspace/common.h:
12900         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12901         * gst/ffmpegcolorspace/dsputil.h:
12902         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12903         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12904         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12905         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12906         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12907         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12908         (gst_ffmpegcsp_avpicture_fill):
12909         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12911         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12912         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12913         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12914         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12915         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12916         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12917         * gst/ffmpegcolorspace/imgconvert.c:
12918         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12919         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12920         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12921         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12922         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12923         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12924         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12925         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12926         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12927         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12928         (grow21), (grow22), (grow41), (grow44), (conv411),
12929         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12930         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12931         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12932         (avpicture_free), (is_yuv_planar), (img_convert),
12933         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12934         (deinterlace_line_inplace), (deinterlace_bottom_field),
12935         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12936         * gst/ffmpegcolorspace/imgconvert_template.h:
12937         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12938         * gst/ffmpegcolorspace/mmx.h:
12939         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12940         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12941         (av_freep), (avcodec_get_context_defaults),
12942         (avcodec_alloc_context), (avcodec_init):
12943           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12944           handling plus update from ffmpeg CVS. Large clean-up.
12945
12946 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12947
12948         * gst/playback/Makefile.am:
12949           We need the marshallers for decodebin, too.
12950
12951 2004-10-30  David Schleef  <ds@schleef.org>
12952
12953         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12954           quicktime typefinding work with 64-bit offsets.
12955
12956 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12957
12958         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12959           Set EOS on the element when processing an EOS event.
12960         * ext/speex/gstspeexdec.h:
12961         * ext/speex/gstspeexenc.h:
12962           Only keep a const ptr to the mode
12963         * gst-libs/gst/riff/riff-media.c:
12964         (gst_riff_create_audio_caps_with_data),
12965         (gst_riff_create_audio_template_caps):
12966           Allow WMAV3, with up to 6 channels.
12967         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12968           Don't call gst_pad_set_event_function on a sink pad.
12969         * gst/mpegstream/gstdvddemux.c:
12970         (gst_dvd_demux_get_subpicture_stream),
12971         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12972           Copy the explicit caps that were set across to the cur_* pads,
12973           instead of trying to use a possibly non-existent negotiated caps.
12974           Reset the type of subpicture pads to UNKNOWN after calling
12975           init_stream, so that the caps get set.
12976
12977 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12978
12979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12980
12981         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12982           Don't touch buffer if it is of size 0 (fixes #151064).
12983
12984 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12985
12986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12987           Synchronized discont handling.
12988
12989 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12990
12991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12992         (gst_ogg_demux_push):
12993           Make seeking sort-of exact again (fixes #156387).
12994
12995 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12996
12997         * gst/playback/gstplaybasebin.c: (unknown_type),
12998         (add_element_stream), (new_decoded_pad),
12999         (gst_play_base_bin_change_state):
13000         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
13001         (gst_stream_info_init), (gst_stream_info_new),
13002         (gst_stream_info_dispose), (gst_stream_info_get_property):
13003         * gst/playback/gststreaminfo.h:
13004           Make caps explicitely available. Makes testing for unsupported
13005           types possible. Improves error reporting.
13006
13007 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13008
13009         * gst/audioconvert/gstaudioconvert.c:
13010         (gst_audio_convert_buffer_to_default_format):
13011           Really don't touch read-only buffers (#156563).
13012
13013 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
13014
13015         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13016
13017         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
13018           Fix memleak (#155223).
13019
13020 2004-10-29  Wim Taymans  <wim@fluendo.com>
13021
13022         * gst/tcp/.cvsignore:
13023         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13024         (gst_multifdsink_class_init), (gst_multifdsink_init),
13025         (gst_multifdsink_add), (gst_multifdsink_remove),
13026         (gst_multifdsink_remove_client_link), (is_sync_frame),
13027         (gst_multifdsink_new_client),
13028         (gst_multifdsink_handle_client_write),
13029         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13030         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
13031         (gst_multifdsink_get_property):
13032         * gst/tcp/gstmultifdsink.h:
13033         Added burst on connect sync_method, deprecated sync_clients,
13034         streamlined the sync code some more.
13035
13036 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13037
13038         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
13039         (gst_play_base_bin_change_state):
13040           Improve error reporting.
13041
13042 2004-10-28  Wim Taymans  <wim@fluendo.com>
13043
13044         * gst/tcp/Makefile.am:
13045         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
13046         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
13047         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
13048         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
13049         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
13050         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
13051         (gst_fdset_wait):
13052         Added more locks around fdset structures. Fixed/reworked
13053         the poll array resizing code.
13054         Added stress test for fdset.
13055
13056 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13057
13058         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13059         fix build
13060
13061 2004-10-28  Benjamin Otte  <otte@gnome.org>
13062
13063         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
13064           fix link function to always query channels and query width for
13065           floats
13066         * configure.ac:
13067           add equalizer dir
13068         * gst/equalizer/Makefile.am:
13069         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13070         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13071         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13072         (arg_to_scale), (setup_filter),
13073         (gst_iir_equalizer_compute_frequencies),
13074         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13075         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13076         (plugin_init):
13077           add an equalizer
13078
13079 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13080
13081         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13082
13083         * po/LINGUAS:
13084         * po/nb.po:
13085           Added Norwegian Bokmaal translation
13086
13087 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13088
13089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13090           Don't break on options (fixes #156488).
13091
13092 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13093
13094         * configure.ac:
13095         * ext/cdaudio/Makefile.am:
13096         * sys/Makefile.am:
13097           fix build on older automake
13098
13099 2004-10-26  Wim Taymans  <wim@fluendo.com>
13100
13101         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13102         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13103         Allow a little margin when negotiating the framerate.
13104
13105 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13106
13107         * gst/level/gstlevel.c:
13108           synchonised naming of pads and pad-templates
13109
13110 2004-10-26  Wim Taymans  <wim@fluendo.com>
13111
13112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13113         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13114         (_find_streams_check), (gst_ogg_demux_push):
13115         Fix EOS again. Needs to be done in a better way. We should not
13116         remove the pad if there is no new chained stream.
13117
13118 2004-10-26 Iain <iaingnome@gmail.com>
13119
13120         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13121         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13122         of the caps.
13123         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13124         pad.
13125         (interleave_release_pad): Remove the pad.
13126         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13127         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13128         the set device.
13129         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13130         attrs
13131         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13132         (gst_xvimagesink_finalize): Free the par.
13133
13134 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13135
13136         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13137         (gst_avimux_stop_file):
13138           First calculate the rate, and only then use it. Hdr.rate is a
13139           multiple and not a derivative of hdr.scale. Scale is not the
13140           same as blockalign but is solely related to rate.
13141
13142 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13143
13144         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13145         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13146           Implement seeking.
13147
13148 2004-10-25  James Henstridge  <james@jamesh.id.au>
13149
13150         Reviewed by:  David Schleef  <ds@schleef.org>
13151
13152         * examples/gstplay/player.c: (got_stream_length), (main):
13153         * examples/seeking/cdplayer.c: (update_scale):
13154         * examples/seeking/seek.c: (format_value), (update_scale):
13155         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13156         (stop_seek):
13157         Build fixes on AMD64.
13158
13159 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13160
13161         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13162
13163         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13164         Fix for some v4l cards which hang in v4lsrc
13165
13166 2004-10-25  Wim Taymans  <wim@fluendo.com>
13167
13168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13169         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13170         Make sure to remove the pad when a new chain is
13171         encountered. Set some vars to NULL so we don't try
13172         to reference freed memory.
13173
13174 2004-10-25  Wim Taymans  <wim@fluendo.com>
13175
13176         * examples/seeking/Makefile.am:
13177         * examples/seeking/cdplayer.c: (update_scale):
13178         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13179         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13180         (format_value), (update_scale), (iterate), (start_seek),
13181         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13182         (print_usage), (main):
13183         Added some more examples, update others.
13184
13185 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13186
13187         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13188         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13189         * ext/theora/theoradec.c: (theora_dec_chain):
13190         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13191           Add codec-name metadata.
13192
13193 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13194
13195         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13196
13197         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13198         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13199         * ext/alsa/gstalsamixertrack.h:
13200         * po/POTFILES.in:
13201           ALSA mixer track label internationalization (#154054).
13202
13203 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13204
13205         * ext/theora/theoradec.c: (theora_dec_chain):
13206           Export bitrate as metadata.
13207
13208 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13209
13210         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13211         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13212         * ext/alsa/gstalsamixertrack.h:
13213           Fix names, fix loop.
13214
13215 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13216
13217         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13218         (speex_dec_convert):
13219           sinkconvert function so oggdemux can get the file length (totem).
13220
13221 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13222
13223         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13224
13225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13226           Don't push incomplete packets.
13227         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13228           Fix MPEG-4 audio typefinding.
13229
13230 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13231
13232         * sys/v4l/Makefile.am:
13233         * sys/v4l/gstv4l.c: (plugin_init):
13234         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13235         (gst_v4lelement_init), (gst_v4lelement_dispose),
13236         (gst_v4lelement_change_state):
13237         * sys/v4l/gstv4lelement.h:
13238         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13239         (gst_v4l_xoverlay_close), (idle_refresh),
13240         (gst_v4l_xoverlay_set_xwindow_id):
13241         * sys/v4l/gstv4lxoverlay.h:
13242         * sys/v4l/v4l-overlay_calls.c:
13243         * sys/v4l/v4l_calls.h:
13244         * sys/v4l2/Makefile.am:
13245         * sys/v4l2/gstv4l2.c: (plugin_init):
13246         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13247         (gst_v4l2element_init), (gst_v4l2element_dispose),
13248         (gst_v4l2element_change_state):
13249         * sys/v4l2/gstv4l2element.h:
13250         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13251         (gst_v4l2_xoverlay_close), (idle_refresh),
13252         (gst_v4l2_xoverlay_set_xwindow_id):
13253         * sys/v4l2/gstv4l2xoverlay.h:
13254         * sys/v4l2/v4l2-overlay_calls.c:
13255         * sys/v4l2/v4l2_calls.h:
13256           Remove client-side overlay handling, use the X-server v4l plugin
13257           for that. Nicer overlay, less code. Also make the plugin
13258           compileable without X (but then without overlay, obviously).
13259           Makes xwindowlistener obsolete, should we remove that?
13260
13261 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13262
13263         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13264         (gst_osssrc_src_query):
13265         * sys/oss/gstosssrc.h:
13266           OK, so people want offset in DEFAULT. This time, actually fix all
13267           cases.
13268         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13269           Add FPS properly.
13270
13271 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13272
13273         * gst/asfdemux/gstasfmux.c:
13274         * gst/avi/gstavimux.c:
13275           Framerate.
13276
13277 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13278
13279         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13280           Fix properties (channel, norm, frequency).
13281
13282 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13283
13284         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13285           Flag typo.
13286         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13287           No warnings.
13288
13289 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13290
13291         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13292           Fix hang.
13293
13294 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13295
13296         * sys/v4l2/gstv4l2element.h:
13297           Yet Another Hack (tm) for kernel header borkedness.
13298         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13299         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13300         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13301         (gst_v4l2src_change_state):
13302         * sys/v4l2/gstv4l2src.h:
13303         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13304         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13305           Fix caps, keep track of state, work.
13306
13307 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13308
13309         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13310           Quiet.
13311
13312 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13313
13314         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13315           Don't mix bytes and samples.
13316
13317 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13318
13319         * ext/ogg/gstoggmux.c:
13320           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13321           and theora. Any is incorrect.
13322         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13323           Fix caps.
13324         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13325         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13326         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13327         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13328         * sys/v4l/gstv4lmjpegsrc.h:
13329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13330         (gst_v4lsrc_change_state):
13331         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13332         (gst_v4lmjpegsrc_capture_stop):
13333           Fix caps. Keep track of internal state. Work.
13334
13335 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13336
13337         * ext/Makefile.am:
13338           Fix the build fixes.
13339
13340 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13341
13342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13343         (gst_ogg_demux_src_event), (_find_chain_seek),
13344         (gst_ogg_pad_push):
13345           Check for pad availability before using it.
13346         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13347           Fix parsing of chained ogg. Needs more work on the decoder side.
13348
13349 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13350
13351         * gst/spectrum/Makefile.am:
13352         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13353         (idle_func):
13354           Fix demo and reenable it. Yes, I'm currently playing with audio
13355           analysis tools
13356
13357 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13358
13359         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13360           We love it if files that start at zero work too...
13361
13362 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13363
13364         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13365           Handle files with missing EOS headers.
13366
13367 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13368
13369         * gst/tcp/gsttcpserversink.c:
13370         (gst_tcpserversink_handle_server_read),
13371         (gst_tcpserversink_init_send):
13372         Zero some variables first (need for accept not to return EINVAL)
13373
13374 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13375
13376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13377         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13378         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13379         (theora_dec_chain):
13380         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13381         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13382           Seeking and querying finetune.
13383
13384 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13385
13386         * configure.ac:
13387         * ext/Makefile.am:
13388         * ext/raw1394/Makefile.am:
13389           fix the build
13390
13391 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13392
13393         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13394           Wrong return.
13395         * gst/playback/Makefile.am:
13396         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13397         * gst/playback/gstplay-marshal.list:
13398         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13399           Fix marshallers.
13400
13401 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13402
13403         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13404           Silence.
13405
13406 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13407
13408         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13409         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13410         (gst_ogg_pad_push):
13411           Yay for non-lineair granulepos in theora.
13412
13413 2004-10-18  Wim Taymans  <wim@fluendo.com>
13414
13415         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13416         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13417         * ext/dv/gstdvdec.h:
13418         Make sure we renegotiate aspect ratio when the camera switches.
13419
13420 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13421
13422         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13423         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13424           Start at zero.
13425         * ext/theora/theoradec.c: (theora_dec_chain):
13426           Skip headers. Bad idea for chained ogg, but fixes seeking.
13427
13428 2004-10-18  Wim Taymans  <wim@fluendo.com>
13429
13430         * configure.ac:
13431         I swear, this is the last time I touch this.
13432
13433 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13434
13435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13436         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13437         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13438           Faster seeking.
13439         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13440           Time-to-default conversion.
13441         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13442           Don't error on unknown packets, just skip. We should probably
13443           read them if we want to support chained ogg.
13444
13445 2004-10-18  Wim Taymans  <wim@fluendo.com>
13446
13447         * configure.ac:
13448         Added cdaudio to wrong list.
13449
13450 2004-10-18  Wim Taymans  <wim@fluendo.com>
13451
13452         * configure.ac:
13453         Revive cdaudio.
13454
13455 2004-10-18  Wim Taymans  <wim@fluendo.com>
13456
13457         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13458         (gst_dvdec_video_link), (gst_dvdec_push):
13459         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13460         (gst_smokeenc_resync), (gst_smokeenc_chain):
13461         Fix mimetype on smoke encoder.
13462         Add aspect ratio to dvdec. Not sure if these
13463         values are correct though....
13464
13465 2004-10-18  Wim Taymans  <wim@fluendo.com>
13466
13467         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13468         Fix vorbis property descriptions and ranges.
13469
13470 2004-10-18  Wim Taymans  <wim@fluendo.com>
13471
13472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13473         Really do nothing when no data is available.
13474         Go to the playing state when the stream is not seekable
13475         instead of failing.
13476
13477 2004-10-18  Wim Taymans  <wim@fluendo.com>
13478
13479         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13480         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13481         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13482         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13483         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13484         Added uri handler for cd://
13485         Port to new API.
13486
13487 2004-10-18  Wim Taymans  <wim@fluendo.com>
13488
13489         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13490         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13491         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13492         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13493         (remove_prerolls), (unknown_type), (add_element_stream),
13494         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13495         (gst_play_base_bin_remove_element),
13496         (gst_play_base_bin_link_stream):
13497         * gst/playback/gstplaybin.c: (gen_video_element),
13498         (gen_vis_element), (remove_sinks), (setup_sinks):
13499         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13500         (gst_stream_info_get_type), (gst_stream_info_class_init),
13501         (gst_stream_info_init), (gst_stream_info_new),
13502         (gst_stream_info_dispose), (stream_info_mute_pad),
13503         (gst_stream_info_set_property), (gst_stream_info_get_property):
13504         * gst/playback/gststreaminfo.h:
13505         Add sink padtemplate to decodebin.
13506         Added some more comments.
13507         Make queue size configurable in playbasebin.
13508         Added possibility to use elements as sinks (ex cdaudio).
13509
13510 2004-10-15  Wim Taymans  <wim@fluendo.com>
13511
13512         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13513         (gst_speexenc_chain):
13514         Fix speex timestamps so that it gets muxed properly.
13515
13516 2004-10-15  Wim Taymans  <wim@fluendo.com>
13517
13518         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13519         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13520         (gst_dv1394src_init), (gst_dv1394src_dispose),
13521         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13522         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13523         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13524         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13525         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13526         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13527         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13528         * ext/raw1394/gstdv1394src.h:
13529         Added conversion/query functions.
13530         Update buffer timestamps,
13531         Added signals.
13532         Added uri dv:// so it might play from the firewire in playbin.
13533         Fix a possible leak.
13534         Added debugging.
13535
13536 2004-10-15  Wim Taymans  <wim@fluendo.com>
13537
13538         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13539         (gst_dv1394src_init), (gst_dv1394src_set_property),
13540         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13541         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13542         * ext/raw1394/gstdv1394src.h:
13543         Added AV/C VTR control support needed for some cameras.
13544         Added automatic port detection.
13545         Added properties for selecting the channel.
13546         The configure.ac script is not yet updated to reflect the
13547         new libavc1394 and librom1394 dependencies.
13548
13549 2004-10-15  Wim Taymans  <wim@fluendo.com>
13550
13551         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13552         (qtdemux_parse), (gst_qtdemux_handle_esds):
13553         An esds box is not a container.
13554         Fix parsing of mp4v boxes.
13555         Do not try to renegotiate fps for each frame. Need to
13556         find a better method. This should fix mp4 playback.
13557
13558 2004-10-14  David Schleef  <ds@schleef.org>
13559
13560         * configure.ac: update for swfdec-0.3 and liboil-0.2
13561         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13562         * ext/swfdec/gstswfdec.h: same
13563         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13564         * gst/videotestsrc/videotestsrc.c: same
13565
13566 2004-10-14  Wim Taymans  <wim@fluendo.com>
13567
13568         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13569         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13570         (is_sync_frame), (gst_multifdsink_new_client),
13571         (gst_multifdsink_handle_client_write),
13572         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13573         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13574         Turn warnings into info.
13575         Don't allow a state change in the streaming thread.
13576
13577 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13578
13579         * ext/vorbis/oggvorbisenc.c:
13580         * ext/vorbis/vorbisdec.c:
13581           fix template sample rate
13582
13583 2004-10-13  Wim Taymans  <wim@fluendo.com>
13584
13585         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13586         Decoding the header first fixes some problems in resyncing
13587         in more mp3s.
13588
13589 2004-10-12  Wim Taymans  <wim@fluendo.com>
13590
13591         * gst/playback/gstplaybin.c: (gen_video_element),
13592         (gen_vis_element), (remove_sinks), (setup_sinks):
13593         Added vis plugin support, need to configure the vis
13594         element to activate it.
13595
13596 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13597
13598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13599         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13600           Some debug.
13601         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13602         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13603         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13604         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13605         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13606         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13607         * gst/avi/gstavidemux.h:
13608           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13609           recovery (where, if part of the index is broken, we will still read
13610           the rest of the index and recover the broken part by stream
13611           scanning). More broken media support. EOS workarounds. General AVI
13612           braindamage headache recovery. Aspirin included.
13613
13614 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13615
13616         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13617         (cdparanoia_event), (cdparanoia_query):
13618           Get rid of hideous lead-in.
13619
13620 2004-10-11  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst/playback/gstplaybasebin.c: (setup_source):
13623         Wrong var used to get g_list_next.
13624
13625 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13626
13627         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13628         (cdparanoia_get), (cdparanoia_open):
13629           Report discid as metadata, add duration.
13630
13631 2004-10-11  Wim Taymans  <wim@fluendo.com>
13632
13633         * gst/playback/gstplaybasebin.c: (setup_source):
13634         Cleanup the previous pipeline a little earlier for the
13635         case that a source element provides raw data.
13636
13637 2004-10-11  Benjamin Otte  <otte@gnome.org>
13638
13639         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13640           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13641           consuming the last 128 bytes, even though it was valid mp3 data.
13642
13643 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13644
13645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13646         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13647         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13648         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13649
13650 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13651
13652         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13653         Fix for webcams that support only specific width or height
13654
13655 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13656
13657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13658
13659         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13660           Fix wrong discont event setup (fixes #154967).
13661
13662 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13663
13664         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13665
13666         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13667           Error out on invalid data (fixes #154807).
13668
13669 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13670
13671         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13672
13673         * ext/dvdread/dvdreadsrc.c: (_read):
13674           Make titles > 0 work again (fixes #154834).
13675
13676 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13677
13678         * gst-libs/gst/riff/riff-media.c:
13679         (gst_riff_create_video_template_caps):
13680           WMV3 missing in template caps.
13681
13682 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13683
13684         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13685           OK, so the original code was too strict. It makes random AVI files
13686           hang for seconds upon opening, which is unacceptable and is far
13687           beyond the original goal of getting multiple chunks for one-chunk
13688           sounc stream files. So now do just that.
13689
13690 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13691
13692         * gst/playback/gstplaybasebin.c: (setup_source),
13693         (gst_play_base_bin_change_state):
13694           Actually clean up streaminfo if output fails. This would trigger
13695           if, for example, there was no CD in the drive. No preroll, so
13696           a streaminfo structure is created, but the subsequent state change
13697           of the thread fails.
13698         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13699           Don't change state if parent failed.
13700
13701 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13702
13703         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13704         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13705         (gen_video_element), (remove_sinks):
13706           Add small bits of code for screenshot handling.
13707
13708 2004-10-08  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13711         (gen_video_element), (gen_audio_element), (setup_sinks):
13712         Don't assume the user provided sinks are named "sink"...
13713
13714 2004-10-08  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13717         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13718         (gst_play_base_bin_link_stream):
13719         Do not try to autoplug sources that generate raw streams like
13720         cdparanoia.
13721         disconnect the preroll overrun signal when we don't need it anymore.
13722
13723 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13724
13725         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13726         Added reworked patch from #154903 from milosz derezynski (deadchip).
13727
13728 2004-10-08  Wim Taymans  <wim@fluendo.com>
13729
13730         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13731         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13732         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13733         (cdparanoia_convert), (cdparanoia_uri_get_type),
13734         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13735         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13736         * ext/cdparanoia/gstcdparanoia.h:
13737         This adds the cdda://<tracknum> uri.
13738
13739 2004-10-08  Wim Taymans  <wim@fluendo.com>
13740
13741         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13742         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13743         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13745         (unknown_type), (gst_play_base_bin_remove_element),
13746         (gst_play_base_bin_link_stream):
13747         * gst/playback/gstplaybasebin.h:
13748         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13749         (gst_play_bin_set_property), (gen_video_element),
13750         (gen_audio_element), (setup_sinks):
13751         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13752         (gst_stream_info_get_type), (gst_stream_info_class_init),
13753         (gst_stream_info_init), (gst_stream_info_new),
13754         (gst_stream_info_dispose), (stream_info_mute_pad),
13755         (gst_stream_info_set_property), (gst_stream_info_get_property):
13756         * gst/playback/gststreaminfo.h:
13757         Reuse the audio and video bins.
13758         Some internal cleanups in the stream selection code.
13759
13760 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13761
13762         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13763         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13764         * sys/ximage/ximagesink.h:
13765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13766         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13767         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13768         not coming from those elements. Moreover these elements should not keep
13769         the xid they have been given when in NULL state.
13770
13771 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13772
13773         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13774         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13775         * sys/ximage/ximagesink.h:
13776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13777         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13778         * sys/xvimage/xvimagesink.h:
13779           Actually only create a new toplevel window if we're not gonna
13780           embed it right after.
13781
13782 2004-10-07  Wim Taymans  <wim@fluendo.com>
13783
13784         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13785         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13786         * gst/playback/gstplaybin.c: (setup_sinks):
13787         Implement muting/unmuting of streams, mute streams that are not
13788         used.
13789
13790 2004-10-07  Wim Taymans  <wim@fluendo.com>
13791
13792         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13793         (plugin_init):
13794         Added lame audio/x-ac3 typefind function.
13795
13796 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13797
13798         * configure.ac:
13799           bump nano to cvs
13800
13801 === release 0.8.5 ===
13802
13803 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13804
13805         * NEWS:
13806         * RELEASE:
13807         * configure.ac:
13808           releasing 0.8.5, "Take You On"
13809
13810 2004-10-06  Wim Taymans  <wim@fluendo.com>
13811
13812         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13813         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13814         (no_more_pads), (close_link), (type_found):
13815         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13816         * gst/playback/gstplaybin.c: (gen_video_element):
13817         Do not signal the no_more_pads after the first pad when
13818         we are plugging a non dynamic element with multiple
13819         output pads (like swfdec, dvdec, ...).
13820
13821 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13822
13823         * configure.ac:
13824           bump for prerelease
13825
13826 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13827
13828         * gst/wavparse/gstwavparse.c:
13829           add ATRAC3 to STATIC CAPS to fix a warning
13830
13831         * gst/matroska/ebml-read.c:
13832         * gst-libs/gst/riff/riff-read.c:
13833           fix typos
13834
13835 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13836
13837         * gst-libs/gst/riff/riff-media.c:
13838           generate caps for ATRAC3 audio streams
13839
13840         * gst/realmedia/rmdemux.c:
13841           generate caps for ATRAC3 audio streams
13842
13843 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13844
13845         * gst/wavparse/Makefile.am
13846         * gst/wavparse/riff.h
13847         * gst/wavparse/wavparse.vcproj
13848           riff.h removal (unused and duplication with riff-ids.h)
13849
13850 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13851
13852         * gst/wavparse/gstwavparse.h
13853           remove duplicated defines for audio codec codes
13854
13855         * gst-libs/gst/riff/riff-ids.h
13856         * gst/wavenc/riff.h:
13857           add "4CC" code for ATRAC3 audio streams
13858           add "4CC" code for ITU_G721_ADPCM (unused for now)
13859
13860 2004-10-06  Wim Taymans  <wim@fluendo.com>
13861
13862         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13863         Actually _do_ negotiation. Pass gdouble as arg instead
13864         of guint64 for the framerate.
13865
13866 2004-10-06  Wim Taymans  <wim@fluendo.com>
13867
13868         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13869         (find_compatibles), (close_pad_link), (try_to_link_1),
13870         (no_more_pads), (close_link), (type_found):
13871         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13872         * gst/playback/gstplaybin.c: (gen_video_element),
13873         (gen_audio_element):
13874         Set state on newly added element to READY so that negotiation
13875         can happen ASAP.
13876         Addes some more debug info.
13877         Do not try to plug pads with multiple caps structures or ANY
13878         because it is too dangerous since we do not do dynamic
13879         replugging.
13880
13881 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13882
13883         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13884
13885         * po/LINGUAS:
13886         * po/or.po:
13887           add Oriya translation
13888
13889 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13890
13891         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13892           Prevent overwrite of size member. Makes audio sound crappy.
13893
13894 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13895
13896         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13897         Add rmvb to the list of known RealMedia extensions
13898
13899 2004-10-05  Wim Taymans  <wim@fluendo.com>
13900
13901         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13902         (mngdec_openstream), (mngdec_closestream),
13903         (mngdec_handle_sink_event), (mngdec_readdata),
13904         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13905         (mngdec_getcanvasline), (mngdec_refresh),
13906         (gst_mngdec_change_state):
13907         Set the framerate correctly.
13908
13909 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13910
13911         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13912           There was something wrong with the index massaging.
13913
13914 2004-10-04  Wim Taymans  <wim@fluendo.com>
13915
13916         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13917         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13918         (gst_smokedec_chain):
13919         * ext/jpeg/gstsmokedec.h:
13920         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13921         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13922         * ext/jpeg/gstsmokeenc.h:
13923         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13924         (smokecodec_decode_new), (smokecodec_info_free),
13925         (smokecodec_set_quality), (smokecodec_get_quality),
13926         (smokecodec_set_threshold), (smokecodec_get_threshold),
13927         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13928         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13929         (smokecodec_encode), (smokecodec_parse_id),
13930         (smokecodec_parse_header), (smokecodec_decode):
13931         * ext/jpeg/smokecodec.h:
13932         * ext/jpeg/smokeformat.h:
13933         Updated smoke, new bitstream, allows embedding in ogg.
13934
13935 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13936
13937         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13938           Fix seeking in some files. All this code is no longer needed (and
13939           actually breaks stuff) because we now synchronize the full index
13940           right when reading the header.
13941
13942 2004-10-04  Wim Taymans  <wim@fluendo.com>
13943
13944         * configure.ac:
13945         configure update for libmng.
13946
13947 2004-10-04  Wim Taymans  <wim@fluendo.com>
13948
13949         * ext/libmng/Makefile.am:
13950         * ext/libmng/gstmng.c: (plugin_init):
13951         * ext/libmng/gstmng.h:
13952         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13953         (gst_mngdec_base_init), (gst_mngdec_class_init),
13954         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13955         (gst_mngdec_loop), (gst_mngdec_get_property),
13956         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13957         (mngdec_closestream), (mngdec_handle_sink_event),
13958         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13959         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13960         (gst_mngdec_change_state):
13961         * ext/libmng/gstmngdec.h:
13962         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13963         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13964         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13965         (gst_mngenc_chain), (gst_mngenc_get_property),
13966         (gst_mngenc_set_property):
13967         * ext/libmng/gstmngenc.h:
13968         Added basic MNG decoder. Needs more work. The encoder does
13969         not work yet.
13970
13971 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13972
13973         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13974         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13975         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13976           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13977           no-more-pads.
13978
13979 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13980
13981         * configure.ac:
13982           you need at least 1.0.4 of speex
13983
13984 2004-10-04 Iain <iaingnome@gmail.com>
13985
13986         * ext/speex/gstspeexdec.h: Revert the includes changes.
13987
13988         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13989
13990 2004-09-30 Iain <iaingnome@gmail.com>
13991
13992         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13993         found during init or set as a property instead of hardcoding /dev/audio
13994
13995 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13996
13997         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13998         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13999         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
14000         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
14001         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
14002         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
14003         (gst_rmdemux_dump_data):
14004           Use debug category, fix EOS handling. filesrc ! rmdemux now
14005           works.
14006
14007 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14008
14009         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14010         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
14011         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
14012           Improve allocation, cutting and sorting of the index. How takes a
14013           few seconds instead of minutes.
14014
14015 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
14016
14017         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
14018           fixed compilation
14019
14020 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14021
14022         * gst-libs/gst/riff/riff-media.c:
14023         (gst_riff_create_video_caps_with_data),
14024         (gst_riff_create_video_template_caps):
14025           Add wing commander format mimetype/fourccs.
14026         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
14027           Don't crash if some value is 0.
14028
14029 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14030
14031         * gst-libs/gst/riff/riff-media.c:
14032         (gst_riff_create_video_caps_with_data),
14033         (gst_riff_create_video_template_caps):
14034           Add DIB fourcc (raw, palettized 8-bit RGB).
14035         * gst-libs/gst/riff/riff-read.c:
14036         (gst_riff_read_strf_vids_with_data):
14037           Oops, fix strf_data reading bug.
14038         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14039           Use a non-NULL tag.
14040         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14041           Time for hacks. Sorry Dave. At least one quicktime movie (a
14042           trailer) that I've encountered contains multiple video tracks.
14043           One of those is the actual video track, the other are one-frame
14044           tracks (images). Unfortunately, the number of frames according
14045           to the trak header is 1 for each, so that doesn't help. So
14046           instead, I look at the duration and discard tracks with a
14047           duration shorter than 20% of the length of the stream. Better
14048           than nothing.
14049
14050 2004-10-01  Christian Schaller <christian@fluendo.com>
14051
14052         * ext/ivorbis/vorbis.c:
14053           Patch from Phil Blundell (Bug 152341)
14054
14055 2004-10-01  Wim Taymans  <wim@fluendo.com>
14056
14057         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
14058         (speex_dec_get_formats), (speex_dec_convert),
14059         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
14060         (speex_dec_chain), (gst_speexdec_get_property),
14061         (gst_speexdec_set_property):
14062         Small cleanups.
14063
14064 2004-10-01  Wim Taymans  <wim@fluendo.com>
14065
14066         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
14067         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14068         (gst_wavparse_other), (gst_wavparse_loop),
14069         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14070         (gst_wavparse_srcpad_event):
14071         * gst/wavparse/gstwavparse.h:
14072         Added some more debugging info.
14073         Fix the case where the length of the file is 0.
14074         Make sure we seek to sample borders.
14075
14076 2004-10-01  Wim Taymans  <wim@fluendo.com>
14077
14078         * gst/playback/README:
14079         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14080         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14081         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14082         Add some debug info to decodebin, update README
14083
14084 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14085
14086         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14087           Don't use g_print(); use GST_DEBUG().
14088
14089 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14090
14091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14092         (gst_ogg_mux_queue_pads):
14093           Handle EOS properly.
14094
14095 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14096
14097         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14098
14099         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14100         (gst_faad_chain), (gst_faad_change_state):
14101         * ext/faad/gstfaad.h:
14102           Allow playback of raw (unframed) MPEG AAC files (#148993).
14103
14104 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14105
14106         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14107
14108         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14109           Throw error if we didn't recognize the stream. Fixes #152289.
14110
14111 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14112
14113         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14114           Fix negotiation.
14115
14116 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14117
14118         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14119
14120         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14121           Fix memleak.
14122
14123 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14124
14125         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14126
14127         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14128           Solve #152805.
14129         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14130           Solve 152806.
14131
14132 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14133
14134         * gst-libs/gst/riff/riff-media.c:
14135         (gst_riff_create_video_caps_with_data),
14136         (gst_riff_create_audio_caps_with_data):
14137           Add codec_data handling (like asfdemux used to do).
14138         * gst/asfdemux/gstasf.c: (plugin_init):
14139         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14140         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14141           Use riff-media for caps creation instead of our own (mostly
14142           broken) copy of its functions.
14143
14144 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14145
14146         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14147           Don't actually error out if we get another return value than
14148           -EINVAL. Opposite to what I first thought, drivers have random
14149           return values for this, although -EINVAL is the expected return
14150           value. Since this is not fatal, we shouldn't use
14151           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14152
14153 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14154
14155         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14156         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14157         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14158         (dvdreadsrc_get), (dvdreadsrc_open_file),
14159         (dvdreadsrc_change_state):
14160           Fix. Don't do one big huge loop around the whole DVD, that will
14161           cache all data and thus eat sizeof(dvd) (several GB) before we
14162           see something.
14163         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14164           Actually NULL'ify event after using it.
14165         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14166         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14167         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14168         (gst_ebml_read_seek), (gst_ebml_read_skip):
14169           Handle events.
14170         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14171         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14172         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14173           Fix timing (this will probably break if I seek using menus, but
14174           I didn't get there yet). VOBs and normal DVDs should now work.
14175           Add a mpeg2-only pad with high rank so this get autoplugged for
14176           MPEG-2 movies.
14177         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14178         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14179         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14180         (gst_mpeg_demux_get_audio_stream),
14181         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14182         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14183           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14184           MPEG-1 but use dvddemux for MPEG-2.
14185         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14186         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14187         (gst_mpeg_parse_parse_packhead):
14188           Timing. Only add pad template if it exists. Add sink template from
14189           class and not from ourselves. This means we will always use the
14190           correct sink template even if it is not the one defined in this
14191           file.
14192
14193 2004-09-29  Wim Taymans  <wim@fluendo.com>
14194
14195         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14196         (gst_mpeg_demux_parse_pes):
14197         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14198         Fix playback of mpeg again, timestamps where screwed up by
14199         patch 1.61.
14200
14201 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14202
14203         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14204           Only return true if we actually filled something in. Prevents
14205           player applications from showing a random length for flac files.
14206         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14207         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14208         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14209         (gst_riff_read_strf_vids_with_data),
14210         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14211           OK, ok, so I implemented event handling. Apparently it's normal
14212           that we receive random events at random points without asking
14213           for it.
14214         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14215         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14216         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14217         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14218         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14219         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14220         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14221         * gst/avi/gstavidemux.h:
14222           Implement non-lineair chunk handling and subchunk processing.
14223           The first solves playback of AVI files where the audio and video
14224           data of individual buffers that we read are not synchronized.
14225           This should not happen according to the wonderful AVI specs, but
14226           of course it does happen in reality. It is also a prerequisite for
14227           the second. Subchunk processing allows us to cut chunks in small
14228           pieces and process each of these pieces separately. This is
14229           required because I've seen several AVI files with incredibly large
14230           audio chunks, even some files with only one audio chunk for the
14231           whole file. This allows for proper playback including seeking.
14232           This patch is supposed to fix all AVI A/V sync issues.
14233         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14234         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14235           Work.
14236         * gst/modplug/gstmodplug.cc:
14237           Proper return value setting for the query() function.
14238         * gst/playback/gstplaybasebin.c: (setup_source):
14239           Being in non-playing state (after, e.g., EOS) is not necessarily
14240           a bad thing. Allow for that. This fixes playback of short files.
14241           They don't actually playback fully now, because the clock already
14242           runs. This means that small files (<500kB) with a small length
14243           (<2sec) will still not or barely play. Other files, such as mod
14244           or flx, will work correctly, however.
14245
14246 2004-09-28  Wim Taymans  <wim@fluendo.com>
14247
14248         * ext/speex/gstspeex.c: (plugin_init):
14249         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14250         (gst_speex_dec_class_init), (speex_dec_get_formats),
14251         (speex_get_event_masks), (speex_get_query_types),
14252         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14253         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14254         (gst_speexdec_get_property), (gst_speexdec_set_property),
14255         (speex_dec_change_state):
14256         * ext/speex/gstspeexdec.h:
14257         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14258         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14259         (gst_speexenc_base_init), (gst_speexenc_class_init),
14260         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14261         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14262         (gst_speexenc_src_query), (gst_speexenc_init),
14263         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14264         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14265         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14266         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14267         (gst_speexenc_chain), (gst_speexenc_get_property),
14268         (gst_speexenc_set_property), (gst_speexenc_change_state):
14269         * ext/speex/gstspeexenc.h:
14270         Rewrote speex encoder, make sure it can be embedded in ogg.
14271         Implemented speex decoder.
14272
14273 2004-09-28  Christian Schaller <christian@fluendo.com>
14274
14275         * configure.ac:
14276         Remove kioslave plugin. Markey is brewing a new working one
14277         * ext/Makefile.am: Remove kioslave plugin
14278         * ext/kio: remove
14279         * gst-plugins.spec.in: remove kio plugin from spec
14280
14281 2004-09-27  Wim Taymans  <wim@fluendo.com>
14282
14283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14284         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14285         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14286         (gst_multifdsink_new_client),
14287         (gst_multifdsink_handle_client_write),
14288         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14289         (gst_multifdsink_handle_clients):
14290         * gst/tcp/gstmultifdsink.h:
14291         Make syncing to keyframes actually work for new clients and lagging
14292         clients.
14293
14294 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14295
14296         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14297         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14298         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14299         * gst/debug/gstnavigationtest.h:
14300           make navigationtest display button-press and button-release events
14301
14302 2004-09-26 Iain <iaingnome@gmail.com>
14303
14304         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14305         the channels have received a new media event.
14306         (interleave_buffered_loop): Compresses a new media event on all
14307         channels into one.
14308
14309 2004-09-26 Iain <iaingnome@gmail.com>
14310
14311         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14312         call the sinkpad's default event handler and not the srcpads. He also
14313         says this is confusing :)
14314         (gst_wavenc_stop_file): Company says that seek events only go upstream
14315         we should send a discontinuous downstream instead.
14316
14317 2004-09-25  Christian Schaller <christian@fluendo.com>
14318
14319         * Update SPEC file to be usable in conjunction with Fedora Core,
14320           Fedora.us and freshrpms packages
14321         * Fix typo in multifilesrc test Makefile
14322
14323 2004-09-24  Wim Taymans  <wim@fluendo.com>
14324
14325         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14326         Only signal the no_more_pads signal when we have
14327         added the stream to our list.
14328
14329 2004-09-24  Wim Taymans  <wim@fluendo.com>
14330
14331         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14332         (new_decoded_pad):
14333         * gst/playback/gstplaybasebin.h:
14334         * gst/playback/gstplaybin.c: (setup_sinks):
14335         Don't try to preroll or decode more than one audio/video
14336         track.
14337
14338 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14339
14340         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14341           Throw error if we failed to find a suitable output. This should
14342           throw an error if we successfully set up a pipeline (e.g. because
14343           we recognized a media file) but found no decodable streams in it
14344           (e.g. because it contains only media stream types for which we
14345           have no decoders, or because it's not a media type).
14346
14347 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14348
14349         * ext/dirac/Makefile.am:
14350         * ext/dirac/gstdirac.cc:
14351         * ext/dirac/gstdiracdec.cc:
14352         * ext/dirac/gstdiracdec.h:
14353           Do something. Don't actually know if this works because I don't
14354           have a demuxer yet.
14355         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14356           Add channels=1 to caps returned from _getcaps().
14357         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14358         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14359         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14360         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14361         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14362         (gst_ogm_parse_change_state):
14363           Separate between audio/video so ogmaudioparse actually uses the
14364           audio pad templates. Both audio and video work now, including
14365           autoplugging. Also use sometimes-srcpad hack.
14366         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14367           Handle events better. Don't hang on infinite loops.
14368         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14369         (gst_avi_demux_init), (gst_avi_demux_reset),
14370         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14371         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14372         (gst_avi_demux_change_state):
14373         * gst/avi/gstavidemux.h:
14374           Improve A/V sync. Still not perfect.
14375         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14376         (gst_ebml_read_skip):
14377           Handle events better.
14378         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14379         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14380         (qtdemux_audio_caps):
14381           Add IMA4. Improve event handling. Save offset after a seek when
14382           the headers are at the end of the file so that we don't end up in
14383           an infinite loop.
14384         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14385           Add low-priority typefind support for files with no length.
14386
14387 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14388
14389         * testsuite/multifilesink/Makefile.am:
14390         fix typo
14391
14392 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14393
14394         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14396         mistakes from thaytan's patches.
14397
14398 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14399
14400         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14401           For completeness, XSync in the destroy function as xvimage does.
14402
14403 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14404
14405         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14406            Correct caps negotiation
14407         * gst/volume/gstvolume.c: (volume_chain_float),
14408         (volume_chain_int16):
14409            Modify debug output to be little more informative
14410         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14412         (gst_xvimagesink_xvimage_destroy):
14413           Add XSync calls after detaching from the shared memory segment to
14414           avoid a crash.
14415
14416 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14417
14418         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14419         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14420         * ext/vorbis/vorbis.c: (plugin_init):
14421         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14422         (gst_vorbisenc_chain):
14423         * ext/vorbis/vorbisenc.h:
14424         remove explicit newmedia support from oggmux and vorbisenc
14425         add debug category to vorbisenc
14426         * gst/multifilesink/gstmultifilesink.c:
14427         (gst_multifilesink_class_init), (gst_multifilesink_init),
14428         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14429         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14430         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14431         (plugin_init):
14432         * gst/multifilesink/gstmultifilesink.h:
14433         add support for streamheader in multifilesink
14434
14435 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14436
14437         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14438         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14439         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14440           Prevent infinite loops. More correct error reporting.
14441         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14442           Error out if negotiation fails.
14443         * gst/playback/gstplaybasebin.c: (setup_source),
14444         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14445         (gst_play_base_bin_found_tag):
14446           Error/tag forwarding. Pre-roll fixes for source errors on state
14447           changes (e.g. "file does not exist") to prevent hangs.
14448
14449 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14450
14451         * testsuite/multifilesink/Makefile.am:
14452         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14453         (gst_newmedia_class_init), (gst_newmedia_init),
14454         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14455         (newfile_signal), (test_signal), (main):
14456         * testsuite/multifilesink/multifilesrc_test.c: (main):
14457         * testsuite/multifilesink/oggtheora_test.c:
14458         (gst_newmedia_base_init), (gst_newmedia_class_init),
14459         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14460         (test_format), (newfile_signal), (test_signal), (main):
14461         * testsuite/multifilesink/oggvorbis_test.c:
14462         (gst_newmedia_base_init), (gst_newmedia_class_init),
14463         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14464         (test_format), (newfile_signal), (test_signal), (main):
14465         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14466         (gst_newmedia_class_init), (gst_newmedia_init),
14467         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14468         (newfile_signal), (test_signal), (main):
14469         New media tests
14470
14471 2004-09-20  Christian Schaller <christian@fluendo.com>
14472
14473         * Fix mikmod license to LGPL as they have relicensed
14474         * Move Dirac and Effectv into LGPL section of README_license
14475
14476 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14477
14478         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14479         (gst_mad_change_state):
14480           Allow for mp3 rate/channels changes. However, only very
14481           conservatively. Reason that we *have* to enable this is smiply
14482           because the mad find_sync() function is not good enough, it will
14483           regularly sync on random data as valid frames and therefore make
14484           us provide random caps as *final* caps of the stream. The best fix
14485           I could think of is to simply require several of the same stream
14486           changes in a row before we change caps.
14487           The actual testcase that works now is #
14488         * ext/ogg/Makefile.am:
14489         * ext/ogg/gstogg.c: (plugin_init):
14490         * ext/ogg/gstogmparse.c:
14491           OGM support (video only for now; I need an audio sample file).
14492         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14493         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14494         (gst_asf_demux_add_video_stream):
14495           WMV extradata.
14496         * gst/playback/gstplaybasebin.c: (unknown_type):
14497           Don't error out on single unknown-types after all. It's wrong.
14498           If we found type of video and audio but not of a subtitle stream,
14499           it will still error out (which is unwanted). Will find a better fix
14500           later on.
14501         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14502         (ogmaudio_type_find), (plugin_init):
14503           OGM support.
14504
14505 2004-09-20  Johan Dahlin  <johan@gnome.org>
14506
14507         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14508         after setting caps.
14509
14510 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14511
14512         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14513         * gst/wavenc/gstwavenc.h:
14514         Added newmedia support to wavenc
14515
14516 2004-09-17  Wim Taymans  <wim@fluendo.com>
14517
14518         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14519         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14520         (gst_fdset_fd_can_write), (gst_fdset_wait):
14521         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14522         (gst_multifdsink_init), (gst_multifdsink_add),
14523         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14524         (gst_multifdsink_remove_client_link),
14525         (gst_multifdsink_client_queue_buffer),
14526         (gst_multifdsink_handle_client_write),
14527         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14528         (gst_multifdsink_close), (gst_multifdsink_change_state):
14529         * gst/tcp/gstmultifdsink.h:
14530         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14531         (gst_tcpserversink_removed):
14532         Small cleanups in fdset.c
14533         Use a hastable to map fd to the client structure for faster
14534         lookup in _remove and get_stats.
14535         Added virtual function to close the fds.
14536         Handle clients even when the select/poll call was unblocked because
14537         of a command.
14538         Implement syncing to keyframe in the recovery procedure.
14539
14540 2004-09-16 Iain <iaingnome@gmail.com>
14541
14542         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14543         try caps.
14544
14545 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14546
14547         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14548           Caps are only set if the type of the stream is unknown, but this
14549           is initialized in ->init_stream(), so set to UNKNOWN after calling
14550           ->init_stream() so that capsnego starts.
14551
14552 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14553
14554         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14555         (gst_avi_demux_stream_data):
14556           Just hardcode for raw audio then. AVI audio sucks.
14557
14558 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14559
14560         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14561         * gst/matroska/matroska-mux.c: (audiosink_templ),
14562         (gst_matroska_mux_audio_pad_link):
14563         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14564         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14565
14566 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14567
14568         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14569         (gst_avi_demux_stream_data):
14570           Try to fix a/v sync issues.
14571
14572 2004-09-15  David Schleef  <ds@schleef.org>
14573
14574         * configure.ac: remove NASM check, since we don't use it.  Update
14575         dirac check to 0.4
14576         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14577         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14578         Initialized variables.
14579         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14580         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14581         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14582         SVQ3 format
14583
14584 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14585
14586         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14587         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14588         * gst/avi/gstavidemux.h:
14589           Fix for compressed audio (mp3) timestamp generation. How did this
14590           ever work?
14591
14592 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14593
14594         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14595           Volume is a double not a float.
14596
14597 2004-09-15  Wim Taymans  <wim@fluendo.com>
14598
14599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14600         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14601         Don't close the fd in multifdsink as we didn't open it in the
14602         first place. Some cleanups.
14603
14604 2004-09-15  Wim Taymans  <wim@fluendo.com>
14605
14606         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14607         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14608         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14609         Fix the case where the muxer would mark pages as delta
14610         frames when they are not (vorbis only ogg).
14611
14612 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14613
14614         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14615         (gst_play_base_bin_change_state):
14616           Handle the case where we failed to setup a clear pipeline. This
14617           will throw an error (or EOS, another nice case) and if you don't
14618           catch that, the app will wait for the signal forever (and thus
14619           hang).
14620
14621 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14622
14623         * ext/gnomevfs/gstgnomevfssink.c:
14624         (gst_gnomevfssink_uri_get_protocols):
14625         * ext/gnomevfs/gstgnomevfssrc.c:
14626         (gst_gnomevfssrc_uri_get_protocols):
14627         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14628         * ext/gnomevfs/gstgnomevfsuri.h:
14629           Use _uri_new() instead of _open(), so it doesn't take as long and
14630           Christophe's computer won't hang.
14631         * gst/playback/gstplaybasebin.c: (unknown_type):
14632           Throw error on unknown media type, so apps actually display it.
14633
14634 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14635
14636         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14637           this script to work on Solaris since bash shell handles echo
14638           differenly than bash.
14639
14640 2004-09-17  Wim Taymans  <wim@fluendo.com>
14641
14642         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14643         (setup_source), (gst_play_base_bin_set_property),
14644         (gst_play_base_bin_add_element):
14645         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14646         Some more work on making sure seeking pauses the pipeline and
14647         that changing the uri actually does something.
14648
14649 2004-09-17  Wim Taymans  <wim@fluendo.com>
14650
14651         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14652         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14653         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14654         (gst_tcpserversink_close):
14655         Be a bit more paranoid when freeing memory.
14656
14657 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14658
14659         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14660         (qtdemux_parse_trak):
14661           Don't crash by dividing by zero (see sample movie in #126922).
14662
14663 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14664
14665         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14666           Don't touch non-existing data (fixes crash on file in #140147).
14667
14668 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14669
14670         * gst/playback/gstplaybasebin.c:
14671         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14672           Handle double disposals, and proper change of URIs.
14673
14674 2004-09-13  Martin Eikermann <meiker@upb.de>
14675
14676         * gst/mpegstream/gstmpegparse.c:
14677           fix synchronistation for streams recorded from digital PCR
14678           fixes bug #119376
14679
14680 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14681
14682         * ext/gnomevfs/Makefile.am:
14683         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14684         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14685         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14686         (gst_gnomevfssink_uri_get_type),
14687         (gst_gnomevfssink_uri_get_protocols),
14688         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14689         (gst_gnomevfssink_uri_handler_init),
14690         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14691         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14692         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14693         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14694         (gst_gnomevfssrc_uri_get_type),
14695         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14696         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14697         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14698         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14699         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14700         * ext/gnomevfs/gstgnomevfsuri.h:
14701           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14702           of fake URIs to see which this version of Gnome-VFS likes, and
14703           uses that for the Gst-URI interface. Makes playbin support http://
14704           streams. Also fix up some stupid behaviour in gnomevfssrc.
14705
14706 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14707
14708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14709         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14710         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14711         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14712           Update mixer (to sync with other sessions) if we try to obtain
14713           a new value. This makes alsamixer work accross applications.
14714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14715           Only call sync functions if we're running, else alsalib asserts.
14716         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14717           Sometimes fails to compile. Possibly a gcc bug.
14718         * gst/playback/gstplaybin.c: (gen_video_element),
14719         (gen_audio_element):
14720           Add a reference to an application-provided object, because we lose
14721           this same reference if we add it to the bin. If we don't do this,
14722           we can only use this object once and thus crash if we go from
14723           ready to playing, back to ready and back to playing again.
14724           Also add an audioscale element because several cheap soundcards -
14725           like mine - don't support all samplerates.
14726         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14727         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14728           Fix wrong order or PAR calls. Makes automatically obtained PAR
14729           from the X server atually being used.
14730
14731 2004-09-12  David Schleef  <ds@schleef.org>
14732
14733         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14734         #151887, #152102, #152247.
14735         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14736         * examples/seeking/cdparanoia.c: same
14737         * examples/seeking/cdplayer.c: same
14738         * examples/seeking/seek.c: same
14739         * examples/seeking/spider_seek.c: same
14740         * examples/seeking/vorbisfile.c: same
14741         * examples/stats/mp2ogg.c: same
14742         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14743         (gst_esdsink_dispose): Dispose of element properly.
14744         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14745         fixes.
14746         * ext/nas/nassink.c: (gst_nassink_class_init),
14747         (gst_nassink_dispose): Dispose of element correctly.
14748         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14749         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14750         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14751         Fix 64-bit warning.
14752         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14753         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14754         Fix 64-bit warning.
14755
14756 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14757
14758         * configure.ac : change speex detection as 1.1.6 now uses
14759           .pc/pkg-config and they changed their headers location.
14760
14761 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14762
14763         * gst/matroska/matroska-mux.h:
14764         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14765         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14766         (gst_matroska_mux_write_data):
14767           Write multiple blocks/frames per cluster.
14768                 Write meta-seek information (seek heads).
14769
14770 2004-09-09  Scott Wheeler <wheeler@kde.org>
14771
14772         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14773         (gst_play_bin_set_property), (gst_play_bin_get_property),
14774         (gen_audio_element), (gen_audio_element):
14775           Add a volume element / property to the pipeline.
14776
14777 2004-09-07  Wim Taymans  <wim@fluendo.com>
14778
14779         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14780         Copy timestamps from the master pad to the output buffers.
14781
14782 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14783
14784         * ext/raw1394/gstdv1394src.c:
14785           throw errors when applicable
14786
14787 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14788
14789         * gst/matroska/ebml-ids.h:
14790         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14791         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14792         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14793           automatically convert unix time <-> ebml time when reading/writing
14794           a date, use gst_ebml_write_uint to write CUETIME,
14795           not gst_ebml_write_date.
14796         * gst/matroska/matroska-ids.h:
14797         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14798         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14799         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14800         (gst_matroska_mux_write_data):
14801           Write track and segment UIDs, write muxing date, write
14802           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14803           Create cues for audio only files.
14804
14805 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14806
14807         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14808         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14809           Re-commit ALSA switches.
14810         * gst/adder/gstadder.c: (gst_adder_loop):
14811           64-bit fix (#151416).
14812         * gst/debug/progressreport.c: (gst_progressreport_report):
14813           64-bit fix (#151419).
14814         * gst/matroska/matroska-demux.c:
14815         (gst_matroska_demux_parse_contents):
14816           64-bit fix (#151420).
14817         * gst/playback/test3.c: (update_scale):
14818           64-bit fix (#151421).
14819
14820 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14821
14822         * configure.ac:
14823           bump nano to cvs
14824
14825 === release 0.8.4 ===
14826
14827 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14828
14829         * configure.ac: releasing 0.8.4, "Alias"
14830
14831 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14832
14833         * ext/theora/Makefile.am:
14834           fix makefile.  Fixes #151462.
14835
14836 2004-08-30  Wim Taymans  <wim@fluendo.com>
14837
14838         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14839         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14840         (gst_multifdsink_remove_client_link),
14841         (gst_multifdsink_client_queue_buffer),
14842         (gst_multifdsink_handle_client_write):
14843         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14844         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14845         Fix some memory leaks.
14846
14847 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14848
14849         Patch by: David Schleef
14850
14851         * configure.ac:
14852         * sys/Makefile.am:
14853           rename our detection macro for V4L2.  Fixes #151236.
14854
14855 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14856
14857         Patch by: David Schleef
14858
14859         * configure.ac:
14860           check to define LAMEPRESET.  Fixes #151232.
14861
14862 2004-08-27  David Schleef  <ds@schleef.org>
14863
14864         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14865         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14866         (gst_glimagesink_fixate):  Move local variable declarations to
14867         make gcc-2.95 happy.
14868
14869 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * configure.ac:
14872           bump nano for prerelease
14873
14874 2004-08-27  David Schleef  <ds@schleef.org>
14875
14876         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14877         * sys/sunaudio/gstsunaudiosrc.c:
14878         * sys/sunaudio/gstsunaudiosrc.h:
14879
14880 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14881
14882         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14883         handle EOS correctly
14884         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14885         * gst/matroska/matroska-mux.h:
14886         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14887         VFW compatibility mode
14888
14889 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14890
14891         patch by: Zaheer Abbas Merali
14892
14893         * ext/ogg/gstoggmux.c:
14894         * ext/vorbis/vorbisenc.c:
14895         * ext/vorbis/vorbisenc.h:
14896           handle NEWMEDIA
14897
14898 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14899
14900         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14901         fix byte order reversion on little endian machines.
14902         * gst/matroska/matroska-mux.c: (audiosink_templ),
14903         (gst_matroska_mux_audio_pad_link):
14904         add TTA codec to the list of supported codecs.
14905         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14906         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14907         (gst_matroska_mux_write_data):
14908         * gst/matroska/matroska-mux.h:
14909         write segment duration correctly, write muxing app string, fixes bugs
14910         #140897 and #140898.
14911         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14912         wait for all pads to be negotiated before starting to mux.
14913
14914 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14915
14916         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14917         * ext/lame/gstlame.h:
14918         Added new media support to lame
14919
14920 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14921
14922         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14923         send vorbis headers at the beginning of a stream, fixes bug #141554.
14924         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14925         bug #148950.
14926         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14927         (gst_matroska_demux_plugin_init):
14928         * gst/matroska/matroska-ids.h:
14929         enable demuxing of TTA audio streams, fixes bug #148951.
14930         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14931         enable typefinding for TTA audio files, fixes bug #148711.
14932         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14933         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14934         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14935
14936 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14937
14938         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14939         (gst_riff_read_element_data), (gst_riff_read_seek),
14940         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14941         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14942         <teuf@gnome.org>
14943
14944 2004-08-23 Iain <iaingnome@gmail.com>
14945
14946         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14947         tags. They appear to be handled differently to normal.
14948         (tag_list_to_id3_tag_foreach): Ditto.
14949
14950 2004-08-22  Wim Taymans  <wim@fluendo.com>
14951
14952         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14953         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14954         Make sure we never send -1 granulepos.
14955
14956 2004-08-20  Wim Taymans  <wim@fluendo.com>
14957
14958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14959         (gst_ogg_mux_loop):
14960         I will accept bitchslappings with non sharp objects.
14961
14962 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14963
14964         * configure.ac:
14965         Clean up the test for lame presets
14966
14967 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14968
14969         * configure.ac:
14970         * ext/lame/Makefile.am:
14971         * ext/lame/gstlame.c: (gst_lame_class_init),
14972         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14973         Only enable lame presets if version of lame has presets in API
14974
14975 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14976         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14977         * gst/udp/gstudpsrc.h:
14978           Don't call gst_pad_push in a get function. Fixes #150449
14979
14980 2004-08-18  Wim Taymans  <wim@fluendo.com>
14981
14982         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14983         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14984         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14985         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14986         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14987         (gst_fdset_wait):
14988         * gst/tcp/gstfdset.h:
14989         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14990         (gst_multifdsink_client_queue_buffer),
14991         (gst_multifdsink_handle_client_write):
14992         * gst/tcp/gstmultifdsink.h:
14993         Some extra checks in gstfdset.
14994         Only use send() when the fd is a socket. Don't try to
14995         read from write only fds.
14996
14997 2004-08-18  Wim Taymans  <wim@fluendo.com>
14998
14999         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
15000         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
15001         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15002         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15003         (gst_fdset_wait):
15004         Add more locking and bounds checking.
15005
15006 2004-08-18  Wim Taymans  <wim@fluendo.com>
15007
15008         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
15009         Realloc test fdset in the lock and right before starting
15010         the poll call. Bump the limit to 4096.
15011
15012 2004-08-17  David Schleef  <ds@schleef.org>
15013
15014         * sys/sunaudio/Makefile.am:
15015         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
15016         of rates and channels.  Make debugging less obnoxious.
15017
15018         Patch from Balamurali Viswanathan implementing a mixer for
15019         Sun audio.  (bug #144091):
15020         * sys/sunaudio/gstsunelement.c:
15021         * sys/sunaudio/gstsunelement.h:
15022         * sys/sunaudio/gstsunmixer.c:
15023         * sys/sunaudio/gstsunmixer.h:
15024
15025 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15026
15027         * gst/audioscale/gstaudioscale.c:
15028         * gst/audioscale/gstaudioscale.h:
15029         made audioscale resample from any sample rate to any sample rate
15030
15031 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15032
15033         * ext/libpng/gstpngdec.c:
15034           error out on unsupported types
15035
15036 2004-08-17  Iain <iaingnome@gmail.com>
15037
15038         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
15039         mid_side and loose_mid_side properties if its a stereo stream.
15040
15041 2004-08-17  Wim Taymans  <wim@fluendo.com>
15042
15043         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15044         (theora_get_formats), (theora_dec_src_convert),
15045         (theora_dec_sink_convert), (theora_dec_src_query),
15046         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
15047         Add a debug line.
15048
15049 2004-08-17  Wim Taymans  <wim@fluendo.com>
15050
15051         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
15052         (gst_ogg_pad_push):
15053         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15054         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15055         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
15056         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
15057         Mark delta units in the muxer.
15058         Try to decode the packet after an out-of-sync error from
15059         libogg.
15060
15061 2004-08-17  Wim Taymans  <wim@fluendo.com>
15062
15063         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15064         (gst_multifdsink_init), (gst_multifdsink_add),
15065         (gst_multifdsink_client_queue_buffer),
15066         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
15067         * gst/tcp/gstmultifdsink.h:
15068         Added option to send a keyframe to clients as the first buffer.
15069         Make timeout property writable.
15070
15071 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15072
15073         patch by: Wim Taymans
15074
15075         * gst/tcp/gstfdset.c:
15076         * gst/tcp/gstmultifdsink.c:
15077           fix index comparison, should include 0
15078
15079 2004-08-16  Wim Taymans  <wim@fluendo.com>
15080
15081         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15082         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15083         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15084         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15085         (gst_fdset_wait):
15086           copy when reallocing for poll so the select arguments don't get
15087           changed during the call
15088
15089 2004-08-16  Wim Taymans  <wim@fluendo.com>
15090
15091         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15092         (gst_theora_enc_class_init), (theora_enc_sink_link),
15093         (theora_buffer_from_packet), (theora_enc_chain):
15094         Fix bug where buffers were not marked as keyframes
15095         correctly.
15096
15097 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15098
15099         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15100         (gst_lame_preset_get_type), (gst_lame_class_init):
15101         describe the enum values for vbr mode and presets more verbosely
15102
15103 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15104
15105         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15106         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15107         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15108         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15109         * ext/lame/gstlame.h:
15110         add preset property to lame so it can use lame presets
15111
15112 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15113
15114         * ext/lame/gstlame.c: (gst_lame_get_property):
15115         whoops forgot break, thanks teuf
15116
15117 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15118
15119         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15120         (gst_lame_class_init), (gst_lame_src_getcaps),
15121         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15122         (gst_lame_get_property), (gst_lame_setup):
15123         * ext/lame/gstlame.h:
15124         fix lame's broken vbr stuff, allow it to resample if need be, and also
15125         make xing header optional
15126
15127 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15128
15129         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15130         added getcaps function so samplerate doesnt get fixated to silly values
15131
15132 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15133
15134         * ext/lame/gstlame.c: (gst_lame_src_link):
15135         revert previous fix
15136
15137 2004-08-12  Johan Dahlin  <johan@gnome.org>
15138
15139         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15140         checks. Doesn't matter what state we are in. Interfaces are a
15141         compile time thing, not runtime. It also broke the python bindings.
15142
15143 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15144
15145         * ext/lame/gstlame.c: (gst_lame_src_link):
15146         made source pad link function check if sinkpad is ok..fixes the problem
15147         where core fixates the output rate of lame stupidly
15148
15149 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15150
15151         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15152         * sys/v4l/v4l_calls.c:
15153         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15154           fix fixate function to handle nonsimple caps.
15155           remove bogus check in _link
15156           cleanups
15157
15158 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15159
15160         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15161         set default compression ratio parameter to 0.0 so bitrate parameter
15162         works :)
15163
15164 2004-08-11  David Schleef  <ds@schleef.org>
15165
15166         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15167
15168 2004-08-11  David Schleef  <ds@schleef.org>
15169
15170         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15171         before.
15172
15173 2004-08-11  David Schleef  <ds@schleef.org>
15174
15175         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15176
15177 2004-08-11  David Schleef  <ds@schleef.org>
15178
15179         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15180           license field
15181         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15182         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15183           LGPL.
15184         * gst/auparse/gstauparse.c: Fix plugin license field.
15185         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15186         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15187         * gst/rtp/gstrtp.c: Fix plugin license field.
15188
15189 2004-08-11  Wim Taymans  <wim@fluendo.com>
15190
15191         * gst/tcp/Makefile.am:
15192         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15193         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15194         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15195         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15196         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15197         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15198         (gst_fdset_fd_can_write), (gst_fdset_wait):
15199         * gst/tcp/gstfdset.h:
15200         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15201         (gst_multifdsink_class_init), (gst_multifdsink_init),
15202         (gst_multifdsink_add), (gst_multifdsink_remove),
15203         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15204         (gst_multifdsink_remove_client_link),
15205         (gst_multifdsink_handle_client_read),
15206         (gst_multifdsink_client_queue_data),
15207         (gst_multifdsink_client_queue_caps),
15208         (gst_multifdsink_client_queue_buffer),
15209         (gst_multifdsink_handle_client_write),
15210         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15211         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15212         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15213         (gst_multifdsink_close):
15214         * gst/tcp/gstmultifdsink.h:
15215         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15216         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15217         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15218         (gst_tcpserversink_close):
15219         * gst/tcp/gsttcpserversink.h:
15220         Abstracted away the select call, implemented poll (yes we ran into
15221         the 1024 limit in production).
15222
15223 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15224
15225         * gst/tcp/gsttcp.c:
15226         * gst/tcp/gsttcpplugin.c:
15227           improve debuggging, remove assert
15228
15229 2004-08-10  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15232         (gst_client_status_get_type), (gst_multifdsink_class_init),
15233         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15234         (gst_multifdsink_handle_client_read),
15235         (gst_multifdsink_handle_client_write),
15236         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15237         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15238         (gst_multifdsink_get_property):
15239         * gst/tcp/gstmultifdsink.h:
15240         * gst/tcp/gsttcp-marshal.list:
15241         Starting to prepare for specifying buffer time in other units
15242         than buffers. Expose remove reason in signal.
15243
15244 2004-08-10  Wim Taymans  <wim@fluendo.com>
15245
15246         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15247         (gst_multifdsink_remove), (gst_multifdsink_clear),
15248         (gst_multifdsink_remove_client_link),
15249         (gst_multifdsink_handle_client_read),
15250         (gst_multifdsink_client_queue_data),
15251         (gst_multifdsink_client_queue_buffer),
15252         (gst_multifdsink_handle_client_write),
15253         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15254         (gst_multifdsink_chain), (gst_multifdsink_close):
15255         * gst/tcp/gstmultifdsink.h:
15256         Added more debugging info. Changed the way clients are
15257         removed from the lists. Fixed a bug where a bad file descriptor
15258         could cause many clients to be removed.
15259
15260 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15261
15262         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15263           allow all pixel-aspect-ratios, not just 1:1
15264
15265 2004-08-09  David Schleef  <ds@schleef.org>
15266
15267         * sys/glsink/ARB_multitexture.h:  Remove old files.
15268         * sys/glsink/EXT_paletted_texture.h:
15269         * sys/glsink/NV_register_combiners.h:
15270         * sys/glsink/gstgl_nvimage.c:
15271         * sys/glsink/gstgl_pdrimage.c:
15272         * sys/glsink/gstgl_rgbimage.c:
15273         * sys/glsink/gstglsink.c:
15274         * sys/glsink/gstglsink.h:
15275         * sys/glsink/gstglxwindow.c:
15276         * sys/glsink/regcomb_yuvrgb.c:
15277
15278 2004-08-09  David Schleef  <ds@schleef.org>
15279
15280         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15281         GL sink plugin.  (Bug #147302)
15282
15283         * configure.ac: Test for OpenGL
15284         * sys/Makefile.am: Use test for OpenGL
15285         * sys/glsink/Makefile.am:
15286         * sys/glsink/glimagesink.c: rewrite
15287         * sys/glsink/glimagesink.h: rewrite
15288
15289 2004-08-09  David Schleef  <ds@schleef.org>
15290
15291         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15292         sane framerates.
15293         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15295         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15296
15297 2004-08-09  Wim Taymans  <wim@fluendo.com>
15298
15299         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15300         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15301         (gst_multifdsink_client_remove),
15302         (gst_multifdsink_handle_client_read),
15303         (gst_multifdsink_handle_client_write),
15304         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15305         Do a bit more logging, make the client_read code more robust.
15306
15307 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15308
15309         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15310         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15311         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15312         (gst_jpegdec_init), (gst_jpegdec_chain):
15313         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15314         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15315           cleanups, debugging fixes and memleak plugging
15316
15317 2004-08-09  Wim Taymans  <wim@fluendo.com>
15318
15319         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15320         (theora_get_formats), (theora_dec_src_convert),
15321         (theora_dec_sink_convert), (theora_dec_src_query),
15322         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15323         (theora_dec_change_state):
15324         Don't crash on missing header packets.
15325
15326 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15327
15328         * po/LINGUAS:
15329         * po/sq.po:
15330           Added Albanian translation (Laurent Dhima)
15331         * po/cs.po:
15332           updated
15333
15334 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15335
15336         * ext/lame/gstlame.c:
15337           fix/add debugging
15338
15339 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15340
15341         * sys/ximage/ximagesink.c:
15342         * sys/xvimage/xvimagesink.c:
15343           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15344
15345 2004-08-06  Wim Taymans  <wim@fluendo.com>
15346
15347         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15348         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15349         (gst_multifdsink_client_remove),
15350         (gst_multifdsink_handle_client_read),
15351         (gst_multifdsink_handle_client_write),
15352         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15353         Make sure we don't try to read more from a client that what
15354         ioctl says us or we deadlock.
15355
15356 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15357
15358         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15359         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15360         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15361           decouple running_time and n_frames so it can handle changing
15362           framerate while running
15363
15364 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15365
15366         * po/nl.po:
15367         * po/sv.po:
15368           updated translations
15369
15370 2004-08-04  Benjamin Otte  <otte@gnome.org>
15371
15372         * gst/videotestsrc/gstvideotestsrc.c:
15373         (gst_videotestsrc_get_capslist), (generate_capslist),
15374         (plugin_init):
15375           generate the list of supported caps at startup and reuse it instead
15376           of always generating it
15377
15378 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15379
15380         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15381           whoops, last checkin broke normal build
15382
15383 2004-08-03  Benjamin Otte  <otte@gnome.org>
15384
15385         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15386         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15387         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15388         (gst_alsa_mixer_get_option):
15389         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15390         (dvdnavsrc_print_event):
15391         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15392         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15393         (gst_ogg_mux_pad_unlink):
15394         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15395         (gst_multipart_mux_pad_unlink):
15396         * gst/videofilter/gstvideobalance.c:
15397         (gst_videobalance_colorbalance_set_value):
15398         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15399         (gst_videomixer_pad_unlink):
15400         * po/uk.po:
15401         * sys/oss/gstossmixer.c:
15402         * sys/v4l/gstv4lcolorbalance.c:
15403         * sys/v4l/gstv4ltuner.c:
15404         * sys/v4l/v4lsrc_calls.c:
15405         * sys/v4l2/gstv4l2colorbalance.c:
15406         * sys/v4l2/gstv4l2tuner.c:
15407           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15408
15409 2004-08-03  Benjamin Otte  <otte@gnome.org>
15410
15411         * examples/dynparams/filter.c: (ui_control_create):
15412         * examples/gstplay/player.c: (print_tag):
15413         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15414         * ext/gdk_pixbuf/gstgdkanimation.c:
15415         (gst_gdk_animation_iter_may_advance):
15416         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15417         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15418         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15419         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15421         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15422         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15423         * gst/sine/demo-dparams.c: (main):
15424         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15425         * testsuite/alsa/formats.c: (create_pipeline):
15426         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15427           fixes for G_DISABLE_ASSERT and friends
15428         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15429         (mp3_type_frame_length_from_header), (mp3_type_find),
15430         (plugin_init):
15431           require mp3 typefinding to have at least MIN_HEADERS valid headers
15432           add typefinding for AAC adts files
15433
15434 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15435
15436         * sys/ximage/ximagesink.c:
15437         (gst_ximagesink_calculate_pixel_aspect_ratio):
15438         * sys/xvimage/xvimagesink.c:
15439         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15440         Make sure we calculate pixel-aspect-ratio using floating point maths
15441
15442 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15443
15444         * po/uk.po:
15445           updated translation
15446
15447 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15448
15449         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15450         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15451           add debugging for display PAR calculation
15452
15453 2004-08-02  David Schleef  <ds@schleef.org>
15454
15455         * configure.ac: Fix mikmod CFLAGS.
15456
15457 2004-07-27  Benjamin Otte  <otte@gnome.org>
15458
15459         * gst/audioscale/gstaudioscale.c:
15460         - fix templates to only support S16, it's the only format that works
15461         - make caps nego code use try_set_caps_nonfixed and fixation instead
15462         of try_set_caps twice, which is not nice for autopluggers
15463         - change rank to secondary, so autopluggers can pick it up after
15464         audioconvert
15465
15466 2004-08-02  Iain <iain@prettypeople.org>
15467
15468         * gst/interleave/interleave.c (interleave_init),
15469         (interleave_request_new_pad),
15470         (interleave_pad_removed),
15471         (interleave_buffered_loop): Use the real pad count, not the artificial
15472         one.
15473
15474 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15475
15476         * configure.ac: bump nano back to development
15477
15478 === release 0.8.3 ===
15479
15480 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15481
15482         * configure.ac: releasing 0.8.3, "Water"
15483
15484 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         * sys/xvimage/xvimagesink.c:
15487         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15488         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15489         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15490         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15491         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15492         * sys/xvimage/xvimagesink.h:
15493           apply similar PAR fixes as to ximagesink
15494
15495 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15496
15497         patch from: Benjamin Otte
15498
15499         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15500           add link function to lame.  Fixes #148986.
15501
15502 2004-08-02  Johan Dahlin  <johan@gnome.org>
15503
15504         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15505         fix debugging log
15506
15507 2004-07-30  David Schleef  <ds@schleef.org>
15508
15509         * gst/videomixer/Makefile.am: Fix things that should have been
15510         fixed in the last checkin.
15511
15512 2004-07-30  David Schleef  <ds@schleef.org>
15513
15514         * gst/multipart/Makefile.am: Fix things that should have been
15515         fixed in the last checkin.
15516
15517 2004-07-30  David Schleef  <ds@schleef.org>
15518
15519         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15520
15521 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15522
15523         * configure.ac:
15524           bump nano for prerelease
15525         * po/af.po:
15526         * po/az.po:
15527         * po/cs.po:
15528         * po/en_GB.po:
15529         * po/hu.po:
15530         * po/nl.po:
15531         * po/sr.po:
15532         * po/sv.po:
15533         * po/uk.po:
15534           updates
15535
15536 2004-07-30  Wim Taymans  <wim@fluendo.com>
15537
15538         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15539         (gst_multifdsink_add), (gst_multifdsink_remove),
15540         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15541         (gst_multifdsink_client_remove),
15542         (gst_multifdsink_handle_client_write),
15543         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15544         * gst/tcp/gstmultifdsink.h:
15545         Recover from a select with a bad file descriptor by removing
15546         the client.
15547
15548 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15549
15550         * configure.ac:
15551           fix requirement of core
15552         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15553         (gst_play_pipeline_setup):
15554           don't use colorspace element.  do use hermescolorspace element.
15555           make macro to get a colorspace element.
15556           mark strings for translation.
15557         * po/POTFILES.in:
15558           add play.c
15559         * po/af.po:
15560         * po/az.po:
15561         * po/cs.po:
15562         * po/en_GB.po:
15563         * po/hu.po:
15564         * po/nl.po:
15565         * po/sr.po:
15566         * po/sv.po:
15567         * po/uk.po:
15568           update translations
15569
15570 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15571
15572         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15573         fix default for newmedia flag
15574
15575 2004-07-30  Wim Taymans  <wim@fluendo.com>
15576
15577         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15578         (gst_theora_dec_init), (theora_get_formats),
15579         (theora_dec_src_convert), (theora_dec_sink_convert),
15580         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15581         (theora_dec_chain), (theora_dec_set_property),
15582         (theora_dec_get_property):
15583         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15584         (gst_theora_enc_class_init), (gst_theora_enc_init),
15585         (theora_enc_sink_link), (theora_enc_chain),
15586         (theora_enc_set_property), (theora_enc_get_property):
15587         Added cropping option to theora decoder.
15588         Added border option to theora encoder.
15589
15590 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15591
15592         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15593         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15594         (gst_pngenc_set_property):
15595         * ext/libpng/gstpngenc.h:
15596         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
15597
15598 2004-07-30  Wim Taymans  <wim@fluendo.com>
15599
15600         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15601         (theora_enc_sink_link), (theora_enc_chain),
15602         (theora_enc_set_property), (theora_enc_get_property):
15603         Fix encoding of non-multiple-of-16 video.
15604
15605 2004-07-29  David Schleef  <ds@schleef.org>
15606
15607         * configure.ac: make test for audiofile more strict
15608
15609 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15610
15611         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15612           give different names to typefind functions
15613
15614 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15615
15616         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15617         (gst_ximagesink_calculate_pixel_aspect_ratio),
15618         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15619         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15620         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15621         (gst_ximagesink_get_property), (gst_ximagesink_init):
15622         * sys/ximage/ximagesink.h:
15623           allocate PAR's dynamically.
15624           use autodetected PAR if no object-set PAR is given.
15625           add workaround for directfb's X not setting physical size.
15626           fix to xvimagesink will follow tomorrow.
15627
15628 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15629
15630         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15631         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15632         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15633         (gst_shout2send_class_init), (gst_shout2send_init),
15634         (set_shout_metadata), (gst_shout2send_set_metadata),
15635         (gst_shout2send_chain), (gst_shout2send_set_property),
15636         (gst_shout2send_get_property), (gst_shout2send_connect),
15637         (gst_shout2send_change_state):
15638         * ext/shout2/gstshout2.h:
15639         - fix for sending mp3 audio to icecast2 server, if pad link function not
15640         called before PAUSED state
15641         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15642         - added tagging support for mp3 audio broadcasted
15643         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15644         debug info
15645
15646 2004-07-28  Wim Taymans  <wim@fluendo.com>
15647
15648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15649         (gst_ogg_demux_push):
15650         Return query failure when we don't know the length of
15651         an ogg stream insteda of returning TRUE with a bogus value.
15652
15653 2004-07-28  Wim Taymans  <wim@fluendo.com>
15654
15655         * ext/theora/theoradec.c: (theora_get_formats),
15656         (theora_dec_src_convert), (theora_dec_sink_convert),
15657         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15658         (theora_dec_chain):
15659         Don't screw up the 1 Chroma for 1 luma sample situation when we
15660         have an odd offset/width by adding a black border in those cases.
15661
15662 2004-07-28  Wim Taymans  <wim@fluendo.com>
15663
15664         * ext/theora/theoradec.c: (theora_get_formats),
15665         (theora_dec_src_convert), (theora_dec_sink_convert),
15666         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15667         (theora_dec_chain):
15668         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15669         Added first attempt at cropping of the image as required by the
15670         theora spec. We need more properties in the caps (offset_x,
15671         offset_y,stride) to implement this correctly.
15672
15673 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15674
15675         * ext/dvdnav/README:
15676           Update the README to use dvddemux
15677         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15678           Ensure getcaps returns a subset of the template caps
15679         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15680         (gst_mpeg2subt_init):
15681           Ensure getcaps returns a subset of the template caps
15682         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15683         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15684         (gst_dvd_demux_get_subpicture_stream),
15685         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15686         * gst/mpegstream/gstdvddemux.h:
15687           Set the explicit caps on the current_video pad before pushing
15688           anything
15689         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15690         (gst_mpeg_demux_get_audio_stream):
15691           Free caps used to gst_pad_set_explicit_caps, which takes a const
15692           GstCaps *
15693
15694 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15695
15696         * configure.ac: update GStreamer requirement to 0.8.4 because of
15697           GstFraction.
15698
15699 2004-07-28  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15702         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15703         Add the pad to the element after setting up the caps. This
15704         makes it a lot easier to autoplug.
15705
15706 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15707
15708         * gst/median/gstmedian.c:
15709         * gst/mpeg2subt/gstmpeg2subt.c:
15710         * gst/mpegaudioparse/gstmpegaudioparse.c:
15711         * gst/mpegstream/gstdvddemux.c:
15712         * gst/mpegstream/gstmpegdemux.c:
15713         * gst/mpegstream/gstmpegpacketize.c:
15714         * gst/rtjpeg/gstrtjpeg.c:
15715         * gst/rtjpeg/gstrtjpegdec.c:
15716         * gst/rtjpeg/gstrtjpegenc.c:
15717         * gst/sine/gstsinesrc.c:
15718         * gst/smooth/gstsmooth.c:
15719         * gst/smpte/gstsmpte.c:
15720         * gst/smpte/gstsmpte.h:
15721         * gst/stereo/gststereo.c:
15722         * gst/videofilter/gstgamma.c:
15723         * gst/videofilter/gstvideobalance.c:
15724         * gst/videofilter/gstvideofilter.c:
15725         * gst/videofilter/gstvideoflip.c:
15726         * gst/videoscale/gstvideoscale.c:
15727         * gst/videoscale/videoscale.c:
15728         * gst/videotestsrc/gstvideotestsrc.c:
15729         * gst/videotestsrc/videotestsrc.c:
15730         * gst/wavenc/gstwavenc.c:
15731         * gst/wavparse/gstwavparse.c:
15732           fix local includes and 64 bits constants
15733
15734 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15735
15736         * win32/gst.sln:
15737         * gst-libs/gst/*/*.vcproj:
15738         * gst/*/*.vcproj:
15739           more working plugins
15740
15741 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15742
15743         * testsuite/alsa/Makefile.am:
15744         * testsuite/alsa/srcstate.c:
15745         add test for alsasrc changing state
15746
15747 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15748
15749         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15750         (gst_silence_get):
15751         * gst/silence/gstsilence.h:
15752         fix silence generation for 16bit raw audio
15753
15754 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15755
15756         * gst/matroska/matroska-demux.c:
15757         (gst_matroska_demux_parse_metadata),
15758         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15759         * gst/mpegaudio/common.c:
15760         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15761         (gst_videoscale_getcaps), (gst_videoscale_link),
15762         (gst_videoscale_src_fixate), (gst_videoscale_init),
15763         (gst_videoscale_finalize):
15764         * gst/videoscale/gstvideoscale.h:
15765         * gst/videotestsrc/gstvideotestsrc.c:
15766         (gst_videotestsrc_get_capslist):
15767         * gst/wavenc/gstwavenc.c:
15768         * sys/oss/gstossmixer.c: (fill_labels):
15769         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15770         (gst_ximagesink_handle_xevents),
15771         (gst_ximagesink_calculate_pixel_aspect_ratio),
15772         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15773         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15774         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15775         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15776         (gst_ximagesink_init), (gst_ximagesink_class_init):
15777         * sys/ximage/ximagesink.h:
15778         * sys/xvimage/xvimagesink.c:
15779         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15780         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15781         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15782         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15783         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15784         * sys/xvimage/xvimagesink.h:
15785           first batch of pixel aspect ratio commits.
15786
15787 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15788
15789         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15790         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15791         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15792           handle stride, needs work if we want to move stride handling
15793           upstream, but works correctly for our purposes.
15794
15795 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15796
15797         * gst/videoscale/README:
15798           add testing examples
15799         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15800         (gst_videoscale_chain):
15801         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15802         (gst_videoscale_get_size):
15803           add get_size function that handles stride like videotestsrc.
15804           fixes conversion for YUV formats for as much as I can test them.
15805
15806 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15807
15808         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15809         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15810         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15811         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15812         (gst_xvimagesink_xvimage_put):
15813           further cleanups, logging, error handling and synchronizing
15814
15815 2004-07-27  Wim Taymans  <wim@fluendo.com>
15816
15817         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15818         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15819         (gst_videomixer_pad_set_property),
15820         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15821         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15822         (gst_videomixer_class_init), (gst_videomixer_init),
15823         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15824         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15825         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15826         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15827         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15828         (gst_videomixer_loop), (plugin_init):
15829         Be a nicer negotiation citizen and provide a getcaps function on
15830         the srcpad. This also fixes a crash when resizing.
15831
15832 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15833
15834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15835         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15836
15837 2004-07-27  Wim Taymans  <wim@fluendo.com>
15838
15839         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15840         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15841         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15842         (gst_pngenc_set_property):
15843         * ext/libpng/gstpngenc.h:
15844         Added snapshot property to pngenc.
15845         removed g_print from pngdec
15846
15847 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15848
15849         * gst/ac3parse/ac3parse.vcproj
15850         * gst/adder/adder.vcproj
15851         * gst/alpha/alpha.vcproj
15852         * gst/alpha/alphacolor.vcproj
15853         * gst/asfdemux/asf.vcproj
15854         * gst/audioconvert/audioconvert.vcproj
15855         * gst/audiorate/audiorate.vcproj
15856         * gst/audioscale/audioscale.vcproj
15857         * gst/auparse/auparse.vcproj
15858         * gst/avi/avi.vcproj
15859         * gst/cdxaparse/cdxaparse.vcproj
15860         * gst/chart/chart.vcproj
15861         * gst/colorspace/colorspace.vcproj
15862         * gst/cutter/cutter.vcproj
15863         * gst/debug/debug.vcproj
15864         * gst/debug/efence.vcproj
15865         * gst/debug/navigationtest.vcproj
15866         * gst/deinterlace/deinterlace.vcproj
15867         * gst/effectv/effectv.vcproj
15868         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15869         * gst/filter/filter.vcproj
15870         * gst/flx/flxdec.vcproj
15871         * gst/goom/goom.vcproj
15872         * gst/interleave/interleave.vcproj
15873         * gst/law/alaw.vcproj
15874         * gst/law/mulaw.vcproj
15875         * gst/matroska/matroska.vcproj
15876         * gst/median/median.vcproj
15877         * gst/mixmatrix/mixmatrix.vcproj
15878         * gst/mpeg1sys/mpeg1systemencode.vcproj
15879         * gst/mpeg1videoparse/mp1videoparse.vcproj
15880         * gst/mpeg2sub/mpeg2subt.vcproj
15881         * gst/mpegaudio/mpegaudio.vcproj
15882         * gst/mpegaudioparse/mpegaudioparse.vcproj
15883         * gst/mpegstream/mpegstream.vcproj
15884         * gst/multifilesink/multifilesink.vcproj
15885         * gst/multipart/multipart.vcproj
15886         * gst/oneton/oneton.vcproj
15887         * gst/overlay/overlay.vcproj
15888         * gst/passthrough/passthrough.vcproj
15889         * gst/qtdemux/qtdemux.vcproj
15890         * gst/realmedia/rmdemux.vcproj
15891         * gst/rtjpeg/rtjpeg.vcproj
15892         * gst/rtp/rtp.vcproj
15893         * gst/silence/silence.vcproj
15894         * gst/sine/sinesrc.vcproj
15895         * gst/smooth/smooth.vcproj
15896         * gst/smpte/smpte.vcproj
15897         * gst/spectrum/spectrum.vcproj
15898         * gst/speed/speed.vcproj
15899         * gst/stereo/stereo.vcproj
15900         * gst/switch/switch.vcproj
15901         * gst/tags/tagedit.vcproj
15902         * gst/tcp/tcp.vcproj
15903         * gst/typefind/typefindfunctions.vcproj
15904         * gst/udp/udp.vcproj
15905         * gst/videobox/videobox.vcproj
15906         * gst/videocrop/videocrop.vcproj
15907         * gst/videodrop/videodrop.vcproj
15908         * gst/videofilter/gamma.vcproj
15909         * gst/videofilter/videobalance.vcproj
15910         * gst/videofilter/videofilter.vcproj
15911         * gst/videofilter/videoflip.vcproj
15912         * gst/videoflip/videoflip.vcproj
15913         * gst/videomixer/videomixer.vcproj
15914         * gst/videorate/videorate.vcproj
15915         * gst/videoscale/videoscale.vcproj
15916         * gst/videotestsrc/videotestsrc.vcproj
15917         * gst/virtualdub/virtualdub.vcproj
15918         * gst/volenv/volenv.vcproj
15919         * gst/volume/volume.vcproj
15920         * gst/wavenc/wavenc.vcproj
15921         * gst/wavparse/wavparse.vcproj
15922         * gst/y4m/y4menc.vcproj
15923         * gst-libs/gst/audio/audio.vcproj
15924         * gst-libs/gst/audio/audiofilter.vcproj
15925         * gst-libs/gst/colorbalance/colorbalance.vcproj
15926         * gst-libs/gst/idct/idtc.vcproj
15927         * gst-libs/gst/media-info/media-info.vcproj
15928         * gst-libs/gst/mixer/mixer.vcproj
15929         * gst-libs/gst/navigation/navigation.vcproj
15930         * gst-libs/gst/play/play.vcproj
15931         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15932         * gst-libs/gst/resample/resample.vcproj
15933         * gst-libs/gst/riff/riff.vcproj
15934         * gst-libs/gst/tuner/tuner.vcproj
15935         * gst-libs/gst/video/video.vcproj
15936         * gst-libs/gst/xoverlay/xoverlay.vcproj
15937           avoid problems with math.h, fix release dependancy
15938           rename GStreamer-0.8.lib to libgstreamer.lib
15939
15940 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15941
15942         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15944         the atom is not available we have to unlock the mutex. Fixes #148023
15945
15946 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15947
15948         * gst-libs/gst/media-info/media-info.h:
15949           issue for a vararg macro with MSVC
15950
15951 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15952
15953         * gst/effectv/effectv.vcproj
15954         * gst-libs/gst/idct/idct.vcproj:
15955         * gst-libs/gst/media-info/media-info.vcproj:
15956         * gst-libs/gst/navigation/navigation.vcproj:
15957         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15958         * gst-libs/gst/video/video.vcproj:
15959         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15960           fixes for build problems
15961
15962 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15963
15964         * gst-libs/gst/audio/audio.def:
15965         * gst-libs/gst/audio/riff.def:
15966           add some definitions needed by plugins
15967
15968 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15969
15970         * gst/asfdemux/gstasfmux.c
15971           Fix some 64 bits constants to be glib friendly
15972
15973 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15974
15975         * gst/ac3parse/gstac3parse.c
15976         * gst/audioscale/gstaudioscale.c
15977         * gst/auparse/gstauparse.c
15978         * gst/colorspace/gstcolorspace.c
15979         * gst/colorspace/yuv2rgb.h
15980           local include fixes
15981
15982 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15983
15984         * win32/gst.sln
15985           add more plugins to the build
15986
15987 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15988
15989         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15990         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15991
15992 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15993
15994         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15995         (gst_level_set_property), (gst_level_get_property),
15996         (gst_level_base_init), (gst_level_class_init):
15997           add debugging categories.  cleanups.
15998
15999 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16000
16001         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16002         (gst_videoscale_planar411), (gst_videoscale_planar400),
16003         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
16004         (gst_videoscale_scale_nearest_str1),
16005         (gst_videoscale_scale_nearest_str2),
16006         (gst_videoscale_scale_nearest_str4),
16007         (gst_videoscale_scale_nearest_16bit),
16008         (gst_videoscale_scale_nearest_24bit):
16009           fixed stride issues
16010           tested with 320x240 -> 321, 322, 324 x240
16011           tested with YV12, I420, YUY2, UYVY
16012           fixed packed422rev (don't think it could have worked before)
16013           by testing with UYVY
16014
16015 2004-07-26  Benjamin Otte  <otte@gnome.org>
16016
16017         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
16018         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
16019         (plugin_init):
16020           add debugging category, add error checks like checking return values
16021           of setup calls, make sure it still works after
16022           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
16023
16024 2004-07-26  Wim Taymans  <wim@fluendo.com>
16025
16026         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
16027         (gst_mpeg_demux_get_audio_stream),
16028         (gst_mpeg_demux_process_private):
16029         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
16030         Check for error codes from the negotiation functions. Make sure
16031         we really set the pad caps when a new pad is created.
16032
16033 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16036         (gst_ffmpeg_caps_to_pix_fmt):
16037         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
16038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16039         (gst_ffmpegcolorspace_pad_link):
16040           don't make function do two things at the same time without reason.
16041
16042 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16043
16044         * gst/ac3parse/ac3parse.vcproj
16045         * gst/adder/adder.vcproj
16046         * gst/alpha/alpha.vcproj
16047         * gst/alpha/alphacolor.vcproj
16048         * gst/asfdemux/asf.vcproj
16049         * gst/audioconvert/audioconvert.vcproj
16050         * gst/audiorate/audiorate.vcproj
16051         * gst/audioscale/audioscale.vcproj
16052         * gst/auparse/auparse.vcproj
16053         * gst/avi/avi.vcproj
16054         * gst/cdxaparse/cdxaparse.vcproj
16055         * gst/chart/chart.vcproj
16056         * gst/colorspace/colorspace.vcproj
16057         * gst/cutter/cutter.vcproj
16058         * gst/debug/debug.vcproj
16059         * gst/debug/efence.vcproj
16060         * gst/debug/navigationtest.vcproj
16061         * gst/deinterlace/deinterlace.vcproj
16062         * gst/effectv/effectv.vcproj
16063         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
16064         * gst/filter/filter.vcproj
16065         * gst/flx/flxdec.vcproj
16066         * gst/goom/goom.vcproj
16067         * gst/interleave/interleave.vcproj
16068         * gst/law/alaw.vcproj
16069         * gst/law/mulaw.vcproj
16070         * gst/matroska/matroska.vcproj
16071         * gst/median/median.vcproj
16072         * gst/mixmatrix/mixmatrix.vcproj
16073         * gst/mpeg1sys/mpeg1systemencode.vcproj
16074         * gst/mpeg1videoparse/mp1videoparse.vcproj
16075         * gst/mpeg2sub/mpeg2subt.vcproj
16076         * gst/mpegaudio/mpegaudio.vcproj
16077         * gst/mpegaudioparse/mpegaudioparse.vcproj
16078         * gst/mpegstream/mpegstream.vcproj
16079         * gst/multifilesink/multifilesink.vcproj
16080         * gst/multipart/multipart.vcproj
16081         * gst/oneton/oneton.vcproj
16082         * gst/overlay/overlay.vcproj
16083         * gst/passthrough/passthrough.vcproj
16084         * gst/qtdemux/qtdemux.vcproj
16085         * gst/realmedia/rmdemux.vcproj
16086         * gst/rtjpeg/rtjpeg.vcproj
16087         * gst/rtp/rtp.vcproj
16088         * gst/silence/silence.vcproj
16089         * gst/sine/sinesrc.vcproj
16090         * gst/smooth/smooth.vcproj
16091         * gst/smpte/smpte.vcproj
16092         * gst/spectrum/spectrum.vcproj
16093         * gst/speed/speed.vcproj
16094         * gst/stereo/stereo.vcproj
16095         * gst/switch/switch.vcproj
16096         * gst/tags/tagedit.vcproj
16097         * gst/tcp/tcp.vcproj
16098         * gst/typefind/typefindfunctions.vcproj
16099         * gst/udp/udp.vcproj
16100         * gst/videobox/videobox.vcproj
16101         * gst/videocrop/videocrop.vcproj
16102         * gst/videodrop/videodrop.vcproj
16103         * gst/videofilter/gamma.vcproj
16104         * gst/videofilter/videobalance.vcproj
16105         * gst/videofilter/videofilter.vcproj
16106         * gst/videofilter/videoflip.vcproj
16107         * gst/videoflip/videoflip.vcproj
16108         * gst/videomixer/videomixer.vcproj
16109         * gst/videorate/videorate.vcproj
16110         * gst/videoscale/videoscale.vcproj
16111         * gst/videotestsrc/videotestsrc.vcproj
16112         * gst/virtualdub/virtualdub.vcproj
16113         * gst/volenv/volenv.vcproj
16114         * gst/volume/volume.vcproj
16115         * gst/wavenc/wavenc.vcproj
16116         * gst/wavparse/wavparse.vcproj
16117         * gst/y4m/y4menc.vcproj
16118           more plugins supported under windows
16119
16120 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16121
16122         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16123         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16124         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16126         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16127           Add debugging statements.  Use the sizes as returned by the
16128           *CreateImage calls.
16129
16130 2004-07-26  Johan Dahlin  <johan@gnome.org>
16131
16132         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16133         the pad is negotiated.
16134
16135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16136
16137 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16138
16139         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16140         * gst-libs/gst/idct/idct.vcproj:
16141         * gst-libs/gst/media-info/media-info.vcproj:
16142         * gst-libs/gst/mixer/mixer.vcproj:
16143         * gst-libs/gst/navigation/navigation.vcproj:
16144         * gst-libs/gst/play/play.vcproj:
16145         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16146         * gst-libs/gst/resample/resample.vcproj:
16147         * gst-libs/gst/tuner/tuner.vcproj:
16148         * gst-libs/gst/video/video.vcproj:
16149         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16150           more plugins supported under windows
16151
16152 2004-07-25 Iain <iain@prettypeople.org>
16153
16154         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16155         pad now rather than when the pad is created because state changes wipe
16156         explicit caps (fixes #148043).
16157
16158 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16159
16160         reviewed by Benjamin Otte  <otte@gnome.org>
16161
16162         * ext/mad/gstmad.c:
16163           fix mad plugin crashing on Sun (fixes #148289)
16164
16165 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16166
16167         * gst/avi/avi.def:
16168         * gst/avi/avi.vcproj:
16169         * gst/matroska/matroska.def:
16170         * gst/matroska/matroska.vcproj:
16171           remove unused .def files
16172
16173 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16174
16175         * gst-libs/gst/audio/gstaudiofilter.c:
16176           Clean the local include
16177
16178 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16179
16180         * win32/gst.sln:
16181         * gst-libs/gst/audio/audio.def:
16182         * gst-libs/gst/audio/audio.vcproj:
16183         * gst-libs/gst/audio/audiofilter.vcproj:
16184         * gst-libs/gst/audio/riff.def:
16185         * gst-libs/gst/audio/riff.vcproj:
16186         * gst-libs/gst/gst-libs.def:
16187         * gst-libs/gst/gst-libs.vcproj:
16188         * gst/avi/avi.vcproj:
16189         * gst/avi/avi.vcproj:
16190           Copy the files where needed after building, cleaner projects
16191
16192 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16193
16194         * gst/matroska/ebml-write.c:
16195           Fix some 64 bits constants to be glib friendly
16196
16197 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16198
16199         * win32/gst.sln:
16200         * gst-libs/gst/gst-libs.def:
16201         * gst-libs/gst/gst-libs.vcproj:
16202         * gst/matroska/matroska.def:
16203         * gst/matroska/matroska.vcproj:
16204           Add the preliminary canvas to build plugins on Win32
16205
16206 2004-07-23  Benjamin Otte  <otte@gnome.org>
16207
16208         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16209           don't enfore negotiation from source side, it breaks
16210           sinesrc ! audioconvert ! osssink
16211
16212 2004-07-22  David Schleef  <ds@schleef.org>
16213
16214         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16215         for ELF files, since they can easily be recognized as audio/mpeg.
16216         (bug #147441)
16217
16218 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16219
16220         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16221         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16222         (gst_videoscale_scale_nearest_24bit),
16223         (gst_videoscale_scale_nearest_16bit):
16224           fix 16bit and 24bit for stride (24bit might need testing)
16225           don't pretend we do more than one algorithm
16226
16227 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16228
16229         * configure.ac:
16230         * gst/Makefile.am:
16231         * gst/multifilesink/Makefile.am:
16232         * gst/multifilesink/gstmultifilesink.c:
16233         (gst_multifilesink_get_formats),
16234         (gst_multifilesink_get_query_types), (_do_init),
16235         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16236         (gst_multifilesink_init), (gst_multifilesink_dispose),
16237         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16238         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16239         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16240         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16241         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16242         (gst_multifilesink_uri_get_type),
16243         (gst_multifilesink_uri_get_protocols),
16244         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16245         (gst_multifilesink_uri_handler_init), (plugin_init):
16246         * gst/multifilesink/gstmultifilesink.h:
16247         * testsuite/Makefile.am:
16248         * testsuite/multifilesink/Makefile.am:
16249         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16250         (gst_newmedia_class_init), (gst_newmedia_init),
16251         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16252         (newfile_signal), (test_signal), (main):
16253         multifilesink plugin for creating new files every time a new media
16254         discontinuity event occurs
16255
16256 2004-07-22  Wim Taymans  <wim@fluendo.com>
16257
16258         * gst/alpha/Makefile.am:
16259         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16260         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16261         (gst_alpha_color_init), (gst_alpha_color_set_property),
16262         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16263         (transform), (gst_alpha_color_chain),
16264         (gst_alpha_color_change_state), (plugin_init):
16265         Stupid plugin to to RGBA to AYUV conversion because none of
16266         the colorspace plugins can handle that yet.
16267
16268 2004-07-22  Wim Taymans  <wim@fluendo.com>
16269
16270         * examples/seeking/seek.c: (update_scale), (main):
16271         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16272         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16273         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16274         (gst_decode_bin_init), (gst_decode_bin_dispose),
16275         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16276         (no_more_pads), (close_link), (type_found),
16277         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16278         (plugin_init):
16279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16280         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16281         (gst_play_base_bin_dispose), (queue_overrun),
16282         (gen_preroll_element), (remove_prerolls), (unknown_type),
16283         (no_more_pads), (new_stream), (setup_source),
16284         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16285         (play_base_eos), (gst_play_base_bin_change_state),
16286         (gst_play_base_bin_add_element),
16287         (gst_play_base_bin_remove_element),
16288         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16289         (gst_play_base_bin_unlink_stream),
16290         (gst_play_base_bin_get_streaminfo):
16291         * gst/playback/gstplaybin.c: (gen_video_element),
16292         (gen_audio_element):
16293         * gst/playback/gststreaminfo.h:
16294         More playback updates, attempt to fix things after the state change
16295         breakage.
16296
16297 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16298
16299         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16300         (gst_videoscale_scale_nearest_16bit):
16301           comment algorithm
16302
16303 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16304
16305         * gst/videotestsrc/gstvideotestsrc.c:
16306         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16307         (gst_videotestsrc_init), (gst_videotestsrc_get),
16308         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16309         (gst_videotestsrc_get_property):
16310         * gst/videotestsrc/gstvideotestsrc.h:
16311         * gst/videotestsrc/videotestsrc.c:
16312         * gst/videotestsrc/videotestsrc.h:
16313           cleanup and commenting
16314
16315 2004-07-21  Wim Taymans  <wim@fluendo.com>
16316
16317         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16318         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16319         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16320         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16321         (_find_chain_get_unknown_part), (_find_streams_check),
16322         (gst_ogg_demux_push), (gst_ogg_pad_push):
16323         * ext/theora/theoradec.c: (theora_get_formats),
16324         (theora_dec_src_convert), (theora_dec_sink_convert),
16325         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16326         (theora_dec_chain):
16327         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16328         (vorbis_dec_convert), (vorbis_dec_src_query),
16329         (vorbis_dec_src_event), (vorbis_dec_event):
16330         More seeking fixes, oggdemux now supports seeking to time and
16331         uses the downstream element to convert granulepos to time.
16332         Seeking in theora-only ogg files now works.
16333
16334 2004-07-21  Wim Taymans  <wim@fluendo.com>
16335
16336         * ext/theora/theoradec.c: (gst_theora_dec_init),
16337         (theora_get_formats), (theora_get_event_masks),
16338         (theora_get_query_types), (theora_dec_src_convert),
16339         (theora_dec_sink_convert), (theora_dec_src_query),
16340         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16341         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16342         (vorbis_get_event_masks), (vorbis_get_query_types),
16343         (gst_vorbis_dec_init), (vorbis_dec_convert),
16344         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16345         Added query/convert/formats functions to vorbis and theora decoders
16346         so that the outside world can use them too. Fixed seeking on an
16347         ogg/theora/vorbis file by disabling the seeking seeking on the
16348         theora srcpad.
16349
16350 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16351
16352         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16353         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16354         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16355         images creation for both elements. We don't create the image on caps
16356         nego or renego, we just destroy the internal one if present if it does
16357         not match the needs. The chain function takes care of creating a new
16358         image when needed.
16359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16360         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16361         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16362         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16363         the image format information. The buffer pool checks for the context
16364         image format and discard images with different formats.
16365         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16366
16367 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16368
16369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16370         (gst_ffmpegcolorspace_chain):
16371           no point in doing any chaining if the pad we want to push from
16372           isn't usable.
16373
16374 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16375
16376         * gst-libs/gst/riff/riff-media.c:
16377         (gst_riff_create_audio_caps_with_data):
16378           Fix double end-to-native symbol conversion (#148021).
16379
16380 2004-07-20  David Schleef  <ds@schleef.org>
16381
16382         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16383         Don't use an Atom that doesn't exist.
16384
16385 2004-07-20  Wim Taymans  <wim@fluendo.com>
16386
16387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16388         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16389         (gst_multifdsink_client_remove),
16390         (gst_multifdsink_handle_client_write),
16391         (gst_multifdsink_queue_buffer):
16392         * gst/tcp/gstmultifdsink.h:
16393         More multifdsink stats. Avoid deadlock by releasing locks
16394         before sending out a signal.
16395
16396 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16397
16398         * po/LINGUAS:
16399         * po/hu.po:
16400           added Hungarian translation (Laszlo Dvornik)
16401
16402 2004-07-20  Wim Taymans  <wim@fluendo.com>
16403
16404         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16405         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16406         (gst_multifdsink_handle_client_write),
16407         (gst_multifdsink_queue_buffer):
16408         * gst/tcp/gsttcp-marshal.list:
16409         Fixed the stupid marshal definition.
16410
16411 2004-07-20  Wim Taymans  <wim@fluendo.com>
16412
16413         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16414         (gst_multifdsink_init), (gst_multifdsink_add),
16415         (gst_multifdsink_client_remove),
16416         (gst_multifdsink_handle_client_write),
16417         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16418         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16419         (gst_multifdsink_init_send):
16420         * gst/tcp/gstmultifdsink.h:
16421         Added more stats, added timeout for a client, fixed some typos
16422         and added some comments.
16423
16424 2004-07-20  Wim Taymans  <wim@fluendo.com>
16425
16426         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16427         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16428         (gst_multifdsink_client_remove),
16429         (gst_multifdsink_handle_client_write):
16430         * gst/tcp/gstmultifdsink.h:
16431         * gst/tcp/gsttcp-marshal.list:
16432         Added get_stats method that returns a GValueArray of
16433         stats values.
16434
16435 2004-07-19  Benjamin Otte  <otte@gnome.org>
16436
16437         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16438           make sure longname, description and author are valid UTF-8
16439
16440 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16441
16442         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16443         (gst_ximagesink_set_property):
16444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16445         (gst_xvimagesink_set_property):
16446           make sure SYNCHRONOUS is respected after getting the X context
16447
16448 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16449
16450         * gst/matroska/matroska-demux.c:
16451         (gst_matroska_demux_handle_src_event),
16452         (gst_matroska_demux_parse_blockgroup):
16453         * gst/matroska/matroska-ids.h:
16454           add BlockReference tag and ignore it to clear out log.
16455           ignore NAVIGATION events to clear out log.
16456
16457 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16458
16459         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16460         (gst_matroska_demux_add_stream):
16461         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16462           add debug categories
16463
16464 2004-07-16  Wim Taymans  <wim@fluendo.com>
16465
16466         * ext/libpng/Makefile.am:
16467         * ext/libpng/gstpng.c: (plugin_init):
16468         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16469         (gst_pngdec_get_type), (gst_pngdec_base_init),
16470         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16471         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16472         * ext/libpng/gstpngdec.h:
16473         Added png decoder.
16474
16475 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16476
16477         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16478         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16479         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16480         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16481         (gst_ximagesink_buffer_alloc):
16482         * sys/ximage/ximagesink.h:
16483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16484         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16485         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16486         (gst_xvimagesink_buffer_alloc):
16487         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16488         again. Using internal data pointer of the x(v)image to store image's
16489         data to be coherent with the buffer alloc mechanism. Investigated the
16490         image destruction code to be sure that everything gets freed correctly.
16491
16492 2004-07-16  Wim Taymans  <wim@fluendo.com>
16493
16494         * gst-libs/gst/riff/riff-read.c:
16495         (gst_riff_read_strf_vids_with_data),
16496         (gst_riff_read_strf_auds_with_data):
16497         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16498         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16499         Make sure we don't create 0 sized subbuffers in riff-read.
16500         Signal the no more pads signal after reading the avi header.
16501
16502 2004-07-16  Wim Taymans  <wim@fluendo.com>
16503
16504         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16505         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16506         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16507         (gst_decode_bin_init), (gst_decode_bin_dispose),
16508         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16509         (no_more_pads), (close_link), (type_found),
16510         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16511         (gst_decode_bin_change_state), (plugin_init):
16512         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16513         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16514         (gst_play_base_bin_dispose), (queue_overrun),
16515         (gen_preroll_element), (remove_prerolls), (unknown_type),
16516         (no_more_pads), (new_stream), (setup_source),
16517         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16518         (play_base_eos), (gst_play_base_bin_change_state),
16519         (gst_play_base_bin_add_element),
16520         (gst_play_base_bin_remove_element),
16521         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16522         (gst_play_base_bin_unlink_stream),
16523         (gst_play_base_bin_get_streaminfo):
16524         * gst/playback/gstplaybasebin.h:
16525         Better error recovery. Added configurable preroll queue size. Faster
16526         detection of no-more-pads.
16527
16528 2004-07-16  Wim Taymans  <wim@fluendo.com>
16529
16530         * gst-libs/gst/video/video.h:
16531         Added 32 bits RGBA. Not sure if we should use another mime-type
16532         for alpha rgb. Currently the presence of the alpha_mask property
16533         signals an alpha channel.
16534
16535 2004-07-16  Wim Taymans  <wim@fluendo.com>
16536
16537         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16539         FPS seems to be 0.0 to MAX everywhere else.
16540
16541 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16542
16543         * gst-libs/gst/riff/riff-media.c:
16544         (gst_riff_create_video_caps_with_data):
16545           mp42/mp43 (no caps) exist too.
16546         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16547           Set pixel_width/height; we've got them in-caps.
16548         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16549         * gst/wavparse/gstwavparse.c: (plugin_init):
16550           Both are valid primary.
16551         * sys/oss/gstossmixer.c:
16552           Remove i18n hack and enable translations.
16553
16554 2004-07-15  Benjamin Otte  <otte@gnome.org>
16555
16556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16557         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16558           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16559
16560 2004-07-15  Benjamin Otte  <otte@gnome.org>
16561
16562         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16563         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16564         (gst_alsa_close_audio):
16565           disable some of the debugging code for now. Writing debugging to a
16566           buffer is broken in current alsalib releases.
16567
16568 2004-07-12  Benjamin Otte  <otte@gnome.org>
16569
16570         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16571           use bufferpools
16572
16573 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16574
16575         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16576         (theora_dec_src_query), (theora_dec_event):
16577         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16578           add debugging categories.  Remove \n's.
16579
16580 2004-07-13  Johan Dahlin  <johan@gnome.org>
16581
16582         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16583         (gst_play_bin_get_property): Impl.
16584
16585 2004-07-13  Wim Taymans  <wim@fluendo.com>
16586
16587         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16588         When trying to find the stream length, seek back N pages
16589         instead of just one, where N is the number of streams in
16590         the current chain.
16591
16592 2004-07-13  Wim Taymans  <wim@fluendo.com>
16593
16594         * gst-libs/gst/riff/riff-media.c:
16595         (gst_riff_create_audio_caps_with_data),
16596         (gst_riff_create_audio_caps),
16597         (gst_riff_create_audio_template_caps):
16598         * gst-libs/gst/riff/riff-media.h:
16599         * gst-libs/gst/riff/riff-read.c:
16600         (gst_riff_read_strf_vids_with_data),
16601         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16602         * gst-libs/gst/riff/riff-read.h:
16603         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16604         (gst_avi_demux_add_stream):
16605         Set codec_data on caps for avidemuxer.
16606
16607 2004-07-12  David Schleef  <ds@schleef.org>
16608
16609         * configure.ac: Fix test for Objective C
16610
16611 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16612         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16613         (gst_gdk_pixbuf_chain):
16614           Add svg and pcx to template caps, and ensure that getcaps returns a
16615           subset of the template caps.
16616           Copy each row manually for output, as gdkpixbuf may pad the
16617           rowstride to a 32-bit word boundary.
16618
16619 2004-07-12  Wim Taymans  <wim@fluendo.com>
16620
16621         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16622         (gst_riff_create_video_template_caps):
16623         Fix the template caps to include some more media types.
16624
16625 2004-07-12  Wim Taymans  <wim@fluendo.com>
16626
16627         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16628         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16629         (compare_ranks), (print_feature), (gst_decode_bin_init),
16630         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16631         (try_to_link_1), (new_pad), (close_link), (type_found),
16632         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16633         (gst_decode_bin_change_state), (plugin_init):
16634         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16635         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16636         (gst_play_base_bin_dispose), (queue_overrun),
16637         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16638         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16639         (gst_play_base_bin_get_property), (play_base_eos),
16640         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16641         (gst_play_base_bin_remove_element),
16642         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16643         (gst_play_base_bin_unlink_stream),
16644         (gst_play_base_bin_get_streaminfo):
16645         * gst/playback/gstplaybasebin.h:
16646         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16647         (gst_play_bin_class_init), (gst_play_bin_init),
16648         (gst_play_bin_dispose), (gst_play_bin_set_property),
16649         (gst_play_bin_get_property), (gen_video_element),
16650         (gen_audio_element), (remove_sinks), (setup_sinks),
16651         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16652         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16653         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16654         (gst_play_bin_query), (plugin_init):
16655         * gst/playback/test4.c: (main):
16656         More fixes on reusing of the element.
16657
16658 2004-07-11  Benjamin Otte  <otte@gnome.org>
16659
16660         * ext/mad/gstmad.c: (normal_seek):
16661           allow seeking for other methods than just SET
16662
16663 2004-07-11  Andy Wingo  <wingo@pobox.com>
16664
16665         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16666         float, "any" caps -> buffer_frames=[0,MAX].
16667
16668         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16669         doesn't intersect our caps with the template any more. Do it
16670         ourselves.
16671         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16672
16673 2004-07-09  Wim Taymans  <wim@fluendo.com>
16674
16675         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16676         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16677         (compare_ranks), (print_feature), (gst_decode_bin_init),
16678         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16679         (try_to_link_1), (new_pad), (close_link), (type_found),
16680         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16681         (gst_decode_bin_change_state), (plugin_init):
16682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16683         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16684         (gst_play_base_bin_dispose), (queue_overrun),
16685         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16686         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16687         (gst_play_base_bin_get_property), (play_base_eos),
16688         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16689         (gst_play_base_bin_remove_element),
16690         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16691         (gst_play_base_bin_unlink_stream),
16692         (gst_play_base_bin_get_streaminfo):
16693         * gst/playback/gstplaybasebin.h:
16694         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16695         (gst_play_bin_class_init), (gst_play_bin_init),
16696         (gst_play_bin_dispose), (gst_play_bin_set_property),
16697         (gst_play_bin_get_property), (gen_video_element),
16698         (gen_audio_element), (remove_sinks), (setup_sinks),
16699         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16700         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16701         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16702         (gst_play_bin_query), (plugin_init):
16703         * gst/playback/test4.c: (main):
16704         Work on object reuse and seeking.
16705
16706 2004-07-09  Wim Taymans  <wim@fluendo.com>
16707
16708         * examples/seeking/seek.c: (iterate):
16709         Don't consume all CPU in the idle loop.
16710
16711 2004-07-09  Wim Taymans  <wim@fluendo.com>
16712
16713         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16714         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16715         Add pad to element *after* setting the pad functions so that
16716         the scheduler can use the correct ones.
16717
16718 2004-07-09  Wim Taymans  <wim@fluendo.com>
16719
16720         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16721         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16722         Sync to keyframe after seek
16723
16724 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16725
16726         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16728         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16729         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16730         * ext/libvisual/visual.c: (gst_visual_change_state):
16731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16732         * ext/theora/theoradec.c: (theora_dec_change_state):
16733         * ext/theora/theoraenc.c: (theora_enc_change_state):
16734         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16735         * gst-libs/gst/navigation/navigation.c:
16736         * gst/adder/gstadder.c: (gst_adder_change_state):
16737         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16738         (gst_audio_convert_get_buffer):
16739         * gst/multipart/multipartdemux.c:
16740         (gst_multipart_demux_change_state):
16741         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16743         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16744         * gst/videoscale/gstvideoscale.c:
16745         (gst_videoscale_handle_src_event):
16746         * gst/volume/gstvolume.c: (volume_chain_int16):
16747           don't assert in state change, this should be done by the base
16748           GstElement class.
16749           various debugging fixes.
16750
16751 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16752
16753         * configure.ac:
16754         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16755         (gst_play_dispose), (gst_play_set_location),
16756         (gst_play_set_data_src), (gst_play_set_video_sink),
16757         (gst_play_set_audio_sink), (gst_play_set_visualization),
16758         (gst_play_connect_visualization), (gst_play_get_sink_element),
16759         (gst_play_get_all_by_interface):
16760         * gst-libs/gst/play/play.h:
16761           add new method to get elements implementing an interface.
16762           add various error logging
16763
16764 2004-07-08  Wim Taymans  <wim@fluendo.com>
16765
16766         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16767         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16768         (make_playerbin_pipeline), (query_durations_elems),
16769         (query_durations_pads), (query_positions_elems),
16770         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16771         (main):
16772         Added playbin seeking example.
16773
16774 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16775
16776         * gst-libs/gst/play/play.c: (gst_play_set_location),
16777         (gst_play_set_data_src), (gst_play_set_video_sink),
16778         (gst_play_set_audio_sink), (gst_play_set_visualization),
16779         (gst_play_connect_visualization), (gst_play_get_framerate):
16780           use a macro to look up elements from hash table
16781
16782 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16783
16784         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16785         (gst_play_get_length_callback), (gst_play_set_location),
16786         (gst_play_seek_to_time), (gst_play_set_data_src),
16787         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16788         (gst_play_set_visualization), (gst_play_connect_visualization),
16789         (gst_play_get_sink_element):
16790         - add debugging info
16791         - fix looking up sink elements by iterating over complete caps
16792         - put everything except for source and autoplugger in a complete bin
16793
16794 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16795
16796         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16797         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16798         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16799         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16800         * ext/alsa/gstalsasink.h:
16801         - add debugging info
16802         - clean up schizophrenia of data/buffer/event
16803         - fix double event unref error
16804
16805 2004-07-08  Wim Taymans  <wim@fluendo.com>
16806
16807         * gst/playback/Makefile.am:
16808         Add headers to noinst
16809
16810 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16811
16812         * tools/gst-launch-ext-m.m:
16813         * tools/gst-launch-ext.1.in:
16814           convert to the third millenium
16815
16816 2004-07-07  David Schleef  <ds@schleef.org>
16817
16818         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16819
16820 2004-07-07  Wim Taymans  <wim@fluendo.com>
16821
16822         * gst/playback/Makefile.am:
16823         * gst/playback/README:
16824         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16825         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16826         (compare_ranks), (print_feature), (gst_decode_bin_init),
16827         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16828         (try_to_link_1), (new_pad), (close_link), (type_found),
16829         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16830         (plugin_init):
16831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16832         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16833         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16834         (gen_preroll_element), (no_more_pads), (new_stream),
16835         (setup_source), (gst_play_base_bin_set_property),
16836         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16837         (gst_play_base_bin_add_element),
16838         (gst_play_base_bin_remove_element),
16839         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16840         (gst_play_base_bin_unlink_stream),
16841         (gst_play_base_bin_get_streaminfo):
16842         * gst/playback/gstplaybasebin.h:
16843         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16844         (gst_play_bin_class_init), (gst_play_bin_init),
16845         (gst_play_bin_dispose), (gst_play_bin_set_property),
16846         (gst_play_bin_get_property), (gen_video_element),
16847         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16848         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16849         (gst_play_bin_get_formats), (gst_play_bin_convert),
16850         (gst_play_bin_get_query_types), (gst_play_bin_query),
16851         (plugin_init):
16852         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16853         (gst_stream_info_get_type), (gst_stream_info_class_init),
16854         (gst_stream_info_init), (gst_stream_info_new),
16855         (gst_stream_info_dispose), (gst_stream_info_set_property),
16856         (gst_stream_info_get_property):
16857         * gst/playback/gststreaminfo.h:
16858         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16859         (main):
16860         * gst/playback/test2.c: (main):
16861         * gst/playback/test3.c: (update_scale), (main):
16862         More playbin fixes. Added README. Do better element filtering.
16863         Added base class to preroll media. Added test apps.
16864
16865 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16866
16867         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16868         * ext/mpeg2dec/gstmpeg2dec.h:
16869           various debugging improvements.  Reset stream to next picture
16870           instead of sequence header, otherwise seeks cannot work.
16871
16872 2004-07-07  Wim Taymans  <wim@fluendo.com>
16873
16874         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16875         (gst_video_box_class_init), (gst_video_box_set_property),
16876         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16877         Use pad_alloc where possible.
16878
16879 2004-07-07  Wim Taymans  <wim@fluendo.com>
16880
16881         * sys/oss/gstosselement.c: (gst_osselement_reset),
16882         (gst_osselement_parse_caps):
16883         * sys/oss/gstosselement.h:
16884         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16885         Fix offset on osssrc.
16886
16887 2004-07-07  Wim Taymans  <wim@fluendo.com>
16888
16889         * ext/theora/theora.c: (plugin_init):
16890         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16891         (theora_dec_src_query), (theora_dec_chain):
16892         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16893         (theora_enc_sink_link), (theora_buffer_from_packet),
16894         (theora_push_packet), (theora_enc_chain):
16895         Fix theora granulepos calculation.
16896         Fix overflow in duration/position calculation.
16897         Bump rank to PRIMARY for theoradec.
16898         Use granulepos of last packet to calculate position.
16899         Set keyframe flag on buffers when needed.
16900
16901 2004-07-06  David Schleef  <ds@schleef.org>
16902
16903         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16904         serious?  (Fixed, obviously.)
16905
16906 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16907
16908         * po/LINGUAS:
16909         * po/cs.po:
16910           added Czech translation (Miloslav Trmac)
16911
16912 2004-07-05  Wim Taymans  <wim@fluendo.com>
16913
16914         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16915         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16916         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16917         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16918         (close_link), (type_found), (gst_decode_bin_set_property),
16919         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16920         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16921         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16922         (gst_decode_bin_query), (plugin_init):
16923         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16924         (gst_play_bin_class_init), (gst_play_bin_init),
16925         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16926         (get_video_element), (new_pad), (setup_source),
16927         (gst_play_bin_set_property), (gst_play_bin_get_property),
16928         (gst_play_bin_change_state), (gst_play_bin_add_element),
16929         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16930         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16931         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16932         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16933         * gst/playback/test.c: (main):
16934         More fixes, cleaned up playbin, make it use decodebin. Added
16935         threaded property to playbin.
16936
16937 2004-07-05  Wim Taymans  <wim@fluendo.com>
16938
16939         * configure.ac:
16940         * gst/playback/Makefile.am:
16941         * gst/playback/decodetest.c: (main):
16942         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16943         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16944         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16945         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16946         (close_link), (type_found), (gst_decode_bin_set_property),
16947         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16948         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16949         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16950         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16951         (plugin_init):
16952         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16953         (gst_play_bin_class_init), (gst_play_bin_init),
16954         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16955         (collect_sink_pads), (find_compatibles), (close_pad_link),
16956         (try_to_link_1), (new_pad), (close_link), (type_found),
16957         (setup_source), (gst_play_bin_set_property),
16958         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16959         (compare_ranks), (gst_play_bin_collect_factories),
16960         (gst_play_bin_change_state), (gst_play_bin_add_element),
16961         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16962         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16963         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16964         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16965         * gst/playback/test.c: (main):
16966         Added some playback helper elements and some test apps, very alpha
16967         still.
16968
16969 2004-07-04  Benjamin Otte  <otte@gnome.org>
16970
16971         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16972           only restart audio when we indeed have an xrun to fix repeated
16973           xruns. Fix suggested by Giuliano Pochini.
16974
16975 2004-07-03  David Schleef  <ds@schleef.org>
16976
16977         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16978         call to gst_debug_log() if debugging is disabled (bug #145118)
16979
16980 2004-07-03  Benjamin Otte  <otte@gnome.org>
16981
16982         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16983           use our own functions for restarting the alsa device.
16984         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16985           I should apply patches myself - use MIN for the third argument, not
16986           the second, this fixes seeking
16987
16988 2004-07-02  David Schleef  <ds@schleef.org>
16989
16990         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16991         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16992         do with the logic.
16993
16994 2004-07-02  David Schleef  <ds@schleef.org>
16995
16996         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16997         output buffers.  Fix logic mistake.  (bug #144866)
16998
16999 2004-07-02  David Schleef  <ds@schleef.org>
17000
17001         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
17002         on X.  (bug #144753)
17003
17004 2004-07-02  David Schleef  <ds@schleef.org>
17005
17006         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
17007         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
17008         (bug #144624)
17009         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
17010         (gst_osselement_rate_probe_check): Add another workaround for
17011         buggy drivers (bug #145336)
17012
17013 2004-07-02  David Schleef  <ds@schleef.org>
17014
17015         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
17016         Most systems don't have MSG_NOSIGNAL.
17017
17018 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17019
17020         * Makefile.am:
17021         * gst-libs/gst/colorbalance/Makefile.am:
17022         * gst-libs/gst/mixer/Makefile.am:
17023         * gst-libs/gst/play/Makefile.am:
17024         * gst-libs/gst/tuner/Makefile.am:
17025           (hopefully) fix both install and dist and make error message useful.
17026           needs testing across automakes.
17027
17028 2004-07-02  Benjamin Otte  <otte@gnome.org>
17029
17030         * ext/ogg/gstogg.c: (plugin_init):
17031           we require bytestream now
17032         * ext/ogg/gstoggdemux.c:
17033           huge diff to implement chain setup in a fast and generic way. This
17034           improves tag reading and startup of huge files (read: Theora videos)
17035           quite a bit. It probably contains bugs, too, so please test.
17036           Seeking is not improved to the fast method.
17037
17038 2004-06-29  Wim Taymans  <wim@fluendo.com>
17039
17040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17041         * ext/ogg/gstoggmux.c:
17042         Fix memleak in oggdemux when running unconnected pads.
17043         doc update in mux, start working on keyframe mode.
17044
17045 2004-06-29  Benjamin Otte  <otte@gnome.org>
17046
17047         * sys/oss/gstosssink.c:
17048         * sys/oss/gstosssrc.c:
17049           advertise correct template caps - we indeed do non-native endianness
17050           and 8bit audio has no endianness
17051         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
17052         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
17053           avoid (wrong) duplications in getcaps function and return
17054           template caps
17055
17056 2004-06-29  Wim Taymans  <wim@fluendo.com>
17057
17058         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17059         (gst_multifdsink_class_init), (gst_multifdsink_add),
17060         (gst_multifdsink_remove), (gst_multifdsink_clear),
17061         (gst_multifdsink_client_remove),
17062         (gst_multifdsink_handle_client_read),
17063         (gst_multifdsink_client_queue_data),
17064         (gst_multifdsink_client_queue_caps),
17065         (gst_multifdsink_client_queue_buffer),
17066         (gst_multifdsink_handle_client_write),
17067         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17068         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17069         (gst_multifdsink_init_send), (gst_multifdsink_close):
17070         Fix wrong GList iteration that could crash the server when
17071         more then 2 clients disconnect at the same time. Read all the
17072         pending commands in one batch to recover from command storms under
17073         very heavy load.
17074
17075 2004-06-28  Wim Taymans  <wim@fluendo.com>
17076
17077         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17078         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17079         (gst_videomixer_pad_set_property),
17080         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17081         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17082         (gst_videomixer_class_init), (gst_videomixer_init),
17083         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17084         (pad_zorder_compare), (gst_videomixer_sort_pads),
17085         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17086         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17087         (gst_videomixer_update_queues), (gst_videomixer_loop),
17088         (plugin_init):
17089         Avoid divide by zero, choose masterpad as the pad with the highest
17090         framerate.
17091
17092 2004-06-27  Julien Moutte  <julien@moutte.net>
17093
17094         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17095         (gst_ximagesink_xwindow_new):
17096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17097         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17098         function directly. We might want to call it from somewhere else one day.
17099
17100 2004-06-27  Julien Moutte  <julien@moutte.net>
17101
17102         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17103         (gst_ximagesink_xwindow_new):
17104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17105         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17106         window decorations.
17107
17108 2004-06-27  Wim Taymans  <wim@fluendo.com>
17109
17110         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17111         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17112         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17113         (gst_dvdec_set_property), (gst_dvdec_get_property):
17114         * ext/dv/gstdvdec.h:
17115         Implement drop_factor property to lower the framerate with
17116         a factor.
17117
17118 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17119
17120         * gst-libs/gst/colorbalance/Makefile.am:
17121         * gst-libs/gst/mixer/Makefile.am:
17122         * gst-libs/gst/play/Makefile.am:
17123         * gst-libs/gst/tuner/Makefile.am:
17124           unbreak Company's fix that didn't install the -enum.h files
17125
17126 2004-06-27  Wim Taymans  <wim@fluendo.com>
17127
17128         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17129         (gst_dvdec_change_state):
17130         * ext/dv/gstdvdec.h:
17131         Fix timestamp, duration and offset of the buffers.
17132
17133 2004-06-27  Wim Taymans  <wim@fluendo.com>
17134
17135         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17136         (gst_multifdsink_class_init), (gst_multifdsink_add),
17137         (gst_multifdsink_remove), (gst_multifdsink_clear),
17138         (gst_multifdsink_client_remove),
17139         (gst_multifdsink_handle_client_read),
17140         (gst_multifdsink_client_queue_data),
17141         (gst_multifdsink_client_queue_caps),
17142         (gst_multifdsink_client_queue_buffer),
17143         (gst_multifdsink_handle_client_write),
17144         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17145         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17146         (gst_multifdsink_init_send), (gst_multifdsink_close):
17147         * gst/tcp/gstmultifdsink.h:
17148         * gst/tcp/gsttcpserversink.c:
17149         (gst_tcpserversink_handle_server_read),
17150         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17151         More multifdsink fixes, more recovery policy fixes.
17152         Removed stupid g_print
17153
17154 2004-06-26  Wim Taymans  <wim@fluendo.com>
17155
17156         * gst/tcp/Makefile.am:
17157         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17158         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17159         (gst_multifdsink_class_init), (gst_multifdsink_init),
17160         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17161         (gst_multifdsink_handle_client_read),
17162         (gst_multifdsink_client_queue_data),
17163         (gst_multifdsink_client_queue_caps),
17164         (gst_multifdsink_client_queue_buffer),
17165         (gst_multifdsink_handle_client_write),
17166         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17167         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17168         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17169         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17170         (gst_multifdsink_close), (gst_multifdsink_change_state):
17171         * gst/tcp/gstmultifdsink.h:
17172         * gst/tcp/gsttcpplugin.c: (plugin_init):
17173         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17174         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17175         (gst_tcpserversink_handle_server_read),
17176         (gst_tcpserversink_handle_select),
17177         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17178         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17179         * gst/tcp/gsttcpserversink.h:
17180         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17181         one of the locks, added recovery policy to multifdsink.
17182
17183 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17184
17185         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17186           fix decision for when getting frames with same timestamp
17187         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17188         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17189         (gst_v4lsrc_get_property):
17190         * sys/v4l/gstv4lsrc.h:
17191           add latency offset property
17192
17193 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17196         (plugin_init):
17197           fix debugging. add category.
17198
17199 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17200
17201         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17202           fix wrong offsets
17203
17204 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17205
17206         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17207         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17208         (gst_alsa_src_change_state):
17209           return a time that is in sync with the element's processing
17210
17211 2004-06-25  Wim Taymans  <wim@fluendo.com>
17212
17213         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17214         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17215         (gst_tcpserversink_client_remove),
17216         (gst_tcpserversink_handle_client_read),
17217         (gst_tcpserversink_client_queue_data),
17218         (gst_tcpserversink_client_queue_caps),
17219         (gst_tcpserversink_client_queue_buffer),
17220         (gst_tcpserversink_handle_client_write),
17221         (gst_tcpserversink_queue_buffer),
17222         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17223         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17224         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17225         (gst_tcpserversink_close):
17226         * gst/tcp/gsttcpserversink.h:
17227         Serversink rewrite. Really do non blocking writes to clients and
17228         maintain an internal queue to handle slower clients while not
17229         disturbing fast clients.
17230
17231 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17232
17233         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17234           better debug, don't override OFFSET and OFFSET_END
17235
17236 2004-06-25  Iain <iain@prettypeople.org>
17237
17238         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17239         name=source for the wavparse pipeline.
17240
17241 2004-06-24  Johan Dahlin  <johan@gnome.org>
17242
17243         * ext/theora/theoraenc.c (theora_enc_chain): Call
17244         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17245         streamheader caps are set correctly.
17246
17247 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17248
17249         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17250         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17251           respect minimum bitrate; same could be done for max bitrate
17252
17253 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17254
17255         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17256         (gst_vorbisenc_setup):
17257           fix sample rate range
17258
17259 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17260
17261         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17262         (gst_oggvorbisenc_setup):
17263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17264         (gst_vorbisenc_setup):
17265           resolve ambiguities in code and description
17266
17267 2004-06-24  Wim Taymans  <wim@fluendo.com>
17268
17269         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17270         * ext/alsa/gstalsa.h:
17271         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17272         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17273         Use alsa trigger_tstamp to get the timestamp of the first
17274         sample in the buffer for more precise sync. Some cleanups.
17275
17276 2004-06-24  Wim Taymans  <wim@fluendo.com>
17277
17278         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17279         (gst_audiorate_init), (gst_audiorate_chain),
17280         (gst_audiorate_set_property), (gst_audiorate_get_property):
17281         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17282         (gst_videorate_chain):
17283         Added some logging, fixed an overflow bug in videorate.
17284
17285 2004-06-24  Benjamin Otte  <otte@gnome.org>
17286
17287         * ext/kio/Makefile.am:
17288           fix for builddir != srcdir and distcheck
17289
17290 2004-06-24  Benjamin Otte  <otte@gnome.org>
17291
17292         * gst-libs/gst/colorbalance/Makefile.am:
17293         * gst-libs/gst/mixer/Makefile.am:
17294         * gst-libs/gst/play/Makefile.am:
17295         * gst-libs/gst/tuner/Makefile.am:
17296         * gst/tcp/Makefile.am:
17297         * sys/dxr3/Makefile.am:
17298           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17299           tarball.
17300           Also add all *.list files that were missing.
17301         * Makefile.am:
17302           add a distcheck hook to ensure the above doesn't happen again.
17303
17304 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17305
17306         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17307
17308 2004-06-23  Colin Walters  <walters@redhat.com>
17309
17310         * m4/Makefile.am: Distribute gst-fionread.m4.
17311
17312 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17313
17314         * configure.ac: back to dev
17315
17316 2004-06-23  Wim Taymans  <wim@fluendo.com>
17317
17318         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17319         (gst_alsa_xrun_recovery):
17320         * ext/alsa/gstalsa.h:
17321         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17322         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17323         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17324         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17325         (gst_alsa_src_loop):
17326         Add clock to alsasrc. Take new capture timestamp when
17327         restarting after an overrun. Split up some functions between
17328         alsasrc and alsasink.
17329
17330 === release 0.8.2 ===
17331
17332 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17333
17334         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17335         (gst_alsa_change_state), (gst_alsa_update_avail),
17336         (gst_alsa_xrun_recovery):
17337         * ext/alsa/gstalsa.h:
17338         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17339           merge back changes from release
17340
17341 2004-06-23  Wim Taymans  <wim@fluendo.com>
17342
17343         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17344         (gst_audiorate_init), (gst_audiorate_chain),
17345         (gst_audiorate_set_property), (gst_audiorate_get_property):
17346         Implement sample dropping and notify
17347
17348 2004-06-22  Wim Taymans  <wim@fluendo.com>
17349
17350         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17351         (theora_enc_sink_link), (theora_buffer_from_packet),
17352         (theora_push_packet), (theora_enc_chain):
17353         Some cleanups, make sure the timestamps are correct.
17354
17355 2004-06-22  Wim Taymans  <wim@fluendo.com>
17356
17357         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17358         (gst_alsa_change_state), (gst_alsa_update_avail),
17359         (gst_alsa_xrun_recovery):
17360         * ext/alsa/gstalsa.h:
17361         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17362         Cleanups, take queued samples into account when reporting
17363         the time.
17364
17365 2004-06-22  Wim Taymans  <wim@fluendo.com>
17366
17367         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17368         (gst_videorate_init):
17369         Initialize the property as well.
17370
17371 2004-06-22  Wim Taymans  <wim@fluendo.com>
17372
17373         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17374         (gst_videorate_init), (gst_videorate_chain),
17375         (gst_videorate_set_property), (gst_videorate_get_property):
17376         Add property to make videorate silent.
17377         Add property to prefer new frames over old ones.
17378
17379 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17380
17381         * sys/osxvideo/Makefile.am:
17382         Workaround so that the osxvideo .so file gets linked with the
17383         Cocoa, OpenGL and QuickTime frameworks
17384
17385 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17386
17387         * sys/osxaudio/Makefile.am:
17388         Workaround so that the osxaudio .so file gets linked with the
17389         CoreAudio framework
17390
17391 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17392
17393         * configure.ac:
17394         Whoops, my fault...fixed build issues
17395
17396 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17397
17398         * configure.ac:
17399         Add objective-c support if running in Darwin/Mac OS X
17400         * sys/Makefile.am:
17401         * sys/osxvideo:
17402         * sys/osxvideo/Makefile.am:
17403         * sys/osxvideo/osxvideosink.h:
17404         * sys/osxvideo/osxvideosink.m:
17405         * sys/osxvideo/cocoawindow.h:
17406         * sys/osxvideo/cocoawindow.m:
17407         Add osxvideosink, a cocoa-based osx video sink
17408
17409
17410 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17411         * ext/dvdnav/gst-dvd:
17412         Grab the gconf key from the right spot
17413         * gst/debug/gstnavseek.c: (gst_navseek_init),
17414         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17415         (gst_navseek_chain):
17416         * gst/debug/gstnavseek.h:
17417           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17418           and loop parameters of a segment seek.
17419         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17420         (gst_videotestsrc_get_event_masks),
17421         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17422         * gst/videotestsrc/gstvideotestsrc.h:
17423           Add seeking support to videotestsrc
17424           Initialise the timestamp_offset variable.
17425
17426 2004-06-18  Wim Taymans  <wim@fluendo.com>
17427
17428         * ext/sidplay/gstsiddec.cc:
17429         Fix negotiation and set correct end offset.
17430
17431 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17432
17433         * configure.ac: branch and prerelease
17434
17435 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17436
17437         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17438         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17439         (gst_tcpclientsrc_init_receive):
17440         * gst/tcp/gsttcpclientsrc.h:
17441           read caps when connecting to server for GDP so we set them correctly
17442
17443 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17444
17445         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17446           notify drops and duplicates
17447         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17448           no good reason to limit ourselves to 100x100
17449
17450 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17451
17452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17453         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17454         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17455         (gst_v4lsrc_get_property):
17456         * sys/v4l/gstv4lsrc.h:
17457         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17458         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17459         (gst_v4l_set_audio):
17460         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17461         (gst_v4lsrc_try_capture):
17462         * sys/v4l/v4lsrc_calls.h:
17463           change try_palette to more general try_capture
17464           add autoprobe option so we can turn off autoprobing
17465           various fixes
17466
17467 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17468
17469         * configure.ac:
17470           add videorate
17471         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17472         (gst_ximagesink_class_init):
17473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17474         (gst_xvimagesink_class_init):
17475           run them as finalize, not dispose, since dispose can be invoked
17476           multiple times
17477
17478 2004-06-17  Wim Taymans  <wim@fluendo.com>
17479
17480         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17481         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17482         * ext/alsa/gstalsa.h:
17483         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17484         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17485         (gst_alsa_src_change_state):
17486         * ext/alsa/gstalsasrc.h:
17487         Make the xrun code timestamp and offset the buffers correctly.
17488         moved the clock to the base class, use alsa methods to get time.
17489         Do correct timestamping on outgoing buffers.
17490
17491 2004-06-17  Wim Taymans  <wim@fluendo.com>
17492
17493         * gst/audiorate/Makefile.am:
17494         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17495         (gst_audiorate_base_init), (gst_audiorate_class_init),
17496         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17497         (gst_audiorate_set_property), (gst_audiorate_get_property),
17498         (gst_audiorate_change_state), (plugin_init):
17499         Added an audiorate converter that fills in gaps.
17500
17501 2004-06-17  Johan Dahlin  <johan@gnome.org>
17502
17503         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17504
17505 2004-06-16  Wim Taymans  <wim@fluendo.com>
17506
17507         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17508         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17509         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17510         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17511         (gst_v4lsrc_get_property):
17512         * sys/v4l/gstv4lsrc.h:
17513         Added a copy mode to v4lsrc where it will output a copied version
17514         of its internal hardware buffer.
17515         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17516         can't | them.
17517
17518 2004-06-16  Wim Taymans  <wim@fluendo.com>
17519
17520         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17521         Timestamp fixes.
17522
17523 2004-06-16  Wim Taymans  <wim@fluendo.com>
17524
17525         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17526         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17527         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17528         (gst_v4lsrc_get_property):
17529         * sys/v4l/gstv4lsrc.h:
17530         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17531         Added a sync mode enum property to control v4lsrc timestamp method
17532         Removed the use-fixed-fps property and moved functionality in
17533         the enum.
17534         Don't error on an error value from v4l-conf, it might not always
17535         be a real error.
17536
17537 2004-06-16  Wim Taymans  <wim@fluendo.com>
17538
17539         * gst/videorate/Makefile.am:
17540         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17541         (gst_videorate_base_init), (gst_videorate_class_init),
17542         (gst_videorate_getcaps), (gst_videorate_link),
17543         (gst_videorate_init), (gst_videorate_chain),
17544         (gst_videorate_set_property), (gst_videorate_get_property),
17545         (gst_videorate_change_state), (plugin_init):
17546         Added a video timestamp corrector.
17547
17548 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17549
17550         fixed a potential leak with previous commit
17551
17552         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17553
17554 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17555
17556         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17557         Added missing refcount, fixes bug #144425
17558         Cheers Tim for finding the bug
17559
17560 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17561
17562         * sys/v4l/gstv4l.c: (plugin_init):
17563         * sys/v4l/gstv4lcolorbalance.c:
17564         * sys/v4l/gstv4lcolorbalance.h:
17565         * sys/v4l/gstv4lelement.c:
17566         * sys/v4l/gstv4lelement.h:
17567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17568         * sys/v4l/gstv4lmjpegsink.h:
17569         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17570         * sys/v4l/gstv4lmjpegsrc.h:
17571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17572         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17573         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17574         * sys/v4l/gstv4lsrc.h:
17575         * sys/v4l/gstv4ltuner.c:
17576         * sys/v4l/gstv4ltuner.h:
17577         * sys/v4l/gstv4lxoverlay.c:
17578         * sys/v4l/gstv4lxoverlay.h:
17579         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17580         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17581         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17582         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17583         (gst_v4l_set_audio):
17584         * sys/v4l/v4l_calls.h:
17585         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17586         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17587         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17588         (gst_v4lmjpegsink_playback_init),
17589         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17590         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17591         (gst_v4lmjpegsink_playback_stop),
17592         (gst_v4lmjpegsink_playback_deinit):
17593         * sys/v4l/v4lmjpegsink_calls.h:
17594         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17595         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17596         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17597         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17598         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17599         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17600         * sys/v4l/v4lmjpegsrc_calls.h:
17601         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17602         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17603         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17604         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17605         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17606         (gst_v4lsrc_try_palette):
17607         * sys/v4l/v4lsrc_calls.h:
17608           bunch of paranoia cleanups
17609
17610 2004-06-14  David Schleef  <ds@schleef.org>
17611
17612         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17613         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17614         Send discont events and change timestamps appropriately when
17615         we get a seek event.  (bug #144240)
17616         * ext/cdparanoia/gstcdparanoia.h:
17617
17618 2004-06-14  Benjamin Otte  <otte@gnome.org>
17619
17620         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17621           snd_pcm_hw_params_set_rate  since the latter fails for no good
17622           reason on some setups.
17623
17624 2004-06-14  David Schleef  <ds@schleef.org>
17625
17626         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17627         standard.  Thank you for playing.
17628
17629 2004-06-14  Wim Taymans  <wim@fluendo.com>
17630
17631         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17632         Patch 1.3 broke the ordering of the colorspace info and
17633         made the plugin basically work by coincidence, reordered
17634         the info.
17635
17636 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17637
17638         * ext/lame/gstlame.c:
17639         * ext/mad/gstmad.c:
17640           sync caps.  Make sure mad can only output a list of rates, not
17641           a full range.  In the future, have three caps lists for each of the
17642           mpeg versions.  Change mpegversion to a double as well.
17643
17644 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17645
17646         * gst/volume/.cvsignore:
17647         * gst/volume/Makefile.am:
17648         * gst/volume/demo.c: (value_changed_callback), (idler),
17649         (setup_gui), (main):
17650           added small demo app
17651
17652 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17653         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17654         * ext/esd/esdsink.h:
17655         Close the esd connection on pause, because esd will just wait -
17656         blocking all other esd clients indefinitely.
17657
17658 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17659
17660         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17661           previous commit with GST_DEBUG
17662
17663 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17664
17665         * configure.ac:
17666           add a header check for a dvdread header in dvdnav.  Fixes #133002
17667
17668 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17669
17670         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17671         * gst/tcp/gsttcpclientsink.h:
17672         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17673         * gst/tcp/gsttcpclientsrc.h:
17674         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17675         (gst_tcpserversink_handle_server_read),
17676         (gst_tcpserversink_init_send):
17677         * gst/tcp/gsttcpserversink.h:
17678         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17679         * gst/tcp/gsttcpserversrc.h:
17680         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17681         version of IP)
17682
17683 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17684
17685         * configure.ac:
17686         Added ogg library so that OSX detects libtheora properly
17687
17688 2004-06-11  Wim Taymans  <wim@fluendo.com>
17689
17690         * ext/theora/theoradec.c: (theora_dec_chain),
17691         (theora_dec_change_state):
17692         Don't try to decode frames before we received a keyframe.
17693
17694 2004-06-11  Wim Taymans  <wim@fluendo.com>
17695
17696         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17697         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17698         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17699         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17700         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17701         Added property to set the maximum delay of a page.
17702
17703 2004-06-10  Wim Taymans  <wim@fluendo.com>
17704
17705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17706         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17707         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17708         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17709         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17710         Added max-delay property to control the maximum amount
17711         of data to put in one page.
17712
17713 2004-06-10  Wim Taymans  <wim@fluendo.com>
17714
17715         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17716         (gst_theora_enc_init), (theora_enc_sink_link),
17717         (theora_buffer_from_packet), (theora_enc_set_property),
17718         (theora_enc_get_property):
17719         Set duration on encoded buffer, added some more properties
17720
17721 2004-06-10  Wim Taymans  <wim@fluendo.com>
17722
17723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17724         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17725         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17726         * ext/theora/theoraenc.c: (theora_enc_chain):
17727         Fix refcounting bugs
17728
17729 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17732         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17733         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17734         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17735         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17736         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17737         (gst_asf_demux_change_state):
17738         * gst/asfdemux/gstasfdemux.h:
17739           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17740           feels like. I think we should set a new requirement for demuxers
17741           from now on to implement sane loop functions, data loops, query
17742           and seek functions before first commit into CVS. And this commit
17743           fixes all of the above.
17744
17745 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17746
17747         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17748           vorbis comments are properly encoded in UTF-8 before adding them
17749           to a GstTagList
17750
17751 2004-06-09  Benjamin Otte  <otte@gnome.org>
17752
17753         * ext/alsa/gstalsa.c: (add_channels):
17754           handle min <= max correctly
17755         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17756         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17757           add fixation functions so we fixate correctly. No preferring of alaw
17758           anymore because it's the first structure.
17759         * ext/alsa/gstalsa.h:
17760         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17761         (gst_alsa_hw_params_dump):
17762           add functions to ease debugging in alsalib
17763         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17764         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17765         (gst_alsa_start_audio):
17766           only specify hw params if we really setup a format (fixes #134007 -
17767           or at least works around it)
17768
17769 2004-06-09  Wim Taymans  <wim@fluendo.com>
17770
17771         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17772         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17773         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17774         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17775         (gst_ogg_mux_loop):
17776         Use stream caps to setup the initial pages in the ogg stream.
17777         Correctly set the streamheader caps on the srcpad.
17778
17779 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17780
17781         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17782         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17783         (gst_v4lsrc_getcaps):
17784         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17785         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17786           add querying of fps lists for webcams.  Negotiating to a framerate
17787           now works.
17788
17789 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17790
17791         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17792         (theora_push_buffer), (theora_push_packet),
17793         (theora_set_header_on_caps), (theora_enc_chain):
17794           mark buffers and put on streamheader, raw theora streaming
17795           now works too, whee
17796
17797 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17798
17799         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17800         (gst_tcp_gdp_read_caps):
17801           do a looping read for caps and GDP headers too
17802
17803 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17804
17805         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17806         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17807           return EOS instead of NULL in _get
17808
17809 2004-06-08  Wim Taymans  <wim@fluendo.com>
17810
17811         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17812         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17813         (gst_tcp_gdp_write_caps):
17814         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17815         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17816         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17817         Memory leak fixes
17818
17819 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17820
17821         * ext/vorbis/Makefile.am:
17822         * ext/vorbis/vorbis.c: (plugin_init):
17823         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17824         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17825         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17826         (vorbis_parse_change_state):
17827         * ext/vorbis/vorbisparse.h:
17828           adding a vorbisparse element that marks the buffers, streaming
17829           raw vorbis using GDP now works, whee
17830
17831 2004-06-08  Wim Taymans  <wim@fluendo.com>
17832
17833         * ext/jpeg/Makefile.am:
17834         * ext/jpeg/README:
17835         * ext/jpeg/gstjpeg.c: (plugin_init):
17836         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17837         (gst_smokedec_base_init), (gst_smokedec_class_init),
17838         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17839         * ext/jpeg/gstsmokedec.h:
17840         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17841         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17842         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17843         (gst_smokeenc_resync), (gst_smokeenc_chain),
17844         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17845         * ext/jpeg/gstsmokeenc.h:
17846         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17847         (smokecodec_flush_destination), (smokecodec_term_destination),
17848         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17849         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17850         (smokecodec_term_source), (smokecodec_encode_new),
17851         (smokecodec_decode_new), (smokecodec_info_free),
17852         (smokecodec_set_quality), (smokecodec_get_quality),
17853         (smokecodec_set_threshold), (smokecodec_get_threshold),
17854         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17855         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17856         (smokecodec_parse_header), (smokecodec_decode):
17857         * ext/jpeg/smokecodec.h:
17858         Added a new simple jpeg based codec
17859
17860 2004-06-08  Wim Taymans  <wim@fluendo.com>
17861
17862         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17863         (gst_multipart_mux_loop):
17864         Fix memory leak
17865
17866 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17867
17868         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17869         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17870         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17871         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17872         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17873         * gst/tcp/gsttcpserversink.h:
17874           take streamheader into account
17875
17876 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17877
17878         * gst/level/Makefile.am:
17879         * gst/level/gstlevel.c: (gst_level_class_init):
17880           clean up marshal generation
17881
17882 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17883
17884         * gst/tcp/Makefile.am:
17885         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17886         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17887         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17888         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17889         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17890         (gst_tcpclientsrc_get_property):
17891         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17892         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17893         (gst_tcpserversink_handle_client_read),
17894         (gst_tcpserversink_handle_client_write),
17895         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17896         * gst/tcp/gsttcpserversink.h:
17897           add signals client-added and client-removed
17898         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17899         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17900         (gst_tcpserversrc_get_property):
17901         uniformized, change default protocol to NONE
17902         * gst/tcp/gsttcp-marshal.list: added
17903 2004-06-07  Benjamin Otte  <otte@gnome.org>
17904
17905         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17906           handle discont events if they happen before caps nego
17907
17908 2004-06-07  Wim Taymans  <wim@fluendo.com>
17909
17910         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17911         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17912         (gst_multipart_demux_plugin_init):
17913         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17914         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17915         (gst_multipart_mux_change_state):
17916         Small updates, fix a memleak
17917
17918 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17919
17920         * configure.ac: OSS portability
17921         * ext/arts/gst_arts.c: idem
17922         * sys/oss/gstosselement.c: idem
17923         * sys/oss/gstossmixer.c: idem
17924         * sys/oss/gstosssink.c: idem
17925         * sys/oss/gstosssrc.c: idem
17926         * sys/oss/oss_probe.c: idem
17927           - check for soundcard.h in different places for some BSD
17928
17929 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17930
17931         * AUTHORS:
17932         Add me to the authors file
17933         * configure.ac:
17934         Increase the libdv requirement to >= version 0.100
17935         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17936         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17937         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17938         * ext/dv/gstdvdec.h:
17939         Add support for the new_media flag when sending DISCONT events
17940         Make the querying work when video pad is not linked
17941
17942 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17943
17944         reviewed by Benjamin Otte  <otte@gnome.org>
17945
17946         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17947           create a NULL-initialized array of pads, so we don't think they
17948           exist already. (fixes #143130)
17949
17950 2004-06-07  Benjamin Otte  <otte@gnome.org>
17951
17952         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17953         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17954         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17955           don't use // coments
17956
17957 2004-06-07  Benjamin Otte  <otte@gnome.org>
17958
17959         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17960           cast to GstClockTime to get higher granularity
17961         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17962           use gst_element_set_time_delay to get the exact time
17963         * ext/mad/gstmad.c: (gst_mad_chain):
17964           use the negotiated rate instead of the current frame's rate which
17965           might be wrong because of bit errors. This avoids emitting totally
17966           bogus timestamps and screwing sync.
17967         (fixes #143454)
17968
17969 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17970
17971         reviewed by Benjamin Otte  <otte@gnome.org>
17972
17973         * gst/adder/gstadder.c: (gst_adder_loop):
17974           properly error out when no negotiation has happened yet. (fixes
17975           #143032)
17976
17977 2004-06-06  Benjamin Otte  <otte@gnome.org>
17978
17979         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17980           forward correctly transformed offset in discont events. Based on
17981           patch by Arwed v. Merkatz. (fixes #142851)
17982
17983 2004-06-06  David Schleef  <ds@schleef.org>
17984
17985         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17986         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17987         problems on several systems.
17988
17989 2004-06-06  Benjamin Otte  <otte@gnome.org>
17990
17991         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17992           use explicit caps on the srcpad
17993         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17994           properly error out if caps couldn't be set (fixes #142764)
17995
17996 2004-06-06  Benjamin Otte  <otte@gnome.org>
17997
17998         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17999         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
18000         (gst_alsa_start_audio):
18001           - don't call set_periods_integer anymore, it breaks the
18002           configuration randomly
18003           - call snd_pcm_hw_params_set_access directly instead of using masks
18004           - don't fail if the sw_params can't be set, just use the default
18005           params and hope it works. Alsalib has weird issues when you touch
18006           sw_params and does no proper error reporting about what failed.
18007         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18008         (gst_alsa_close_audio):
18009           make our alsa debugging go via gst debugging and not conditionally
18010           defined
18011         * ext/alsa/gstalsa.h:
18012           add ALSA_DEBUG_FLUSH macro
18013         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
18014         (plugin_init):
18015           wrap alsa errors to be printed via the gst debugging system and not
18016           spammed to stderr
18017
18018 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
18021         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
18022         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
18023         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
18024         (qtdemux_parse_trak):
18025         * gst/qtdemux/qtdemux.h:
18026           Bitch. Also known as seeking, querying & co.
18027         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18028         (gst_osssink_change_state):
18029         * sys/oss/gstosssink.h:
18030           Resyncing is for weenies, this hack is no longer needed and was
18031           broken anyway (since it - unintendedly - always leaves resync to
18032           TRUE).
18033
18034 2004-06-05  Andrew Turner <zxombie@hotpop.com>
18035
18036         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
18037         * gst/tcp/gsttcpclientsrc.h: idem
18038           - define MSG_NOSIGNAL if not done
18039           - include unistd.h for off_t
18040           (fixes #143749)
18041
18042 2004-06-05  Benjamin Otte  <otte@gnome.org>
18043
18044         * configure.ac:
18045         * ext/kio/Makefile.am:
18046           check for qt's moc preprocessor explicitly and use it
18047
18048 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18049
18050         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
18051           don't get a signal for EPIPE on socket writes
18052           (somebody check if this works on other platforms)
18053
18054 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18055
18056         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
18057         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18058           check error condition on available samples correctly
18059
18060 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18061
18062         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
18063           avoid a segfault
18064         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
18065         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
18066         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
18067         (gst_tcpserversrc_gdp_read_header):
18068          use ssize_t over size_t since the former is signed and thus the
18069          check for error codes can work
18070
18071 2004-06-02  Wim Taymans  <wim@fluendo.com>
18072
18073         reviewed by: Johan
18074
18075         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18076         (gst_multipart_mux_loop):
18077         Oops
18078
18079 2004-06-02  Wim Taymans  <wim@fluendo.com>
18080
18081         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18082         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18083         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18084         (gst_multipart_mux_change_state):
18085         Added configurable boundary specifier, added the value as a
18086         caps field as well.
18087
18088 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18089
18090         * gst/tcp/gsttcp.c:
18091         * gst/tcp/gsttcpclientsrc.c:
18092         * gst/tcp/gsttcpclientsrc.h:
18093         * gst/tcp/gsttcpserversrc.c:
18094           - portability fix, to compile on OSX
18095             (fixes #143146)
18096
18097         * sys/osxaudio/gstosxaudioelement.c:
18098         * sys/osxaudio/gstosxaudiosink.c:
18099         * sys/osxaudio/gstosxaudiosrc.c:
18100           - compilation warnings on OSX
18101             (fixes #143153)
18102
18103 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18104
18105         * ext/vorbis/vorbisdec.c : sign warning fixes
18106
18107         * gst-libs/gst/mixer/mixertrack.c :
18108           do no use defines which are glib 2.4 specific
18109
18110 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18111
18112         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18113           buffer since libflac doesn't expect it (reports a sync error when
18114           it encounters that)
18115
18116
18117 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18118
18119         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18120         * gst-libs/gst/mixer/mixertrack.c:
18121         (gst_mixer_track_get_property), (get_mixer_track_init),
18122         (get_mixer_track_get_property): Added property accessors
18123         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18124         * gst-libs/gst/mixer/mixeroptions.c:
18125         (gst_mixer_options_get_values): Added
18126         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18127         * gst-libs/gst/mixer/mixer.c: Fixed comment
18128
18129
18130 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18131
18132         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18133           improve error messages on open
18134
18135
18136 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18137
18138         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18139           check if v4l-conf is in path
18140
18141 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18142
18143         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18144           change assert to a more readable error message
18145
18146 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18147
18148         * gst-libs/gst/tuner/tunerchannel.h:
18149           - add a freq_multiplicator field to make the conversion
18150             between internal frequency unit and Hz
18151         * sys/v4l/gstv4lelement.c:
18152         * sys/v4l2/gstv4l2element.c:
18153           - change default video device to /dev/video0
18154         * sys/v4l/v4l_calls.c:
18155         * sys/v4l2/v4l2_calls.c:
18156           - we only expose frequency to the user in Hz instead of
18157             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18158
18159 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18160         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18161           Initialise b_o_s and e_o_s variables
18162         * gst-libs/gst/riff/riff-media.c:
18163         (gst_riff_create_video_caps_with_data):
18164           Add some unusual fourcc's from mplayer avi's
18165         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18166           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18167           autoplugging.
18168
18169 2004-05-28  Wim Taymans  <wim@fluendo.com>
18170
18171         * configure.ac:
18172         * gst/alpha/Makefile.am:
18173         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18174         (gst_alpha_get_type), (gst_alpha_base_init),
18175         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18176         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18177         (gst_alpha_chroma_key), (gst_alpha_chain),
18178         (gst_alpha_change_state), (plugin_init):
18179         A plugin to add an alpha channel to I420 video. Can optionally do
18180         chroma keying.
18181         * gst/multipart/Makefile.am:
18182         * gst/multipart/multipart.c: (plugin_init):
18183         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18184         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18185         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18186         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18187         (gst_multipart_demux_change_state),
18188         (gst_multipart_demux_plugin_init):
18189         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18190         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18191         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18192         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18193         (gst_multipart_mux_pad_unlink),
18194         (gst_multipart_mux_request_new_pad),
18195         (gst_multipart_mux_handle_src_event),
18196         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18197         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18198         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18199         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18200         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18201         send multipart jpeg images to a browser.
18202         * gst/videobox/Makefile.am:
18203         * gst/videobox/README:
18204         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18205         (gst_video_box_get_type), (gst_video_box_base_init),
18206         (gst_video_box_class_init), (gst_video_box_init),
18207         (gst_video_box_set_property), (gst_video_box_get_property),
18208         (gst_video_box_sink_link), (gst_video_box_i420),
18209         (gst_video_box_ayuv), (gst_video_box_chain),
18210         (gst_video_box_change_state), (plugin_init):
18211         Crops or adds borders around an image. can do alpha channel
18212         borders as well.
18213         * gst/videomixer/Makefile.am:
18214         * gst/videomixer/README:
18215         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18216         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18217         (gst_videomixer_pad_get_sink_event_masks),
18218         (gst_videomixer_pad_get_property),
18219         (gst_videomixer_pad_set_property),
18220         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18221         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18222         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18223         (gst_videomixer_base_init), (gst_videomixer_class_init),
18224         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18225         (gst_videomixer_handle_src_event),
18226         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18227         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18228         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18229         (gst_videomixer_loop), (gst_videomixer_get_property),
18230         (gst_videomixer_set_property), (gst_videomixer_change_state),
18231         (plugin_init):
18232         Generic video mixer plugin, can handle multiple inputs all with
18233         different framerates and video sizes. Is fully alpha channel
18234         aware.
18235
18236 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18237
18238         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18239           Select first track as master track. Not sure how else to handle
18240           that...
18241         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18242           Discard discont events. Should fix #142962.
18243
18244 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18245
18246         * ext/alsa/Makefile.am:
18247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18248         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18249         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18250         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18251         (gst_alsa_mixer_get_option):
18252         * ext/alsa/gstalsamixer.h:
18253         * ext/alsa/gstalsamixeroptions.c:
18254         (gst_alsa_mixer_options_get_type),
18255         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18256         (gst_alsa_mixer_options_new):
18257         * ext/alsa/gstalsamixeroptions.h:
18258         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18259         * ext/alsa/gstalsamixertrack.h:
18260           Add enumerations (as GstMixerOptions). Make correct distinction
18261           between input/output tracks. Add capture/playback private flag.
18262           Use flag to decide on whether to set capture or playback volumes
18263           or switches. Use playback and record switches.
18264         * gst-libs/gst/mixer/Makefile.am:
18265         * gst-libs/gst/mixer/mixer-marshal.list:
18266         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18267         (gst_mixer_set_option), (gst_mixer_get_option),
18268         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18269         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18270         * gst-libs/gst/mixer/mixer.h:
18271         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18272         (gst_mixer_options_class_init), (gst_mixer_options_init),
18273         (gst_mixer_options_dispose):
18274         * gst-libs/gst/mixer/mixeroptions.h:
18275           Add GstMixerOptions.
18276         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18277           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18278           broken device detection on computers with multiple OSS sound
18279           cards.
18280
18281 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18282
18283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18284           fixate nicely even when the peer is not negotiating
18285
18286 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18287
18288         * gst/audioconvert/gstaudioconvert.c:
18289         (gst_audio_convert_parse_caps):
18290           make sure we don't allow depth > width
18291         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18292           fixate endianness to G_BYTE_ORDER as default
18293         * gst/audioscale/gstaudioscale.c:
18294           we don't handle another endianness as host-endianness
18295
18296 2004-05-25  David Schleef  <ds@schleef.org>
18297
18298         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18299
18300 2004-05-24  Benjamin Otte  <otte@gnome.org>
18301
18302         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18303         (gst_oggvorbisenc_setup):
18304           properly fail when we can't setup the vorbis encoder due to
18305           unsupported settings
18306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18307         (gst_vorbisenc_setup):
18308           same
18309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18310           fix case where warnings occured when one pad was unlinked while the
18311           other's link function was called
18312
18313 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * gst/tcp/Makefile.am:
18316           use GST_ENABLE_NEW
18317
18318 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18319
18320         * gst-libs/gst/resample/private.h:
18321           don't use optimizations that are #if 0'ed
18322
18323 2004-05-24  Wim Taymans  <wim@fluendo.com>
18324
18325         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18326         Fix potential division by zero error and hopefully get
18327         the position query right to get correct timestamps on avi
18328         audio.
18329
18330 2004-05-24  Wim Taymans  <wim@fluendo.com>
18331
18332         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18333         (gst_videoscale_scale_nearest_str2),
18334         (gst_videoscale_scale_nearest_str4),
18335         (gst_videoscale_scale_nearest_32bit),
18336         (gst_videoscale_scale_nearest_24bit),
18337         (gst_videoscale_scale_nearest_16bit):
18338         Fix the scaling algorithm and avoid a buffer overflow.
18339         removed the while loop in the scaling function as it
18340         was used for point sampling only.
18341
18342 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18343
18344         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18345         (gst_id3_tag_class_init), (gst_id3_tag_init),
18346         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18347         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18348         (gst_id3_tag_send_tag_event):
18349           lots of fixes to make id3mux work and id3demux work correctly
18350
18351 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18352
18353         * ext/Makefile.am:
18354           add rules to build shout2send (was removed by accident
18355           when this module was no more marked experimental/broken)
18356
18357 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18358
18359         * ext/shout2/gstshout2.c:
18360         * ext/shout2/gstshout2.h:
18361           adding a "connection problem" signal to shout2send
18362           (fixes #142954)
18363
18364 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18365
18366         * ext/kio/kioreceiver.cpp:
18367         * ext/kio/kioreceiver.h:
18368           fix sign comparison issues
18369
18370 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18371
18372         * gst/cdxaparse/gstcdxaparse.c:
18373         * gst/cdxaparse/gstcdxaparse.h:
18374           some renaming
18375           add some checks/sanity
18376           prepare for seek addition
18377
18378         * sys/sunaudio/gstsunaudio.c:
18379           remove exported dupe init function
18380
18381 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18382
18383         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18384         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18385           Fix format conversion and position querying.
18386         * gst/debug/progressreport.c: (gst_progressreport_report):
18387           Don't output a bogus total value that we didn't query.
18388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18389           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18390           only a blank window after xine has been used.
18391
18392 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18393
18394         * m4/as-arts.m4:
18395           sync with upstream version to fix test on FC2
18396           readd with -ko to preserve Id header
18397
18398 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18399
18400         * configure.ac:
18401           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18402         * gst/tcp/gsttcpclientsrc.c: idem
18403         * gst/tcp/gsttcpserversink.c: idem
18404         * gst/tcp/gsttcpserversrc.c: idem
18405         * m4/gst-fionread.m4: idem
18406
18407         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18408
18409         * configure.ac: enable speex plugin for speex 1.1.5+
18410         * ext/speex/gstspeexenc.c: fix cast warning
18411
18412         * ext/esd/README: fix typo
18413
18414 2004-05-20  David Schleef  <ds@schleef.org>
18415
18416         * configure.ac: Minor cosmetic change to convince the buildbot to
18417         reautogen.
18418         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18419         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18420         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18421         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18422         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18423         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18424         More hacking.  Plays audio now.
18425
18426 2004-05-20  David Schleef  <ds@schleef.org>
18427
18428         * configure.ac:
18429         * sys/Makefile.am:
18430
18431 2004-05-20  David Schleef  <ds@schleef.org>
18432
18433         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18434         * sys/osxaudio/gstosxaudio.c:
18435         * sys/osxaudio/gstosxaudioelement.c:
18436         * sys/osxaudio/gstosxaudioelement.h:
18437         * sys/osxaudio/gstosxaudiosink.c:
18438         * sys/osxaudio/gstosxaudiosink.h:
18439         * sys/osxaudio/gstosxaudiosrc.c:
18440         * sys/osxaudio/gstosxaudiosrc.h:
18441
18442 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18443
18444         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18445         (gst_vorbisenc_chain):
18446           put the codec headers on the caps as streamheader as well as
18447           pushing them out
18448
18449 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18450
18451         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18452         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18453         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18454         split up push_packet into two functions
18455
18456 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18457
18458         * gst/tcp/.cvsignore:
18459           ignore enums
18460         * gst/tcp/Makefile.am:
18461         * gst/tcp/README:
18462         * gst/tcp/gsttcp.c:
18463         * gst/tcp/gsttcp.h:
18464         * gst/tcp/gsttcpclientsink.c:
18465         * gst/tcp/gsttcpclientsink.h:
18466         * gst/tcp/gsttcpclientsrc.c:
18467         * gst/tcp/gsttcpclientsrc.h:
18468         * gst/tcp/gsttcpplugin.c:
18469         * gst/tcp/gsttcpserversink.c:
18470         * gst/tcp/gsttcpserversink.h:
18471         * gst/tcp/gsttcpserversrc.c:
18472         * gst/tcp/gsttcpserversrc.h:
18473           add new tcp elements
18474
18475 2004-05-19  Wim Taymans  <wim@fluendo.com>
18476
18477         * gst/law/mulaw-conversion.c: (mulaw_encode):
18478         Fix overflow bug in ulaw encoding.
18479
18480 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18481
18482         * ext/mad/gstmad.c: (gst_mad_handle_event):
18483           don't unref the event twice
18484
18485 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18486
18487         * configure.ac:
18488           remove -Wno-sign-compare
18489
18490 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18491
18492         * configure.ac:
18493           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18494           if you want to work against glib 2.2 and 2.4
18495
18496 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18497
18498         * gst/tcp/Makefile.am:
18499         * gst/tcp/gsttcp.c:
18500         * gst/tcp/gsttcp.h:
18501         * gst/tcp/gsttcpsink.h:
18502         * gst/tcp/gsttcpsrc.h:
18503           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18504
18505 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18506
18507         * gst/debug/tests.c: (md5_get_value):
18508           fix segfault on gst-inspect
18509
18510 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18511
18512         * gst/debug/testplugin.c:
18513         * gst/debug/tests.c:
18514         * gst/debug/tests.h:
18515           add new extensible and configurable testing element. Current tests
18516           include buffer count, stream length, timestamp/duration matching and
18517           md5.
18518         * gst/debug/Makefile.am:
18519         * gst/debug/gstdebug.c: (plugin_init):
18520           add infrastructure for new element
18521
18522 2004-05-19  Johan Dahlin  <johan@gnome.org>
18523
18524         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18525         ending of the array. Fixes gst-inspect segfault on ppc.
18526
18527 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18528
18529         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18530
18531         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18532
18533 2004-05-18  David Schleef  <ds@schleef.org>
18534
18535         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18536         warnings (bugs, actually) noticed by gcc but not forte.
18537
18538 2004-05-18  David Schleef  <ds@schleef.org>
18539
18540         * sys/sunaudio/Makefile.am:
18541         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18542
18543 2004-05-18  David Schleef  <ds@schleef.org>
18544
18545         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18546         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18547         to allow qtdemux to use non-seekable streams. (bug #142272)
18548
18549 2004-05-18  David Schleef  <ds@schleef.org>
18550
18551         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18552         (gst_resample_sinc_ft_float): Remove use of static temporary
18553         buffer.  This code was obviously not supposed to last long, but
18554         it's stuck in our ABI, so it required a little hack to make it
18555         ABI-compatible.  Fixes #142585.
18556         * gst-libs/gst/resample/resample.h: same.
18557
18558 2004-05-18  David Schleef  <ds@schleef.org>
18559
18560         * configure.ac: Add sunaudio
18561         * examples/Makefile.am: make gstplay depend on gconf
18562         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18563         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18564         (convert_table_lookup), (img_convert): remove c99-isms
18565         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18566           unsigned, to fix a warning on Solaris
18567         * gst/mpeg1sys/systems.c: bcopy->memcpy
18568         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18569         * sys/Makefile.am: Add sunaudio
18570
18571 2004-05-18  Wim Taymans  <wim@fluendo.com>
18572
18573         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18574         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18575         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18576         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18577         (gst_ogg_mux_loop):
18578         Fix an ugly memleak where the muxer didn't flush enough ogg
18579         pages. This also resulted in badly muxed ogg files.
18580
18581 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18582
18583         * gst/asfdemux/asfheaders.c :
18584         * gst/asfdemux/asfheaders.h :
18585         * gst/asfdemux/gstasfdemux.c :
18586           - fix ASF_OBJ_PADDING guid
18587           - add 3 new object guids (language list, metadata,
18588             extended stream properties)
18589           - add a function to parse extended header objects
18590
18591 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18592
18593         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18594           remove leftover debugging g_print
18595
18596 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18597
18598         * ext/mad/gstmad.c: (gst_mad_handle_event):
18599           Fix for when the first format in a discont event is not a
18600           byte-based one. Should fix #137710.
18601
18602 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18603
18604         * m4/a52.m4 : fix compilation with -Wall -Werror
18605         * m4/libfame.m4 : idem
18606         * m4/libmikmod.m4 : idem
18607
18608 2004-05-17  Benjamin Otte  <otte@gnome.org>
18609
18610         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18611           signal the new tags before giving up the reference
18612
18613 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18614
18615         * ext/shout2/gstshout2.c:
18616           use application/ogg instead of application/x-ogg (patch by Patrick
18617           Guimond, fixes #142432)
18618         * sys/oss/gstosselement.c: (gst_osselement_reset),
18619         (gst_osselement_sync_parms):
18620           don't set fragment size unless specified (fixes #142493)
18621
18622 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18623
18624         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18625           fixes #142664
18626
18627 2004-05-17  Benjamin Otte  <otte@gnome.org>
18628
18629         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18630           compute offsets correctly for internal buffers so timestamps are set
18631           correctly when we can't seek. Also handle cases where there are no
18632           offsets. (based on a patch by David Moore, fixes #142507)
18633
18634 2004-05-17  Benjamin Otte  <otte@gnome.org>
18635
18636         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18637           use correct variable when determining amount of data to skip so we
18638           don't skip into the void and segfault
18639
18640 2004-05-16  Benjamin Otte  <otte@gnome.org>
18641
18642         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18643           Hi, I'm a memleak
18644
18645 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18646
18647         * gst/asfdemux/gstasfdemux.c:
18648           - fix a mem leak and always propagate tags
18649           - add WMV3 to known video codecs (but no decoder yet)
18650           - replace "surplus data" at end of audio header for what
18651             it is : codec specific data
18652           - fix a typo
18653
18654 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18655
18656         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18657
18658         * gst-libs/gst/audio/audioclock.c:
18659           Fix wrong return type (#142205).
18660
18661 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18662
18663         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18664           Ignore CRCs by default (fixes #142566).
18665
18666 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18667
18668         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18669         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18670         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18671         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18672         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18673         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18674           Fix for cases where we fail to attach to a mixer.
18675
18676 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18677
18678         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18679           Don't touch events after not owning them anymore.
18680         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18681         (gst_wavparse_fmt), (gst_wavparse_other),
18682         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18683         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18684         (gst_wavparse_srcpad_event):
18685         * gst/wavparse/gstwavparse.h:
18686           Add seeking, fix querying.
18687
18688 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18689
18690         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18691           - process comments even if they don't end with \0\0
18692             g_convert would ignore them if present and works well without them
18693
18694 2004-05-16  Benjamin Otte  <otte@gnome.org>
18695
18696         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18697           simplify caps
18698
18699 2004-05-16  Benjamin Otte  <otte@gnome.org>
18700
18701         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18702           don't write to memory we might not write to - g_convert does that
18703           for us anyway (fixes #142613)
18704         (gst_asf_demux_audio_caps):
18705           comment out gst_util_dump_mem
18706
18707 2004-05-16  Benjamin Otte  <otte@gnome.org>
18708
18709         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18710           compute correct expected timestamps after seek (broken since
18711           last commit)
18712         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18713           rename element and debugging category to gdkpixbufscale
18714
18715 2004-05-16  Benjamin Otte  <otte@gnome.org>
18716
18717         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18718           add error checking to snd_pcm_delay and remove duplicate call to
18719           snd_pcm_delay that caused issues (see inline code comments)
18720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18721           make more readable and fix return value when snd_pcm_delay fails
18722         (fixes #142586)
18723
18724 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18725         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18726         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18727         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18728         (gst_pixbufscale_link), (gst_pixbufscale_init),
18729         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18730         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18731         (gst_pixbufscale_get_property), (pixbufscale_init):
18732         * ext/gdk_pixbuf/pixbufscale.h:
18733         Add these files I forgot earlier
18734
18735 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18736         * ext/gdk_pixbuf/Makefile.am:
18737         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18738         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18739         Add new pixbufscale element to scale RGB video
18740         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18741         and HYPER interpolation correctly.
18742         * ext/theora/theoraenc.c: (theora_enc_chain),
18743         Discard buffer and return if explicit caps could not be set
18744         (theora_enc_get_property):
18745         Make _get return kbps for the bitrate consistent with
18746         the _set function.
18747
18748
18749 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18750
18751         * ext/libvisual/visual.c: (gst_visual_chain):
18752           add missing visual_audio_analyze
18753
18754 2004-05-14  David Schleef  <ds@schleef.org>
18755
18756         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18757         is killed while we're playing.
18758         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18759         gst_element_no_more_pads().
18760
18761 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18762
18763         * gst-libs/gst/riff/riff-read.c :
18764           - fix INFO tag extraction in RIFF/AVI files
18765             because gst_event_unref (event) also freed taglist
18766           - avoid a mem leak
18767
18768 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18769
18770         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18771         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18772
18773         * gst/auparse/gstauparse.c :
18774           - add code (commented for now) to support audio/x-adpcm on src pad
18775             (we have no decoder for those layout yet)
18776
18777         * gst/cdxaparse/gstcdxaparse.c :
18778         * gst/cdxaparse/gstcdxaparse.h :
18779           - partial rewrite using RiffRead (ripped iain's wavparse code)
18780
18781         * gst/rtp/gstrtpL16enc.c : typo
18782         * gst/rtp/gstrtpgsmenc.c : typo
18783
18784 2004-05-13  Benjamin Otte  <otte@gnome.org>
18785
18786         * configure.ac:
18787           check for exact version of libvisual, it's not supposed to be
18788           API/ABI stable yet
18789
18790 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18793           signal no-more-pads
18794
18795 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18796
18797         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18798         Report which format was used for GST_FORMAT_DEFAULT
18799         * gst/debug/Makefile.am:
18800         * gst/debug/gstdebug.c: (plugin_init):
18801         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18802         (gst_progressreport_class_init), (gst_progressreport_init),
18803         (gst_progressreport_report), (gst_progressreport_set_property),
18804         (gst_progressreport_get_property), (gst_progressreport_chain),
18805         (gst_progressreport_plugin_init):
18806         Add progressreport element for testing.
18807
18808 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18809
18810         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18811         * sys/v4l/gstv4lsrc.h:
18812         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18813         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18814         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18815         (gst_v4lsrc_grab_frame):
18816           add more debugging
18817           send a discont at start
18818
18819 2004-05-12  Colin Walters  <walters@redhat.com>
18820
18821         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18822         inflooping if we can't find a chunk.  Or in other words, don't blow
18823         chunks if we don't have a chunk to blow.
18824
18825 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18826         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18827         Remove old debug output
18828         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18829         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18830         (gst_dvdec_set_property), (gst_dvdec_get_property):
18831         Change the quality setting to an enum, so it works from gst-launch
18832         Don't renegotiate a non-linked pad. Allows audio only decoding.
18833         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18834         (gst_deinterlace_link), (gst_deinterlace_init):
18835         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18836         (gst_videodrop_link):
18837         Some caps negotiation fixes
18838
18839 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18840
18841         * ext/tarkin/gsttarkin.c :
18842           - Change RANK from NONE to PRIMARY
18843         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18844           - Change RANK from NONE to MARGINAL
18845         * ext/divx/gstdivxenc.c :
18846           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18847
18848 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18849
18850         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18851         (gst_vorbisenc_push_packet):
18852           copy a function that was added between 1.0 and 1.0.1 until we
18853           depend on worthwhile features of post-1.0
18854
18855 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * configure.ac:
18858           enable shout2 by default
18859         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18860         (gst_shout2send_base_init), (gst_shout2send_init),
18861         (gst_shout2send_connect), (gst_shout2send_change_state):
18862         * ext/shout2/gstshout2.h:
18863           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18864           #142262)
18865         * ext/theora/theora.c: (plugin_init):
18866           don't set rank on encoders
18867
18868 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18869
18870         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18871           Use codec_data property instead of flag1 and flag2 for wma
18872
18873 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18874
18875         * gst/cdxaparse/gstcdxaparse.c :
18876           - Add mpegversion to CAPS to make it link
18877           - Rank is as GST_RANK_SECONDARY instead of NONE
18878         * gst/auparse/gstauparse.c :
18879           - Document all audio encoding we can encounter from Solaris 9
18880             headers and libsndfile information.
18881           - Increase max. rate from 48000 to 192000 (to match other elements)
18882           - Don't try to play junk data between header and samples
18883
18884 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18885
18886         * ext/libvisual/visual.c: (gst_visual_getcaps):
18887           use the right caps depending on endianness (I hope)
18888         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18889           use GST_RANK_NONE for all non-decoding elements or spider gets
18890           mighty confused
18891
18892 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18893
18894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18895           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18896
18897 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18898
18899         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18900         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18901         (gst_switch_loop), (gst_switch_get_type):
18902           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18903           HEADERS. Had to be said.
18904
18905 2004-05-10  David Schleef  <ds@schleef.org>
18906
18907         * configure.ac: Add prototype Dirac support.
18908         * ext/Makefile.am:
18909         * ext/dirac/Makefile.am:
18910         * ext/dirac/gstdirac.cc:
18911         * ext/dirac/gstdiracdec.cc:
18912
18913 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18914
18915         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18916         (gst_auparse_init), (gst_auparse_chain),
18917         (gst_auparse_change_state):
18918           Hack around spider. Remove me some day please.
18919
18920 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18921
18922         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18923           Fix for some uninitialized variables in previous patch, also
18924           makes it work. Fixes #142286 while we're at it.
18925
18926 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18927
18928         * gst/auparse/gstauparse.c:
18929                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18930                 only unsupported formats are ADPCM/CCITT G.72x
18931                 reviewed by Ronald
18932         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18933
18934 2004-05-10  Wim Taymans  <wim@fluendo.com>
18935
18936         * ext/vorbis/Makefile.am:
18937         * ext/vorbis/README:
18938         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18939         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18940         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18941         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18942         (gst_oggvorbisenc_convert_sink),
18943         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18944         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18945         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18946         (get_constraints_string), (update_start_message),
18947         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18948         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18949         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18950         * ext/vorbis/oggvorbisenc.h:
18951         * ext/vorbis/vorbis.c: (plugin_init):
18952         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18953         (raw_caps_factory), (gst_vorbisenc_class_init),
18954         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18955         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18956         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18957         * ext/vorbis/vorbisenc.h:
18958         Added a raw vorbis encoder to be used with the oggmuxer.
18959         We still need the old encoder for some gnome applications,
18960         read the README to find out how that works.
18961         The raw encoder is called "rawvorbisenc" until 0.9.
18962
18963 2004-05-10  Wim Taymans  <wim@fluendo.com>
18964
18965         * ext/ogg/gstogg.c: (plugin_init):
18966         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18967         (gst_ogg_print):
18968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18969         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18970         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18971         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18972         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18973         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18974         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18975         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18976         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18977         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18978         Added an ogg muxer.
18979         Small typo fixes in the demuxer.
18980
18981 2004-05-10  Wim Taymans  <wim@fluendo.com>
18982
18983         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18984         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18985         (theora_enc_change_state), (theora_enc_set_property),
18986         (theora_enc_get_property):
18987         Mark the last packet with an EOS flag which is not really needed
18988         in gstreamer.
18989         Do some better video framerate initialisation.
18990         Update the buffer timestamp.
18991
18992 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18993
18994         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18995         Return the result of the parent state change call
18996
18997 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18998
18999         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
19000         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
19001         * gst/law/alaw-encode.c : (idem)
19002         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
19003         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
19004         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
19005
19006 2004-05-09  Benjamin Otte  <otte@gnome.org>
19007
19008         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19009           don't use a fixed buffer size when writing variable length data to
19010           it. Fixes memory corruption and makes alsasrc work
19011
19012 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19013
19014         * ext/gnomevfs/gstgnomevfssink.c:
19015         (_gst_boolean_allow_overwrite_accumulator),
19016         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
19017           Run glib's default signal handler (??) in RUN_CLEANUP rather than
19018           RUN_LAST, and don't use that to set the accumulator value because
19019           then it's always FALSE.
19020
19021 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19022
19023         * gst-libs/gst/riff/riff-media.c:
19024         (gst_riff_create_video_caps_with_data),
19025         (gst_riff_create_audio_caps),
19026         (gst_riff_create_audio_template_caps):
19027         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
19028           Fix for unaligned RIFF files (i.e. where all the chunks together
19029           in a LIST chunk are not of the same size as the size given in
19030           the LIST chunk header). Fixes several odd WAVE files. Also fix
19031           ADPCM (block_align property) in audio, so that wavparse based
19032           on this works now as it used to stand-alone.
19033
19034 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
19035
19036         reviewed by Benjamin Otte  <otte@gnome.org>
19037
19038         * ext/a52dec/gsta52dec.c:
19039         * ext/divx/gstdivxdec.c:
19040         * ext/divx/gstdivxenc.c:
19041         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
19042         * ext/faac/gstfaac.c: (gst_faac_base_init):
19043         * ext/faad/gstfaad.c: (gst_faad_base_init):
19044         * ext/ivorbis/vorbisfile.c:
19045         * ext/lame/gstlame.c:
19046         * ext/libfame/gstlibfame.c:
19047         * ext/mpeg2enc/gstmpeg2enc.cc:
19048         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
19049         * ext/sidplay/gstsiddec.cc:
19050         * ext/speex/gstspeexdec.c:
19051         * ext/speex/gstspeexenc.c:
19052         * ext/xvid/gstxviddec.c:
19053         * ext/xvid/gstxvidenc.c:
19054           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
19055           (fixes #142193)
19056
19057 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19058
19059         * ext/alsa/gstalsa.c: (device_list),
19060         (gst_alsa_class_probe_devices):
19061         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
19062           Fix alsa oddness in mixer after the combination of using mixer
19063           in source/sink elements and using hw:x,y instead of just hw:x.
19064
19065 2004-05-09  Benjamin Otte  <otte@gnome.org>
19066
19067         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19068         (gst_wavparse_create_sourcepad):
19069           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19070           sourcepads
19071
19072 2004-05-09  Benjamin Otte  <otte@gnome.org>
19073
19074         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19075           allow discont events before caps nego
19076
19077 2004-05-08  Benjamin Otte  <otte@gnome.org>
19078
19079         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19080           don't leak events
19081
19082 2004-05-08  Benjamin Otte  <otte@gnome.org>
19083
19084         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19085         (gst_level_change_state), (gst_level_init):
19086         * gst/level/gstlevel.h:
19087           figure out if we're initialized directly instead of keeping a
19088           variable that's wrong in 90% of cases
19089           don't initialize pads and then leak them and use a new unitialized
19090           pad. (fixes #142084)
19091           these were bugs so n00bish I didn't find them for an hour :/
19092
19093 2004-05-08 Iain <iain@prettypeople.org>
19094
19095         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19096         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19097         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19098         return the length that was read.
19099         (gst_riff_read_strf_auds): Allow fmt tags as well.
19100
19101 2004-05-07  David Schleef  <ds@schleef.org>
19102
19103         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19104         signed char assumption in faad.h.
19105
19106 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19107
19108         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19109           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19110
19111 2004-05-07  Colin Walters  <walters@redhat.com>
19112
19113         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19114         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19115         function.
19116         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19117         Add dispose function.
19118
19119 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19120         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19121           Fix caps nego and pad templates. RGB mode caps should
19122           work now.
19123         * ext/dvdnav/gst-dvd:
19124           Move mpeg2dec inside the thread because otherwise the
19125           queue rejects cap changes mid-stream
19126         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19127         (gst_mpeg2dec_flush_decoder):
19128           For mpeg2dec > 0.4.0, call the flush function instead of
19129           manually extracting all in-flight frames.
19130         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19131         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19132           Change mime type video/dv go video/x-dv to match the
19133           rest of gst-plugins
19134
19135 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19136
19137         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19138         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19139         (gst_alsa_sink_class_init):
19140         * ext/alsa/gstalsasink.h:
19141         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19142         (gst_alsa_src_class_init):
19143         * ext/alsa/gstalsasrc.h:
19144           Make alsasink/src a subclass of alsamixer so that mixer stuff
19145           shows up in gst-rec. Needs some finetuning.
19146
19147 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19148
19149         * ext/lame/gstlame.c: (gst_lame_chain):
19150           simplify
19151         * ext/mad/gstmad.c: (gst_mad_handle_event):
19152           fix event leak
19153         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19154           be able to detect mp3 files < 4096 bytes
19155
19156 2004-05-06  Wim Taymans  <wim@fluendo.com>
19157
19158         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19159         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19160         (theora_enc_set_property), (theora_enc_get_property):
19161         Also encode the first frame, cleanup some code.
19162
19163 2004-05-06  Wim Taymans  <wim@fluendo.com>
19164
19165         * ext/mpeg2enc/gstmpeg2enc.cc:
19166         Forward events first before deciding that negotiation was
19167         not performed.
19168
19169 2004-05-06  Wim Taymans  <wim@fluendo.com>
19170
19171         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19172         First process the events before deciding that negotiation
19173         was not performed.
19174
19175 2004-05-06  Wim Taymans  <wim@fluendo.com>
19176
19177         * ext/theora/Makefile.am:
19178         * ext/theora/theora.c: (plugin_init):
19179         * ext/theora/theoradec.c: (theora_dec_change_state):
19180         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19181         (gst_theora_enc_class_init), (gst_theora_enc_init),
19182         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19183         (theora_enc_chain), (theora_enc_change_state),
19184         (theora_enc_set_property), (theora_enc_get_property):
19185         Added a theora encoder, grouped the encoder and decoder into the
19186         same plugin.
19187
19188 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19189
19190         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19191         (gst_jpegenc_chain):
19192         fix DURATION on outgoing buffers
19193         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19194         debug using time formats
19195         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19196         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19197         (gst_xvimagesink_sink_link):
19198         windows with width/height 0 generate X errors, so don't allow them
19199
19200 2004-05-05  Wim Taymans  <wim@fluendo.com>
19201
19202         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19203         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19204         (gst_mpeg2dec_negotiate_format):
19205         * ext/mpeg2dec/gstmpeg2dec.h:
19206           removed the static pad template so that we can add the
19207           more accurate framerate value to the caps.
19208
19209
19210 2004-05-04  Benjamin Otte  <otte@gnome.org>
19211
19212         * configure.ac:
19213           check for kdemacros.h, too (should fix #141821)
19214         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19215           don't crash if no header was sent, but nicely error out (fixes part
19216           of #141554)
19217
19218 2004-05-04  Wim Taymans  <wim@fluendo.com>
19219
19220         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19221         parent dispose function to avoid segfault on destroy.
19222
19223 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19224
19225         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19226         (plugin_init):
19227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19228         (gst_xvimagesink_sink_link):
19229         clean up debugging caps
19230         also recreate xvimage when format has changed
19231
19232 2004-05-04  Benjamin Otte  <otte@gnome.org>
19233
19234         * ext/libvisual/Makefile.am:
19235         * ext/libvisual/visual.c: (gst_visual_class_init),
19236         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19237         (gst_visual_srclink), (gst_visual_chain),
19238         (gst_visual_change_state), (plugin_init):
19239           use a GstAdapter to correctly adapt buffer sizes - allows using a
19240           framerate
19241
19242 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19243
19244         * sys/v4l/gstv4lelement.h:
19245         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19246         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19247         (gst_v4lsrc_buffer_free):
19248         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19249         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19250         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19251         (gst_v4lsrc_requeue_frame):
19252         move some debugging categories around
19253         query for fps index and set accordingly if found
19254
19255 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19256
19257         * ext/lame/gstlame.c:
19258         correct defaults that lame_init puts out of range
19259
19260 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19261
19262         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19263         (gst_divxenc_class_init):
19264         fix range since -1 is the default
19265         * gst/mpeg1sys/gstmpeg1systemencode.c:
19266         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19267         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19268         (gst_rtjpegdec_chain):
19269         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19270         (gst_rtjpegenc_chain):
19271         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19272         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19273         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19274         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19275         * sys/v4l/gstv4lsrc.c:
19276         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19277         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19278         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19279         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19280         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19281           remove gst_info calls
19282
19283 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19284
19285         * Makefile.am:
19286         * po/af.po:
19287         * po/az.po:
19288         * po/en_GB.po:
19289         * po/nl.po:
19290         * po/sr.po:
19291         * po/sv.po:
19292           Updated translations
19293
19294 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19295
19296         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19297           refactor/comment code
19298
19299 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19300
19301         * gst/asfdemux/Makefile.am:
19302         * gst/asfdemux/asfheaders.c:
19303         * gst/asfdemux/asfheaders.h:
19304         * gst/asfdemux/gstasf.c: (plugin_init):
19305         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19306         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19307         (gst_asf_demux_setup_pad):
19308         * gst/asfdemux/gstasfdemux.h:
19309         * gst/asfdemux/gstasfmux.c:
19310         * gst/asfdemux/gstasfmux.h:
19311           Add tagging support to demuxer, split out registration in its own
19312           file instead of in demux (hacky), and prevent having some tables
19313           in our memory multiple times (in asfheaders.h).
19314
19315 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19316
19317         * gst/matroska/matroska-demux.c:
19318         (gst_matroska_demux_parse_metadata):
19319         * gst/matroska/matroska-ids.h:
19320           Basic tag reading support.
19321
19322 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19323
19324         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19325           Really detect ac-3 audio.
19326         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19327           really detect matroska files (off-by-1).
19328
19329 2004-04-30  David Schleef  <ds@schleef.org>
19330
19331         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19332         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19333         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19334         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19335         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19336         hackage -- parse a lot more atoms, extract a few tags.  One might even
19337         mistake this for tag support.  Maybe it is.
19338         * gst/qtdemux/qtdemux.h:
19339
19340 2004-04-30  Colin Walters  <walters@verbum.org>
19341
19342         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19343
19344 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19345
19346         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19347         (gst_ffmpegcolorspace_getcaps):
19348           remove broken nego fix
19349
19350 2004-04-30  Benjamin Otte  <otte@gnome.org>
19351
19352         * configure.ac:
19353         * ext/Makefile.am:
19354         * ext/libvisual/Makefile.am:
19355         * ext/libvisual/visual.c:
19356           add initial support for libvisual (http://libvisual.sourceforge.net)
19357           libvisual is still quite alpha, so expect crashes in there :)
19358
19359 2004-04-29  David Schleef  <ds@schleef.org>
19360
19361         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19362         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19363         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19364         code; you will no longer respect me.
19365
19366 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19367
19368         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19369         * ext/alsa/gstalsa.h :
19370         change alsa pcm device discovery to find more than 1 device
19371         per card. code review by Ronald.
19372
19373 2004-04-29  David Schleef  <ds@schleef.org>
19374
19375         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19376         Add a check for a driver bug on FreeBSD.  (bug #140565)
19377
19378 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19379
19380         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19381         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19382         (gst_jpegenc_getcaps):
19383           move format setting to inner loop
19384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19385         (gst_ffmpegcolorspace_getcaps):
19386           use GST_PAD_CAPS if available so that we use already negotiated
19387           caps
19388         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19389         (qtdemux_parse_moov), (qtdemux_parse):
19390           extra debugging
19391         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19392         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19393           move hardcoded path to DEFINE
19394
19395 2004-04-28  David Schleef  <ds@schleef.org>
19396
19397         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19398         (bug #140064)
19399
19400 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19401
19402         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19403           Don't probe for playback device if we're a source element. Fixes
19404           #139658.
19405
19406 2004-04-29  Benjamin Otte  <otte@gnome.org>
19407
19408         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19409         (gst_id3_tag_chain):
19410           rewrite buffer offset
19411
19412 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19413
19414         * configure.ac:
19415         * ext/Makefile.am:
19416         * ext/dts/Makefile.am:
19417         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19418         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19419         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19420         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19421         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19422         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19423         (plugin_init):
19424         * ext/dts/gstdtsdec.h:
19425           New DTS decoder.
19426         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19427         (gst_faad_srcconnect):
19428           Add ESDS atom handling (.m4a).
19429
19430 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19431
19432         * ext/divx/gstdivxdec.c: (plugin_init):
19433           Remove comment that makes no sense.
19434         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19435           Fix for obvious typo that resulted in warnings during gst-register.
19436         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19437         (gst_xviddec_sink_link):
19438           Fix caps negotiation a bit better.
19439         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19440           We call this 'codec_data', not 'esds'.
19441
19442 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19443
19444         * gst/monoscope/gstmonoscope.c:
19445           make sure we only provide 256x128
19446         * gst/monoscope/monoscope.c: (monoscope_init):
19447           assert size of 256x128
19448
19449 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19450
19451         * Makefile.am:
19452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19453         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19454           fixate to max width and height of device
19455
19456 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19457
19458         * Makefile.am:
19459         * sys/v4l/gstv4l.c:
19460         * sys/v4l/gstv4lsrc.c:
19461         * sys/v4l/v4l_calls.c:
19462         * sys/v4l/v4lsrc_calls.c:
19463           fix for qc-usb driver which fakes having more than one buffer
19464           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19465           buffer_free override
19466           add debugging
19467
19468 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19469
19470         * Makefile.am:
19471         * gst/videotestsrc/gstvideotestsrc.c:
19472         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19473         (gst_videotestsrc_init), (gst_videotestsrc_get),
19474         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19475         * gst/videotestsrc/gstvideotestsrc.h:
19476           add num-buffers property
19477
19478         2004-04-26  Benjamin Otte  <otte@gnome.org>
19479
19480         * ext/mad/gstid3tag.c: (plugin_init):
19481           set id3mux rank to NONE so it doesn't confuse spider
19482           require audio/mpeg,mpegversion=1 in id3mux
19483
19484 2004-04-26  Benjamin Otte  <otte@gnome.org>
19485
19486         * configure.ac:
19487           detect faad correctly as non-working if it's indeed non-working
19488
19489 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19490
19491         * Makefile.am:
19492         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19493         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19494         fix _getcaps so it only negotiates to its supported format
19495
19496 2004-04-25  Benjamin Otte  <otte@gnome.org>
19497
19498         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19499           fix memleak
19500
19501 2004-04-23  Benjamin Otte  <otte@gnome.org>
19502
19503         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19504           audio/x-raw-int with height rules! not. Now it's depth.
19505
19506 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19507
19508         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19509         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19510         (gst_wavparse_loop):
19511           Missing variable initialization. Add handling of DVI ADPCM. Fix
19512           mis-parsing of LIST chunks. This works around a bug where we mis-
19513           parse non-aligning LIST chunks (so LIST chunks where the contents
19514           don't align with the actual LIST size). The correct fix is to use
19515           rifflib, I'm not going to fix wavparse - too much work. All this
19516           fixes #104878.
19517
19518 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19519
19520         reviewed by Benjamin Otte  <otte@gnome.org>
19521
19522         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19523           fix shoutcast not working (fixes #140844)
19524
19525 2004-04-22  Benjamin Otte  <otte@gnome.org>
19526
19527         * ext/hermes/gsthermescolorspace.c:
19528         (gst_hermes_colorspace_caps_remove_format_info):
19529         * gst/colorspace/gstcolorspace.c:
19530         (gst_colorspace_caps_remove_format_info):
19531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19532         (gst_ffmpegcolorspace_caps_remove_format_info):
19533           s/gst_caps_simplify/gst_caps_do_simplify/
19534
19535 2004-04-22  Benjamin Otte  <otte@gnome.org>
19536
19537         * gst-libs/gst/riff/riff-media.c:
19538         (gst_riff_create_video_caps_with_data):
19539           mpegversion is an int
19540         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19541           don't try to create pad templates with NULL caps, use any caps
19542           instead.
19543
19544 2004-04-20  David Schleef  <ds@schleef.org>
19545
19546         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19547         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19548         (bug #140384)
19549
19550 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19551
19552         reviewed by David Schleef
19553
19554         * ext/mad/gstid3tag.c: Add stdlib.h
19555         * gst/rtp/gstrtpgsmenc.c: same
19556         * gst/tags/gstid3tag.c: same
19557         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19558         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19559         GST_DISABLE_LOADSAVE use.
19560         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19561         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19562         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19563         atol(3)).
19564         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19565         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19566         strtoul(3)).
19567         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19568         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19569         $(ID3_CFLAGS).
19570         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19571         $(LIBFAME_CFLAGS).
19572
19573 2004-04-20  David Schleef  <ds@schleef.org>
19574
19575         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19576         last checkin.  Same idea.
19577
19578 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19579
19580         reviewed by David Schleef
19581
19582         * configure.ac: bump required gstreamer version to 0.8.1.1
19583         because of following changes [--ds]
19584
19585         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19586         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19587         (gst_riff_read_header):  Use GST_READ_UINT*
19588         macros to access possibly unaligned memory.
19589
19590         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19591         (mp3_type_find):  Use GST_READ_UINT*
19592         macros to access possibly unaligned memory.
19593         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19594         (speex_type_find): Likewise
19595
19596         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19597
19598         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19599         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19600         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19601         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19602         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19603         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19604         macros to access possibly unaligned memory.
19605
19606         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19607         Likewise.
19608
19609         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19610         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19611
19612         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19613         Likewise.
19614
19615         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19616         (gst_mpeg2subt_chain_subtitle): Likewise.
19617
19618         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19619         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19620         Likewise.
19621
19622         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19623         Likewise.
19624
19625         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19626         Likewise.
19627
19628         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19629         Likewise.
19630
19631 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19632
19633         * configure.ac:
19634           update required version of GStreamer because of GST_TIME_FORMAT
19635
19636 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19637
19638         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19639           remove leftover g_print
19640         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19641           don't try setting only a subset of the caps. We don't want to kill
19642           autoplugging on purpose
19643
19644 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19645
19646         * sys/ximage/ximagesink.c: (plugin_init):
19647         * sys/xvimage/xvimagesink.c: (plugin_init):
19648           add debugging categories
19649
19650 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19651
19652         * po/en_GB.po:
19653         * po/LINGUAS:
19654           Adding en_GB translation (Gareth Owen)
19655
19656 2004-04-20  David Schleef  <ds@schleef.org>
19657
19658         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19659         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19660         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19661         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19662         A number of new features and hacks to extract the esds atom and
19663         put it into the caps.  (bug #137724)
19664
19665 2004-04-19  David Schleef  <ds@schleef.org>
19666
19667         * gconf/Makefile.am: Fix for non-GNU make
19668         * gst-libs/gst/Makefile.am: Change directory order to handle
19669         GstPlay linking with gstinterfaces
19670         * gst-libs/gst/audio/make_filter: make use of tr portable
19671         * gst-libs/gst/play/Makefile.am: Add intended \
19672         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19673         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19674         function prototype instead of void *.
19675         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19676         macro.
19677         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19678         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19679         * gst/videofilter/make_filter: make use of tr portable
19680         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19681
19682 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19683
19684         * po/LINGUAS:
19685         * po/uk.po:
19686           Added Ukrainian translation (Maxim V. Dziumanenko)
19687
19688 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19689
19690         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19691         (gst_gsmdec_link), (gst_gsmdec_chain):
19692           Fix capsnego, simplify chain function slightly.
19693         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19694           Add GSM.
19695
19696 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19697
19698         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19699         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19700         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19701           Hack to make wavparse work with spider (always -> sometimes pad).
19702           Fixes #135862 && #140411.
19703
19704 2004-04-18  Benjamin Otte  <otte@gnome.org>
19705
19706         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19707         (gst_osselement_rate_probe_check),
19708         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19709           get rid of \n in debug output
19710
19711 2004-04-17  Iain <iain@prettypeople.org>
19712
19713         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19714         not just EOS.
19715
19716 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19717
19718         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19719         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19720         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19721         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19722         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19723         (gst_id3_tag_change_state), (plugin_init):
19724           deprecate id3tag element and replace with id3demux/id3mux.
19725           great side effect: this ugly file is now even uglier, yay!
19726         * ext/mad/gstmad.h:
19727           remove non-available function
19728           update for new get_type
19729
19730 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19731
19732         * configure.ac:
19733           require mpeg2dec >= 0.4.0
19734
19735 2004-04-17  Benjamin Otte  <otte@gnome.org>
19736
19737         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19738         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19739         (gst_xvimagesink_set_xwindow_id):
19740           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19741           assorted cleanup fixes.
19742
19743 2004-04-16  David Schleef  <ds@schleef.org>
19744
19745         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19746         * sys/xvimage/xvimagesink.h: same
19747
19748 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19749
19750         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19751           Fix GST_ELEMENT_ERROR with (NULL)
19752
19753 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19754
19755         * gst-libs/gst/riff/riff-media.c:
19756         (gst_riff_create_video_caps_with_data):
19757           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19758
19759 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19760
19761         * gst-libs/gst/riff/riff-media.c:
19762         (gst_riff_create_video_caps_with_data),
19763         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19764         (gst_riff_create_video_template_caps),
19765         (gst_riff_create_audio_template_caps):
19766         * gst-libs/gst/riff/riff-media.h:
19767         * gst-libs/gst/riff/riff-read.c:
19768         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19769         * gst-libs/gst/riff/riff-read.h:
19770         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19771           Add MS RLE support. I added some functions to read out strf chunks
19772           into strf chunks and the data behind it. This is usually color
19773           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19774           caps creation. Lastly, add ADPCM (similar to wavparse - which
19775           should eventually be rifflib based).
19776         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19777         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19778         * gst/matroska/matroska-demux.h:
19779           Remove placeholders for some prehistoric tagging system. Didn't add
19780           support for any tag system really anyway.
19781         * gst/qtdemux/qtdemux.c:
19782           Add support for audio/x-m4a (MPEG-4) through spider.
19783         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19784         (gst_wavparse_loop):
19785           ADPCM support (#135862). Increase max. buffer size because we
19786           cannot split buffers for ADPCM (screws references) and I've seen
19787           files with 2048 byte chunks. 4096 seems safe for now.
19788
19789 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19790
19791         * configure.ac: bump nano to 1
19792
19793 === release 0.8.1 ===
19794
19795 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19796
19797         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19798
19799 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19800
19801         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19802           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19803           Fixes #140058
19804
19805 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19806
19807         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19808           lower rank of dvddemux so that it's not used for mpeg playback.
19809
19810 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19811
19812         * configure.ac:
19813           save libs correctly when checking mad
19814
19815 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19816
19817         * ext/mad/gstid3tag.c: (plugin_init):
19818           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19819
19820 2004-04-13  David Schleef  <ds@schleef.org>
19821
19822         * common/m4/gst-feature.m4: Call -config scripts with
19823         --plugin-libs if it is supported.
19824         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19825         JPEG images are image/jpeg.
19826         * gst/debug/Makefile.am:
19827         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19828         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19829         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19830         (gst_negotiation_plugin_init): Add a property that acts like
19831         filter caps.
19832         * testsuite/gst-lint:  Move license checking to be a standard
19833         test.
19834
19835 2004-04-13  David Schleef  <ds@schleef.org>
19836
19837         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19838         patch from Sebastien Cote (bug #139958)
19839
19840 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19841
19842         * examples/gstplay/Makefile.am:
19843         * examples/gstplay/player.c: (main):
19844           make the commandline player example use gconf settings
19845
19846 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19847
19848         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19849         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19850         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19851           init/end library during state transition, not object
19852           creation/disposal.  get rid of custom dispose handler.
19853
19854
19855 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19856
19857         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19858         be a symlink
19859
19860 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19861
19862         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19863           Handle JUNK chunks inside data section. Prevents warnings.
19864
19865 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19866
19867         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19868         (gst_riff_create_video_template_caps):
19869           Add MS video v1.
19870         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19871         (gst_avi_demux_stream_data):
19872           Add support for "rec-list" chunks.
19873
19874 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19875
19876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19877           Fix another codecname mismatch.
19878
19879 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19880
19881         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19882           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19883           so that MJPEG plays back.
19884
19885 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19886
19887         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19888         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19889         * gst/mpeg1videoparse/gstmp1videoparse.h:
19890           Fix for some slight mis-cuts in buffer parsing, and for some
19891           potential overflows or faults-causers. Adds disconts. Also fixes
19892           #139105 while we're at it.
19893
19894 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19895
19896         * configure.ac:
19897         * sys/v4l2/gstv4l2element.h:
19898           Workaround for missing struct v4l2_buffer declaration in Suse 9
19899           and Mandrake 10 linux/videodev2.h header file (#135919).
19900
19901 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19902
19903         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19904           Bail out if no filename was given.
19905
19906 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19907
19908         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19909         (gst_v4l2_fourcc_from_structure):
19910           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19911           Y41B somewhere).
19912
19913 2004-04-09  Benjamin Otte  <otte@gnome.org>
19914
19915         * ext/gnomevfs/gstgnomevfssink.c:
19916         (_gst_boolean_allow_overwrite_accumulator),
19917         (gst_gnomevfssink_class_init):
19918           fix erase signal - if any handler returns false the file will not be
19919           overwritten. If no handler is connected, the file will not be
19920           overwritten either.
19921           renamed signal to "allow-overwrite"
19922         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19923           free string when adding it to ID3 failed
19924         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19925           unref event when done
19926         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19927           free caps
19928         * gst/typefind/gsttypefindfunctions.c:
19929         (mpeg_video_stream_type_find):
19930           fix invalid read
19931
19932 2004-04-08  David Schleef  <ds@schleef.org>
19933
19934         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19935         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19936
19937 2004-04-08  David Schleef  <ds@schleef.org>
19938
19939         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19940         we don't support (bug #139532)
19941
19942 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19943
19944         * ext/mad/gstmad.c: (gst_mad_handle_event),
19945         (gst_mad_check_caps_reset), (gst_mad_chain),
19946         (gst_mad_change_state):
19947           only set explicit caps if they haven't been set before for
19948           this stream.  MPEG-audio sample rate/channels aren't allowed
19949           to change in-stream.
19950           Fixes #139382
19951
19952 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19953
19954         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19955         (_gst_boolean_did_something_accumulator),
19956         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19957         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19958         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19959         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19960         (gst_gnomevfssink_change_state):
19961           Fix erase signal. Don't erase by default. Remove handoff signal.
19962           Remove erase property. Don't segfault. General cleanup.
19963
19964 2004-04-07  Benjamin Otte  <otte@gnome.org>
19965
19966         * gst-libs/gst/gconf/test-gconf.c: (main):
19967           add missing gst_init
19968
19969 2004-04-07  Benjamin Otte  <otte@gnome.org>
19970
19971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19972           free the mutexes, too
19973
19974 2004-04-07  Benjamin Otte  <otte@gnome.org>
19975
19976         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19977           actually free the URI string
19978         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19979           compute offset correctly when passing discont events
19980         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19981           don't leak discont events
19982         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19983           add some missing breaks so caps aren't copied randomly
19984         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19985           if we realloc memory, we better use it
19986
19987 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19988
19989         * ext/mad/gstmad.c: (normal_seek):
19990           fix GST_FORMAT_TIME usage
19991
19992 2004-04-05  David Schleef  <ds@schleef.org>
19993
19994         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19995         a deprecated function (hack!)
19996
19997 2004-04-05  Benjamin Otte  <otte@gnome.org>
19998
19999         * ext/esd/esdmon.c: (gst_esdmon_get):
20000           fix nonterminated vararg and memleak
20001
20002 2004-04-05  Benjamin Otte  <otte@gnome.org>
20003
20004         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
20005         (gst_ladspa_init), (gst_ladspa_force_src_caps),
20006         (gst_ladspa_set_property), (gst_ladspa_get_property),
20007         (gst_ladspa_instantiate), (gst_ladspa_activate),
20008         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
20009           clean up debugging
20010
20011 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
20012
20013         reviewed by Benjamin Otte  <otte@gnome.org>
20014
20015         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
20016           check for broken LADSPA parameters (fixes #138635)
20017
20018 2004-04-05  Benjamin Otte  <otte@gnome.org>
20019
20020         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
20021           advertise buffer-frames correctly on sinkpads
20022
20023 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20024
20025         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
20026         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
20027         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
20028         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
20029         (gst_mad_check_caps_reset), (gst_mad_chain):
20030         add more debugging, only reset caps when we're not in error state
20031
20032 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
20033
20034         * ext/mad/gstmad.c: add debugging category, comment + cleanups
20035
20036 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20037
20038         reviewed by Benjamin Otte  <otte@gnome.org>
20039
20040         * configure.ac:
20041           fix == in test(1) operator
20042
20043 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
20044
20045         reviewed by Benjamin Otte  <otte@gnome.org>
20046
20047         * configure.ac:
20048           fix --export-symblos-regex to a working regex.
20049
20050 2004-04-04  Benjamin Otte  <otte@gnome.org>
20051
20052         * sys/oss/.cvsignore:
20053           add for oss_probe
20054
20055 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20056
20057         reviewed by Benjamin Otte  <otte@gnome.org>
20058
20059         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20060           add missing 'new_media' argument (fixes #138168)
20061         * gst/matroska/matroska-demux.c:
20062         (gst_matroska_demux_handle_seek_event):
20063           add vararg terminator (fixes #138169)
20064
20065 2004-04-02  David Schleef  <ds@schleef.org>
20066
20067         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20068         disted (bug #138914)
20069
20070 2004-04-01  Benjamin Otte  <otte@gnome.org>
20071
20072         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20073         (gst_alsa_close_audio):
20074           handle case better where a soundcard can't pause
20075         * ext/ogg/gstoggdemux.c:
20076           don't crash when we get events but don't have pads yet
20077
20078 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20079
20080         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20081           throw an error if we couldn't probe any caps.
20082
20083 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20084
20085         * ext/dvdnav/gst-dvd:
20086         Add a really simple sample DVD player
20087
20088 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20089
20090         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20091         (gst_a52dec_push), (gst_a52dec_handle_event),
20092         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20093         (gst_a52dec_change_state):
20094         * ext/a52dec/gsta52dec.h:
20095           Use a debug category, Output timestamps correctly
20096           Emit tag info, Handle events, tell liba52dec about cpu
20097           capabilities so it can use MMX etc.
20098         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20099           Fix a crasher accessing invalid memory
20100         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20101         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20102         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20103         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20104         (dvdnavsrc_query):
20105           Some support for byte-format seeking.
20106           Small fixes for still frames and menu button overlays
20107         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20108         (gst_mpeg2dec_alloc_buffer):
20109           Use a debug category. Adjust the report level of several items to
20110           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20111           so it doesn't lose the GstBuffer pointer
20112         * gst/debug/Makefile.am:
20113         * gst/debug/gstdebug.c: (plugin_init):
20114         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20115         (gst_navseek_base_init), (gst_navseek_class_init),
20116         (gst_navseek_init), (gst_navseek_seek),
20117         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20118         (gst_navseek_get_property), (gst_navseek_chain),
20119         (gst_navseek_plugin_init):
20120         * gst/debug/gstnavseek.h:
20121           Add the navseek debug element for seeking back and forth in a
20122           video stream using arrow keys.
20123         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20124         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20125         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20126         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20127         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20128         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20129         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20130         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20131         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20132         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20133         * gst/mpeg2sub/gstmpeg2subt.h:
20134           Pretty much a complete rewrite. Now a loopbased element. May still
20135           require work to properly synchronise subtitle buffers.
20136         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20137         (gst_dvd_demux_send_subbuffer):
20138         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20139           Don't attempt to create subbuffers of size 0
20140           Reduce a couple of error outputs to warnings.
20141         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20142         (gst_y4mencode_chain):
20143         Output the y4m frame header correctly.
20144
20145 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20146
20147         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20148           throw errors instead of allowing SIGFPE
20149
20150 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20151
20152         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20153         (gst_gconf_render_bin_from_key):
20154           leak plugging and style fixing
20155
20156 2004-03-31  David Schleef  <ds@schleef.org>
20157
20158         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20159         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20160         (bug #138225)
20161         * gst/debug/Makefile.am:
20162         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20163         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20164         plugin.
20165         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20166         (gst_negotiation_base_init), (gst_negotiation_class_init),
20167         (gst_negotiation_init), (gst_negotiation_getcaps),
20168         (gst_negotiation_pad_link), (gst_negotiation_chain),
20169         (gst_negotiation_set_property), (gst_negotiation_get_property),
20170         (gst_negotiation_plugin_init):  New element to talk about random
20171         negotiation things happening in a pipeline.
20172
20173 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20174
20175         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20176           fix integer addition with help of Stefan Kost
20177
20178 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20179
20180         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20181
20182 2004-03-30  David Schleef  <ds@schleef.org>
20183
20184         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20185         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20186         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20187         (bug #137504)
20188         * ext/mpeg2dec/gstmpeg2dec.h:
20189
20190 2004-03-30  David Schleef  <ds@schleef.org>
20191
20192         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20193
20194 2004-03-30  David Schleef  <ds@schleef.org>
20195
20196         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20197         Michael Petullo) to handle .mov
20198
20199 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20200
20201         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20202         (gst_osselement_rate_check_rate):
20203           probe caps correctly for sound cards that only support one format
20204
20205 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20206
20207         * ext/kio/kiosrc.cpp: (process_events):
20208           update handling event processing if inside KDE - untested
20209
20210 2004-03-29  David Schleef  <ds@schleef.org>
20211
20212         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20213         by 2 to not interfere with other colorspaces.
20214         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20215         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20216         one to not interfere with ffmpeg_colorspace.
20217
20218 2004-03-29  David Schleef  <ds@schleef.org>
20219
20220         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20221         aren't in the caps.
20222         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20223         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20224
20225 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20226
20227         * gst-libs/gst/riff/riff-media.c:
20228           fail on error, don't try to set stuff on NULL caps
20229
20230 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20231
20232         * configure.ac:
20233         * ext/Makefile.am:
20234         * ext/kio/Makefile.am:
20235         * ext/kio/kioreceiver.cpp:
20236         * ext/kio/kioreceiver.h:
20237         * ext/kio/kiosrc.cpp:
20238         * ext/kio/kiosrc.h:
20239           add experimental kiosrc plugin
20240         * ext/alsa/gstalsaplugin.c: (plugin_init):
20241           initialize debugging category only when we're sure registering the
20242           plugins worked.
20243
20244 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20245
20246         * examples/gstplay/player.c: (main):
20247         * gst-libs/gst/play/play.c: (gst_play_class_init),
20248         (gst_play_set_location), (gst_play_set_data_src),
20249         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20250         (gst_play_set_visualization), (gst_play_connect_visualization):
20251           check return values of element_set_state and return FALSE where
20252           failed
20253
20254 2004-03-29  Benjamin Otte  <otte@gnome.org>
20255
20256         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20257           try harder to check if an event is really a discont
20258
20259 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20260
20261         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20262         * po/az.po:
20263
20264 2004-03-28  Benjamin Otte  <otte@gnome.org>
20265
20266         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20267         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20268         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20269           get rid of non-standard "..." ranges in case statements.
20270
20271 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20272
20273         * gst/mpegstream/gstmpegdemux.c:
20274         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20275         specific functionality split to the new dvddemux element.
20276         * gst/mpegstream/gstdvddemux.c:
20277         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20278         streams, derived from mpegdemux.
20279         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20280         up. SCR based timestamp rewriting can be turned off (will probably
20281         completely disappear soon).
20282         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20283         hacking. General cleanup. All printf statements replaced by
20284         debugging messages. Almost complete libdvdnav support.
20285         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20286         by events. New properties for audio and subpicture languages.
20287         (dvdnavsrc_update_highlight): Now uses events.
20288         (dvdnavsrc_user_op): Cleaned up.
20289         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20290         based). Lots of cleanup, and propper support for most libdvdnav
20291         events.
20292         (dvdnavsrc_make_dvd_event): New function.
20293         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20294         (dvdnavsrc_make_clut_change_event): New function.
20295
20296 2004-03-26  Benjamin Otte  <otte@gnome.org>
20297
20298         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20299           fix bug where typefinding would claim it's theora whenever less then
20300           7 bytes of data were available
20301
20302 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20305         (gst_alawdec_base_init), (gst_alawdec_class_init),
20306         (gst_alawdec_init), (gst_alawdec_chain):
20307         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20308         (gst_alawenc_base_init), (gst_alawenc_class_init),
20309         (gst_alawenc_init), (gst_alawenc_chain):
20310         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20311         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20312         (gst_mulawdec_init), (gst_mulawdec_chain):
20313         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20314         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20315         (gst_mulawenc_init), (gst_mulawenc_chain):
20316           Fix capsnego in all four, remove the unused property functions and
20317           simplify the chain functions slightly. I guess we could use macros
20318           or something similar for those, since the code is so similar, but
20319           I'm currently too lazy...
20320
20321 2004-03-24  David Schleef  <ds@schleef.org>
20322
20323         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20324         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20325         (gst_osselement_get_format_structure),
20326         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20327         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20328         (gst_osselement_rate_int_compare): Add code to handle rate probing
20329         (bug #120883)
20330         * sys/oss/gstosselement.h: same
20331         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20332         Use rate probing provided by osselement.
20333         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20334
20335 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20336
20337         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20338         (gst_xvidenc_get_property):
20339           ulong/int mess-up.
20340
20341 2004-03-24  David Schleef  <ds@schleef.org>
20342
20343         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20344         (gst_speexdec_init):
20345         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20346         (gst_speexenc_init):  Create the pad template correctly (from
20347         the static pad template, not a NULL pointer.)
20348
20349 2004-03-25  Benjamin Otte  <otte@gnome.org>
20350
20351         * gst/debug/Makefile.am:
20352         * gst/debug/breakmydata.c:
20353           add element that quasi-randomly changes bytes in the stream.
20354           Intended use is robustness checking of demuxers and decoders in
20355           media tests.
20356
20357 2004-03-24  Benjamin Otte  <otte@gnome.org>
20358
20359         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20360         (gst_alsa_probe_hw_params):
20361         * ext/alsa/gstalsa.h:
20362           debugging output fixes
20363
20364 2004-03-24  Benjamin Otte  <otte@gnome.org>
20365
20366         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20367           don't g_return_if_fail if element is PLAYING, fail silently as every
20368           other element.
20369         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20370           only fix needed for cast lvalue issues in gst-plugins
20371         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20372           add proxy_getcaps
20373
20374 2004-03-24  Benjamin Otte  <otte@gnome.org>
20375
20376         * gst/level/gstlevel.c: (gst_level_init):
20377           add proxying getcaps function, so level doesn't advertise impossible
20378           caps
20379
20380 2004-03-24  David Schleef  <ds@schleef.org>
20381
20382         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20383         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20384         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20385         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20386         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20387         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20388         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20389         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20390         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20391         messages.  Divide the chunk size by the compression ratio
20392         (needed for MACE audio)
20393
20394 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20395
20396         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20397           Fix buffer overflow read error.
20398
20399 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * ext/alsa/gstalsa.h:
20402           Remove unused entry.
20403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20404           Add cinepak.
20405         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20406         (gst_videodrop_link), (gst_videodrop_chain):
20407           Fix, sort of. Was horribly broken with new capsnego. Bah...
20408
20409 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20410
20411         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20412         (plugin_init):
20413         Add a monkeysaudio typefind function
20414
20415 2004-03-23  Johan Dahlin  <johan@gnome.org>
20416
20417         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20418         (gst_play_video_fixate): Check so the structure has the field
20419         before trying to fixate them, this makes it possible to have
20420         fakesinks for video and audio output without printing errors on
20421         the output console.
20422
20423 2004-03-22  David Schleef  <ds@schleef.org>
20424
20425         * sys/oss/Makefile.am:
20426         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20427         (check_rate), (add_rate):  Rate probing test app.
20428
20429 2004-03-21  Benjamin Otte  <otte@gnome.org>
20430
20431         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20432         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20433           add a fixation function that pretty much does the right thing (fixes
20434           #137556)
20435
20436 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20437
20438         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20439
20440 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20441
20442         reviewed by: Benjamin Otte  <otte@gnome.org>
20443
20444         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20445           terminate gst_event_new_discontinuous correctly (fixes parts of
20446           #137711)
20447
20448 2004-03-19  David Schleef  <ds@schleef.org>
20449
20450         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20451         since it doesn't depend on X, and it's part of our ABI.
20452
20453 2004-03-19  Iain <iain@prettypeople.org>
20454
20455         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20456         is_int in the structure, not the local variable.
20457
20458 2004-03-19  David Schleef  <ds@schleef.org>
20459
20460         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20461         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20462         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20463         Improvements in caps negotiation.
20464
20465 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20466
20467         * po/LINGUAS:
20468         * po/af.po:
20469           adding Afrikaans (Petri Jooste)
20470
20471 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20472
20473         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20474         (gst_ffmpegcolorspace_chain):
20475         throw error instead of g_critical (#137588)
20476
20477 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20478
20479         * Makefile.am:
20480         * configure.ac:
20481           dist common and m4 correctly
20482         * po/sv.po:
20483
20484 2004-03-17  David Schleef  <ds@schleef.org>
20485
20486         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20487         (bug #137348)
20488
20489 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20490
20491         * po/LINGUAS:
20492         * po/sv.po:
20493           adding Swedish translation (Christian Rose)
20494
20495 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20496
20497         * Makefile.am: use release.mak
20498
20499 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20500
20501         * common/ChangeLog:
20502         * common/gst-autogen.sh:
20503           add some explanation about the version detection
20504         * configure.ac:
20505           fix X check
20506
20507 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20508
20509         * configure.ac: bump nano to 1
20510
20511 === release 0.8.0 ===
20512
20513 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20514
20515         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20516
20517 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20518
20519         * configure.ac:
20520           update libtool version
20521         * gst-libs/gst/media-info/Makefile.am:
20522           actually use libtool version
20523
20524 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20525
20526         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20527
20528 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20529
20530         * configure.ac:
20531         * gst-plugins.spec.in:
20532         * pkgconfig/Makefile.am:
20533         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20534         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20535         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20536         * pkgconfig/gstreamer-libs.pc.in:
20537         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20538         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20539         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20540         * pkgconfig/gstreamer-plugins.pc.in:
20541           remove @VERSION@ from some of the pc files since core and plugins
20542           are decoupled.
20543           created gstreamer-plugins.pc as it's a better name, but keeping
20544           -libs around for now to get fixes upstream done first.
20545
20546 2004-03-15  Julien MOUTTE <julien@moutte.net>
20547
20548         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20549         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20550         * gst-libs/gst/play/play.h:
20551
20552 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20553
20554         * *.c, *.cc: don't mix tabs and spaces
20555
20556 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20557
20558         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20559           use the new ffmpegcolorspace
20560         * gst-plugins.spec.in:
20561           package new colorspace and media-info
20562         * configure.ac:
20563         * pkgconfig/Makefile.am:
20564           fix some more disting issues
20565         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20566         * pkgconfig/gstreamer-media-info.pc.in:
20567           generate media-info pc files
20568
20569 2004-03-15  Johan Dahlin  <johan@gnome.org>
20570
20571         * *.h: Revert indenting
20572
20573 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20574
20575         * configure.ac:
20576           adding ffmpegcolorspace element
20577         * gst/ffmpegcolorspace/Makefile.am:
20578         * gst/ffmpegcolorspace/avcodec.h:
20579         * gst/ffmpegcolorspace/common.h:
20580         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20581         * gst/ffmpegcolorspace/dsputil.h:
20582         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20583         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20584         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20585         (gst_ffmpeg_caps_to_pix_fmt):
20586         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20587         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20588         (gst_ffmpegcolorspace_caps_remove_format_info),
20589         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20590         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20591         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20592         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20593         (gst_ffmpegcolorspace_set_property),
20594         (gst_ffmpegcolorspace_get_property),
20595         (gst_ffmpegcolorspace_register):
20596         * gst/ffmpegcolorspace/imgconvert.c:
20597         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20598         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20599         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20600         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20601         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20602         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20603         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20604         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20605         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20606         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20607         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20608         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20609         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20610         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20611         (img_get_alpha_info), (deinterlace_line),
20612         (deinterlace_line_inplace), (deinterlace_bottom_field),
20613         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20614         * gst/ffmpegcolorspace/imgconvert_template.h:
20615         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20616         * gst/ffmpegcolorspace/mmx.h:
20617         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20618           adding ffmpegcolorspace element supplied by Ronald after cleaning
20619           up and pulling in the right bits of upstream source.
20620           I'm sure a better C/compiler wizard could do some cleaning up (for
20621           example use GLIB's malloc stuff), but as a first pass this
20622           works very well
20623
20624 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20625
20626         * ext/alsa/gstalsa.h:
20627           I assume Ronald forgot to commit the change to have cardname
20628           as a struct member.  Expect some public spanking at the next
20629           opportunity.
20630
20631 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20632
20633         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20634         (gst_alsa_open_audio), (gst_alsa_close_audio):
20635         * ext/alsa/gstalsa.c:
20636           Don't open the device if we're a mixer (= padless).
20637         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20638         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20639         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20640           Open mixer during state change rather than during object
20641           initialization. Also, get a device name. Currently in a somewhat
20642           hackish fashion, but I didn't really find something better.
20643
20644 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20645
20646         * *.c, *.h: run gst-indent
20647
20648 2004-03-14  Benjamin Otte  <otte@gnome.org>
20649
20650         * gst/modplug/gstmodplug.cc:
20651         * gst/modplug/gstmodplug.h:
20652           set correct timestamps on outgoing buffers
20653
20654 2004-03-14  Benjamin Otte  <otte@gnome.org>
20655
20656         * gst/modplug/gstmodplug.cc:
20657           handle events - don't do crap when a discont arrives that's not
20658           necessary
20659           This allows correct loading and playback of mods in Rhythmbox
20660
20661 2004-03-14  Benjamin Otte  <otte@gnome.org>
20662
20663         * configure.ac:
20664         * gst-libs/gst/gconf/Makefile.am:
20665         * pkgconfig/Makefile.am:
20666           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20667           they get rebuilt properly
20668         * configure.ac:
20669           when checking for vorbis, try pkgconfig first.
20670         * gst/modplug/gstmodplug.cc:
20671           add fixate function
20672
20673 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20674
20675         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20676           Fix for obvious mistake, where we first shift the offset and then
20677           read a samplesize element assuming the old offset. Note that this
20678           part still has something weird, i.e. my movies containing those
20679           don't actually play well, but at least there's something that looks
20680           like sound now.
20681
20682 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20683         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20684         (plugin_init):
20685         Add a typefind function for speex format
20686
20687 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20688
20689         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20690         (gst_asf_demux_setup_pad):
20691           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20692           instead of 0. Reason is simple: some elements have a fps range
20693           of 1-max instead of 0-max. So now ASF video actually works.
20694
20695 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20696
20697         * po/LINGUAS:
20698         * po/sr.po:
20699           adding serbian as a language
20700
20701 2004-03-13  Benjamin Otte  <otte@gnome.org>
20702
20703         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20704           return taglist correctly from _get function, don't gst_pad_push it.
20705           (fixes #137042)
20706
20707 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20708         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20709
20710 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20711
20712         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20713         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20714         (gst_alsa_mixer_track_new):
20715         * ext/alsa/gstalsamixertrack.h:
20716           Fix ancient leftovers... MixerTrack is a GObject.
20717
20718 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20719
20720         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20721         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20722           Don't block during probing...
20723
20724 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20725
20726         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20727         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20728         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20729         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20730         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20731         (gst_alsa_open_audio), (gst_alsa_close_audio):
20732         * ext/alsa/gstalsa.h:
20733           Add propertyprobe interface implementation, add some device-name
20734           property, all this so that it looks good in gnome-volume-control.
20735
20736 2004-03-12  David Schleef  <ds@schleef.org>
20737
20738         * configure.ac: the Hermes library controls hermescolorspace, not
20739         colorspace.
20740         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20741         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20742         not /* */
20743         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20744         * ext/sdl/sdlvideosink.h: ditto.
20745         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20746
20747 2004-03-12  Benjamin Otte  <otte@gnome.org>
20748
20749         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20750         (gst_x_overlay_got_xwindow_id):
20751         * gst-libs/gst/xoverlay/xoverlay.h:
20752           replace XID with unsigned long to get rid of the xlibs dependency in
20753           XOverlay (fixes #137004)
20754
20755 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20756         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20757         (gst_agingtv_setup):
20758         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20759         (gst_dicetv_base_init), (gst_dicetv_class_init),
20760         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20761         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20762         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20763         (gst_edgetv_setup), (gst_edgetv_rgb32):
20764         * gst/effectv/gsteffectv.c:
20765         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20766         (gst_quarktv_set_property):
20767         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20768         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20769         (gst_revtv_setup), (gst_revtv_rgb32):
20770         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20771         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20772         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20773         (gst_shagadelictv_rgb32):
20774         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20775         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20776         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20777         * gst/effectv/gstwarp.c:
20778         Port everything that can be ported to videofilter and fix up the caps.
20779         Can someone with a big-endian machine please check these?
20780
20781 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20782
20783         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20784         (gst_osssink_chain), (gst_osssink_change_state):
20785           Latest fixes for A/V sync, audio playback and such. This is about
20786           all... MPEG playback issues are mostly related to the async build-
20787           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20788
20789 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20790
20791         patch from: Stephane Loeuillet
20792
20793         * configure.ac:
20794           use pkg-config for some libraries, falling back to the old .m4 way
20795           (fixes #131270)
20796         * m4/libdv.m4:
20797           removed
20798
20799 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20800
20801         * configure.ac:
20802         * tools/Makefile.am:
20803         * tools/Makefile.in:
20804         * tools/gst-launch-ext-m.m:
20805         * tools/gst-launch-ext.1.in:
20806         * tools/gst-visualise-m.m:
20807         * tools/gst-visualise.1:
20808         * tools/gst-visualise.1.in:
20809           reorganizing generation of script tools
20810
20811 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20812
20813         * ext/divx/gstdivxdec.c:
20814           Downgrade priority. We prefer ffdec_mpeg4.
20815         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20816         (gst_faad_chain), (gst_faad_change_state):
20817           Fix capsnego. Doesn't work for some sounds because we don't have
20818           a 5:1 to stereo element.
20819         * ext/xvid/gstxvid.c: (plugin_init):
20820           Add priority.
20821         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20822         (gst_osssink_change_state):
20823           Add discont handling.
20824
20825 2004-03-09  Colin Walters  <walters@verbum.org>
20826
20827         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20828         conversion.
20829
20830 2004-03-09  Benjamin Otte  <otte@gnome.org>
20831
20832         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20833           the signals take 2 arguments
20834
20835 2004-03-09  David Schleef  <ds@schleef.org>
20836
20837         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20838         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20839         * ext/alsa/gstalsa.h:
20840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20841
20842 2004-03-09  Benjamin Otte  <otte@gnome.org>
20843
20844         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20845         (gst_mikmod_change_state):
20846         * ext/mikmod/gstmikmod.h:
20847           make mikmod's loop function not loop infinitely and call
20848           gst_element_yield anymore
20849         * gst/modplug/gstmodplug.cc:
20850           fix pad negotiation (fixes #136590)
20851
20852 2004-03-09  David Schleef  <ds@schleef.org>
20853
20854         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20855         doesn't conflict with the internal colorspace plugin.
20856         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20857         satisfy the crappy-ass shell shipped by a certain vendor.
20858         * gst/videofilter/make_filter: same (bug #135299)
20859
20860 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20861
20862         * configure.ac: bump nano to 1
20863
20864 === release 0.7.6 ===
20865
20866 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * configure.in: releasing 0.7.6, "There"
20869
20870 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20871
20872         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20873         * pkgconfig/gstreamer-play.pc.in:
20874           synchronize the two
20875
20876 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20877
20878         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20879         (cdparanoia_open), (cdparanoia_event):
20880           fix/add error handling
20881         * po/POTFILES.in:
20882           add cdparanoia source
20883         * tools/Makefile.am:
20884           make scripts executable
20885
20886 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20887
20888         * configure.ac:
20889         * ext/vorbis/Makefile.am:
20890         * sys/Makefile.am:
20891           remove id3types, vorbisfile and xvideosink from the build (#133783)
20892
20893 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20894
20895         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20896           Fix metadata read crash (#136537).
20897
20898 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20899
20900         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20901         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20902           adding mime types, fixing the one-stop function
20903
20904 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20905
20906         * ext/nas/nassink.c and /ext/nas/nassink.h:
20907         More NAS love from Arwed von Merkatz
20908         So lets all sing 'Can you feel the NAS tonight'
20909
20910 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20911
20912         * tools/gst-launch-ext.in:
20913         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20914
20915 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20916
20917         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20918         (gst_mpeg2dec_init):
20919         remove the user_data pad for now, because it is being used in
20920         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20921         If someone knows how to fix this properly, please do.
20922
20923 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20924
20925         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20926         (gst_osssink_get_time):
20927         add a warning, IMO this won't get triggered anymore, remove later
20928
20929 2004-03-07  David Schleef  <ds@schleef.org>
20930
20931         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20932         format (bug #136470)
20933
20934 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20935
20936         * gst-libs/Makefile.am:
20937         * gst-libs/gst/media-info/Makefile.am:
20938         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20939         (error_callback), (gst_media_info_error_create),
20940         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20941         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20942         * gst-libs/gst/media-info/media-info-priv.h:
20943         * gst-libs/gst/media-info/media-info-test.c: (main):
20944         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20945         (gst_media_info_class_init), (gst_media_info_instance_init),
20946         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20947         (gst_media_info_read_idler), (gst_media_info_read):
20948         * gst-libs/gst/media-info/media-info.h:
20949         fixed, should work now
20950
20951 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20952
20953         * ext/nas/nassink.c:
20954         A bunch of NAS fixes from Arwed von Merkatz
20955
20956 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20957
20958         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20959         (qtdemux_parse_trak):
20960           Fix crash (j might be greater than n_samples, in which case we're
20961           writing outside the allocated space for the array) and memleak.
20962
20963 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * sys/oss/gstosssink.c: (gst_osssink_chain):
20966           And another caller that couldn't handle delay < 0 (unsigned
20967           integer overflow). Video now continues playing on an audio
20968           buffer underrun, and the clock continues working. Audio still
20969           stalls.
20970
20971 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20974         (gst_osssink_get_time):
20975           get_delay() may return values lower than 0. In those cases, we
20976           should not actually cast to *unsigned* int64, that will break
20977           stuff horribly. In my case, it screwed up A/V sync in movies
20978           in totem rather badly.
20979
20980 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20981
20982         * ext/faac/gstfaac.c: (gst_faac_chain):
20983         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20984         * ext/libpng/gstpngenc.c: (user_write_data):
20985         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20986         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20987         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20988         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20989         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20990         of any buffer), should fix some leaks. I hope I didn't unref buffers
20991         that shouldn't be...
20992
20993 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20994
20995         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20996         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20997         (error_callback), (gmi_reset), (gmi_seek_to_track),
20998         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20999         (gmip_find_type_post), (gmip_find_stream_post),
21000         (gmip_find_track_streaminfo_post):
21001         * gst-libs/gst/media-info/media-info-priv.h:
21002         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
21003         (info_print), (main):
21004         * gst-libs/gst/media-info/media-info.c:
21005         (gst_media_info_error_create), (gst_media_info_error_element),
21006         (gst_media_info_instance_init), (gst_media_info_get_property),
21007         (gst_media_info_new), (gst_media_info_set_source),
21008         (gst_media_info_read_idler), (gst_media_info_read):
21009         * gst-libs/gst/media-info/media-info.h:
21010           first pass at making this work again.  This seems to work on
21011           tagged ogg/vorbis and mp3 files.
21012
21013 2004-03-06  Benjamin Otte  <otte@gnome.org>
21014
21015         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21016           fix huge leak: gst_buffer_merge doesn't unref the first argument
21017           itself.
21018
21019 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21020
21021         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
21022           report layer/mode/emphasis
21023
21024 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21025
21026         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
21027
21028 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21029
21030         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
21031           signal serial
21032
21033 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21034
21035         * ext/vorbis/vorbis.c: (plugin_init):
21036         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
21037         (gst_vorbis_dec_init), (vorbis_dec_event):
21038         add debug category
21039         make vorbisdec handle _BYTE and _TIME queries
21040
21041 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21042
21043         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
21044           from the xing header
21045
21046 2004-03-06  Benjamin Otte  <otte@gnome.org>
21047
21048         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
21049         (gst_audio_convert_link), (gst_audio_convert_change_state),
21050         (gst_audio_convert_buffer_from_default_format):
21051           do conversions from/to float correctly, fix some caps nego errors,
21052           export correct supported caps in template and getcaps, use correct
21053           caps in try_set_caps functions
21054
21055 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21056
21057         For some reason, I only committed a ChangeLog entry yesterday and
21058         not the corresponding code...
21059         * ext/mad/gstmad.c: Fix detection of Xing headers
21060         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21061
21062 2004-03-06  Benjamin Otte  <otte@gnome.org>
21063
21064         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
21065         (gst_ogg_demux_src_query):
21066           make sure to handle the case where there's no current chain
21067           gracefully.
21068
21069 2004-03-05  David Schleef  <ds@schleef.org>
21070
21071         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21072         Add fixate function. (bug #131128)
21073         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21074         (gst_sdlvideosink_fixate):  Add fixate function.
21075         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21076         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21077         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21078         Fix missing break that was causing ulaw to be interpreted as
21079         raw int.
21080
21081 2004-03-05  David Schleef  <ds@schleef.org>
21082
21083         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21084         Fix code that ignores return value of gst_buffer_merge().
21085         (bug #114560)
21086         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21087         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21088         * testsuite/gst-lint:  Check for above.
21089
21090 2004-03-05  David Schleef  <ds@schleef.org>
21091
21092         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21093         caps and throw an element error.  (bug #136334)
21094
21095 2004-03-05  David Schleef  <ds@schleef.org>
21096
21097         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21098         (gst_faad_chain): Fix negotiation.
21099         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21100         key and button events.
21101         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21102         dung heap of code.
21103         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21104         depends on gconf
21105         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21106         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21107         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21108         function to encourage better negotiation, particularly between
21109         audioconvert and osssink.
21110         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21111         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21112         more important.
21113         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21114         typefinding.
21115         * gst/vbidec/vbiscreen.c:  Add glib header
21116         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21117
21118 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21119
21120         * ext/mad/gstmad.c: Fix detection of Xing headers
21121         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21122
21123 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21124
21125         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21126         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21127           debug updates
21128
21129 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21130
21131         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21132         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21133         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21134         files, and report the parsed length as a GST_TAG_DURATION tag.
21135         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21136
21137 2004-03-05  Benjamin Otte  <otte@gnome.org>
21138
21139         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21140           convert channels correctly. convert correctly to unsigned.
21141
21142 2004-03-05  Julien MOUTTE <julien@moutte.net>
21143
21144         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21145         we have a window before clearing it.
21146
21147 2004-03-05  Julien MOUTTE <julien@moutte.net>
21148
21149         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21150         have a window before clearing it.
21151
21152 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21153
21154         * gconf/gstreamer.schemas.in:
21155         * gst-libs/gst/gconf/Makefile.am:
21156           version installation path the same way as for 0.6
21157         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21158         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21159         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21160           remove comment that was fixed
21161
21162 2004-03-05  David Schleef  <ds@schleef.org>
21163
21164         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21165         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21166         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21167         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21168         Add prototype code for handling seeking and querying.
21169
21170 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21171
21172         * examples/gstplay/player.c: (main):
21173           Initialize variables to NULL. Prevents a segfault because the
21174           (uninitialized) variable is not NULL, resulting in a crash on
21175           trying to reach error->message.
21176
21177 2004-03-05  Benjamin Otte  <otte@gnome.org>
21178
21179         * gst/audioconvert/gstaudioconvert.c:
21180         (gst_audio_convert_buffer_to_default_format):
21181         make float=>int conversion work correctly even in cornercases.
21182
21183 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21184
21185         * debian/README.Debian:
21186         * debian/build-deps:
21187         * debian/changelog:
21188         * debian/control:
21189         * debian/control.in:
21190         * debian/copyright:
21191         * debian/gstreamer-a52dec.files:
21192         * debian/gstreamer-aa.files:
21193         * debian/gstreamer-alsa.files:
21194         * debian/gstreamer-alsa.manpages:
21195         * debian/gstreamer-arts.files:
21196         * debian/gstreamer-artsd.files:
21197         * debian/gstreamer-audiofile.files:
21198         * debian/gstreamer-avifile.files:
21199         * debian/gstreamer-cdparanoia.files:
21200         * debian/gstreamer-colorspace.files:
21201         * debian/gstreamer-doc.files:
21202         * debian/gstreamer-dv.files:
21203         * debian/gstreamer-dvd.files:
21204         * debian/gstreamer-esd.files:
21205         * debian/gstreamer-festival.files:
21206         * debian/gstreamer-flac.files:
21207         * debian/gstreamer-gconf.conffiles:
21208         * debian/gstreamer-gconf.files:
21209         * debian/gstreamer-gconf.postinst:
21210         * debian/gstreamer-gnomevfs.files:
21211         * debian/gstreamer-gsm.files:
21212         * debian/gstreamer-http.files:
21213         * debian/gstreamer-jack.files:
21214         * debian/gstreamer-jpeg.files:
21215         * debian/gstreamer-mad.files:
21216         * debian/gstreamer-mikmod.files:
21217         * debian/gstreamer-misc.files:
21218         * debian/gstreamer-mpeg2dec.files:
21219         * debian/gstreamer-oss.files:
21220         * debian/gstreamer-plugin-apps.files:
21221         * debian/gstreamer-plugin-apps.manpages:
21222         * debian/gstreamer-plugin-libs-dev.files:
21223         * debian/gstreamer-plugin-libs.files:
21224         * debian/gstreamer-plugin-template.postinst:
21225         * debian/gstreamer-plugin-template.postrm:
21226         * debian/gstreamer-sdl.files:
21227         * debian/gstreamer-sid.files:
21228         * debian/gstreamer-vorbis.files:
21229         * debian/gstreamer-x.files:
21230         * debian/mk.control:
21231         * debian/rules:
21232         Debian package info not maintained here.
21233
21234 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21235
21236         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21237         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21238         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21239         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21240         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21241         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21242         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21243         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21244         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21245         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21246         * gst-libs/gst/colorbalance/colorbalance.c:
21247         (gst_color_balance_class_init):
21248         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21249         (gst_color_balance_channel_class_init):
21250         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21251         * gst-libs/gst/play/play.c: (gst_play_class_init):
21252         * gst-libs/gst/propertyprobe/propertyprobe.c:
21253         (gst_property_probe_iface_init):
21254         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21255         * gst-libs/gst/tuner/tunerchannel.c:
21256         (gst_tuner_channel_class_init):
21257         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21258         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21259         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21260         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21261         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21262         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21263         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21264         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21265         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21266           fix signals to use - instead of _
21267         * ext/libcaca/gstcacasink.h:
21268         * ext/sdl/sdlvideosink.h:
21269           fix header rename
21270
21271 2004-03-04  David Schleef  <ds@schleef.org>
21272
21273         * testsuite/gst-lint:  Add a check for bad signal names.
21274
21275 2004-03-04  <kost@imn.htwk-leipzig.de>
21276
21277         reviewed by David Schleef
21278
21279         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21280         modified the alpha channel and caused a warning. (bug #136192)
21281
21282 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21283
21284         * gst-plugins.spec.in:
21285         Change names of plugins to actually be correct. Try to keep things
21286         alphabetical to avoid getting beat up by Thomas
21287
21288 2004-03-03  Julien MOUTTE <julien@moutte.net>
21289
21290         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21291         Using ximagesink as a default if no gconf key found. We should
21292         probably consider using alsasink instead of osssink for the audio
21293         part.
21294
21295 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21296
21297         * configure.ac:
21298           fix --with-plugins, don't think it ever worked before
21299         * gst-plugins.spec.in:
21300           even more updates
21301
21302 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21303
21304         * ext/sdl/sdlvideosink.h:
21305         * sys/ximage/ximagesink.h:
21306         * sys/xvideo/xvideosink.h:
21307         * sys/xvimage/xvimagesink.h:
21308           Fix for move of gstvideosink.h -> videosink.h.
21309
21310 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21311
21312         * gst-libs/gst/xwindowlistener/Makefile.am:
21313           this is a plugin library, not a library
21314
21315 2004-03-01  David Schleef  <ds@schleef.org>
21316
21317         * AUTHORS:  Added some names.  Add yourself if you're still
21318         missing.
21319
21320 2004-03-01  David Schleef  <ds@schleef.org>
21321
21322         * MAINTAINERS: Add
21323
21324 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21325
21326         * gst-plugins.spec.in: clean up spec file
21327
21328 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21329
21330         * gst-libs/gst/video/Makefile.am:
21331         * gst-libs/gst/video/gstvideosink.c:
21332         * gst-libs/gst/video/gstvideosink.h:
21333           rename gstvideosink.h to videosink.h to match other headers
21334         * gst/mixmatrix/Makefile.am:
21335           fix plugin filename
21336         * gst/tags/Makefile.am: fix plugin filename
21337
21338 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21339
21340         * gst/tags/Makefile.am: fix plugin filename
21341
21342 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21343
21344         * examples/gstplay/player.c: (got_time_tick), (main):
21345           add error handler
21346           display time_tick more readably
21347         * gst/mixmatrix/Makefile.am:
21348           fix plugin file name
21349
21350 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21351
21352         * sys/oss/gstosselement.c: (gst_osselement_probe),
21353         (device_combination_append), (gst_osselement_class_probe_devices):
21354         * sys/oss/gstosselement.h:
21355           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21356           on my system using alsa oss emulation, fixes bug #135597
21357
21358 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21359
21360         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21361         (gst_videodrop_chain), (gst_videodrop_change_state):
21362         * gst/videodrop/gstvideodrop.h:
21363           Work based on timestamp of input data, not based on the expected
21364           framerate from the input. The consequence is that this element now
21365           not only scales framerates, but also functions as a framerate
21366           corrector or framerate stabilizer/constantizer.
21367
21368 2004-02-27  David Schleef  <ds@schleef.org>
21369
21370         patches from jmmv@menta.net (Julio M. Merino Vidal)
21371
21372         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21373         GST_ELEMENT_ERROR call (bug #135634)
21374         * gst/interleave/interleave.c: (interleave_buffered_loop),
21375         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21376         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21377         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21378         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21379         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21380         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21381         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21382         Fix GST_ELEMENT_ERROR call.
21383         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21384         GST_ELEMENT_ERROR call.
21385
21386 2004-02-27  Benjamin Otte  <otte@gnome.org>
21387
21388         * gst-libs/gst/audio/audio.h:
21389           add macro to make sure header isn't included twice
21390         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21391           don't use gst_buffer_free
21392         * gst/playondemand/filter.func:
21393           don't use gst_data_free. Free data only once.
21394
21395 2004-02-26  David Schleef  <ds@schleef.org>
21396
21397         * gst-libs/gst/colorbalance/Makefile.am:
21398         * gst-libs/gst/mixer/Makefile.am:
21399         * gst-libs/gst/tuner/Makefile.am:
21400         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21401         should not be disted, -marshal.h files should not be installed,
21402         and -enum.h files _should_ be installed.  Fix to make this the
21403         case.
21404
21405 === release 0.7.5 ===
21406
21407 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21408
21409         * configure.ac: release 0.7.5, "Under The Sea"
21410
21411 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21412
21413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21414         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21415         * gst/videoscale/gstvideoscale.c:
21416         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21417           assorted debug/warning fixes
21418
21419 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21420
21421         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21422         (gst_videoscale_init), (gst_videoscale_chain),
21423         (gst_videoscale_set_property), (plugin_init):
21424         * gst/videoscale/gstvideoscale.h:
21425         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21426         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21427         (gst_videoscale_planar400), (gst_videoscale_packed422),
21428         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21429         (gst_videoscale_24bit), (gst_videoscale_16bit),
21430         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21431         (gst_videoscale_scale_plane_slow),
21432         (gst_videoscale_scale_point_sample),
21433         (gst_videoscale_scale_nearest),
21434         (gst_videoscale_scale_nearest_str2),
21435         (gst_videoscale_scale_nearest_str4),
21436         (gst_videoscale_scale_nearest_32bit),
21437         (gst_videoscale_scale_nearest_24bit),
21438         (gst_videoscale_scale_nearest_16bit):
21439         add debugging category and use it properly
21440         fix use of GST_PTR_FORMAT
21441
21442 2004-02-25  Andy Wingo  <wingo@pobox.com>
21443
21444         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21445         push only when channel->buffer is NULL. Prevents segfaults doing
21446         the state change after a nonlocal exit, like a scheme exception.
21447
21448         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21449         Handle the case where the intersected caps is empty.
21450
21451 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21452
21453         * gst/law/mulaw-decode.c: (mulawdec_link):
21454         * gst/law/mulaw.c: (plugin_init):
21455           fix mulawdec so it actually works again
21456
21457 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21458
21459         reviewed by: David Schleef  <ds@schleef.org>
21460
21461         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21462         (gst_gamma_init), (gst_gamma_set_property),
21463         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21464         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21465         for RGB, with separate r g and b correction factors. (#131167)
21466
21467 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21468
21469         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21470           only signal tags for bitrate if they're > 0 (#134894)
21471
21472 2004-02-24  David Schleef  <ds@schleef.org>
21473
21474         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21475         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21476         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21477         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21478         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21479         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21480         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21481         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21482         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21483         category.  Attempt to fix timestamp calculation.
21484
21485 2004-02-24  Johan Dahlin  <johan@gnome.org>
21486
21487         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21488
21489 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21490
21491         * configure.ac:
21492         * gconf/Makefile.am:
21493         * gconf/gstreamer.schemas:
21494         * gst-libs/gst/gconf/Makefile.am:
21495         * gst-libs/gst/gconf/gconf.c:
21496           version gconf schemas and install locations
21497
21498 2004-02-23  Benjamin Otte  <otte@gnome.org>
21499
21500         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21501         (gst_xine_input_subclass_init):
21502           call parent dispose.
21503           change pad template for CD reader correctly
21504         * ext/xine/Makefile.am:
21505         * ext/xine/gstxine.h:
21506         * ext/xine/xine.c: (plugin_init):
21507         * ext/xine/xineaudiosink.c:
21508           wrap audio sinks, too
21509         * gst-libs/gst/resample/private.h:
21510         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21511         (gst_resample_reinit), (gst_resample_scale),
21512         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21513         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21514         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21515         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21516         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21517         * gst-libs/gst/resample/resample.h:
21518         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21519         (gst_audioscale_class_init), (gst_audioscale_link),
21520         (gst_audioscale_get_buffer), (gst_audioscale_init),
21521         (gst_audioscale_chain), (gst_audioscale_set_property),
21522         (gst_audioscale_get_property):
21523         * gst/audioscale/gstaudioscale.h:
21524           s/resample_*/gst_resample_*/i to not clobber namespaces
21525
21526 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21527
21528         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21529         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21530         (gst_riff_create_video_template_caps),
21531         (gst_riff_create_audio_template_caps),
21532         (gst_riff_create_iavs_template_caps):
21533         * gst-libs/gst/riff/riff-media.h:
21534         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21535         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21536         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21537         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21539         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21540         (gst_matroska_demux_plugin_init): First batch implementing audio and
21541         video codec tags in demuxers.
21542
21543 2004-02-22  Benjamin Otte  <otte@gnome.org>
21544
21545         * ext/xine/Makefile.am:
21546         * ext/xine/gstxine.h:
21547         * ext/xine/xine.c: (plugin_init):
21548         * ext/xine/xineinput.c:
21549           add input plugin wrapper. Playback from files, http, mms and cdda
21550           works.
21551         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21552           remove leftover G_GNUC_UNUSED
21553         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21554         (gst_asf_demux_identify_guid):
21555           improve debugging output
21556
21557 2004-02-22  Benjamin Otte  <otte@gnome.org>
21558
21559         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21560
21561         * autogen.sh:
21562           replace test -e with test -x for mkinstalldirs to be more portable.
21563           (fixes #134816)
21564
21565 2004-02-22  Benjamin Otte  <otte@gnome.org>
21566
21567         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21568
21569         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21570           set rank to PRIMARY
21571         * gst/volume/gstvolume.c: (plugin_init):
21572           set rank to NONE
21573         fixes #134960
21574
21575 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21576
21577         reviewed by Benjamin Otte  <otte@gnome.org>
21578
21579         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21580           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21581
21582 2004-02-22  Benjamin Otte  <otte@gnome.org>
21583
21584         * configure.ac:
21585           export [_]*{gst,Gst,GST}.* symbols from plugins
21586
21587 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21588
21589         reviewed by: Benjamin Otte  <otte@gnome.org>
21590
21591         * ext/lame/gstlame.c: (add_one_tag):
21592         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21593         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21594         (gst_vorbisenc_metadata_set1):
21595         * gst/tags/gstid3tag.c:
21596         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21597           apply fixes from bugs #135042 (lame can't write tags) and #133817
21598           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21599
21600 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21601
21602         * configure.ac: Export only gst_plugin_desc from plugins.
21603          Note that this change only makes any effect with Linux using libtool
21604          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21605          fine. And don't try to have several versions of libtool in different
21606          directories.
21607
21608 2004-02-20  Andy Wingo  <wingo@pobox.com>
21609
21610         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21611         interleave respectively.
21612
21613         * gst/interleave/deinterleave.c: New plugin: deinterleave
21614         (replaces on oneton).
21615         * gst/interleave/interleave.c: New plugin: interleave.
21616         * gst/interleave/plugin.h: Support file.
21617         * gst/interleave/plugin.c: Support file.
21618
21619         * configure.ac: Remove intfloat and oneton, add interleave.
21620
21621         * ext/sndfile/gstsf.c: Handle events better.
21622
21623         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21624         and float2int operation. int2float has scheduling problems as
21625         noted in in2float_chain.
21626
21627 2004-02-20  Benjamin Otte  <otte@gnome.org>
21628
21629         * ext/xine/Makefile.am:
21630         * ext/xine/gstxine.h:
21631         * ext/xine/xine.c:
21632         * ext/xine/xineaudiodec.c:
21633         * ext/xine/xinecaps.c:
21634           add first version of xine plugin wrapper. Currently only wraps the
21635           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21636         * configure.ac:
21637         * ext/Makefile.am:
21638           add xine plugin wrapper, disabled by default. Use --enable-xine to
21639           build. Note that it'll segfault on gst-register if you don't remove
21640           the goom and tvtime post plugins from xine.
21641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21642         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21643           add extradata parsing for QDM2.
21644           change around debugging prints.
21645
21646 2004-02-19  Benjamin Otte  <otte@gnome.org>
21647
21648         * ext/lame/gstlame.c: (gst_lame_chain):
21649         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21650           use gst_tag_list_insert when you want to insert tags
21651
21652 2004-02-18  David Schleef  <ds@schleef.org>
21653
21654         * configure.ac:  Move massink to gst-rotten
21655         * ext/Makefile.am:
21656         * ext/mas/Makefile.am:
21657         * ext/mas/massink.c:
21658         * ext/mas/massink.h:
21659
21660 2004-02-18  David Schleef  <ds@schleef.org>
21661
21662         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21663         typefinding, since it seems to be worse than nothing.
21664         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21665         atom to recognize .mp4 and .m4a files as video/quicktime.
21666
21667 2004-02-18  David Schleef  <ds@schleef.org>
21668
21669         * gst/sine/demo-dparams.c: (quit_live),
21670         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21671         Use double dparams, not float.
21672         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21673         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21674         sync'd elements don't really work correctly.
21675         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21676         (volume_update_volume), (volume_get_property):  Change dparam
21677         to double.
21678
21679 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21680
21681         * sys/ximage/ximagesink.c:
21682         (gst_ximagesink_xwindow_update_geometry),
21683         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21684         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21685         (gst_ximagesink_init): Rework the way software video scaling works. So
21686         now we check on each chain call if the video frames are feeling the
21687         window. If not we try to renegotiate caps. On failure we memorize that
21688         and we won't try again for that PLAYING sessions.
21689         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21690         failure.
21691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21692         synchronous flag.
21693
21694 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21695
21696         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21697           break up _link so we can give a better debug message for errors
21698
21699 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21700
21701         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21702           set up debug category
21703
21704 2004-02-18  Julien MOUTTE <julien@moutte.net>
21705
21706         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21707         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21708         the way renegotiation work. The event handling function is not taking
21709         care of external windows and renegotiate method check for pad flags
21710         NEGOTIATING. Should fix : #133209
21711
21712 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21713
21714         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21715         pad is negotiating before trying renegotiation.
21716
21717 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21718
21719         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21720           pass on all possible mime types as typefind hints
21721
21722 2004-02-17  Julien MOUTTE <julien@moutte.net>
21723
21724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21726         possible SHM leak if we crash. All other apps using XShm are doing
21727         that.
21728
21729 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21730
21731         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21732         (gst_ximagesink_expose): Renegotiate size on expose.
21733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21734         size on expose.
21735
21736 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21737
21738         * testsuite/alsa/sinesrc.c:
21739           cosmetic fix to fix compile issue with gcc 2.95.4
21740
21741 2004-02-16  Julien MOUTTE <julien@moutte.net>
21742
21743         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21744         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21745         failed opening the audio device.
21746         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21747         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21748         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21749         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21750         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21751         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21752         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21753         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21754         Removing some useless g_return_if_fail like wingo suggested.
21755         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21756         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21757         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21758         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21759         (gst_xvimagesink_update_colorbalance),
21760         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21761         (gst_xvimagesink_xcontext_clear),
21762         (gst_xvimagesink_get_fourcc_from_caps),
21763         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21764         (gst_xvimagesink_set_xwindow_id),
21765         (gst_xvimagesink_colorbalance_list_channels),
21766         (gst_xvimagesink_colorbalance_set_value),
21767         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21768         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21769
21770 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21771
21772         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21773           throw error when not negotiated instead of asserting
21774
21775 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21776
21777         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21778         correct data refcounting.
21779
21780 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21781
21782         * gst/switch/gstswitch.c: (gst_switch_change_state),
21783         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21784         change, mostly the EOS flag.
21785
21786 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21787
21788         * examples/gstplay/player.c: (got_eos), (main): Adding some
21789         output for debugging.
21790         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21791         timeouts if we go to any state different from PLAYING.
21792         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21793         more EOS bugs in riff lib.
21794
21795 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21796
21797         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21798         visualization until i find a way to fix switch correctly.
21799         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21800         EOS arrives.
21801         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21802         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21803         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21804         Reworked switch to get a more correct behaviour with events and refing
21805         of data stored in sinkpads.
21806         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21807         we don't pull from a pad in EOS.
21808
21809 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21810
21811         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21812           remove v1 tag even if we can't read it (makes sure we don't detect
21813           it again)
21814
21815 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21816
21817         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21818         (gst_alsa_xrun_recovery):
21819         * ext/alsa/gstalsa.h:
21820           try xrun recovery when wait failed. Make xrun recovery function
21821           return TRUE/FALSE to indicate success. (might fix #134354)
21822
21823 2004-02-13  David Schleef  <ds@schleef.org>
21824
21825         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21826         (dynparm_value_changed), (main): Convert from float to double.
21827         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21828
21829 2004-02-13  David Schleef  <ds@schleef.org>
21830
21831         * gst/silence/gstsilence.c: (gst_silence_class_init),
21832         (gst_silence_set_clock), (gst_silence_get),
21833         (gst_silence_set_property), (gst_silence_get_property):
21834         * gst/silence/gstsilence.h: Add sync property.
21835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21836         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21837         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21838         * gst/sine/gstsinesrc.h: Add sync property.
21839
21840 2004-02-13  David Schleef  <ds@schleef.org>
21841
21842         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21843         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21844
21845 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21846
21847         * configure.ac:
21848         * ext/Makefile.am:
21849         * gst-libs/ext/Makefile.am:
21850           move ffmpeg plugin to gst-ffmpeg module
21851
21852 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21853
21854         * configure.ac: use GST_ARCH to detect architecture
21855
21856 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21857
21858         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21859
21860 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21861
21862         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21863           classify LADSPA plugins based on number of src/sink pads
21864           (#133663, Stefan Kost)
21865         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21866           fix dparams registration
21867           (#133528, Stefan Kost)
21868         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21869           fix use of isprint and use g_ascii_isprint instead
21870           (#133316, Stefan Kost)
21871
21872 2004-02-11  David Schleef  <ds@schleef.org>
21873
21874         Convert a few inner loops to use liboil.  This is currently
21875         optional, and is only enabled if liboil is present (duh!).
21876         * configure.ac: Check for liboil-0.1
21877         * gst/intfloat/Makefile.am:
21878         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21879         (gst_int2float_chain_gint16):
21880         * gst/videofilter/Makefile.am:
21881         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21882         (tablelookup_u8), (gst_videobalance_planar411):
21883         * gst/videotestsrc/Makefile.am:
21884         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21885         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21886         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21887         (paint_hline_RGB565), (paint_hline_xRGB1555):
21888
21889 2004-02-11  David Schleef  <ds@schleef.org>
21890
21891         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21892         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21893         (gst_colorspace_getcaps), (gst_colorspace_link),
21894         (gst_colorspace_base_init), (gst_colorspace_init),
21895         (gst_colorspace_chain), (gst_colorspace_change_state),
21896         (plugin_init): Merge Ronald's patch (bug #117897) and update
21897         for new caps and negotiation.  Seems to work, although it
21898         shows off bugs in lcs.
21899
21900 2004-02-11  David Schleef  <ds@schleef.org>
21901
21902         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21903         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21904
21905 2004-02-11  David Schleef  <ds@schleef.org>
21906
21907         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21908         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21909         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21910         Add server and port properties
21911
21912 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * m4/a52.m4:
21915         * m4/aalib.m4:
21916         * m4/as-ffmpeg.m4:
21917         * m4/as-liblame.m4:
21918         * m4/as-slurp-ffmpeg.m4:
21919         * m4/check-libheader.m4:
21920         * m4/esd.m4:
21921         * m4/freetype2.m4:
21922         * m4/gconf-2.m4:
21923         * m4/glib.m4:
21924         * m4/gst-alsa.m4:
21925         * m4/gst-artsc.m4:
21926         * m4/gst-ivorbis.m4:
21927         * m4/gst-matroska.m4:
21928         * m4/gst-sdl.m4:
21929         * m4/gst-shout2.m4:
21930         * m4/gst-sid.m4:
21931         * m4/gtk.m4:
21932         * m4/libdv.m4:
21933         * m4/libfame.m4:
21934         * m4/libmikmod.m4:
21935         * m4/ogg.m4:
21936         * m4/vorbis.m4:
21937           fix underquotedness of macros (#133800)
21938         * m4/as-avifile.m4:
21939         * m4/xmms.m4:
21940           removed because no longer used
21941
21942 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21943
21944         * configure.ac:
21945           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21946           by autopoint (fixes #132996)
21947
21948 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21949
21950         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21951         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21952         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21953         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21954           fix memleaks
21955
21956 2004-02-11  David Schleef  <ds@schleef.org>
21957
21958         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21959         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21960         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21961         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21962         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21963         (gst_jpegenc_class_init), (gst_jpegenc_init),
21964         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21965         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21966         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21967         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21968
21969 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21970
21971         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21972         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21973         * ext/mikmod/gstmikmod.h:
21974           fix caps negotiation in mikmod
21975         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21976           output debug information
21977
21978 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21979
21980         * gst-libs/gst/colorbalance/Makefile.am:
21981         * gst-libs/gst/navigation/Makefile.am:
21982         * gst-libs/gst/xoverlay/Makefile.am:
21983           remove unused GST_OPT_CFLAGS from Makefiles
21984           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21985
21986 2004-02-07  David Schleef  <ds@schleef.org>
21987
21988         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21989         push events to pads that haven't been created (#133508)
21990
21991 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21992
21993         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21994         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21995         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21996         (gst_dvdec_loop), (gst_dvdec_change_state):
21997         Second attempt at committing a working dvdec element.
21998
21999 2004-02-06  David Schleef  <ds@schleef.org>
22000
22001         Build fixes for OS X: (see #129600)
22002         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
22003         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
22004         (gst_riff_read_strf_iavs):
22005         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22006         (gst_avi_demux_stream_odml):
22007         * gst/playondemand/Makefile.am:
22008         * gst/rtp/rtp-packet.c:
22009
22010 2004-02-05  David Schleef  <ds@schleef.org>
22011
22012         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
22013         last change, because it Just Doesn't Compile.
22014
22015 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22016
22017         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
22018           skip undecodable id3v2 tag instead of keeping it
22019
22020 2004-02-05  David Schleef  <ds@schleef.org>
22021
22022         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
22023         Unref leaked buffer.  (Noticed by Ronald)
22024
22025 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
22026
22027         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22028         Sync requires with other checks.  >= vs =.
22029
22030 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
22031
22032         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
22033         (gst_dvdec_video_link), (gst_dvdec_loop):
22034         * ext/dv/gstdvdec.h:
22035           rework the caps negotiation so that dvdec works again instead
22036           of just segfaulting.
22037
22038 === release 0.7.4 ===
22039
22040 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
22041
22042         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
22043         * configure.ac: changed for release
22044
22045 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22046
22047         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
22048         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
22049         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
22050         * pkgconfig/gstreamer-play-uninstalled.pc.in:
22051           reworked patch by David Lehn to fix libdir and includedir for
22052           uninstalled libraries
22053           removed play and gconf from gstreamer-libs since they have their
22054           own pkgconfig files
22055
22056 2004-02-04  David Schleef  <ds@schleef.org>
22057
22058         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
22059         memleak.
22060
22061 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22062
22063         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22064           use correct GST_TAG_ENCODER tag
22065
22066 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22067
22068         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22069           be sure to stop the clock when going to paused
22070         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22071           reset number of transmitted when going to ready.
22072         fixes #132935
22073
22074 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22075
22076         reviewed by Benjamin Otte
22077
22078         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22079           extract track count (fixes #133410)
22080
22081 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22082
22083         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22084           that should be !=, not == (fixes #132519)
22085
22086 2004-02-04  David Schleef  <ds@schleef.org>
22087
22088         Make sure set_explicit_caps() is called before adding pad.
22089         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22090         * gst/id3/gstid3types.c: (gst_id3types_loop):
22091         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22092         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22093
22094 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * configure.ac:
22097           bump nano to 2, first prerelease
22098           put back AM_PROG_LIBTOOL
22099
22100 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22101
22102         * testsuite/alsa/Makefile.am:
22103           these are user test apps, not automatic testsuite tests
22104
22105 2004-02-04  David Schleef  <ds@schleef.org>
22106
22107         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22108         * gst/mpeg1videoparse/gstmp1videoparse.c:
22109         (mp1videoparse_parse_seq):
22110         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22111         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22112         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22113         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22114         (gst_xvideosink_getcaps):
22115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22116         * testsuite/gst-lint: more tests
22117
22118 2004-02-04  David Schleef  <ds@schleef.org>
22119
22120         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22121         with the code that they would expand to.
22122         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22123         (gst_flacdec_get_src_query_types),
22124         (gst_flacdec_get_src_event_masks):
22125         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22126         (gst_gnomevfssrc_get_query_types),
22127         (gst_gnomevfssrc_get_event_mask):
22128
22129 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22130
22131         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22132         (gst_sinesrc_dispose):
22133           fix memleak by properly disposing sinesrc
22134
22135 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22136
22137         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22138         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22139         an overlay to redraw the image because it has been exposed.
22140         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22141         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22142         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22143         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22144         interface
22145         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22146         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22147         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22148         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22149         interface
22150
22151 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22152
22153         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22154           more memleak fixage
22155
22156 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22157
22158         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22159         * gst/typefind/gsttypefindfunctions.c:
22160           fix memleaks shown by gst-typefind
22161
22162 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22163
22164         * common/glib-gen.mak:
22165           add hack rule to touch .Plo files
22166         * gst-libs/gst/colorbalance/Makefile.am:
22167         * gst-libs/gst/mixer/Makefile.am:
22168         * gst-libs/gst/play/Makefile.am:
22169         * gst-libs/gst/tuner/Makefile.am:
22170           remove glib_root variable
22171
22172 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22173
22174         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22175           set explicit caps before adding the element, so the autopluggers can
22176           plug correctly.
22177         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22178         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22179         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22180         (dv_type_find):
22181           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22182           argument.
22183
22184 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22185
22186         * gst-libs/gst/colorbalance/Makefile.am:
22187         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22188         * gst-libs/gst/colorbalance/colorbalance.c:
22189         * gst-libs/gst/colorbalance/colorbalance.h:
22190         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22191         * gst-libs/gst/mixer/Makefile.am:
22192         * gst-libs/gst/mixer/mixer-marshal.list:
22193         * gst-libs/gst/mixer/mixer.c:
22194         * gst-libs/gst/mixer/mixer.h:
22195         * gst-libs/gst/mixer/mixermarshal.list:
22196         * gst-libs/gst/play/Makefile.am:
22197         * gst-libs/gst/play/play.h:
22198         * gst-libs/gst/tuner/Makefile.am:
22199         * gst-libs/gst/tuner/tuner-marshal.list:
22200         * gst-libs/gst/tuner/tuner.c:
22201         * gst-libs/gst/tuner/tuner.h:
22202         * gst-libs/gst/tuner/tunermarshal.list:
22203           use new glib-gen.mak snippet to clean up Makefile.am
22204           fix various bugs in Makefile.am's
22205
22206 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22207
22208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22209           handle chain parsing correctly in the multichain case
22210         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22211         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22212         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22213         (theora_dec_chain):
22214           handle events and queries correctly
22215
22216 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22217
22218         * .cvsignore:
22219         Ignore generated file _stdint.h.
22220
22221 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22222
22223         * gst-libs/gst/colorbalance/Makefile.am:
22224         * gst-libs/gst/colorbalance/colorbalance.h:
22225         * gst-libs/gst/mixer/Makefile.am:
22226         * gst-libs/gst/mixer/mixer.h:
22227         * gst-libs/gst/play/Makefile.am:
22228         * gst-libs/gst/play/play.h:
22229         * gst-libs/gst/tuner/Makefile.am:
22230         * gst-libs/gst/tuner/tuner.h:
22231         Generate enum type code with glib-mkenums.
22232         * gst-libs/gst/colorbalance/.cvsignore:
22233         * gst-libs/gst/mixer/.cvsignore:
22234         * gst-libs/gst/play/.cvsignore:
22235         * gst-libs/gst/tuner/.cvsignore:
22236         Ignore generated files.
22237
22238 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22239
22240         * gst-libs/gst/audio/.cvsignore:
22241         Ignore generated file.
22242         * gst-libs/gst/audio/Makefile.am:
22243         Do not install example filter.
22244
22245 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22246
22247         * examples/switch/.cvsignore:
22248         Ignore generated file.
22249
22250 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22251
22252         * common/m4/ax_create_stdint_h.m4:
22253         * configure.ac:
22254           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22255           _stdint.h.
22256         * Makefile.am:
22257           remove generated _stdint.h in DISTCLEANFILES
22258         * ext/a52dec/gsta52dec.c:
22259           include _stdint.h for a52dec. (should fix #133064)
22260
22261 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22262
22263         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22264         (gst_tag_to_vorbis_comments):
22265         Add replaygain support to vorbistag
22266
22267 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22268         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22269         (gst_ffmpeg_caps_to_extradata):
22270           Fix SVQ3 caps flag properties
22271           Use glib macro for bytes swap
22272
22273 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22274
22275         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22276         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22277         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22278         * ext/sndfile/gstsf.c: (plugin_init):
22279         * gst/avi/gstavi.c: (plugin_init):
22280         * sys/dxr3/dxr3init.c: (plugin_init):
22281         * sys/oss/gstossaudio.c: (plugin_init):
22282         * sys/v4l/gstv4l.c: (plugin_init):
22283         * sys/v4l2/gstv4l2.c: (plugin_init):
22284           remove textdomain calls
22285         * po/nl.po:
22286           update Dutch translation
22287
22288 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22289
22290         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22291         (gst_play_set_audio_sink): Moving volume in the audio thread for
22292         instantaneous volume change. Maybe i will add another volume in front
22293         of visualization later, not sure yet though.
22294
22295 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22296
22297         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22298         (gst_ximagesink_handle_xevents): Better X events handling, only take
22299         the latest events for configure and motion.
22300         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22301
22302 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22303
22304         reviewed by: David Schleef  <ds@schleef.org>
22305
22306         Fix memory leaks:
22307         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22308         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22309
22310 2004-02-02  David Schleef  <ds@schleef.org>
22311
22312         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22313         of lines.
22314         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22315         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22316         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22317         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22318         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22319         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22320         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22321         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22322         (gst_float2_2_int_link):
22323         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22324         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22325         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22326         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22327         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22328         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22329         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22330         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22331         * testsuite/gst-lint: Add tests for bzero and ;;
22332
22333 2004-02-02  David Schleef  <ds@schleef.org>
22334
22335         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22336
22337 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22338
22339         * ext/aalib/gstaasink.c: (gst_aasink_open):
22340         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22341         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22342         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22343         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22344         (gst_afsink_close_file):
22345         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22346         (gst_afsrc_close_file):
22347         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22348         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22349         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22350         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22351         * ext/esd/esdmon.c: (gst_esdmon_get):
22352         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22353         * ext/faac/gstfaac.c: (gst_faac_chain):
22354         * ext/faad/gstfaad.c: (gst_faad_chain):
22355         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22356         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22357         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22358         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22359         (gst_flacdec_loop):
22360         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22361         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22362         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22363         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22364         (gst_gnomevfssink_close_file):
22365         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22366         (gst_gnomevfssrc_open_file):
22367         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22368         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22369         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22370         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22371         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22372         * ext/mad/gstmad.c: (gst_mad_chain):
22373         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22374         * ext/mpeg2dec/gstmpeg2dec.c:
22375         * ext/mpeg2enc/gstmpeg2enc.cc:
22376         * ext/mplex/gstmplex.cc:
22377         * ext/mplex/gstmplexibitstream.cc:
22378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22379         (gst_ogg_demux_push):
22380         * ext/raw1394/gstdv1394src.c:
22381         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22382         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22383         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22384         (gst_sf_loop):
22385         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22386         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22387         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22388         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22390         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22391         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22392         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22393         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22394         (gst_riff_read_element_data), (gst_riff_read_seek),
22395         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22396         * gst/adder/gstadder.c: (gst_adder_loop):
22397         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22398         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22399         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22400         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22401         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22402         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22403         * gst/goom/gstgoom.c: (gst_goom_chain):
22404         * gst/id3/gstid3types.c: (gst_id3types_loop):
22405         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22406         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22407         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22408         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22409         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22410         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22411         (gst_ebml_read_float), (gst_ebml_read_header):
22412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22413         (gst_matroska_demux_parse_blockgroup):
22414         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22415         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22416         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22417         * gst/silence/gstsilence.c: (gst_silence_get):
22418         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22419         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22420         * gst/speed/gstspeed.c: (speed_loop):
22421         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22423         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22424         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22425         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22426         (gst_wavparse_loop):
22427         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22428         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22429         (dxr3audiosink_close):
22430         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22431         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22432         (dxr3videosink_close), (dxr3videosink_write_data):
22433         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22434         * sys/oss/gstosssink.c: (gst_osssink_chain):
22435         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22436         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22439         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22440         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22441         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22442         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22443         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22444         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22445         (gst_v4l_set_audio):
22446         * sys/v4l/v4l_calls.h:
22447         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22448         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22449         (gst_v4lmjpegsink_playback_init),
22450         (gst_v4lmjpegsink_playback_start):
22451         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22452         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22453         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22454         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22455         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22456         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22457         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22458         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22459         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22460         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22461         (gst_v4l2_get_output), (gst_v4l2_set_output),
22462         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22463         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22464         (gst_v4l2_set_attribute):
22465         * sys/v4l2/v4l2_calls.h:
22466         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22467         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22468         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22469         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22470         (gst_v4l2src_capture_stop):
22471         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22472         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22473         (gst_ximagesink_chain):
22474         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22475         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22476         (gst_xvideosink_xwindow_new):
22477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22478         (gst_xvimagesink_chain):
22479
22480 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22481
22482         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22483         (gst_volume_get_volume), (volume_class_init), (volume_init),
22484         (volume_chain_int16), (volume_update_volume):
22485         * gst/volume/gstvolume.h:
22486           make code more readable by removing magic numbers
22487           make mixer interface export 0-100 range
22488           make it internally map to 0.0-1.0 range so users don't distort
22489           output by putting the sliders at full volume
22490
22491 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22492
22493         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22494         (gst_play_state_change), (gst_play_seek_to_time):
22495         block the tick callback for 0.5 secs after doing a seek
22496
22497 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22498
22499         * gst-libs/gst/play/play.c: (gst_play_new):
22500           check for GError
22501
22502 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22503
22504         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22505         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22506         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22507         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22509         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22510
22511 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22512
22513         * configure.ac:
22514         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22515           check for a function added in vorbis 1.1
22516
22517 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22518
22519         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22520         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22521           really start/stop clock only on PLAYING <=> PAUSED
22522         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22523           remove \n from debugging lines
22524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22525           make it work when seeking does not
22526         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22527           reset on DISCONT
22528
22529 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22530
22531         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22532           start clock on PAUSED=>PLAYING, not later
22533         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22534           extract correct time for different discont formats
22535         (gst_alsa_sink_get_time):
22536           don't segfault when no format is negotiated yet, just return 0
22537         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22538         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22539         (gst_ogg_pad_push):
22540           handle flush and discont events correctly
22541         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22542           handle discont events correctly
22543
22544 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22545
22546         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22547         (gst_play_error_create), (gst_play_error_plugin),
22548         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22549         * gst-libs/gst/play/play.h:
22550           add error handling during creation
22551         * examples/gstplay/player.c: (main):
22552           use new gst_play_new
22553
22554
22555 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22556
22557         * ext/theora/theoradec.c: (theora_dec_chain):
22558           make comments work
22559         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22560         (vorbis_dec_src_event), (vorbis_dec_chain):
22561           add encoder tag, fix tag reading to be more error tolerant, change
22562           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22563           gst_pad_event_default.
22564         * gst/tags/gstvorbistag.c:
22565         (gst_tag_list_from_vorbiscomment_buffer):
22566           undefine function specific define at end of function
22567
22568 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22569
22570         * ext/flac/gstflac.c: (plugin_init):
22571         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22572         * ext/flac/gstflacdec.h:
22573         * ext/flac/gstflacenc.h:
22574           Fix typos
22575
22576 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22577
22578         * examples/gstplay/player.c: s/gstplay.h/play.h/
22579
22580 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22581
22582         * gst-libs/gst/play/Makefile.am:
22583         * gst-libs/gst/play/gstplay.c:
22584         * gst-libs/gst/play/gstplay.h:
22585         * gst-libs/gst/play/play.c:
22586           more surgery, operation complete
22587
22588 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22589
22590         * gst-libs/gst/play/play.old.c:
22591         * gst-libs/gst/play/play.old.h:
22592           after CVS surgery by moving, remove
22593         * gst-libs/gst/play/playpipelines.c:
22594           remove
22595
22596         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22597           add negotiation error
22598
22599 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22600
22601         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22602         (gst_ogg_demux_push):
22603           add some seeking debug info
22604           send a flush when seeking
22605
22606 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22607
22608         * configure.ac:
22609           use AC_C_INLINE
22610         * configure.ac:
22611         * ext/Makefile.am:
22612         * ext/theora/Makefile.am:
22613         * ext/theora/theoradec.c:
22614           add theora video decoder. Does just do simple decoding for now and
22615           has been tested against Theora cvs only. It only works when theora
22616           is compiled with --enable-static.
22617         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22618           always reset packetno on DISCONT
22619
22620 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22621
22622         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22623           Fix audio.
22624
22625 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22626
22627         * gst/mpegaudioparse/gstmpegaudioparse.c:
22628         (mp3_type_frame_length_from_header):
22629           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22630
22631 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22632
22633         * ext/esd/esdsink.c: (gst_esdsink_init):
22634           Since we have static pad template caps, we don't need to negotiate;
22635           either the core errors out or we know the format.
22636
22637 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22638
22639         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22640         (gst_riff_read_seek):
22641         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22642         (gst_ebml_read_seek):
22643           Fix event handling.
22644
22645 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22646
22647         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22648           removee video/x-theora from vp3 decoder, it doesn't handle raw
22649           theora streams
22650         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22651           fix bug with finalizing element that never went to PAUSED
22652         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22653           length and position queries were swapped
22654         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22655         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22656         (vorbis_dec_src_event):
22657           implement querying time and bytes
22658
22659 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22660
22661         * just about every source file:
22662           gst_element_error -> GST_ELEMENT_ERROR
22663
22664 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22665
22666         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22667         emiting FLUSH and even before DISCONT.
22668         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22669         get the best instant seeking as possible yay!
22670
22671 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22672
22673         * gst/mpeg1videoparse/gstmp1videoparse.c:
22674         (gst_mp1videoparse_real_chain):
22675           Committed wrong version last week... Grr... Didn't notice until now.
22676
22677 2004-01-29  Julien MOUTTE <julien@moutte.net>
22678
22679         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22681         have_xwindow_id signal in xwindow_create.
22682
22683 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22684
22685         * ext/ogg/gstoggdemux.c:
22686           lots of changes - mainly support for chained bitstreams, seeking,
22687           querying and bugfixes of course
22688         * ext/vorbis/Makefile.am:
22689         * ext/vorbis/vorbisdec.c:
22690         * ext/vorbis/vorbisdec.h:
22691           add vorbisdec raw vorbis decoder
22692         * ext/vorbis/vorbis.c: (plugin_init):
22693           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22694         * gst/intfloat/Makefile.am:
22695         * gst/intfloat/float22int.c:
22696         * gst/intfloat/float22int.h:
22697         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22698           add float2intnew plugin. It converts multichannel interleaved float to
22699           multichannel interleaved int. The name should probably be changed.
22700         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22701         (plugin_init):
22702           add typefinding for raw theora video so oggdemux can detect it.
22703
22704 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22705
22706         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22707         sink element first.
22708         * gst/videoscale/gstvideoscale.c:
22709         (gst_videoscale_handle_src_event): Fixing src event handler.
22710
22711 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22712
22713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22714         (gst_v4lsrc_open), (gst_v4lsrc_close),
22715         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22716         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22717         * sys/v4l/gstv4lsrc.h:
22718         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22719         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22720           Implement resizing... Hack. But that's why v4l is b0rked...
22721
22722 2004-01-28  Julien MOUTTE <julien@moutte.net>
22723
22724         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22725         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22726         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22727         (gst_ximagesink_xwindow_destroy):
22728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22729         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22730         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22731         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22732         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22733         correctly cleaning the image created to check xshm calls on succes,
22734         added a lot of XSync calls in X11 functions, and fixed a segfault when
22735         no image format was defined before negotiation happened.
22736
22737 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22738
22739         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22740           use gst_element_get_time to get correct time
22741
22742 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22743
22744         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22745         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22746         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22748         (gst_xvimagesink_check_xshm_calls),
22749         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22750         X plugins are now able to detect that XShm calls will fail even if the
22751         server claims that it has XShm support (remote displays most of the
22752         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22753         so that we use non XShm functions. This feature is almost useless for
22754         xvimagesink as Xv is not supported on remote displays anyway, but
22755         it might happen than even on the local display XShm calls fail.
22756
22757 2004-01-27  David Schleef  <ds@schleef.org>
22758
22759         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22760         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22761         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22762         changed esdsink to only use 44100,16,2, since esd sucks at rate
22763         conversion and esdsink has had difficulty negotiating.
22764
22765 2004-01-27  Julien MOUTTE <julien@moutte.net>
22766
22767         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22768         (gst_play_seek_to_time): Fixing the way to get current position.
22769
22770 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22771
22772         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22773           use gst_element_get_time to get correct time
22774
22775 2004-01-27  Julien MOUTTE <julien@moutte.net>
22776
22777         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22778         fix ever... Inverting 2 lines of code make spider autoplug correctly
22779         tagged mp3 !
22780
22781 2004-01-27  David Schleef  <ds@schleef.org>
22782
22783         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22784         Use gst_pad_try_set_caps_nonfixed().
22785
22786 2004-01-27  David Schleef  <ds@schleef.org>
22787
22788         * gst/ac3parse/gstac3parse.c: update to checklist 5
22789         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22790         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22791         * gst/audioscale/gstaudioscale.c: same
22792         * gst/auparse/gstauparse.c: same
22793         * gst/avi/gstavidemux.c: same
22794
22795 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22796
22797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22798           stop processing after EOS
22799
22800 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22801
22802         * gst/asfdemux/asfheaders.h:
22803         * gst/asfdemux/gstasfdemux.c:
22804         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22805         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22806         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22807           lot's of fixes to make data extraction simpler and get the code
22808           architecture and compiler independant. Add debugging category
22809         * gst/goom/gstgoom.c: (gst_goom_change_state):
22810           reset channel count on PAUSED=>READY, not READY=>PAUSED
22811
22812 2004-01-26  Colin Walters  <walters@verbum.org>
22813
22814         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22815         code to pull a bigger buffer in iradio mode.  This as a side effect
22816         makes typefinding work.
22817
22818 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22819
22820         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22821         Fix SVQ3 decoding on PPC
22822
22823 2004-01-26  Julien MOUTTE <julien@moutte.net>
22824
22825         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22826         that one managed to stay there... Fixed.
22827
22828 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22829
22830         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22831         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22832         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22833         (qtdemux_video_caps):
22834         * gst/qtdemux/qtdemux.h:
22835         Add SVQ3 specific flags to qtdemux and ffmpeg
22836
22837 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22838
22839         * gst-libs/gst/audio/audio.h:
22840           remove buffer-frames from audio caps
22841         * gst/audioconvert/gstaudioconvert.c:
22842           fix plugin to really work.
22843
22844 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22845
22846         * gst-libs/gst/mixer/mixer.c:
22847         * gst-libs/gst/propertyprobe/propertyprobe.c:
22848         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22849         (gst_tuner_find_channel_by_name):
22850         * gst-libs/gst/tuner/tuner.h:
22851           Add gtk-doc style comments. Also fix a function name.
22852
22853 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22854
22855         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22856         (gst_divxdec_negotiate):
22857           Fix for new capsnego - also fixes gst-player with divxdec.
22858
22859 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22860
22861         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22862         (gst_play_identity_handoff), (gst_play_set_location),
22863         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22864         try in visualization implementation. Still have an issue with switch
22865         blocking when pulling from video_queue and only audio comes out of
22866         spider.
22867         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22868         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22869         release method. And check if the pad is usable before pulling.
22870
22871 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22872
22873         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22874         (gst_videobalance_init),
22875         (gst_videobalance_colorbalance_list_channels),
22876         (gst_videobalance_colorbalance_set_value),
22877         (gst_videobalance_colorbalance_get_value),
22878         (gst_videobalance_update_properties),
22879         (gst_videobalance_update_tables_planar411),
22880         (gst_videobalance_planar411):
22881         * gst/videofilter/gstvideobalance.h:
22882           Implement lookup-tables. +/- 10x faster.
22883
22884 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22885
22886         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22887         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22888           The index reading was broken. The rest worked fine, but the whole
22889           goal of my rewrite was to make avidemux readable, and this was
22890           not at all readable. Please use typed variables.
22891
22892 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22893
22894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22895           Additional pad usability check.
22896         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22897         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22898         (gst_mp1videoparse_real_chain):
22899           Fix MPEG video stream parsing. The original plugin had several
22900           issues, including not timestamping streams where the source was
22901           not timestamped (this happens with PTS values in mpeg system
22902           streams, but MPEG video is also a valid stream on its own so
22903           that needs timestamps too). We use the display time code for that
22904           for now. Also, if one incoming buffer contains multiple valid
22905           frames, we push them all on correctly now, including proper EOS
22906           handling. Lastly, several potential segfaults were fixed, and we
22907           properly sync on new sequence/gop headers to include them in next,
22908           not previous frames (since they're header for the next frame, not
22909           the previous). Also see #119206.
22910         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22911         (bpf_from_header):
22912           Move caps setting so we only do it after finding several valid
22913           MPEG-1 fraes sequentially, not right after the first one (which
22914           might be coincidental).
22915         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22916         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22917         (plugin_init):
22918           Add unsynced MPEG video stream typefinding, and change some
22919           probability values so we detect streams rightly. The idea is as
22920           follows: I can have an unsynced system stream which contains
22921           video. In the current code, I would randomly get a type for either
22922           system or video stream type found, because the probabilities are
22923           being calculated rather randomly. I now use fixed values, so we
22924           always prefer system stream if that was found (and that is how it
22925           should be). If no system stream was found, we can still identity                the stream as video-only.
22926
22927 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22928
22929         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22930         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22931           don't write to buffer. Extract data without the need of
22932           __attribute__ ((packed))
22933
22934 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22935
22936         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22937         (mpeg1_sys_type_find):
22938           Fix MPEG-1 stream typefinding.
22939
22940 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22941
22942         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22943           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22944
22945 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22946
22947         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22948         * ext/esd/gstesd.c: (plugin_init):
22949           private debugging, better error reporting
22950
22951 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22952
22953         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22954         (gst_riff_read_init), (gst_riff_read_change_state):
22955         * gst-libs/gst/riff/riff-read.h:
22956           Remove stuff fromold metadata system.
22957
22958 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22959
22960         * ext/ogg/gstoggdemux.c:
22961           Fix wrong file comment.
22962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22963         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22964           Add metadata reading properly.
22965
22966 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22967
22968         * ext/Makefile.am:
22969           Fix nas DIST_SUBDIRS
22970           Uraeus:
22971           Fix bug where make distcheck doesn't get run on adding stuff to
22972           the build.
22973
22974 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22975
22976         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22977         * ext/divx/gstdivxdec.h:
22978           Fix divx3 ("msmpeg4") playback using divxdec.
22979
22980 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22981
22982         * gst/typefind/gsttypefindfunctions.c:
22983         (mp3_type_frame_length_from_header): fix bug in length computation
22984         (mp3_type_find): improve debugging output
22985
22986 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22987
22988         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22989         (gst_play_set_location), (gst_play_seek_to_time),
22990         (gst_play_set_audio_sink), (gst_play_set_visualization),
22991         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22992         the pipeline from scratch. Visualization is back and switch went out as
22993         i realized it was not possible to use the way i wanted.
22994         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22995         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22996         clearing in state change from READY to NULL. So that one can clean the
22997         X ressources keeping the element.
22998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22999         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
23000         (gst_xvimagesink_colorbalance_set_value),
23001         (gst_xvimagesink_colorbalance_get_value),
23002         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
23003         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
23004         change from READY to NULL and fixed some stupid bugs in colorbalance
23005         get/set values. Also added the following feature : when nobody tries to
23006         set some values to the colorbalance levels before the xcontext is
23007         grabbed, then when creating channels list from Xv attributes we set the
23008         internal values to the Xv defaults. This way we handle buggy Xv drivers
23009         that set default hue values far from the middle of the range (Thanks
23010         to Jon Trowbridge for pointing that issue).
23011         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
23012         colorbalance levels have been set before xcontext is grabbed.
23013
23014 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23015
23016         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
23017           Fix the ossmixer case where we shouldn't open /dev/dsp* because
23018           it might block operations (which is bad for a mixer).
23019
23020 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
23023         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
23024         (gmip_find_type_pre):
23025         * gst-libs/gst/media-info/media-info-priv.h:
23026         * gst-libs/gst/media-info/media-info.c:
23027         (gst_media_info_instance_init), (gst_media_info_read_idler):
23028         add fakesink to get caps on decoder src pad again
23029         fix callback prototype to match new have_type signal signature
23030
23031 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23032
23033         * gst/adder/gstadder.c: (gst_adder_link):
23034           fix non-compile and cut-n-paste code
23035
23036 2004-01-21  David Schleef  <ds@schleef.org>
23037
23038         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
23039         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
23040         (gst_swfdec_init), (gst_swfdec_change_state):
23041         * ext/swfdec/gstswfdec.h:
23042         Fix negotiation.
23043         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
23044         (gst_adder_request_new_pad): Fix negotiation.
23045         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
23046         Add a fixate function.
23047         * gst/intfloat/gstfloat2int.c:
23048         * gst/intfloat/gstfloat2int.h:
23049         * gst/intfloat/gstint2float.c:
23050         * gst/intfloat/gstint2float.h:
23051         Completely rewrite the negotiation.  Doesn't quite work yet,
23052         due to some buffer-frames problem.
23053
23054 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23055
23056         * ext/gnomevfs/gstgnomevfssrc.c:
23057         * sys/v4l2/v4l2_calls.h:
23058           fix includes for distcheck
23059
23060 2004-01-21  Christian Schaller <uraeus@gnome.org>
23061
23062         * ext/nas/
23063         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
23064         based on earlier patch from Laurent Vivier
23065
23066 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
23067
23068         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23069         Fix wma caps property
23070         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23071         Fix typo (flags1 and flags2)
23072
23073 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23074
23075         * gst-libs/gst/media-info/media-info-priv.c:
23076         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23077         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23078         (gmip_find_stream), (gmip_find_track_metadata),
23079         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23080         (gmip_find_track_format):
23081         * gst-libs/gst/media-info/media-info-priv.h:
23082         * gst-libs/gst/media-info/media-info-test.c: (main):
23083         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23084         (gst_media_info_read_idler), (gst_media_info_read):
23085         * gst-libs/gst/media-info/media-info.h:
23086           register debugging category and use it for debugging
23087
23088 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23089
23090         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23091         (gst_vorbisfile_new_link):
23092           signal streaminfo through tags
23093
23094 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23095
23096         * ext/mplex/gstmplex.cc:
23097         * ext/mplex/gstmplexibitstream.cc:
23098           g++ doesn't like NULL in our i18n/error macros, should be
23099           either (NULL) or ("").
23100
23101 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23102
23103         * sys/dxr3/dxr3audiosink.c:
23104         * sys/dxr3/dxr3init.c:
23105         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23106         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23107           Fix more error error error errors (missing includes here).
23108
23109 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23110
23111         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23112           fix thomas' error errors.
23113
23114 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23115
23116         * ext/mpeg2enc/gstmpeg2enc.cc:
23117           fix error errors.
23118
23119 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23120
23121         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23122         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23123           Fix for new error system.
23124
23125 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23126
23127         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23128           fix for new error reporting
23129
23130 2004-01-20  David Schleef  <ds@schleef.org>
23131
23132         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23133         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23134         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23135         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23136         and neither is 100+, most likely.
23137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23138         (gst_xvimagesink_getcaps): same
23139
23140 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23141
23142         * configure.ac:
23143           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23144           clashes with ffmpeg.
23145
23146 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23147
23148         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23149         (gst_switch_init): Fixed switch element : proxying link and setting
23150         caps from src to sink on request.
23151
23152 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23153
23154         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23155         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23156         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23157         fix element_error
23158
23159 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23160
23161         * sys/v4l/v4l_calls.h:
23162         * sys/v4l2/v4l2_calls.h:
23163           element_error fixes
23164
23165 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23166
23167         * gst-libs/gst/gst-i18n-plugin.h:
23168           add locale.h
23169           remove config.h inclusion
23170
23171 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23172
23173         * autogen.sh:
23174           adding autopoint invocation
23175         * Makefile.am:
23176         * configure.ac:
23177         * gst-libs/gst/gettext.h:
23178           adding gettext bits
23179         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23180         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23181         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23182         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23183         (gst_gnomevfssink_close_file):
23184         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23185         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23186         * gst-libs/gst/gst-i18n-plugin.h:
23187         * gst/avi/gstavi.c: (plugin_init):
23188         * sys/dxr3/dxr3init.c: (plugin_init):
23189         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23190         * sys/oss/gstossaudio.c: (plugin_init):
23191         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23192         * sys/v4l/gstv4l.c: (plugin_init):
23193         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23194         * sys/v4l2/gstv4l2.c: (plugin_init):
23195         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23196         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23197         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23198         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23199         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23200         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23201           make sure locale and translation domain are set
23202           fix translated strings
23203         * po/.cvsignore:
23204         * po/LINGUAS:
23205         * po/Makevars:
23206         * po/POTFILES.in:
23207         * po/nl.po:
23208           put translation files into place
23209         * sys/xvideo/imagetest.c: (main):
23210         * ext/dv/demo-play.c: (main):
23211           fix unnecessary translations
23212
23213 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23214
23215         * ext/sndfile/gstsf.c:
23216         * gst/avi/gstavimux.c:
23217         * ext/audiofile/gstafsink.c:
23218         * ext/audiofile/gstafsrc.c:
23219         * ext/gnomevfs/gstgnomevfssink.c:
23220         * ext/gnomevfs/gstgnomevfssrc.c:
23221         * sys/oss/gstosselement.c:
23222         * sys/v4l/v4l_calls.h:
23223           fix i18n include
23224
23225 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23226
23227         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23228         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23229         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23230         (gst_v4l2_get_output), (gst_v4l2_set_output),
23231         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23232         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23233         (gst_v4l2_set_attribute):
23234         update to new error handling
23235
23236 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23237
23238         * ext/sidplay/gstsiddec.cc:
23239         * gst/modplug/gstmodplug.cc:
23240           parenthese NULL because C++ seems angry about it
23241
23242 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23243
23244         * gst-libs/gst/gst-i18n-plugin.h:
23245           add skeleton i18n stuff, but needs to be further implemented
23246
23247 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23248
23249         * examples/gstplay/player.c: (main):
23250         * ext/aalib/gstaasink.c: (gst_aasink_open):
23251         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23252         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23253         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23254         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23255         (gst_afsink_close_file):
23256         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23257         (gst_afsrc_close_file):
23258         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23259         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23260         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23261         * ext/esd/esdmon.c: (gst_esdmon_get):
23262         * ext/esd/esdsink.c: (gst_esdsink_chain):
23263         * ext/faac/gstfaac.c: (gst_faac_chain):
23264         * ext/faad/gstfaad.c: (gst_faad_chain):
23265         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23266         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23267         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23268         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23269         (gst_flacdec_loop):
23270         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23271         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23272         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23273         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23274         (gst_gnomevfssink_close_file):
23275         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23276         (gst_gnomevfssrc_open_file):
23277         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23278         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23279         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23280         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23281         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23282         * ext/mad/gstmad.c: (gst_mad_chain):
23283         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23284         * ext/mpeg2dec/gstmpeg2dec.c:
23285         * ext/mpeg2enc/gstmpeg2enc.cc:
23286         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23287         * ext/mplex/gstmplex.cc:
23288         * ext/mplex/gstmplexibitstream.cc:
23289         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23290         (gst_ogg_demux_push), (gst_ogg_pad_push):
23291         * ext/raw1394/gstdv1394src.c:
23292         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23293         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23294         * ext/sidplay/gstsiddec.cc:
23295         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23296         (gst_sf_loop):
23297         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23298         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23299         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23301         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23302         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23303         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23304         * gst-libs/gst/Makefile.am:
23305         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23306         (gst_riff_read_element_data), (gst_riff_read_seek),
23307         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23308         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23309         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23310         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23311         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23312         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23313         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23314         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23315         * gst/goom/gstgoom.c: (gst_goom_chain):
23316         * gst/id3/gstid3types.c: (gst_id3types_loop):
23317         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23318         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23319         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23320         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23321         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23322         (gst_ebml_read_float), (gst_ebml_read_header):
23323         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23324         (gst_matroska_demux_parse_blockgroup):
23325         * gst/modplug/gstmodplug.cc:
23326         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23327         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23328         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23329         * gst/silence/gstsilence.c: (gst_silence_get):
23330         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23331         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23332         * gst/speed/gstspeed.c: (speed_loop):
23333         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23335         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23336         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23337         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23338         (gst_wavparse_loop):
23339         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23340         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23341         (dxr3audiosink_close):
23342         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23343         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23344         (dxr3videosink_close), (dxr3videosink_write_data):
23345         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23346         * sys/oss/gstosselement.h:
23347         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23348         (gst_osssink_chain):
23349         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23350         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23351         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23353         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23354         (gst_v4l_enable_overlay):
23355         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23356         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23357         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23358         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23359         (gst_v4l_set_audio):
23360         * sys/v4l/v4l_calls.h:
23361         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23362         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23363         (gst_v4lmjpegsink_playback_init),
23364         (gst_v4lmjpegsink_playback_start):
23365         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23366         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23367         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23368         (gst_v4lmjpegsrc_requeue_frame):
23369         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23370         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23371         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23372         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23373         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23374         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23375         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23376         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23377         (gst_v4l2src_capture_stop):
23378         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23379         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23380         (gst_ximagesink_chain):
23381         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23382         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23383         (gst_xvideosink_xwindow_new):
23384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23385         (gst_xvimagesink_chain):
23386         use new error signal, function and categories
23387
23388 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23389
23390         * configure.ac:
23391         * ext/Makefile.am:
23392         * ext/musicbrainz/gsttrm.c:
23393         * ext/musicbrainz/gsttrm.h:
23394         * ext/musicbrainz/Makefile.am:
23395         Add a trm plugin
23396
23397 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23398
23399         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23400         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23401         synchronous property for debugging.
23402         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23404         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23405         smaller block, fixing indent.
23406
23407 2004-01-16  David Schleef  <ds@schleef.org>
23408
23409         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23410         property affects the video stream.
23411         * sys/xvimage/xvimagesink.c:
23412         * sys/xvimage/xvimagesink.h:
23413         Add synchronous property for debugging.  Should probably be
23414         disabled in non-CVS builds.  Make sure that the Xv attribute
23415         exists before we set it (crash!).  Fix a silly float bug that
23416         caused colorbalance to just not work.
23417
23418 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23419
23420         * tools/gst-launch-ext.in - update for new plugins
23421
23422 2004-01-16  David Schleef  <ds@schleef.org>
23423
23424         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23425         already-freed caps.
23426
23427 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23428
23429         * Update spec for new colorspace plugin and libcaca plugin
23430         * Fix compilation of libcaca plugin (clock -> id)
23431
23432 2004-01-16  Julien MOUTTE <julien@moutte.net>
23433
23434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23435         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23436         (gst_xvimagesink_set_xwindow_id),
23437         (gst_xvimagesink_colorbalance_set_value),
23438         (gst_xvimagesink_colorbalance_get_value),
23439         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23440         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23441         correct colorbalance properties. They can now be set when the element
23442         is still in NULL state. The values will be committed to the Xv Port
23443         when xcontext is initialized.
23444         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23445         brightness int values in the GstXvImagesink structure.
23446
23447 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23448
23449         * gst-libs/gst/Makefile.am:
23450           restructure so having local patches works easier.
23451
23452 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23453
23454         * ext/mpeg2enc/Makefile.am:
23455         * ext/mpeg2enc/gstmpeg2enc.cc:
23456         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23457           Bugfix with respect to EOS handling.
23458
23459 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23460
23461         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23462           Link with right caps (else, it segfaults).
23463         * ext/mplex/gstmplexjob.cc:
23464           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23465
23466 2004-01-15  David Schleef  <ds@schleef.org>
23467
23468         * gst-libs/gst/audio/Makefile.am:
23469         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23470         from the template.
23471         * gst-libs/gst/audio/gstaudiofilter.c:
23472         * gst-libs/gst/audio/gstaudiofilter.h:
23473         Add bytes_per_sample and size and n_samples calculation.
23474         * gst-libs/gst/audio/gstaudiofilterexample.c:
23475         Remove, now autogenerated.
23476         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23477         Moved from gstaudiofilterexample, object name changed, code added
23478         so that it actually works.
23479         * gst-libs/gst/audio/make_filter:
23480         Script to build an audiofilter subclass from the template.
23481         * gst/colorspace/Makefile.am:
23482         * gst/colorspace/yuv2yuv.c:
23483         Remove file, since it's GPL, and we don't use it.
23484
23485 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23486
23487         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23489         them use the buffer free function to test how the buffer was allocated.
23490
23491 2004-01-15  David Schleef  <ds@schleef.org>
23492
23493         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23494         that handles osssink fallback.
23495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23496         (gst_audio_convert_getcaps):
23497         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23498         Add audio/x-qdm2 for QDM2 audio.
23499         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23500         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23501         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23502         Decrease minimum size to 16x16.
23503         * gst/wavparse/gstwavparse.c:
23504         Convert disabled pad template caps to new caps.
23505         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23507         (gst_xvimagesink_chain): Throw element error when display cannot
23508         be opened.  Increase minimum framerate to 1.0.  Check the data
23509         free function on a buffer to make sure it is the type we expect
23510         before manipulating it.
23511
23512 2004-01-15  Julien MOUTTE <julien@moutte.net>
23513
23514         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23515         (gst_videobalance_colorbalance_set_value): Implement passthru if
23516         settings are in the middle.
23517         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23518
23519 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23520
23521         * gst/videofilter/Makefile.am:
23522         * gst/volume/Makefile.am:
23523           Since we use videofilter symbols, link to it.
23524
23525 2004-01-15  Julien MOUTTE <julien@moutte.net>
23526
23527         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23528         mixer interface type to HARDWARE.
23529         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23530         type to SOFTWARE.
23531         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23532         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23533         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23534         (gst_volume_interface_init), (gst_volume_list_tracks),
23535         (gst_volume_set_volume), (gst_volume_get_volume),
23536         (gst_volume_set_mute), (gst_volume_mixer_init),
23537         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23538         (volume_init): Implementing mixer interface.
23539         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23540         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23541         (gst_osselement_change_state): Removing some trailing commas in
23542         structures.
23543         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23544         interface type to HARDWARE.
23545         * sys/v4l/gstv4lcolorbalance.c:
23546         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23547         type to HARDWARE.
23548         * sys/v4l2/gstv4l2colorbalance.c:
23549         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23550         interface type to HARDWARE.
23551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23552         same code than ximagesink for event handling.
23553
23554 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23555
23556         * ext/snapshot/Makefile.am:
23557         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23558         (gst_snapshot_chain):
23559         * ext/snapshot/gstsnapshot.h:
23560           This has to be a joke... Snapshot should be connected to a tee,
23561           colorspace element before it and EOS after that, where the other
23562           src of the tee receives normal data.
23563           The current way is *wrong*.
23564
23565 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23566
23567         * ext/hermes/gsthermescolorspace.c:
23568           Fix another compile error. Same as below.
23569
23570 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23571
23572         * gst/colorspace/gstcolorspace.c:
23573         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23574         (gst_colorspace_i420_to_yv12):
23575           Fix compiling... Didn't test if it actually works.
23576
23577 2004-01-15  David Schleef  <ds@schleef.org>
23578
23579         * configure.ac:
23580         * gst/colorspace/Makefile.am:
23581         * gst/colorspace/gstcolorspace.c:
23582         * gst/colorspace/gstcolorspace.h:
23583         * gst/colorspace/yuv2rgb.c:
23584         * gst/colorspace/yuv2rgb.h:
23585         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23586         code and GPL code.  Fix for new caps negotiation.  Rewrite
23587         much of the format handling code, and some of the conversion
23588         code.  Basically, rewrote almost everything.  This element
23589         handles I420, YV12 to RGB conversions.
23590         * ext/hermes/Makefile.am:
23591         * ext/hermes/gsthermescolorspace.c:
23592         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23593         Remove non-Hermes related code.  This element handles lots of
23594         RGB to RGB conversions, but no YUV.
23595         * ext/hermes/gstcolorspace.c:
23596         * ext/hermes/gstcolorspace.h:
23597         * ext/hermes/rgb2yuv.c:
23598         * ext/hermes/yuv2rgb.c:
23599         * ext/hermes/yuv2rgb.h:
23600         * ext/hermes/yuv2rgb_mmx16.s:
23601         * ext/hermes/yuv2yuv.c:
23602         * ext/hermes/yuv2yuv.h:
23603         Remove old code.
23604
23605 2004-01-14  Colin Walters  <walters@verbum.org>
23606
23607         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23608         they've already been.
23609
23610 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23611
23612         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23613           assume tag mode when pad is not connected
23614
23615 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23616
23617         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23618           Don't update the time of the clock
23619         (gst_alsa_sink_loop):
23620           sync to the clock given to alsasink, not the own clock
23621         * sys/oss/gstosssink.c: (gst_osssink_chain):
23622           sync to the clock
23623         (gst_osssink_change_state):
23624           activate the clock
23625         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23627           remove bogus code that made DISCONT events unhandled
23628         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23629           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23630           #131502)
23631         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23632         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23633         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23634           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23635           2nd warning in bug #131502)
23636
23637 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23638
23639         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23640         (gst_videobalance_colorbalance_set_value),
23641         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23642         for colorbalance interface implementation.
23643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23644         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23645         (gst_ximagesink_dispose), (gst_ximagesink_init),
23646         (gst_ximagesink_class_init): Adding DISPLAY property.
23647         * sys/ximage/ximagesink.h: Adding display_name to store display.
23648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23649         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23650         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23651         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23652         properties (they still need polishing though for gst-launch use : no
23653         xcontext yet, i ll do that tomorrow).
23654         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23655
23656 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23657
23658         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23659         (gst_play_set_location), (gst_play_set_visualization): Preparing
23660         switch integration, adding videobalance in the pipeline.
23661
23662 2004-01-14  Julien MOUTTE <julien@moutte.net>
23663
23664         * gst-libs/gst/colorbalance/colorbalance.c:
23665         (gst_color_balance_class_init): Adding a default type.
23666         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23667         the type.
23668         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23669         (gst_videobalance_dispose), (gst_videobalance_class_init),
23670         (gst_videobalance_init), (gst_videobalance_interface_supported),
23671         (gst_videobalance_interface_init),
23672         (gst_videobalance_colorbalance_list_channels),
23673         (gst_videobalance_colorbalance_set_value),
23674         (gst_videobalance_colorbalance_get_value),
23675         (gst_videobalance_colorbalance_init): Implementing colorbalance
23676         interface.
23677         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23678         list.
23679         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23680         bug which was triggering a BadAccess X error when setting an overlay
23681         before pad was really negotiated.
23682         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23683         Using the colorbalance type macro.
23684
23685 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23686
23687         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23688         (gst_flacenc_chain):
23689           handle tags correctly
23690         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23691           extract ID3v1 tags correctly
23692
23693 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23694
23695         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23696         (plugin_init):
23697           Improve matroska typefinding for odd-typed headers...
23698
23699 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23700
23701         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23702           Fix for using incremental number on padnames.
23703
23704 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23705
23706         * ext/divx/gstdivxdec.c:
23707         * ext/divx/gstdivxenc.c:
23708           Set category to divx4linux instead of divx (too generic).
23709         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23710         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23711         (gst_wavparse_loop), (gst_wavparse_change_state):
23712         * gst/wavparse/gstwavparse.h:
23713           fix parsing of WAV files with non-standard fmt-tag size and fix
23714           skipping of unrecognized chunks... Someone please fix this thing
23715           to use rifflib so all this is automated.
23716         * sys/v4l/Makefile.am:
23717         * sys/v4l2/Makefile.am:
23718           Add X_CFLAGS because we depend on X (for overlay).
23719
23720 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23721
23722         * ext/mpeg2dec/gstmpeg2dec.c:
23723           Don't issue a timestamp unless we tagged the frame
23724           with a PTS.
23725
23726 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23727
23728         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23729           Query the audio element to get the time, not the clock. We're
23730           interested in the element's time here.
23731
23732 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23733
23734         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23735         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23736         * ext/esd/esdsink.c: (gst_esdsink_chain):
23737         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23738         * ext/mas/massink.c: (gst_massink_chain):
23739         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23740         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23741         (gst_matroska_demux_parse_metadata):
23742         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23743         (gst_mpeg_parse_release_locks):
23744         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23745         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23746         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23747         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23748         (gst_osssink_change_state):
23749         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23750         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23751         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23752         (gst_xvideosink_release_locks):
23753         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23754           use element time.
23755         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23756         (gst_alsa_clock_stop):
23757         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23758         (gst_audio_clock_get_internal_time):
23759           simplify for use with new clocking code.
23760         * testsuite/alsa/Makefile.am:
23761         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23762           fix testsuite for new caps system
23763
23764 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23765
23766         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23767         * ext/flac/gstflacenc.c: (add_one_tag):
23768           length is already host endian, no need to convert. Fixes playback of
23769           tagged files on PPC. (bug #128384)
23770
23771 2004-01-13  Julien MOUTTE <julien@moutte.net>
23772
23773         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23774         colorbalance interface stating if it is hardware based or software
23775         based.
23776         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23777         Removing a trailing comma.
23778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23779         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23780         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23781         the documentation seems to be wrong on the -1000 to 1000 interval.
23782
23783 2004-01-12  David Schleef  <ds@schleef.org>
23784
23785         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23786         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23787         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23788         Fix negotiation.  Add a bufferalloc function for the sink pad,
23789         and generally clean up some of the code.
23790
23791 2004-01-12  Julien MOUTTE <julien@moutte.net>
23792
23793         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23794         (gst_color_balance_channel_dispose): Adding safety check in dispose
23795         method.
23796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23797         (gst_xvimagesink_xcontext_clear),
23798         (gst_xvimagesink_interface_supported),
23799         (gst_xvimagesink_colorbalance_list_channels),
23800         (gst_xvimagesink_colorbalance_set_value),
23801         (gst_xvimagesink_colorbalance_get_value),
23802         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23803         Adding colorbalance interface support to set XV parameters such as
23804         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23805         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23806         interface.
23807
23808 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23809
23810         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23811         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23812         (gst_audio_convert_init), (gst_audio_convert_set_property),
23813         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23814         (gst_audio_convert_link),
23815         (gst_audio_convert_buffer_to_default_format),
23816         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23817           - implement _getcaps and use it
23818           - improve linking
23819           - remove float caps since no float conversion is actually done
23820           - remove properties and arguments that were to be used for rate
23821             conversion
23822
23823 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23824
23825         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23826         (gst_audio_structure_set_int):
23827         * gst-libs/gst/audio/audio.h:
23828           add helper functions for _getcaps matching the standard audio
23829           templates
23830
23831 2004-01-12  David Schleef  <ds@schleef.org>
23832
23833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23834         Test that pad is negotiated before getting its caps.
23835
23836 2004-01-12  Julien MOUTTE <julien@moutte.net>
23837
23838         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23839         analyzing the pads of an element the bin is mostly in READY state so
23840         no caps were negotiated. This helper function needs to work with
23841         _get_caps directly then. I was not freeing them though, added that to
23842         fix the mem leak.
23843
23844 2004-01-12  Julien MOUTTE <julien@moutte.net>
23845
23846         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23848         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23849         than the free_func.
23850
23851 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23852
23853         * sys/oss/gstossaudio.c: (plugin_init):
23854         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23855         * sys/oss/gstosselement.h:
23856           make an oss debugging category
23857           make failure more descriptive
23858
23859 2004-01-11  David Schleef  <ds@schleef.org>
23860
23861         * ext/ffmpeg/gstffmpeg.c:
23862         * ext/ffmpeg/gstffmpegcodecmap.c:
23863         * ext/ffmpeg/gstffmpegdec.c:
23864         * ext/ffmpeg/gstffmpegenc.c:
23865         * ext/ffmpeg/gstffmpegprotocol.c:
23866         * ext/gdk_pixbuf/gstgdkanimation.c:
23867         * ext/jpeg/gstjpeg.c:
23868         * ext/libpng/gstpng.c:
23869         * ext/mpeg2dec/perftest.c:
23870         * ext/speex/gstspeex.c:
23871         * gst-libs/gst/resample/dtos.c:
23872         * gst/intfloat/gstintfloatconvert.c:
23873         * gst/oneton/gstoneton.c:
23874         * gst/rtjpeg/RTjpeg.c:
23875         * gst/rtp/gstrtp.c:
23876         * sys/dxr3/dxr3init.c:
23877         * sys/glsink/gstgl_nvimage.c:
23878         * sys/glsink/gstgl_pdrimage.c:
23879         * sys/glsink/gstglsink.c:
23880         * testsuite/gst-lint:
23881         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23882
23883 2004-01-11  David Schleef  <ds@schleef.org>
23884
23885         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23886         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23887         * ext/gdk_pixbuf/gstgdkanimation.c:
23888         (gst_gdk_animation_iter_create_pixbuf):
23889         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23890         (gst_gdk_pixbuf_chain):
23891         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23892         * ext/jack/gstjack.c: (gst_jack_change_state):
23893         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23894         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23895         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23896         * gst/videofilter/gstvideofilter.c:
23897         (gst_videofilter_set_output_size):
23898         Remove all usage of gst_pad_get_caps(), and replace it with
23899         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23900
23901 2004-01-11  David Schleef  <ds@schleef.org>
23902
23903         * configure.ac:
23904         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23905         * ext/divx/gstdivxdec.c:
23906         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23907         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23908         handle images that span multiple buffers.  Now work with both
23909         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23910         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23911         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23912         video/video.h changes
23913         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23914         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23915         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23916         of GstData free function.
23917         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23918         same.
23919
23920 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23921
23922         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23923         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23924         (gst_v4l2element_get_property):
23925         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23926           add norm, channel and frequency properties.
23927         * sys/v4l2/gstv4l2tuner.c:
23928           fixes for tuner interface changes
23929         * sys/v4l2/gstv4l2element.h:
23930         * sys/v4l2/gstv4l2src.c:
23931         * sys/v4l2/gstv4l2src.h:
23932         * sys/v4l2/v4l2src_calls.c:
23933         * sys/v4l2/v4l2src_calls.h:
23934           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23935
23936 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23937
23938         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23939         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23940         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23941         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23942         * gst-libs/gst/tuner/tuner.h:
23943           GObjects aren't const.
23944           Add find_by_name functions.
23945           Add checks to _changed functions.
23946         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23947         (gst_v4l_tuner_get_norm):
23948           Fixes for above.
23949
23950 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23951
23952         * gst-libs/gst/video/video.h:
23953           Fix caps template names to be understandable.
23954           Prefix everything with GST_VIDEO.
23955         * ext/aalib/gstaasink.c:
23956         * ext/divx/gstdivxdec.c:
23957         * ext/divx/gstdivxenc.c:
23958         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23959         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23960         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23961         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23962         * ext/libcaca/gstcacasink.c:
23963         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23964         * ext/snapshot/gstsnapshot.c:
23965         * ext/swfdec/gstswfdec.c:
23966         * ext/xvid/gstxviddec.c:
23967         * ext/xvid/gstxvidenc.c:
23968         * gst/chart/gstchart.c:
23969         * gst/deinterlace/gstdeinterlace.c:
23970         * gst/effectv/gsteffectv.c:
23971         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23972         * gst/goom/gstgoom.c:
23973         * gst/median/gstmedian.c:
23974         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23975         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23976         * gst/overlay/gstoverlay.c:
23977         * gst/smooth/gstsmooth.c:
23978         * gst/smpte/gstsmpte.c:
23979         * gst/synaesthesia/gstsynaesthesia.c:
23980         * gst/videocrop/gstvideocrop.c:
23981         * gst/videodrop/gstvideodrop.c:
23982         * gst/y4m/gsty4mencode.c:
23983         * sys/qcam/gstqcamsrc.c:
23984         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23985           Make them work with new video.h file.
23986         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23987         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23989         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23990           Make it work with new buffer allocation system.
23991
23992 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23993
23994         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23995         pad_alloc_buffer implementation to use ->srcpad
23996         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23997         pad_alloc_buffer implementation to use ->srcpad
23998         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23999         pad_alloc_buffer implementation to use ->srcpad
24000         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
24001         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
24002         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24003         a reference to everything we need.
24004         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
24005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
24006         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
24007         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
24008         a reference to everything we need.
24009         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
24010
24011 2004-01-11  David Schleef  <ds@schleef.org>
24012
24013         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
24014         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
24015         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
24016         structure members.
24017         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
24018         value during a resize/renegotiation.
24019         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
24020         gst_pad_alloc_buffer();
24021         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24022         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
24023         structure members.
24024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
24025         Fix for rename of buffer private structure members.
24026         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24027         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
24028         Fix for rename of buffer private structure members.
24029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24030         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
24031         Fix for rename of buffer private structure members.
24032
24033 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
24034
24035         reviewed by: David Schleef <ds@schleef.org>
24036
24037         * gst/videofilter/Makefile.am:
24038         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
24039         from the patch by ds to fit in with recent make_filter changes.
24040
24041 2004-01-11  Julien MOUTTE  <julien@moutte.net>
24042
24043         * configure.ac: Adding examples/switch/Makefile
24044         * examples/Makefile.am: Adding examples/switch
24045         * examples/switch/Makefile.am: Adding switcher example.
24046         * examples/switch/switcher.c: (got_eos), (idle_iterate),
24047         (switch_timer), (main): Adding an example demonstrating switch usage
24048         with 2 videotestsrc showing different patterns.
24049         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
24050         (gst_switch_init): Fixing switch with the new caps system.
24051
24052 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24053
24054         * gst-libs/gst/video/video.h:
24055           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
24056           They should probably be like
24057           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
24058
24059 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24060
24061         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24062         (qtdemux_parse_trak):
24063           fix audio chunk size/timestamp calculation
24064
24065 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24066
24067         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24068           fix SVQ3 caps
24069
24070 2004-01-11  Steve Baker  <steve@stevebaker.org>
24071
24072         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24073         (gst_agingtv_base_init), (gst_agingtv_class_init),
24074         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24075         (gst_agingtv_set_property), (gst_agingtv_get_property):
24076         Port agingTV to videofilter
24077
24078 2004-01-09  Julien MOUTTE <julien@moutte.net>
24079
24080         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24081         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24082
24083 2004-01-09  Julien MOUTTE <julien@moutte.net>
24084
24085         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24086         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24087         * gst-libs/gst/xoverlay/xoverlay.c:
24088         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24089         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24090         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24091         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24092         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24093         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24094         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24095         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24096         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24097         interface implementation to handle xid being 0 and fix some bugs
24098         triggered by Benjamin's testcase.
24099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24100         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24101         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24102         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24103         interface implementation to handle xid being 0 and fix some bugs
24104         triggered by Benjamin's testcase.
24105
24106 2004-01-09  David Schleef  <ds@schleef.org>
24107
24108         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24109         mouse pointer events.  It works.
24110
24111 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24112
24113         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24114           Use explicit caps - fix capsnego.
24115         * ext/xvid/gstxviddec.c:
24116         * ext/xvid/gstxvidenc.c:
24117           Remove macro-inside-macro which caused compile errors.
24118         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24119           Error out if it's not a RIFF file. Else we error out without
24120           gst_element_error() which is not good...
24121
24122 2004-01-08  David Schleef  <ds@schleef.org>
24123
24124         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24125         Fix pad_link function to handle formats that ffmpeg returns
24126         as multiple caps structures.
24127         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24128         Only complain if source buffer is _smaller_ than expected.
24129         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24130         (gst_videoscale_handle_src_event): Resize navigation events
24131         when passing them upstream.
24132         * gst/videotestsrc/gstvideotestsrc.c:
24133         * gst/videotestsrc/gstvideotestsrc.h:
24134         * gst/videotestsrc/videotestsrc.c:
24135         * gst/videotestsrc/videotestsrc.h:
24136         Rewrite many of the buffer painting functions to handle odd
24137         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24138         been verified to work with my video card.
24139         * testsuite/gst-lint:  Add check for elements calling
24140         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24141
24142 2004-01-08  David Schleef  <ds@schleef.org>
24143
24144         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24145         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24146
24147 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24148
24149         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24150         configure event is not emiting the desired size signal. That fixes
24151         aspect ratio issues with gst-player.
24152
24153 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24154
24155         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24156           Fix capsnego.
24157
24158 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24159
24160         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24161         public method to fire size signal.
24162
24163 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24164
24165         * examples/gstplay/Makefile.am: Adding the interface library.
24166         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24167         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24168         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24169         GST_IS_X_OVERLAY before signal connect.
24170         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24171         Removing the have_video_size signal.
24172         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24173         and associated public method.
24174         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24175         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24176         signal.
24177         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24178         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24179         signal.
24180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24181         Using XOverlay public method to fire size signal.
24182
24183 2004-01-07  David Schleef  <ds@schleef.org>
24184
24185         * gst/videofilter/Makefile.am:
24186         * gst/videofilter/gstvideotemplate.c:
24187         * gst/videofilter/make_filter:
24188         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24189         Convert make_filter to /bin/sh script.
24190
24191 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24192
24193         * gst/modplug/gstmodplug.cc: fix element description
24194
24195 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24196
24197         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24198         (got_video_size): Adding some new lines in g_print calls.
24199         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24200         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24201         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24202         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24203         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24204         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24205         Complete code review, reverting some stuff i disagree with, adding
24206         some fixes : time synchronization on invalid timestamps, renegotiation
24207         of private window.
24208         * sys/ximage/ximagesink.h:
24209         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24210         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24211         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24212         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24213         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24214         (gst_xvimagesink_buffer_new),
24215         (gst_xvimagesink_navigation_send_event),
24216         (gst_xvimagesink_set_xwindow_id),
24217         (gst_xvimagesink_get_desired_size),
24218         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24219         stuff i disagree with, adding some fixes : Renegotiation of private
24220         window, implementing get_desired_size.
24221
24222 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24223
24224         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24225         (gst_afsink_handle_event):
24226         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24227         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24228         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24229         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24230         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24231           Fix for instantiate-test (see core). Also remove dead code from
24232           jpegenc (which still needs fixing, but that's lower on my TODO
24233           list...).
24234         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24235           Never return NULL as caps.
24236
24237 2004-01-07  David Schleef  <ds@schleef.org>
24238
24239         * configure.ac:
24240         * ext/Makefile.am:
24241         * ext/librfb/Makefile.am:
24242         * ext/librfb/gstrfbsrc.c:
24243         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24244         is the protocol used by VNC.
24245
24246 2004-01-07  David Schleef  <ds@schleef.org>
24247
24248         * gst/videofilter/gstvideotemplate.c:
24249         * gst/videofilter/gstvideotemplate.h:
24250         * gst/videofilter/make_filter:
24251         Merge videotemplate header into source file.
24252         * gst/effectv/Makefile.am:
24253         * gst/effectv/gsteffectv.c: (plugin_init):
24254         * gst/effectv/gstwarp.c:
24255         Make warpTV a subclass of videofilter.
24256
24257 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24258
24259         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24260           Add guard against invalid utf-8 conversions in mad. Just in case.
24261
24262 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24263
24264         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24265           Fix for bug shown by poisoning
24266
24267 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24268
24269         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24270         (gst_v4lmjpegsrc_buffer_free):
24271         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24272         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24273         (gst_v4lsrc_buffer_free):
24274           Fix for removed bufferpools.
24275
24276 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24277
24278         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24279         Fix caps negotiation.
24280
24281         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24282         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24283         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24284         (dvdnavsrc_event):
24285         * ext/mpeg2dec/gstmpeg2dec.c:
24286         * gst-libs/gst/navigation/navigation.c:
24287         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24288         * gst-libs/gst/navigation/navigation.h:
24289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24290         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24292         Super-simple first version of mouse and keyboard events. Clicking
24293         on a DVD menu now works, although it may not take you where you
24294         expected.
24295
24296         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24297         * gst/videotestsrc/gstvideotestsrc.c:
24298         (gst_videotestsrc_src_fixate):
24299         These fixate functions were broken - they never actually
24300         fixated :)
24301
24302 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24303
24304         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24305         (gst_icecastsend_init):
24306           fix for new caps system.
24307         * gst-libs/gst/mixer/mixertrack.h:
24308         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24309           Add 'master track' flag (for tools like ACME that only want to
24310           change the main volume).
24311
24312 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24313
24314         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24315         (gst_xvid_csp_to_caps):
24316         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24317         * ext/xvid/gstxvidenc.c:
24318         ifdef out ARGB type when it isn't available
24319         in xvidcore 1.0.0beta2
24320
24321 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24322
24323         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24324           When we have received a new SCR right in the first buffer after
24325           a seek (so in the same cycle that handles the discont), we should
24326           handle the buffer instead of unreffing it, else we lose data.
24327
24328 2004-01-06  Iain <iain@prettypeople.org>
24329
24330         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24331           buffer-frames caps too.
24332
24333         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24334           caps that we need, don't destroy them all and rebuild them. And when
24335           creating src pads, use the src pad template rather than the sink...
24336
24337 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24338
24339         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24340           Add pad to element *after* setting functions such as event handler.
24341           Without this, the scheduler (opt) will link pads, set the event
24342           handler from the default event function (dispatcher in gstpad.c)
24343           and *after* that, we will set our own event function, which will
24344           thus never be used (and thus mpegdemux doesn't handle events).
24345
24346 2004-01-04  David Schleef  <ds@schleef.org>
24347
24348         Fix the fixate functions to handle new prototype:
24349         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24350         * gst/videotestsrc/gstvideotestsrc.c:
24351         (gst_videotestsrc_src_fixate):
24352         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24353         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24355
24356 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24357
24358         * sys/ximage/ximagesink.h:
24359         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24360         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24361         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24362         (gst_ximagesink_xoverlay_init):
24363           assorted fixes to make (re)embedding work
24364         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24365         (gst_ximagesink_get_desired_size):
24366           implement desired size additions to XOverlay
24367
24368 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24369
24370         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24371         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24372         (gst_x_overlay_got_desired_size):
24373         * gst-libs/gst/xoverlay/xoverlay.h:
24374           Add optional "desired size" signal and querying.
24375
24376 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24377
24378         * gst/matroska/matroska-demux.c:
24379         (gst_matroska_demux_parse_blockgroup):
24380           Fix EBML-laced block parsing. Diffs are relative to previous
24381           lace, not the first lace. Thanks to Mosu from the Matroska
24382           team for detecting this.
24383         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24384         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24385         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24386         (gst_wavparse_change_state):
24387         * gst/wavparse/gstwavparse.h:
24388           Quickfix for capsnego.
24389
24390 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24391
24392         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24393           Fix indenting, fix pad creation.
24394
24395 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24396
24397         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24398         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24399         (gst_xviddec_sink_link):
24400           Implement src_getcaps() so proper size caps is negotiated.
24401
24402 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24403
24404         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24405           Finish flac decoder on EOS. See #116178.
24406
24407 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24408
24409         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24410         (gst_matroska_demux_add_stream):
24411         * gst/matroska/matroska-ids.h:
24412           Add getcaps() function to fix capsnego...
24413
24414 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24415
24416         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24417         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24418         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24419           Fix more integer overflows. Again, see #126967.
24420
24421 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24422
24423         * ext/mpeg2dec/gstmpeg2dec.c:
24424           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24425           #130416.
24426
24427 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24428
24429         * configure.ac:
24430         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24431         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24432         * ext/xvid/gstxvid.h:
24433         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24434         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24435         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24436         (gst_xviddec_change_state):
24437         * ext/xvid/gstxviddec.h:
24438         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24439         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24440         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24441         (gst_xvidenc_link), (gst_xvidenc_set_property),
24442         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24443         * ext/xvid/gstxvidenc.h:
24444           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24445
24446 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24447
24448         * gst/rtp/rtp-packet.c:
24449           Add sys/types.h include, since OS X doesn't define in_addr_t
24450           in netinet/in.h, like it does on Linux (see #129600).
24451
24452 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24453
24454         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24455
24456         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24457           Correct logic of dispose function (see #129306).
24458
24459 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24460
24461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24462         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24463         (gst_mpeg_parse_init):
24464         * gst/mpegstream/gstmpegparse.h:
24465           Remove clock (which was never provided, i.e. dead code), and
24466           also fix integer overflows at high PTS values (see #126967).
24467
24468 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24469
24470         * ext/flac/gstflacdec.c:
24471         * ext/libpng/gstpngenc.h:
24472         * ext/mikmod/gstmikmod.h:
24473           OS X fixes (see #126628).
24474
24475 2004-01-02  David Schleef  <ds@schleef.org>
24476
24477         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24478         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24479         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24480         (gst_mpeg_parse_class_init): Move pad template registration
24481         to class_init, since the derived class (mpegdemux) doesn't
24482         want them.
24483
24484 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24485
24486         * sys/ximage/Makefile.am:
24487         * sys/xvideo/Makefile.am:
24488         * sys/xvimage/Makefile.am:
24489           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24490           after installation (see #127664).
24491
24492 2004-01-02  David Schleef  <ds@schleef.org>
24493
24494         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24495         (gst_ffmpegenc_connect):  Negotiation fixes.
24496         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24497         Remove inappropriate gst_caps_free().
24498         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24499         Reenable Ronald's internal resize code, since the core handles
24500         it correctly now.
24501
24502 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24503
24504         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24505         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24506         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24507           Fix pad template stuff.
24508
24509 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24510
24511         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24512         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24513           fix signed integer reading/writing.
24514
24515 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24516
24517         * ext/alsa/README:
24518           Remove outdated document
24519
24520 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24521
24522         * gst/cutter/gstcutter.c: (gst_cutter_init):
24523           src pad was being created twice - oops.
24524
24525 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24526
24527         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24528           Comment out internal resize. It doesn't handle the resulting
24529           XEvent internally, does another try_set_caps() which leads to
24530           a really nice loop.
24531           Real fix will come when Julien and Dave are awake. ;).
24532
24533 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24534
24535         * ext/mpeg2enc/gstmpeg2enc.cc:
24536           fix const/nonconst compile issue.
24537
24538 2004-01-02  David Schleef  <ds@schleef.org>
24539
24540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24541         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24542         Add fixate function and a check for bad formats.
24543
24544 2004-01-01  David Schleef  <ds@schleef.org>
24545
24546         Negotiation fixes:
24547         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24548         (gst_audiofilter_init):
24549         * gst/debug/efence.c: (gst_efence_init):
24550         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24551         (gst_deinterlace_init):
24552         * gst/volume/gstvolume.c: (volume_connect):
24553
24554 2004-01-01  David Schleef  <ds@schleef.org>
24555
24556         Convert elements to use gst_pad_use_explicit_caps() where
24557         appropriate:
24558         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24559         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24560         (gst_afparse_open_file):
24561         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24562         (gst_afsrc_open_file):
24563         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24564         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24565         (gst_ffmpegdec_chain):
24566         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24567         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24568         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24569         (gst_gdk_pixbuf_chain):
24570         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24571         (gst_jpegdec_chain):
24572         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24573         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24574         (gst_mikmod_negotiate):
24575         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24576         (gst_mpeg2dec_negotiate_format):
24577         * ext/mpeg2enc/gstmpeg2enc.cc:
24578         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24579         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24580         (gst_speexdec_sinkconnect):
24581         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24582         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24583         (gst_vorbisfile_new_link):
24584         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24585         (gst_ac3parse_chain):
24586         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24587         (gst_asf_demux_setup_pad):
24588         * gst/auparse/gstauparse.c: (gst_auparse_init),
24589         (gst_auparse_chain):
24590         * gst/id3/gstid3types.c: (gst_id3types_loop):
24591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24592         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24593         (mp1videoparse_parse_seq):
24594         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24595         (bpf_from_header):
24596         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24597         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24598         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24599         (gst_mpeg_parse_send_data):
24600         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24601         (gst_qtdemux_add_stream):
24602         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24603         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24604         (gst_wavparse_parse_fmt):
24605
24606 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24607
24608         * configure.ac:
24609           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24610           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24611           it therefore uses the wrong include paths. Too bad... Note
24612           that 1.6.1.93 is not release yet. ;).
24613           Also add a check for mplex, which is now using the lib'ified
24614           mplex from mjpegtools, too.
24615         * ext/ffmpeg/gstffmpegcodecmap.c:
24616           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24617           issues. I don't think ffmpeg handles 3ivx correctly, so this
24618           probably won't work. But it won't hurt either.
24619         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24620         (gst_ffmpegdec_chain):
24621         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24622         (gst_ffmpegenc_chain_audio):
24623           Fix memleak in audio encoding. Close codec if open fails, this
24624           calls the cleanup routines so we can re-use the context.
24625         * ext/mpeg2enc/gstmpeg2enc.cc:
24626           Fix pad template names/types, fix memory issue with getcaps().
24627         * ext/mpeg2enc/gstmpeg2encoder.cc:
24628         * ext/mpeg2enc/gstmpeg2encoder.hh:
24629           Fix compile issue with new caps system (const thingy).
24630         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24631         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24632           We read a first frame right on initing, so that we have a caps
24633           when we init the output. This caps is cached in padprivate and
24634           read as first frame.
24635         * ext/mplex/Makefile.am:
24636         * ext/mplex/gstmplex.cc:
24637         * ext/mplex/gstmplex.h:
24638         * ext/mplex/gstmplex.hh:
24639         * ext/mplex/gstmplexibitstream.cc:
24640         * ext/mplex/gstmplexibitstream.hh:
24641         * ext/mplex/gstmplexjob.cc:
24642         * ext/mplex/gstmplexjob.hh:
24643         * ext/mplex/gstmplexoutputstream.cc:
24644         * ext/mplex/gstmplexoutputstream.hh:
24645           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24646           had issues, didn't do capsnego, supported only a subset of the
24647           mplex features and required a mplex fork in our local CVS. Plus
24648           that it worked agaist a very old mplex version. Rewriting was
24649           faster than updating it.
24650         * gst-libs/ext/Makefile.am:
24651         * gst-libs/ext/mplex/INSTRUCT:
24652         * gst-libs/ext/mplex/Makefile.am:
24653         * gst-libs/ext/mplex/README:
24654         * gst-libs/ext/mplex/TODO:
24655         * gst-libs/ext/mplex/ac3strm_in.cc:
24656         * gst-libs/ext/mplex/audiostrm.hh:
24657         * gst-libs/ext/mplex/audiostrm_out.cc:
24658         * gst-libs/ext/mplex/aunit.hh:
24659         * gst-libs/ext/mplex/bits.cc:
24660         * gst-libs/ext/mplex/bits.hh:
24661         * gst-libs/ext/mplex/buffer.cc:
24662         * gst-libs/ext/mplex/buffer.hh:
24663         * gst-libs/ext/mplex/fastintfns.h:
24664         * gst-libs/ext/mplex/format_codes.h:
24665         * gst-libs/ext/mplex/inputstrm.cc:
24666         * gst-libs/ext/mplex/inputstrm.hh:
24667         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24668         * gst-libs/ext/mplex/mjpeg_logging.cc:
24669         * gst-libs/ext/mplex/mjpeg_logging.h:
24670         * gst-libs/ext/mplex/mjpeg_types.h:
24671         * gst-libs/ext/mplex/mpastrm_in.cc:
24672         * gst-libs/ext/mplex/mpegconsts.cc:
24673         * gst-libs/ext/mplex/mpegconsts.h:
24674         * gst-libs/ext/mplex/mplexconsts.hh:
24675         * gst-libs/ext/mplex/multplex.cc:
24676         * gst-libs/ext/mplex/outputstream.hh:
24677         * gst-libs/ext/mplex/padstrm.cc:
24678         * gst-libs/ext/mplex/padstrm.hh:
24679         * gst-libs/ext/mplex/stillsstream.cc:
24680         * gst-libs/ext/mplex/stillsstream.hh:
24681         * gst-libs/ext/mplex/systems.cc:
24682         * gst-libs/ext/mplex/systems.hh:
24683         * gst-libs/ext/mplex/vector.cc:
24684         * gst-libs/ext/mplex/vector.hh:
24685         * gst-libs/ext/mplex/videostrm.hh:
24686         * gst-libs/ext/mplex/videostrm_in.cc:
24687         * gst-libs/ext/mplex/videostrm_out.cc:
24688         * gst-libs/ext/mplex/yuv4mpeg.cc:
24689         * gst-libs/ext/mplex/yuv4mpeg.h:
24690         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24691         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24692           We don't fork mjpegtools' mplex in our CVS anymore.
24693         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24694         (gst_avi_demux_add_stream):
24695         * gst/avi/gstavidemux.h:
24696           Add getcaps() function for proper caps nego. This makes some
24697           parts of AVI playback/reading work.
24698         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24699           Resize window on new capsnego. This is probably wrong, but
24700           I'm still committing it because with current capsnego, the
24701           first successfull capsnego is auto-fixated, therefore rounded
24702           down to the lowest values in the caps. this results in a 16x16
24703           XWindow that is not reized when real capsnego finishes.
24704           Dave, I see more cases of this, do you know a proper solution?
24705         * tools/gst-launch-ext.in:
24706           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24707
24708 2003-12-31  David Schleef  <ds@schleef.org>
24709
24710         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24711         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24712           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24713
24714 2003-12-30  David Schleef  <ds@schleef.org>
24715
24716         * ext/ffmpeg/gstffmpegcolorspace.c:
24717         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24718         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24719         (gst_ffmpegcsp_chain): Negotiation fixes
24720         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24721         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24722         (gst_audio_convert_link), (gst_audio_convert_channels):
24723         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24724         (gst_audioscale_link), (gst_audioscale_get_buffer),
24725         (gst_audioscale_chain): Negotiation fixes
24726         * gst/audioscale/gstaudioscale.h:
24727         * gst/videofilter/gstvideofilter.c:
24728         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24729         (gst_videofilter_link), (gst_videofilter_init),
24730         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24731         (gst_videofilter_find_format_by_structure):
24732         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24733         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24734         (gst_videoscale_link):
24735         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24736         (videoscale_find_by_structure), (gst_videoscale_setup):
24737         * gst/videoscale/videoscale.h: Negotiation fixes
24738         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24739         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24740         function, restrict resizing to a multiple of 4 (hack until
24741         everyone supports odd sizes correctly).
24742
24743 2003-12-29  Colin Walters  <walters@verbum.org>
24744
24745         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24746         signed.
24747
24748 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24749
24750         * ext/sndfile/gstsf.c: (gst_sf_loop):
24751           Fix warning about discarding const qualifier
24752
24753 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24754
24755         * gst/cutter/gstcutter.c:
24756         * gst/videoscale/gstvideoscale.c:
24757         * gst/volenv/gstvolenv.c:
24758         * gst-libs/gst/audio/audio.c:
24759         * gst-libs/gst/video/video.c:
24760           Fix warnings
24761
24762 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24763
24764         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24765           Don't send ALSA debugging to stderr.
24766         * ext/alsa/gstalsa.h:
24767           Use GST_WARNING instead of g_warning when ALSA functions fail.
24768
24769 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24770
24771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24772           Free XVAdapterInfo correctly.
24773
24774 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24775
24776         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24777         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24778           Make id3tag use correct caps nego.
24779
24780 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24781
24782         * ext/ivorbis/vorbis.c:
24783         * ext/ivorbis/vorbisenc.h:
24784         * ext/ivorbis/vorbisfile.c:
24785           Modify so that it uses the new caps things
24786
24787 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24788
24789         * testsuite/spider/spider1.c: (main):
24790         * testsuite/spider/spider2.c: (main):
24791         * testsuite/spider/spider3.c: (main):
24792           Make tests compile again. They probably don't work.
24793
24794 2003-12-24  Colin Walters  <walters@verbum.org>
24795
24796         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24797         we can't fixate the caps anymore.
24798
24799 2003-12-23  David Schleef  <ds@schleef.org>
24800
24801         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24802         * sys/oss/gstosssink.c: (gst_osssink_init),
24803         (gst_osssink_sink_fixate): Add fixate function.
24804
24805 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24806
24807         * ext/ffmpeg/gstffmpegcodecmap.c:
24808         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24809         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24810         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24811         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24812         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24813         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24814         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24815           fix typo in RGB masks, and move back to "old" colorspace
24816           capsnego code until whoever wrote this new crap has actually
24817           tested it so that it works.
24818           And yes, this works, keep it that way please.
24819
24820 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24821
24822         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24823         (gst_divxdec_init), (gst_divxdec_negotiate):
24824         * ext/divx/gstdivxdec.h:
24825         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24826         (gst_divxenc_init):
24827         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24828         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24829         * ext/mpeg2enc/gstmpeg2enc.cc:
24830         * ext/mpeg2enc/gstmpeg2encoder.cc:
24831         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24832         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24833         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24834         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24835         (dxr3spusink_init):
24836         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24837         (dxr3videosink_init):
24838           Fix caps breakage after Dave's caps branch merge.
24839
24840 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24841
24842         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24843           Fix for 24bpp display.
24844
24845 2003-12-23  Colin Walters  <walters@verbum.org>
24846
24847         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24848         a GnomeVFSHandle directly.
24849
24850 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24851
24852         * gst/volume/Makefile.am:
24853         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24854         (volume_base_init), (volume_init):
24855           Reenable volume element and fix to work with new caps stuff.
24856           Rhythmbox needs this.
24857
24858 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24859
24860         * gst/qtdemux/qtdemux.c: (plugin_init):
24861           qtdemux requires bytestream
24862
24863 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24864
24865         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24866           Fix remaining caps handling errors due to CAPS merge.
24867
24868 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24869
24870         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24871         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24872         (gst_faad_srcconnect):
24873           Port to new caps system.
24874
24875 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24876
24877         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24878         (got_video_size), (main): using g_print instead of g_message.
24879         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24880         signal which was not emitted because of "switch" element added to the
24881         bin but not connected. (Removing from the bin temporarily)
24882
24883 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24884
24885         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24886         find X development files. I don't understand the previous tests and
24887         they fail on my debian/ppc unstable. This one works.
24888         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24889         exiting.
24890         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24891         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24892         (gst_play_set_visualization): Add some safety checks in set_ methods
24893         and state_change. This was throwing some ugly CRITICAL messages when
24894         pipeline was getting disposed and casts were failing.
24895
24896 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24897
24898         * configure.ac:
24899           Improve mpeg2enc detection. This is for distributions that do
24900           ship mjpegtools, but without mpeg2enc. Also does object check
24901           for might there ever be ABI incompatibility.
24902         * ext/mpeg2enc/gstmpeg2enc.cc:
24903           Add Andrew as second maintainer (he's helping me), and also add
24904           an error if no caps was set. This happens if I pull before capsnego
24905           and that's something I should solve sometime else.
24906         * gst/matroska/matroska-demux.c:
24907         (gst_matroska_demux_parse_blockgroup):
24908           Fix time parsing.
24909         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24910         (gst_matroska_mux_track_header):
24911           Add caps to templates.
24912         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24913           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24914         * gst/mpegstream/gstmpegdemux.c:
24915           Remove layer since it causes warnings about unfixed caps.
24916         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24917           Fix obvious typo (we error out if caps were set, we should of
24918           course error out if *no* caps were set).
24919         * sys/oss/gstosselement.c: (gst_osselement_convert):
24920           Fix format conversion, we confused bits/bytes.
24921         * sys/oss/gstosselement.h:
24922           Improve documentation for 'bps'.
24923         * sys/v4l/TODO:
24924           Remove stuff about plugins that need removing - this was done
24925           ages ago.
24926         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24927         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24928         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24929         (gst_v4lsrc_src_query):
24930         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24931         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24932           Add get_query_types(), get_formats() and query() functions.
24933
24934 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24935
24936         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24937         * moved CVS to freedesktop.org