9b92406e98f28cfe45d3b1949f02095973411eb8
[platform/upstream/gstreamer.git] / ChangeLog
1 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
2
3         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
4         * gst/adder/gstadder.c: (gst_adder_init):
5         use DEBUG_FUNCPTR for collectpads
6
7 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
8
9         * docs/plugins/Makefile.am:
10         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12         * ext/cdparanoia/gstcdparanoiasrc.c:
13         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
14         (gst_gnome_vfs_sink_class_init):
15         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
16         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
17         * ext/ogg/gstoggmux.c:
18         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
19         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
20         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
21         * ext/pango/gsttextoverlay.c:
22         * ext/pango/gsttextrender.c:
23         * ext/theora/theoradec.c:
24         * ext/theora/theoraenc.c:
25         * ext/vorbis/vorbisdec.c:
26         * ext/vorbis/vorbisenc.c:
27         * gst-libs/gst/audio/gstaudiofilter.c:
28         (gst_audio_filter_base_init):
29         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30         (gst_audio_filter_template_base_init):
31         * gst/adder/gstadder.c: (gst_adder_get_type):
32         * gst/adder/gstadder.h:
33         * gst/audioconvert/gstaudioconvert.c:
34         * gst/audiotestsrc/gstaudiotestsrc.c:
35         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
36         (gst_audio_test_src_create):
37         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
38         * gst/playback/gstdecodebin.c:
39         * gst/playback/gstplaybin.c:
40         * gst/playback/gststreamselector.c:
41         (gst_stream_selector_base_init):
42         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
43         * gst/volume/gstvolume.c:
44         * sys/v4l/gstv4lmjpegsink.c:
45         * sys/v4l/gstv4lmjpegsrc.c:
46         * tests/check/libs/cddabasesrc.c:
47         * tests/old/examples/gob/gst-identity2.gob:
48         Add docs for adder, use GST_ELEMENT_DETAILS macro,
49         define GstElementDetails at the top
50
51 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
52
53         * win32/common/libgstinterfaces.def:
54         Add a lot of export functions for gst-python
55         * win32/vs6/libgstinterfaces.dsp:
56         Add a missing include folder in the project configuration
57         
58 2006-03-23  Wim Taymans  <wim@fluendo.com>
59
60         * gst-libs/gst/audio/gstbaseaudiosrc.c:
61         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
62         (gst_base_audio_src_change_state):
63         Fix audio sources, forgot to make the ringbuffer
64         startable...
65
66 2006-03-23  Wim Taymans  <wim@fluendo.com>
67
68         * gst-libs/gst/audio/gstbaseaudiosrc.c:
69         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
70         (gst_base_audio_src_change_state):
71         unparent instead of unref the ringbuffer.
72
73 2006-03-23  Wim Taymans  <wim@fluendo.com>
74
75         * gst-libs/gst/audio/gstbaseaudiosink.c:
76         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
77         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
78         Implement new async_play vmethod to start slaving and allow
79         playback start in case of async PLAY state changes. 
80
81         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
82         Enable QoS with new method in base class.
83
84 2006-03-23  Wim Taymans  <wim@fluendo.com>
85
86         Patch by: Julien MOUTTE <julien at moutte dot net>
87
88         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
89         (gst_video_test_src_do_seek), (gst_video_test_src_create):
90         Partially handle 0 framerate, only EOS after the first frame
91         is missing.
92
93 2006-03-23  Wim Taymans  <wim@fluendo.com>
94
95         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
96
97         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
98         (gst_riff_create_video_template_caps):
99         * gst/ffmpegcolorspace/avcodec.h:
100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
101         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
102         (gst_ffmpegcsp_avpicture_fill):
103         * gst/ffmpegcolorspace/imgconvert.c:
104         Patch for support of YVU9 AVI files (#334822)
105
106 2006-03-22  Edward Hervey  <edward@fluendo.com>
107
108         * docs/design/design-decodebin.txt:
109         Added design document for new decodebin
110         (Target Caps): text/x-pango-markup is also a default target caps.
111
112 2006-03-22  Wim Taymans  <wim@fluendo.com>
113
114         * gst-libs/gst/audio/gstbaseaudiosink.c:
115         (gst_base_audio_sink_dispose):
116         Since we _parent the ringbuffer, we also need to
117         _unparent instead of a plain _unref.
118
119 2006-03-22  Wim Taymans  <wim@fluendo.com>
120
121         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
122         (stop_seek), (scrub_toggle_cb), (main):
123         Add scrub checkbox.
124
125 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
126
127         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
128         (gst_ogg_parse_chain):
129           Fix very inefficient usage of linked lists (#335365).
130
131 2006-03-21  Edward Hervey  <edward@fluendo.com>
132
133         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
134         * gst/playback/gstplaybin.c: (handoff):
135         * gst/playback/gststreamselector.c:
136         (gst_stream_selector_set_property):
137         gcc 4.1 unreferenced pointer fixes.
138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
140         gst_buffer_ref() now takes a GstBuffer*.
141
142 2006-03-20  Julien MOUTTE  <julien@moutte.net>
143
144         * sys/xvimage/xvimagesink.c:
145         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
146         by Jan Schmidt.
147
148 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
149
150         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
151         (id3v1_type_find), (apetag_type_find), (plugin_init):
152           Can't do tag preferences via probability, as tags would then
153           lose against types that are recognised with MAXIMUM probability
154           (like .wav); so let all tag typefinders return MAXIMUM themselves
155           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
156           that we can prefer APE to ID3v1 (fixes #335028).
157           
158 2006-03-17  Wim Taymans  <wim@fluendo.com>
159
160         * gst-libs/gst/audio/gstbaseaudiosink.c:
161         (gst_base_audio_sink_change_state):
162         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
163         (gst_ring_buffer_may_start):
164         * gst-libs/gst/audio/gstringbuffer.h:
165         Only start playback if we are playing.
166         should fix #330748.
167
168 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
169
170         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
171         * win32/common/config.h:
172           Revert accidental commits to these files.
173
174 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
175
176         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
177
178         * tests/Makefile.am:
179           Don't try to build tests in tests/icles if we
180           don't have X (#323852)
181
182 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
183
184         * gst-libs/gst/tag/gstid3tag.c:
185           Add TXXX frame identifiers for replaygain stuff as used
186           by some taggers (see #323721).
187
188 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
189
190         * gst/playback/gststreamselector.c:
191         (gst_stream_selector_set_property),
192         (gst_stream_selector_bufferalloc):
193           Preserve the existing buggy streamselector behaviour by performing
194           a fallback buffer allocation when downstream isn't linked yet.
195           This should really be fixed in playbin by blocking pads until it's
196           linked them.
197           Also, use gst_pad_alloc_buffer instead of
198           gst_pad_alloc_buffer_and_set.
199
200 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
201
202         * gst-libs/gst/tag/gstid3tag.c:
203           Don't crash on unknown ID3v2 TXXX frames.
204           
205 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
206
207         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
208           Chain up to the parent finalize method.
209           Add 32-bit sample size to the template caps.
210
211         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
212         (gst_riff_create_video_template_caps):
213           Add the fourcc that the VMWare codec uses.
214           
215         * gst/playback/gststreamselector.c:
216         (gst_stream_selector_set_property),
217         (gst_stream_selector_bufferalloc),
218         (gst_stream_selector_request_new_pad):
219           For the active pad, forward buffer-alloc requests, otherwise
220           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
221           having to memcpy every frame when used by playbin.
222
223         * gst/tcp/gstmultifdsink.c:
224         (gst_multi_fd_sink_handle_client_write):
225           Get negotiated caps from the sink pad, rather than the sink
226           pad's peer.
227
228 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
229
230         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
231         
232         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
233           Don't forget to set src->callbacks_pushed to FALSE again when
234           popping them, otherwise re-activation in a different mode won't
235           work (#334620).
236
237 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
238
239         Patch by: Sebastien Moutte  <sebastien moutte net>
240
241         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
242         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
243         (gst_ffmpeg_smpfmt_to_caps):
244           Replace __VA_ARGS__ caps creation macros with varargs functions.
245           Makes things compile on MSVC (#320765), looks nicer, and we can
246           tell the compiler to check for the NULL terminator.
247
248 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
249
250         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
251
252         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
253           Make sure the buffer we copy into is really always big
254           enough, this time for real (#333488).
255           
256 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
257
258         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
259           Add support for 24bpp DIB (#305279).
260
261 2006-03-14  Wim Taymans  <wim@fluendo.com>
262
263         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
264         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
266         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
267         (gst_video_scale_init), (gst_video_scale_src_event):
268         Re-enable QoS after the release.
269         Rework videoscale to use the base class src_event handler.
270
271 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
272
273         * configure.ac:
274           back to CVS.
275
276 === release 0.10.5 ===
277
278 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
279
280         * configure.ac:
281           releasing 0.10.5, "Net"
282
283 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
284
285         * docs/plugins/Makefile.am:
286           Part of previous cdparanoiasrc docs fixes, forgot to commit.
287           
288 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
289
290         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
291         * docs/plugins/gst-plugins-base-plugins-sections.txt:
292         * docs/plugins/gst-plugins-base-plugins.hierarchy:
293           Add cdparanoiasrc to docs.
294
295         * gst-libs/gst/cdda/gstcddabasesrc.c:
296           More GstCddaBaseSrc docs.
297
298 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
299
300         * docs/libs/gst-plugins-base-libs-sections.txt:
301         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
302         * gst-libs/gst/tag/tag.h:
303           Add new API to libgsttag: gst_tag_from_id3_user_tag().
304
305 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
306
307         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
308           NULL-terminate array of mpeg4 video file extensions.
309           Fixes crash on PPC (#334226).
310
311 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
312
313         * ext/gnomevfs/gstgnomevfssrc.c:
314         (gst_gnome_vfs_src_check_get_range):
315           gnome_vfs_uri_is_local() alone is not a good indicator
316           whether we can operate in pull-mode with a specific URI,
317           as it returns FALSE for file:// URIs that point to an
318           NFS-mounted path. Be more conservative here: whitelist
319           local files, blacklist http URIs and use the old
320           mechanism for anything else (fixes #334216).
321
322 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
323
324         * configure.ac:
325           back to trunk
326
327 === release 0.10.4 ===
328
329 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
330
331         * configure.ac:
332           releasing 0.10.4, "Power"
333
334 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
335
336         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
337         Disable max-lateness by setting it to -1 for now, so that 
338         we can bed QoS stuff in thoroughly between now and the next
339         release.
340
341 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
342
343         Patch by: Fabrizio Gennari
344
345         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
346           Make sure we don't read beyond the palette buffer in case of
347           broken or manipulated files (#333488)
348
349 2006-03-10  Edward Hervey  <edward@fluendo.com>
350
351         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
352         Fix for variable not initialized.
353
354 2006-03-09  Wim Taymans  <wim@fluendo.com>
355
356         * ext/libvisual/visual.c: (gst_visual_get_type),
357         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
358         (gst_visual_chain):
359         Small cleanups.
360
361         * ext/theora/gsttheoradec.h:
362         * ext/theora/theoradec.c: (gst_theora_dec_init),
363         (gst_theora_dec_reset), (_theora_granule_time),
364         (theora_dec_src_convert), (theora_dec_sink_convert),
365         (theora_dec_src_query), (theora_dec_src_event),
366         (theora_dec_sink_event), (theora_handle_comment_packet),
367         (theora_handle_header_packet), (theora_dec_push),
368         (theora_handle_data_packet), (theora_dec_chain),
369         (theora_dec_change_state):
370         Add simple QoS.
371
372 2006-03-09  Wim Taymans  <wim@fluendo.com>
373
374         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
375         (audiocast_register_listener), (gst_gnome_vfs_src_start):
376         Some cleanups.
377
378 2006-03-09  Wim Taymans  <wim@fluendo.com>
379
380         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
381         Don't try to activate NULL chains.
382
383 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
384
385         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
386           Fix invalid memory access to region before peek'd data (#332964).
387
388 2006-03-09  Wim Taymans  <wim@fluendo.com>
389
390         Patch by: Christophe Fergeau
391
392         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
393         * ext/pango/gsttextrender.c: (gst_text_render_init):
394         * gst/adder/gstadder.c: (gst_adder_init):
395         Don't leak padtemplates, closes #333510.
396
397 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
400           Fix invalid memory access: make sure string passed to
401           regexec() is NUL-termianted.
402
403 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
404
405         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
406         (mp3_type_find):
407           Refactor mpeg/audio typefinding to make it more maintainable
408           and easier to fine-tune. Make probing into middle of the file
409           work properly (fixes #333900, also see #152688).
410
411 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
412
413         * gst/typefind/gsttypefindfunctions.c:
414         (utf8_type_find_have_valid_utf8_at_offset):
415           Remove part from previous commit that was bogus:
416           g_utf8_validate() does in fact not accept embedded
417           zeroes, so we don't need to check for those (thanks
418           to Mike for the hint).
419
420 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
421
422         * gst/typefind/gsttypefindfunctions.c:
423         (utf8_type_find_count_embedded_zeroes),
424         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
425           Make plain/text typefinder more conservative: firstly, check
426           for embedded zeroes, which are perfectly valid UTF-8 characters,
427           but also a fairly good sign that something is not a plain text
428           file; secondly, probe into the middle of the file if possible.
429           If we can't probe into the middle, limit the probability value
430           to be returned to TYPE_FIND_POSSIBLE (see #333900).
431
432 2006-03-08  Michael Smith  <msmith@fluendo.com>
433
434         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
435           Make typefind function name for mpeg4 video unique.
436
437 2006-03-08  Wim Taymans  <wim@fluendo.com>
438
439         * ext/libvisual/visual.c: (gst_visual_init),
440         (gst_visual_clear_actors), (gst_visual_dispose),
441         (gst_visual_reset), (gst_visual_src_setcaps),
442         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
443         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
444         (gst_visual_chain), (gst_visual_change_state):
445         Cleanups, post nice errors.
446         Handle sink and src events.
447         Implement simple QoS.
448
449         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
450         Use new basesink methods to configure max-lateness.
451         Small doc update.
452
453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
454         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
455         Debug statement cleanups.
456
457         * gst/volume/gstvolume.c: (gst_volume_class_init):
458         Simple cleanup.
459
460 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
463         (gst_text_overlay_init), (gst_text_overlay_set_property),
464         (gst_text_overlay_get_property):
465           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
466           as string type properties, but mark them deprecated. Add
467           'halignment' and 'valignment' properties that use enums
468           instead of strings.
469
470 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
471
472         Patch by: Fabrizio Gennari
473
474         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
475           Allow palettes with less than 256 colours in AVI files
476           (#333488)
477
478 2006-03-07  Julien MOUTTE  <julien@moutte.net>
479
480         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
481         (gst_text_overlay_video_event): Fix wrong EOS handling on text
482         pad. We were releasing the queued text buffer when we should keep
483         it until video pad gets EOS or discard the text buffer because it's
484         too old. That was eating the last subtitle buffer. Add some more
485         debug.
486
487 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
488
489         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
490         (gst_text_overlay_video_chain):
491           Fix invalid memory access (we can't access a buffer after it's been
492           pushed downstream without taking a reference); fix memory leak (if
493           there's no text to render, bail out before allocating stuff).
494
495 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
498         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
499         * ext/pango/gsttextoverlay.h:
500           If input is plain text, escape it before passing it to
501           pango_layout_set_markup().
502
503 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
504
505         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
506           Don't ignore flow return from gst_pad_push().
507
508 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
509
510         Patch by: Fabrizio Gennari
511
512         * ext/libvisual/visual.c: (gst_visual_getcaps),
513         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
516         (gst_vorbisenc_convert_sink):
517         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
518         (gst_audio_duration_from_pad_buffer):
519         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
520         (gst_audio_filter_chain):
521         * gst-libs/gst/rtp/gstbasertpdepayload.c:
522         (gst_base_rtp_depayload_setcaps):
523         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
524         (gst_video_get_size):
525         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
526           Don't leak references returned by gst_pad_get_parent()
527           (#333663)
528
529 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
530
531         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
532           change location param details
533         * gst/volume/gstvolume.c: (plugin_init):
534           correct plugin description
535
536 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
537
538         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
539         (gst_gnome_vfs_src_check_get_range):
540           Override GstBaseSrc::check_get_range() in order to avoid opening
541           the resource just to check whether we can operate in pull-mode or
542           not - we can predict that pretty well from the URI alone. Should
543           fix problems with last.fm (#331690). (Requires latest core CVS).
544
545 2006-03-06  Wim Taymans  <wim@fluendo.com>
546
547         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
548         (gst_video_sink_class_init):
549         Throw away frames that are later than 20 ms.
550
551 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
552
553         Patch by: Fabrizio Gennari
554
555         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
556           Set depth on WMA caps (#333545)
557
558 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
559
560         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
561         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
562           put Theora BOS pages before others.  This hardcodes
563           the Ogg/Theora I profile, but hey.
564
565 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * ext/ogg/README:
568           updated with some examples
569         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
570         (granulepos_add), (theora_buffer_from_packet):
571         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
572         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
573         (gst_vorbisenc_chain):
574           implement strategy from ext/ogg/README
575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
576         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
577         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
578         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
579           Fix muxer so that oggz-validate is happy with all streams;
580           except for no eos mark, and the BOS page ordering
581         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
582         (check_buffer_granulepos):
583         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
584           update tests to check for OFFSET being set as requested
585           fixed type of granulepos, it's not a ClockTime
586
587 2006-03-05  Julien MOUTTE  <julien@moutte.net>
588
589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
590         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
591         Check that the xvimage we are creating has a correct size
592         before returning it. (#314897)
593
594 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
595
596         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
597           Give id3 and ape tag typefinders a rank slightly higher
598           than PRIMARY to ensure they're always run before any of
599           the other typefinders (in particular wav and mp3) (#324186).
600
601 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
602
603         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
604           Add support for '3IVD' fourcc (#333403).
605
606 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
607
608         * configure.ac:
609           Bump requirements to GStreamer CVS for the new error enum.
610
611         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
612           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
613           space left on the device (fixes #333352).
614
615 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
616
617         * win32/vs6:
618           add a project file for libgstvolume
619           update the workspace
620
621 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
622
623         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
624         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
625         (GST_START_TEST):
626           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
627           Set IN_CAPS on header buffers
628
629 2006-03-02  Wim Taymans  <wim@fluendo.com>
630
631         * docs/plugins/Makefile.am:
632         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
633         * docs/plugins/gst-plugins-base-plugins-sections.txt:
634         Add audioresample to docs.
635
636         * gst/audioconvert/gstaudioconvert.c:
637         Add revision date.
638
639         * gst/audioresample/gstaudioresample.c:
640         (gst_audioresample_base_init), (gst_audioresample_class_init),
641         (gst_audioresample_init), (gst_audioresample_dispose),
642         (audioresample_get_unit_size), (audioresample_transform_caps),
643         (resample_set_state_from_caps), (audioresample_transform_size),
644         (audioresample_set_caps), (audioresample_event),
645         (audioresample_do_output), (audioresample_transform),
646         (audioresample_pushthrough), (gst_audioresample_set_property),
647         (gst_audioresample_get_property), (plugin_init):
648         * gst/audioresample/gstaudioresample.h:
649         Added docs.
650         Small code cleanups.
651
652 2006-03-02  Wim Taymans  <wim@fluendo.com>
653
654         * docs/plugins/Makefile.am:
655         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
656         * docs/plugins/gst-plugins-base-plugins-sections.txt:
657         Added videoscale to docs.
658
659         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
660         (gst_video_rate_swap_prev), (gst_video_rate_event),
661         (gst_video_rate_chain):
662         Fix typo in docs.
663
664         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
665         (gst_video_scale_init), (gst_video_scale_prepare_size),
666         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
667         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
668         * gst/videoscale/gstvideoscale.h:
669         Added docs, examples.
670         Some code cleanups.
671         Post errors instead of g_warning.
672
673 2006-03-02  Wim Taymans  <wim@fluendo.com>
674
675         * docs/libs/gst-plugins-base-libs-docs.sgml:
676         * docs/libs/gst-plugins-base-libs-sections.txt:
677         * docs/libs/gst-plugins-base-libs.types:
678         * docs/plugins/Makefile.am:
679         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
680         * docs/plugins/gst-plugins-base-plugins-sections.txt:
681         Added some more docs to libs and plugins.
682
683         * gst-libs/gst/audio/gstringbuffer.c:
684         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
685         * gst-libs/gst/audio/gstringbuffer.h:
686         Document ringbuffer some more.
687
688         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
689         (gst_video_rate_setcaps), (gst_video_rate_reset),
690         (gst_video_rate_init), (gst_video_rate_flush_prev),
691         (gst_video_rate_swap_prev), (gst_video_rate_event),
692         (gst_video_rate_chain), (gst_video_rate_change_state):
693         * gst/videorate/gstvideorate.h:
694         Fix videorate to use segments.
695         Make it work with 0/1 framerates (closes #331903)
696         Handle EOS correctly.
697         Added docs.
698
699 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
700
701         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
702         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
703         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
704           In state change function, first chain up to parent class,
705           then handle downwards state change stuff. Remove some
706           commented out cruft from 0.8 code.
707
708 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
709
710         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
711         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
712         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
713         (gst_ogm_parse_chain):
714           Don't remove/re-add source pad if the new caps are the same as
715           the old caps anyway (#333042). When removing source pad, don't
716           unref it afterwards - we didn't ref it when adding. Sprinkle some
717           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
718           after using gst_pad_get_parent(). Return downstream flow return
719           value in chain function.
720
721 2006-03-02  Wim Taymans  <wim@fluendo.com>
722
723         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
724         * docs/plugins/gst-plugins-base-plugins.args:
725         * docs/plugins/gst-plugins-base-plugins.hierarchy:
726         * docs/plugins/gst-plugins-base-plugins.interfaces:
727         * docs/plugins/gst-plugins-base-plugins.signals:
728         Fix hierarchy, added some more elements to the docs.
729
730         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
731         (gst_ffmpegcsp_get_type):
732         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
733         Fix docs for ffmpegcolorspace.
734
735 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
736
737         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
738         (apetag_type_find), (ape_type_find), (plugin_init):
739           Some typefinding fine-tuning:
740           - rank ID3/APE tags in order of preference via probabilities, so that
741             ID3v2 > APEv2 > APEv1 > ID3v1.
742           - three or four bytes don't really justify MAXIMUM probability,
743             change those to 'very likely' (musepack and monkeysaudio).
744
745 2006-03-01  Wim Taymans  <wim@fluendo.com>
746
747         * docs/plugins/Makefile.am:
748         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
749         * docs/plugins/gst-plugins-base-plugins-sections.txt:
750         * ext/alsa/gstalsamixer.c:
751         * ext/alsa/gstalsamixer.h:
752         * ext/alsa/gstalsamixerelement.c:
753         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
754         * ext/alsa/gstalsamixerelement.h:
755         * ext/alsa/gstalsasink.c:
756         * ext/alsa/gstalsasink.h:
757         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
758         (gst_alsasrc_init):
759         * ext/alsa/gstalsasrc.h:
760         Added alsa docs.
761         Small code cleanups.
762
763 2006-03-01  Wim Taymans  <wim@fluendo.com>
764
765         * ext/theora/Makefile.am:
766         Dist new header too,
767
768 2006-03-01  Wim Taymans  <wim@fluendo.com>
769
770         * docs/plugins/Makefile.am:
771         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
772         * docs/plugins/gst-plugins-base-plugins-sections.txt:
773         * ext/gnomevfs/gstgnomevfssink.h:
774         * ext/gnomevfs/gstgnomevfssrc.h:
775         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
776         * ext/vorbis/vorbisdec.h:
777         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
778         * ext/vorbis/vorbisenc.h:
779         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
780         (vorbis_parse_chain), (vorbis_parse_change_state):
781         * ext/vorbis/vorbisparse.h:
782         * gst/audioconvert/gstaudioconvert.h:
783         * gst/tcp/gsttcpserversink.h:
784         * gst/videotestsrc/gstvideotestsrc.c:
785         * gst/videotestsrc/gstvideotestsrc.h:
786         * gst/volume/gstvolume.c:
787         * gst/volume/gstvolume.h:
788         Fix some more docs.
789         Added docs for vorbisdec and vorbisparse.
790         Fix vorbisparse.
791
792 2006-03-01  Wim Taymans  <wim@fluendo.com>
793
794         * docs/plugins/Makefile.am:
795         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
797         * ext/pango/gstclockoverlay.h:
798         * ext/pango/gsttextoverlay.h:
799         * ext/pango/gsttextrender.h:
800         * ext/pango/gsttimeoverlay.h:
801         * ext/theora/gsttheoradec.h:
802         * ext/theora/gsttheoraenc.h:
803         * ext/theora/theoradec.c:
804         * ext/theora/theoraenc.c:
805         * gst/audioconvert/gstaudioconvert.h:
806         * gst/audiotestsrc/gstaudiotestsrc.h:
807         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
808         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
809         * gst/tcp/gstmultifdsink.h:
810         Updated/added documentation.
811
812         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
813         (gst_text_overlay_halign_get_type),
814         (gst_text_overlay_wrap_mode_get_type),
815         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
816         (gst_text_overlay_init), (gst_text_overlay_set_property),
817         (gst_text_overlay_get_property):
818         Fix up properties to be enums instead of string to make bindings,
819         introspection and automatic GUI creation possible.
820         Add getters for the properties.
821
822 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
823
824         * gst/audiotestsrc/gstaudiotestsrc.c:
825           added defines of M_PI and M_PI_2
826         * gst/ffmpegcolorspace/avcodec.h:
827           removed #include "stdint.h" for win32 as _stdint.h is 
828           autogenerated to win32/common
829         * win32/common/libgstaudio.def:
830         * win32/common/libgsttag.def:
831           added some exports
832         * win32/vs6:
833           some project files bugs corrected
834         * win32/vs7:
835           project files are reset to the default vs7 configuration 
836           (they link to msvcr71.dll using default optimizations)
837           
838 2006-02-28  Wim Taymans  <wim@fluendo.com>
839
840         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
841         Fix some docs.
842
843 2006-02-28  Edward Hervey  <edward@fluendo.com>
844
845         * ext/alsa/gstalsasrc.c:
846         Set proper class on the ElementDetails:
847         Source/Audio instead of Src/Audio/
848
849 2006-02-28  Edward Hervey  <edward@fluendo.com>
850
851         * gst/videoscale/vs_scanline.c:
852         (vs_scanline_resample_nearest_RGBA):
853         Revert optimization in videoscale. It should go in liboil and have
854         an appropriate liboil function.
855
856 2006-02-28  Wim Taymans  <wim@fluendo.com>
857
858         * gst-libs/gst/audio/gstbaseaudiosink.c:
859         (gst_base_audio_sink_provide_clock):
860         Don't try to provide a clock in the NULL state.
861
862 2006-02-28  Wim Taymans  <wim@fluendo.com>
863
864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
865         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
866         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
867         (gst_ogg_demux_deactivate_current_chain),
868         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
869         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
870         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
871         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
872         Use GstSegment infrastructure to remove duplicated code
873         and handle more seek cases correctly.
874
875 2006-02-28  Wim Taymans  <wim@fluendo.com>
876
877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
878         (gst_ffmpegcsp_transform):
879         Don't ignore return code from ffmpeg convert function.
880
881         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
882         Split out some long statements to ease debugging.
883
884 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
885
886         * ext/libvisual/visual.c: (gst_visual_init),
887         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
888         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
889         being able to renegotiate the size. Instead, use the negotiation
890         algorithm from the goom plugin to pick an initial output caps. 
891
892         Also, allow theoretical libvisual plugins that might support non-GL 
893         output even if they also do GL.
894
895 2006-02-26  Julien MOUTTE  <julien@moutte.net>
896
897         * ext/libvisual/visual.c: (gst_visual_init),
898         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
899         (plugin_init): Load only non GL plugins. Fix some memleaks and 
900         possible negotiation issues.
901
902 2006-02-25  Julien MOUTTE  <julien@moutte.net>
903
904         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
905
906 2006-02-24  Michael Smith  <msmith@fluendo.com>
907
908         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
909         (cmml_type_find), (plugin_init):
910           Fix CMML type find function to not require a specific minor version
911           of the CMML header.
912
913           Add an MPEG4 video elementary stream typefind function.
914
915 2006-02-04  Michael Smith  <msmith@fluendo.com>
916
917         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
918         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
919         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
920         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
921         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
922         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
923           Annodex support in ogg demuxer. Doesn't do very much without the
924           other annodex patches (to come).
925
926 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
927
928         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
929
930         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
931           Pick up palette for MS video v1 (#327028)
932
933 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
936         (gst_ffmpegcsp_caps_remove_format_info),
937         (gst_ffmpegcsp_get_unit_size):
938           The 'palette_data' field from incoming RGB caps shouldn't be
939           proxied on outgoing YUV caps; also, restrict unit size
940           adjustment in case of paletted data only to the unit that
941           actually has a palette. Fixes #330711.
942
943 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
944
945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
946         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
947         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
948         (gst_ffmpegcsp_get_unit_size):
949           Plug some memory leaks.
950
951 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
952
953         * sys/ximage/Makefile.am:
954         * sys/xvimage/Makefile.am:
955           Add some _CFLAGS and _LIBS that seem to be missing
956           and/or required for Cygwin (see #317048).
957
958 2006-02-22  Wim Taymans  <wim@fluendo.com>
959
960         * ext/alsa/gstalsasrc.c:
961         Fix description as pointed out by caugier.
962
963 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
964
965         Reviewed by : Edward Hervey  <edward@fluendo.com>
966
967         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
968         (qt_type_find):
969         Better 3gp typefinding (#331526).
970
971 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
972
973         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
974           Don't send EOS event here, the base class will send one for us.
975
976         * gst/playback/gstplaybasebin.c: (prepare_output):
977           Subpictures without video stream aren't allowed either.
978         
979         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
980           Fix debug statement copy'n'paste-o.
981
982 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
983
984         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
985           Fix issues with mixer keeping state when muting/unmuting
986           and when changing the volume whilst muted (see #331763
987           and #331765).
988
989 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
990
991         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
992         (parse_subrip), (gst_sub_parse_format_autodetect):
993           Set right caps given that we send escaped text. Also,
994           honour <i></i>, <b></b> and <u></u> markers that can be found
995           in .srt files (fixes #310202).
996
997 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
998
999         * gst-libs/gst/audio/mixerutils.c:
1000         (element_factory_rank_compare_func):
1001           Make order in which elements are tried more determinable.
1002
1003 2006-02-20  Julien MOUTTE  <julien@moutte.net>
1004
1005         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
1006         (remove_element_chain), (cleanup_decodebin),
1007         (gst_decode_bin_change_state): Make decodebin reusable by
1008         fixing remove_element_chain first and then introduce a
1009         cleaner in state change to ->NULL. (Closes #331678)
1010
1011 2006-02-19  Wim Taymans  <wim@fluendo.com>
1012
1013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
1014         use 0666 mask when creating files so umask gets applied
1015         correctly. Fixes #331295.
1016
1017 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         * gst/subparse/Makefile.am:
1020         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
1021         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
1022         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
1023         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
1024         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
1025         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
1026         * gst/subparse/gstssaparse.h:
1027         * gst/subparse/gstsubparse.c: (plugin_init):
1028           Add very basic parser for SSA subtitle streams (as often
1029           found in matroska files).
1030
1031 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
1032
1033         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
1034           That should be text/x-pango-markup, not text/x-pango-layout.
1035
1036 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1037
1038         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
1039         Polishing.
1040
1041 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1042
1043         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1044         (gst_text_overlay_finalize), (gst_text_overlay_init),
1045         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1046         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1047         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1048         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1049         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1050         Fix state change deadlock.
1051
1052 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1053
1054         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1055         (gst_text_overlay_finalize), (gst_text_overlay_init),
1056         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1057         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1058         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
1059         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
1060         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
1061         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
1062         and subtitles files.
1063
1064 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1065
1066         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
1067         should be considered as raw.
1068
1069 2006-02-19  Julien MOUTTE  <julien@moutte.net>
1070
1071         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
1072         (cb_probe):
1073         * gst/playback/gststreaminfo.h: Introduce language informations.
1074
1075 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
1076
1077         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1078         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1079         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1080         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
1081         Set shared memory segments to be deleted as soon as we have attached,
1082         that way they get cleaned up automatically if we crash.
1083
1084 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1085
1086         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
1087         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
1088         functions are called with lock held.
1089
1090 2006-02-18  Julien MOUTTE  <julien@moutte.net>
1091
1092         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
1093         (gst_text_overlay_finalize), (gst_text_overlay_init),
1094         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
1095         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
1096         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
1097         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
1098         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
1099         (gst_text_overlay_change_state): Refactoring of textoverlay
1100         without collectpads. This now supports sparse subtitles coming
1101         from a demuxer instead of a sub file. Seeking is still broken 
1102         though. Need to discuss with wtay some more on how to handle
1103         seeking correctly.
1104         * ext/pango/gsttextoverlay.h:
1105         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
1106         subtitles coming from the demuxer.
1107
1108 2006-02-17  Wim Taymans  <wim@fluendo.com>
1109
1110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
1111         (gst_vorbisenc_convert_sink):
1112         Use some more scaling functions.
1113
1114 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
1115
1116         * ext/cdparanoia/gstcdparanoiasrc.c:
1117         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
1118         (gst_cd_paranoia_paranoia_callback),
1119         (gst_cd_paranoia_src_signal_is_being_watched),
1120         (gst_cd_paranoia_src_read_sector):
1121         * ext/cdparanoia/gstcdparanoiasrc.h:
1122           Add back 'transport-error' and 'uncorrected-error' signals and
1123           make them actually be fired when bad stuff happens (#319340).
1124
1125 2006-02-17  Wim Taymans  <wim@fluendo.com>
1126
1127         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1128         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1129         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
1130         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
1131         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
1132         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
1133         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
1134         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
1135         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
1136         (gst_ring_buffer_clear):
1137         Small cleanups.
1138         Added some G_LIKELY.
1139
1140 2006-02-17  Wim Taymans  <wim@fluendo.com>
1141
1142         * gst-libs/gst/audio/TODO:
1143         Update TODO
1144
1145         * gst-libs/gst/audio/gstbaseaudiosink.c:
1146         (gst_base_audio_sink_get_offset):
1147         When trying to play samples ASAP and we don't have a
1148         previous sample, try to play at position 0 instead of
1149         an invalid position.
1150
1151 2006-02-17  Wim Taymans  <wim@fluendo.com>
1152
1153         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
1154         (gst_alsasink_reset):
1155         Also release lock when we get an error in _reset();
1156         fix an error message.
1157
1158 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1159
1160         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1161         (gst_alsasink_init), (get_channel_free_structure),
1162         (caps_add_channel_configuration), (gst_alsasink_getcaps),
1163         (gst_alsasink_close):
1164         * ext/alsa/gstalsasink.h:
1165           Add support for more than 2 channels (#326720).
1166
1167 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1168
1169         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
1170           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
1171           with 4 or 6 channels, assume a default channel layout to make things
1172           work (not sure there's anything else we can do in those cases).
1173
1174 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1175
1176         * gst-libs/gst/audio/multichannel.c:
1177           Minor docs fix.
1178
1179         * gst-libs/gst/riff/Makefile.am:
1180         * gst-libs/gst/riff/riff-ids.h:
1181         * gst-libs/gst/riff/riff-media.c:
1182         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
1183           Add support for WAVEFORMATEX, eg. PCM audio with more than two
1184           channels and a channel layout map.
1185           
1186 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
1187
1188         Reviewed by Edward Hervey  <edward@fluendo.com>
1189
1190         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
1191         C-level optimization of the RGBA nearest neighbour function.
1192         Eventually this might end up in liboil with vectorized versions.
1193
1194 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * gst-libs/gst/audio/multichannel.c:
1197         (gst_audio_get_channel_positions):
1198           When we have more than 2 channels, but no channel layout is
1199           specified in the caps, return some default channel layout
1200           to the caller and warn about about a possibly buggy element
1201           (could be buggy filtercaps as well of course) (#317038).
1202
1203 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1204
1205         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1206           Add gst-libs/gst/cdda to list of lib search paths.
1207
1208 2006-02-15  Andy Wingo  <wingo@pobox.com>
1209
1210         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
1211         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
1212         to the Lord Jesus that I do not have to touch the ogg muxer ever
1213         again.
1214
1215 2006-02-15  Edward Hervey  <edward@fluendo.com>
1216
1217         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1218         quicktime movie files can also contain 'uuid' atoms.
1219
1220 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
1221
1222         * gst/audioconvert/plugin.c: (plugin_init):
1223           Register the GstAudioChannelPosition enum type with the type
1224           system in the plugin_init function, so that it is known before
1225           any element actually makes use of multi-channel stuff. This is
1226           required for example if one wants to be able to deserialise/use
1227           a caps string with channel positions before any pipeline has
1228           been setup and started, like with gst-launch.
1229
1230 2006-02-14  Wim Taymans  <wim@fluendo.com>
1231
1232         * gst-libs/gst/audio/gstringbuffer.c:
1233         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
1234         (gst_ring_buffer_samples_done), (wait_segment),
1235         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
1236         Add some compiler G_(UN_)LIKELY help.
1237         SIGNAL the ringbuffer waiters when going to PAUSED as well to
1238         make sure they can exit their functions. Should fix #330748
1239
1240 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1241
1242         * Makefile.am:
1243         * configure.ac:
1244         * win32/MANIFEST:
1245         * win32/common/_stdint.h:
1246           Windows does not have long long; copy the generated _stdint.h
1247         * win32/common/interfaces-enumtypes.c:
1248         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1249         (gst_mixer_track_flags_get_type),
1250         (gst_tuner_channel_flags_get_type):
1251         * win32/common/multichannel-enumtypes.c:
1252         (gst_audio_channel_position_get_type):
1253           update
1254
1255 2006-02-13  Wim Taymans  <wim@fluendo.com>
1256
1257         * gst-libs/gst/audio/gstbaseaudiosink.c:
1258         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
1259         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1260         Always sync on first sample we receive when starting.
1261
1262 2006-02-13  Wim Taymans  <wim@fluendo.com>
1263
1264         * gst/playback/gstplaybin.c: (gen_vis_element):
1265         Update vis bin docs.
1266         Move queue after tee so we don't queue video buffers but
1267         audio samples instead. Fixes problems where the video queue
1268         is filled and the audio queue empty.
1269
1270 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
1271
1272         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
1273           No need to push an EOS event here, GstBaseSrc will do that for us
1274           when we return FLOW_UNEXPECTED.
1275           
1276 2006-02-12  Wim Taymans  <wim@fluendo.com>
1277
1278         * gst-libs/gst/audio/gstbaseaudiosink.c:
1279         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
1280         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
1281         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1282         Use scale functions when possible.
1283         Fix error messages.
1284         Free clockid when after waiting for EOS.
1285         Use G_(UN_)LIKLY when it makes sense.
1286         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
1287
1288 2006-02-12  Edward Hervey  <edward@fluendo.com>
1289
1290         * gst/playback/gstplaybasebin.c: (prepare_output): 
1291         Remove stray semi-colon (fixes #330888).
1292
1293 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
1294
1295         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
1297         Fix up the XShm call testing so that we catch errors, and don't
1298         cause new ones by attempting to detach from a segment we failed
1299         to attach to. Fixes #312439.
1300
1301 2006-02-10  Edward Hervey  <edward@fluendo.com>
1302
1303         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1304         Added flv file typefind (video/x-flv).
1305
1306 2006-02-10  Edward Hervey  <edward@fluendo.com>
1307
1308         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1309         (gst_riff_create_video_template_caps):
1310         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
1311         Also added the caps to the default set of riff video caps.
1312
1313 2006-02-09  Andy Wingo  <wingo@pobox.com>
1314
1315         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
1316         time and the end time of the last packet in the page.
1317         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
1318         on the pages in our queue, set the duration as well. Reflow a
1319         debug statement.
1320         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
1321         Fixes bad muxing order.
1322
1323 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
1324
1325         * gst-libs/gst/rtp/gstbasertppayload.c:
1326         (gst_basertppayload_setcaps), (gst_basertppayload_push):
1327           update seqnum before setting it on the packet; this makes sure
1328           that the timestamp and seqnum properties match after pushing
1329           a buffer
1330
1331 2006-02-09  Andy Wingo  <wingo@pobox.com>
1332
1333         * gst-libs/gst/audio/gstringbuffer.c
1334         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
1335         overflow after 13.5 hours of recording. Kapow!
1336
1337         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
1338         the buffer size -- we don't care about underrun/overrun reporting
1339         right now, just need to return a useful value.
1340
1341 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
1342
1343         * configure.ac:
1344           Back to CVS
1345
1346 === release 0.10.3 ===
1347
1348 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
1349
1350         * configure.ac:
1351           releasing 0.10.3, "Under Pressure"
1352
1353 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1354
1355         * configure.ac:
1356         Drat. Bump libtool version number for new API.
1357         Prelease 0.10.2.3 (of 0.10.3)
1358
1359 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1360
1361         * configure.ac:
1362         * win32/common/config.h:
1363         0.10.2.2 prerelease (of 0.10.3).
1364
1365 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
1366
1367         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
1368           Revert Andy's newsegment change pending a more correct
1369           fix.
1370
1371 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1372
1373         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
1374         (qt_type_find), (plugin_init):
1375           detect more files as 3gp
1376           group and reorder the iso file formats
1377
1378 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1379
1380         * ext/vorbis/vorbis.c: (plugin_init):
1381           Register musicbrainz tags, so apps don't have to.
1382
1383 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1384
1385         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
1386         (gst_tag_to_vorbis_tag):
1387           Make sure we called gst_tag_register_musicbrainz_tags()
1388           before possibly mapping a vorbiscomment string from/to a
1389           musicbrainz tag.
1390
1391 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1392
1393         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
1394           In case we can't find the required number of consecutive
1395           mpeg audio frames to positively identify an MPEG audio
1396           stream, check if there's at least a valid mpeg audio
1397           frame right at offset 0 and if so suggest mpeg/audio
1398           caps with a very low probability (#153004).
1399
1400 2006-02-07  Andy Wingo  <wingo@pobox.com>
1401
1402         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
1403         a TIME segment if we get timestamped buffers. Requires recent
1404         fixes in core to work properly.
1405
1406 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1407
1408         * gst/playback/gstplaybasebin.c: (prepare_output):
1409           Don't print the URI as part of the error message, it
1410           makes error dialogs look rather ugly, especially if
1411           the URI is very long or has characters in it that
1412           need escaping.
1413
1414 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * gst/playback/gstplaybasebin.c: (prepare_output):
1417           Error out if we have only text or subtitles, but nothing
1418           else. Also error out if we have subtitles but no video
1419           stream.
1420
1421 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1422
1423         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
1424           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
1425           Post an error message on the bus when we encounter an
1426           error, which will hopefully be more meaningful than the
1427           'Internal Flow Error' message users get to see if we
1428           just return GST_FLOW_ERROR.
1429
1430 2006-02-07  Andy Wingo  <wingo@pobox.com>
1431
1432         * configure.ac (GST_MAJORMINOR): Update core version req to
1433         0.10.2.2, for the collectpads API addition (#330244).
1434
1435 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1436
1437         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1438           Return FALSE from plugin_init() when GnomeVFS can't
1439           be initialised for some reason (#328423).
1440
1441 2006-02-06  Julien MOUTTE  <julien@moutte.net>
1442
1443         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
1444         Stick to seeking theory until i find the bug.
1445         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
1446
1447 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1448
1449         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1450         (theora_enc_finalize), (theora_enc_sink_setcaps),
1451         (theora_set_header_on_caps), (theora_enc_chain),
1452         (theora_enc_change_state):
1453         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1454           Make theoraenc and the tests leak free. Like, really.
1455
1456 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
1457
1458         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
1459         (theora_enc_finalize), (theora_enc_sink_setcaps):
1460           Add a finalize method to ensure we clean up state even if
1461           someone omitted the state change back to NULL.
1462
1463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
1464         (gst_vorbisenc_chain):
1465           Free some more leaked bits.
1466
1467         * tests/check/pipelines/theoraenc.c: (start_pipeline),
1468         (stop_pipeline):
1469           Wait for state changes to happen if they're ASYNC.
1470
1471           This ought to teach those fancy pants buildbots a lesson.
1472
1473 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1474
1475         * gst-libs/gst/tag/gstid3tag.c:
1476           Add mapping for ID3 International Standard Recording Code
1477           tag "TSRC"
1478
1479 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
1480
1481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
1482           Don't leak tag names.
1483
1484 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1485
1486         * docs/libs/gst-plugins-base-libs-docs.sgml:
1487         * docs/libs/gst-plugins-base-libs-sections.txt:
1488         * gst-libs/gst/tag/gstid3tag.c:
1489         * gst-libs/gst/tag/gstvorbistag.c:
1490         * gst-libs/gst/tag/tags.c:
1491           Split libgsttag docs into multiple sections.
1492
1493 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1494
1495         * docs/libs/Makefile.am:
1496         * docs/libs/gst-plugins-base-libs-docs.sgml:
1497         * docs/libs/gst-plugins-base-libs-sections.txt:
1498         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
1499         * gst-libs/gst/tag/gstvorbistag.c:
1500         * gst-libs/gst/tag/tag.h:
1501         * gst-libs/gst/tag/tags.c:
1502           Add libgsttag to the docs.
1503
1504 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1505
1506         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
1507         (gst_text_overlay_init), (gst_text_overlay_src_event),
1508         (gst_text_overlay_collected): Fix clockoverlay.
1509
1510 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1511
1512         * docs/libs/compiling.sgml:
1513           Fix typo: it's pkg-config, not pkg-gconfig
1514
1515         * docs/libs/gst-plugins-base-libs-docs.sgml:
1516         * docs/libs/gst-plugins-base-libs-sections.txt:
1517         * docs/libs/tmpl/gstgconf.sgml:
1518           There is no libgstgconf in 0.10, remove it
1519           from the docs.
1520
1521 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1522
1523         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
1524         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
1525         (gst_text_overlay_src_event), (gst_text_overlay_collected):
1526         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
1527         (gst_sub_parse_class_init), (gst_sub_parse_init),
1528         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
1529         (parse_mpsub), (parser_state_init), (handle_buffer),
1530         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
1531         * gst/subparse/gstsubparse.h: Introduce seeking code.
1532
1533 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1534
1535         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1536           Add comment about LANGUAGE tag inconsistency (we want
1537           ISO-639-1, but extract three-letter identifiers?)
1538
1539         * po/POTFILES.in:
1540           Add two translatable files.
1541
1542 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1543
1544         * gst-libs/gst/tag/Makefile.am:
1545         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
1546         * gst-libs/gst/tag/tag.h:
1547         * gst-libs/gst/tag/tags.c:
1548         (gst_tag_register_musicbrainz_tags_internal),
1549         (gst_tag_register_musicbrainz_tags):
1550           Forward-port some tags stuff from the 0.8 branch. This is
1551           mostly the addition of musicbrainz tags and their mapping
1552           to vorbistags, and a vorbistag mapping of the language tag.
1553
1554 2006-02-05  Julien MOUTTE  <julien@moutte.net>
1555
1556         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
1557         refactoring.
1558
1559 2006-02-04  David Schleef  <ds@schleef.org>
1560
1561         * ext/ogg/gstoggmux.c:
1562         * gst/typefind/gsttypefindfunctions.c:
1563           Add Dirac typefinding and add dirac format to oggmux.
1564
1565 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1566
1567         * gst/playback/gstdecodebin.c: (try_to_link_1):
1568           Don't put essential function call into
1569           g_return_*() macro, otherwise it'll all be
1570           replaced by NOOPs when compiling with
1571           G_DISABLE_CHECKS defined.
1572
1573 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
1574
1575         * ext/ogg/gstoggdemux.c:
1576         * ext/ogg/gstoggparse.c:
1577         * gst/tcp/gsttcpserversink.c:
1578         * sys/v4l/v4lsrc_calls.c:
1579         * sys/v4l/v4lsrc_calls.h:
1580         Just make it compile with --disable-gst-debug.
1581
1582 2006-02-03  Wim Taymans  <wim@fluendo.com>
1583
1584         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1585         (gst_alsasink_class_init), (gst_alsasink_init),
1586         (gst_alsasink_write), (gst_alsasink_reset):
1587         * ext/alsa/gstalsasink.h:
1588         Add lock to protect alsa calls.
1589         Implement reset to flush samples ASAP, does not work
1590         with dmix though.
1591
1592 2006-02-02  Wim Taymans  <wim@fluendo.com>
1593
1594         * gst-libs/gst/audio/gstbaseaudiosink.c:
1595         (gst_base_audio_sink_provide_clock):
1596         Ugh.. getting late I guess...
1597
1598 2006-02-02  Wim Taymans  <wim@fluendo.com>
1599
1600         * gst-libs/gst/audio/gstbaseaudiosink.c:
1601         (gst_base_audio_sink_provide_clock),
1602         (gst_base_audio_sink_set_property),
1603         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
1604         Don't try to provide a clock when we are not negotiated since
1605         we might not be able to make it run.
1606
1607 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1608
1609         * gst/playback/gstdecodebin.c: (try_to_link_1):
1610           Unlinking two source pads is ... hard.
1611
1612 2006-02-02  Wim Taymans  <wim@fluendo.com>
1613
1614         * gst-libs/gst/audio/TODO:
1615         Updated.
1616
1617         * gst-libs/gst/audio/gstbaseaudiosink.c:
1618         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
1619         On EOS, wait till the last sample is played before posting EOS.
1620
1621 2006-02-01  Philippe Kalaf <burger at speedy dot org>
1622
1623         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1624           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
1625           setting queue_delay to zero. Also avoid thread being started if
1626           queue_delay is zero.
1627
1628 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1629
1630         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
1631           Make test work again by connecting fakesinks to each decoded pad,
1632           which makes the pipeline wait until each fakesink has a buffer
1633           queued before going to PAUSED state. At that point we know the
1634           decodebin pads are negotiated.
1635
1636 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1637
1638         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
1639         (gst_cdda_base_src_handle_event):
1640         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
1641           Pass unhandled queries to the parent class's query function.
1642
1643 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1644
1645         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
1646         (gst_ogg_pad_src_query):
1647         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1648         * ext/theora/theoradec.c: (theora_dec_src_query),
1649         (theora_dec_sink_query):
1650         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1651         (vorbis_dec_sink_query):
1652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
1653         (gst_vorbisenc_sink_query):
1654         * gst/adder/gstadder.c: (gst_adder_query):
1655           Pass unhandled queries upstream instead of just
1656           dropping them (#326447). Also, fix supported
1657           query types list for some elements.
1658
1659 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1660
1661         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
1662         (paris_type_find), (ilbc_type_find), (plugin_init):
1663           Fix typefinding for audio/x-au, audio/x-paris and
1664           audio/iLBC-sh. We cannot use the START_WITH macros
1665           here, because there can only be one typefind factory
1666           with the same name (caps), so the second one would
1667           replace the first one and the first one would never
1668           be called when doing typefinding (see #161712).
1669           
1670
1671 2006-01-31  Wim Taymans  <wim@fluendo.com>
1672
1673         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
1674         (vorbis_handle_header_packet), (vorbis_dec_push),
1675         (vorbis_handle_data_packet):
1676         Use scale_int when we can, add some more scaling.
1677         Check packettype before parsing it.
1678
1679 2006-01-31  Wim Taymans  <wim@fluendo.com>
1680
1681         * ext/theora/theoradec.c: (_theora_granule_time),
1682         (theora_dec_src_convert), (theora_dec_sink_convert):
1683         Call right _scale functions.
1684         Use parameter instead of some other random value.
1685
1686 2006-01-31  Wim Taymans  <wim@fluendo.com>
1687
1688         * ext/theora/theoradec.c: (_theora_granule_frame),
1689         (_theora_granule_time), (_inc_granulepos),
1690         (theora_dec_src_convert), (theora_dec_sink_convert),
1691         (theora_handle_type_packet), (theora_handle_data_packet),
1692         (theora_dec_chain):
1693         Use higher precision timestamps calculation.
1694         Convert some other conversions to _scale.
1695
1696 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
1697
1698         * gst/audiotestsrc/gstaudiotestsrc.c:
1699         (gst_audio_test_src_create_sine_table), (plugin_init):
1700         * gst/volume/gstvolume.c: (plugin_init):
1701           initialize gst_controller before using
1702
1703 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1704
1705         * tests/check/pipelines/theoraenc.c:
1706         * tests/check/pipelines/vorbisenc.c:
1707         Define constant using G_GINT64_CONSTANT to avoid errors when
1708         passing it around - otherwise it gets truncated to 32 bits.
1709
1710         Fixes failing tests.
1711
1712 2006-01-31  Andy Wingo  <wingo@pobox.com>
1713
1714         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
1715         caps being set doesn't have a framerate value. Basically a stopgap
1716         measure.
1717
1718         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
1719         technically correct enough to put into core though.
1720         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
1721         DURATION. Fixes theoraenc ! oggmux.
1722
1723         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
1724         fraction, not double.
1725
1726 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
1727
1728         * win32/vs7:
1729         add vs7 project files created by Sergey Scobich
1730
1731 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
1732
1733         * win32/vs8:
1734         add vs8 project files created by Sergey Scobich
1735         
1736 2006-01-30  Andy Wingo  <wingo@pobox.com>
1737
1738         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
1739         timestamp + duration, not just timestamp -- ogg pages should be
1740         ordered by stop time. Necessary fix given the change in vorbis
1741         timestamps.
1742
1743         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
1744         (gst_theora_enc_init): Pull the granule shift out of the encoder.
1745         (granulepos_add): New function, handles the messiness of adjusting
1746         granulepos values.
1747         (theora_buffer_from_packet):
1748         (theora_enc_chain):
1749         (theora_enc_sink_event): Use granulepos_add, not +.
1750
1751         * tests/check/pipelines/theoraenc.c
1752         (check_buffer_granulepos_from_starttime): Just check the frame
1753         count, not the actual granulepos -- we can't dictate to the
1754         encoder when it should be placing keyframes.
1755
1756 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1757
1758         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1759           SERVICE_NOT_AVAILABLE happens for example when you're trying to
1760           play an http:// stream from a server that's not serving
1761
1762 2006-01-30  Andy Wingo  <wingo@pobox.com>
1763
1764         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
1765         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
1766         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
1767         available.
1768
1769         * ext/theora/gsttheoraenc.h:
1770         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
1771         although theoraenc was timestamping correctly. Added handling of
1772         streams that start with nonzero timestamps.
1773
1774         * tests/check/Makefile.am:
1775         * tests/check/pipelines/theoraenc.c: New file, basically does same
1776         tests as vorbisenc.
1777
1778         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
1779
1780 2006-01-30  Wim Taymans  <wim@fluendo.com>
1781
1782         * gst-libs/gst/audio/gstaudiosink.c:
1783         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
1784         (gst_audioringbuffer_pause):
1785         Implement pause that does not wait for completion.
1786
1787         * gst-libs/gst/audio/gstbaseaudiosink.c:
1788         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1789         Don't drop buffers when going to PAUSED but perform preroll on
1790         remaining samples now that core base class supports this.
1791
1792         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
1793         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
1794         (gst_ring_buffer_commit):
1795         Pause should not signal waiters.
1796         Implement return value of _commit correctly.
1797
1798 2006-01-30  Andy Wingo  <wingo@pobox.com>
1799
1800         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
1801
1802         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
1803         updated to timestamp from the first sample, not the last.
1804         (gst_vorbisenc_buffer_from_header_packet): New function, takes
1805         special care of granulepos and timestamp for header packets.
1806         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
1807         when the first buffer has a nonzero timestamp.
1808
1809         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
1810         (GstVorbisEnc.subgranule_offset): New members. Take care of the
1811         case when the first audio buffer we get has a nonzero timestamp.
1812         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
1813         properly timestamp vorbis buffers with the time of the first
1814         sample, not the last.
1815         
1816         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
1817         vorbis_granule_time_copy -- now it takes the granule/subgranule
1818         offset into account.
1819
1820         * tests/check/pipelines/vorbisenc.c: New test for correctness of
1821         timestamps, durations, and granulepos on buffers produced by
1822         vorbisenc.
1823
1824 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
1825
1826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1827         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
1828           Patch from Eric Jonas to support conversions to/from UYVY 
1829           (Fixes: #324626)
1830
1831 2006-01-30  Julien MOUTTE  <julien@moutte.net>
1832
1833         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
1834         (setup_subtitle), (setup_source), (set_active_source):
1835         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
1836         (gen_text_element), (gen_audio_element), (gen_vis_element),
1837         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
1838
1839 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
1840
1841         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
1842         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
1843                 use gst_guint64_to_gdouble to be compliant with vs6
1844         * gst/playback/gstdecodebin.c: (try_to_link_1)
1845         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
1846                 use G_GINT64_CONSTANT for int64 constants
1847         * win32/common/libgstinterfaces.def:
1848                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
1849         * win32/vs6:
1850                 update and add new project files
1851                 
1852 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1853
1854         * Makefile.am:
1855         * win32/MANIFEST:
1856         * win32/common/interfaces-enumtypes.c:
1857         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
1858         (gst_mixer_track_flags_get_type),
1859         (gst_tuner_channel_flags_get_type):
1860         * win32/common/interfaces-enumtypes.h:
1861         * win32/common/multichannel-enumtypes.c:
1862         (gst_audio_channel_position_get_type):
1863         * win32/common/multichannel-enumtypes.h:
1864           add a win32-update rule like in core, and copy over enumtypes files
1865
1866 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
1867
1868         * win32/MANIFEST:
1869         * win32/common/config.h:
1870         * win32/common/config.h.in:
1871           add config files just like in core
1872
1873 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
1874
1875         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
1876           Make gcc-4.1 happy (part of #327357).
1877
1878 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1879
1880         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
1881         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
1882         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
1883         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
1884         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
1885         (gst_alsasrc_unprepare), (gst_alsasrc_read):
1886           Update all error messages.  All of them should either use
1887           the default translated message, or actually provide a
1888           translatable string.
1889           Make the string for channel count problems meaningful.
1890
1891 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1892
1893         * sys/v4l/v4l_calls.c: (gst_v4l_open):
1894           check for and throw RESOURCE_BUSY
1895
1896 2006-01-27  David Schleef  <ds@schleef.org>
1897
1898         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
1899           checked in this change -- it requires liboil features not
1900           in 0.3.6.  Revert parts.
1901
1902 2006-01-27  David Schleef  <ds@schleef.org>
1903
1904         * REQUIREMENTS:
1905         * configure.ac: update liboil requirement to 0.3.6
1906         * gst/videoscale/Makefile.am:
1907         * gst/videoscale/vs_scanline.c: liboilify
1908
1909 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1910
1911         * ext/libvisual/visual.c: (get_buffer):
1912           When pad_alloc returns a GstFlowReturn other
1913           than GST_FLOW_OK, make sure it is passed upstream.
1914
1915 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
1916
1917         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
1918         (gst_alsasink_class_init):
1919           Free the device name string.
1920
1921         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
1922         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
1923         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
1924           Don't remove a pad from the collectpads structure until it
1925           is released - it's a request pad, and may receive data again
1926           if the element gets moved back to PLAYING state.
1927
1928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1929           Ensure we turn on double buffering on the Xv port, and
1930           set the colour key to something dark and mysterious that
1931           isn't black.
1932
1933 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1934
1935         * ext/alsa/gstalsaplugin.c: (plugin_init):
1936         * ext/cdparanoia/gstcdparanoiasrc.c:
1937         (gst_cd_paranoia_src_base_init), (plugin_init):
1938         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
1940           - a library should not call setlocale. see "Libraries" node in
1941             gettext manual
1942           - make sure all plugins that use translation do bindtextdomain
1943             to point to the localedir
1944         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
1945         (setup_sinks), (plugin_init):
1946           all this, and check for NULL when creating sinks
1947
1948 2006-01-27  Julien MOUTTE  <julien@moutte.net>
1949
1950         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
1951         (plugin_init): Make typefinding of subtitles work again.
1952
1953 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1954
1955         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1956         (mp3_type_frame_length_from_header), (mp3_type_find),
1957         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
1958         (plugin_init):
1959           Backport a bunch of typefinding fixes from the 0.8 branch.
1960           Also, improve wavpack typefinding: if we can't peek the
1961           entire wavpack block, try to parse the bits we can get and
1962           see if we find what we're looking for in those.
1963
1964 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1965
1966         * sys/ximage/ximagesink.c:
1967         (gst_ximagesink_calculate_pixel_aspect_ratio):
1968         * sys/xvimage/xvimagesink.c:
1969         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
1970         more cases of pixel aspect ratio.
1971
1972 2006-01-26  Edward Hervey  <edward@fluendo.com>
1973
1974         * gst/playback/gstdecodebin.c: (pad_probe):
1975         Also consider the flush-start and tag events as unblockers
1976         for the pad probes.
1977
1978 2006-01-26  Julien MOUTTE  <julien@moutte.net>
1979
1980         * gst/playback/gstplaybin.c: (gst_play_bin_init),
1981         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
1982         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
1983         On the fly visualisation switch, works disabling, enabling as
1984         well but it won't be able to enable vis in a playbin that was
1985         created with no visualisation.
1986
1987 2006-01-25  Wim Taymans  <wim@fluendo.com>
1988
1989         * gst-libs/gst/audio/gstbaseaudiosink.c:
1990         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
1991         Undo previous commit that returned WRONG_STATE sooner, it breaks 
1992         resume after pause.
1993
1994 2006-01-25  Wim Taymans  <wim@fluendo.com>
1995
1996         * gst-libs/gst/audio/gstbaseaudiosink.c:
1997         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
1998         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
1999         Improve debugging.
2000         Post error when caps cannot be parsed.
2001         Resync on discontinuity in the stream.
2002         Clip samples to segment boundaries.
2003         return WRONG_STATE sooner when we are flushing.
2004
2005         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
2006         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
2007         Make audiosrc operate in TIME.
2008         Set TIMESTAMP and DURATION on buffers.
2009
2010 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
2011
2012         * tests/examples/seek/seek.c: (main):
2013           Output tag messages as well.
2014
2015 2006-01-23  Edward Hervey  <edward@fluendo.com>
2016
2017         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2018         (free_pad_probes), (remove_fakesink), (pad_probe),
2019         (close_pad_link), (gst_decode_bin_change_state):
2020         Replace GstPadBlockCallback with pad probes that detect
2021         first buffer AND eos before removing fakesink.
2022         Fixes hang with demuxers doing EOS while pre-rolling.
2023         Solves #328279
2024
2025 2006-01-23  Andy Wingo  <wingo@pobox.com>
2026
2027         * ext/alsa/gstalsasink.c:
2028         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2029         (gst_base_rtp_depayload_setcaps),
2030         (gst_base_rtp_depayload_add_to_queue),
2031         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
2032         
2033         Patch by: Jens Granseuer <jensgr at gmx dot net>
2034
2035 2006-01-22  Julien MOUTTE  <julien@moutte.net>
2036
2037         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
2038         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2039         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
2040         frames. We might get a frame destroyed after changing state to
2041         NULL, adding a safety check on xcontext.
2042
2043 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
2044
2045         * gst-libs/gst/interfaces/xoverlay.c:
2046           Fix prepare-xwindow-id code example in the docs - we need to
2047           ignore all messages that aren't element messages as well.
2048           
2049 2006-01-21  Julien MOUTTE  <julien@moutte.net>
2050
2051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2052           I think one day i'll completely undestand how caps negotiation
2053           is supposed to work. This refactoring handles buffer_alloc
2054           called with caps we can't handle. We definitely don't want a
2055           set_caps with those caps, so we define and allocate a buffer
2056           we would like to receive.
2057
2058 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
2059
2060         * gst/playback/gstplaybasebin.c: (setup_source):
2061           Free iterator when done.
2062
2063 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
2064
2065         * gst-libs/gst/audio/gstbaseaudiosink.c:
2066         (gst_base_audio_sink_render):
2067           Fix playback of non-synchronised streams by assuming a rate
2068           of 1.0 instead of a random one.
2069
2070           Makes this work again:
2071
2072           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
2073           endianness=(int)4321, signed=(boolean)true, width=(int)16,
2074           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
2075           audioresample ! alsasink
2076
2077 === release 0.10.2 ===
2078
2079 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
2080
2081         * configure.ac:
2082           releasing 0.10.2, "Then the devil is six"
2083
2084 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
2085
2086         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2087         * gst/playback/gststreamselector.c:
2088         (gst_stream_selector_set_property):
2089           Comment out broken code that connects to the state-changed signal.
2090           At this point, changing current stream selection is broken, but 
2091           stuff like gst-launch playbin current-audio=1 works and filters
2092           to the chosen stream.
2093
2094 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
2095
2096         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
2097           Fix #327216 (null dereference in vorbisdec)
2098
2099 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
2100
2101         * ext/theora/theoradec.c: (theora_handle_comment_packet):
2102           Post taglist actually on bus instead of just freeing it
2103           (fixes #327114 and totem bug #327080).
2104
2105         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
2106           Use gst_element_found_tags_for_pad(), so that the tags
2107           are sent downstream as an event as well.
2108
2109 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2110
2111         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2112         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
2113         (gst_ximagesink_buffer_alloc):
2114         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2115         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
2116         (gst_xvimagesink_buffer_alloc):
2117           move all regularly occurring messages to GST_LOG level
2118           add some more object logs
2119
2120 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2121
2122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
2123           fix a silly segfault
2124
2125 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
2126
2127         * docs/libs/gst-plugins-base-libs-docs.sgml:
2128         * docs/libs/gst-plugins-base-libs-sections.txt:
2129         * gst-libs/gst/audio/mixerutils.c:
2130         * gst-libs/gst/audio/mixerutils.h:
2131           Add docs for mixerutils stuff.
2132
2133 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
2134
2135         * gst/playback/gstplaybasebin.c: (setup_source):
2136           Fix playback for sources that emit raw audio or
2137           raw video streams (e.g.: cd audio sources) (#325984).
2138
2139 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
2140
2141         * gst-libs/gst/audio/mixerutils.c:
2142         (gst_audio_mixer_filter_do_filter):
2143           actually save the element we create
2144
2145 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
2146
2147         * gst-libs/gst/cdda/gstcddabasesrc.c:
2148         (gst_cdda_base_src_handle_track_seek):
2149           No need to post a tag message on the bus when seeking
2150           within the same track, only post it when the current
2151           track changes.
2152
2153 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2154
2155         * gst/playback/gstplaybasebin.c: (group_destroy),
2156         (probe_triggered), (new_decoded_pad), (mute_group_type),
2157         (set_active_source):
2158         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
2159         * gst/playback/gststreamselector.c:
2160         (gst_stream_selector_base_init),
2161         (gst_stream_selector_set_property),
2162         (gst_stream_selector_request_new_pad):
2163           Reenable stream selection. These mechanisms need a complete overhaul
2164           in the face of 0.8->0.10 changes though.
2165
2166 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
2167
2168         * ext/ogg/gstoggdemux.c:
2169           Change the pad template to src_%d to match the pads that 
2170           are created from it. decodebin needs this information in order
2171           to decide that oggdemux is capable of producing multiple pads
2172           (and hence needs queues inserted).
2173
2174         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
2175         (gst_ogg_mux_collected):
2176           Make debug output more useful by using GST_PTR_FORMAT.
2177
2178 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
2179
2180         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2181
2182         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
2183           Set depth and width for alaw/mulaw (fixes #326601).
2184
2185 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2186
2187         * tests/icles/Makefile.am:
2188           don't build the tests if we don't have the libs
2189
2190 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2191
2192         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
2193         (gst_cd_paranoia_paranoia_callback):
2194           Don't try to free NULL pointers.
2195
2196 2006-01-10  Edward Hervey  <edward@fluendo.com>
2197
2198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
2199         (gst_audio_rate_change_state), (plugin_init):
2200         Add debugging category.
2201         Fix type issues.
2202         Add case for incoming buffers without valid offset/offset_end.
2203
2204 2006-01-10  Michael Smith  <msmith@fluendo.com>
2205
2206         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
2207           Don't leak GCond in audio sources.
2208
2209 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
2210
2211         * gst/playback/gstplaybin.c: (gen_audio_element):
2212           Don't leak an autoaudiosink/alsasink when we generate
2213           a new audio element. (old code, I guess)
2214
2215 2006-01-10  Michael Smith  <msmith@fluendo.com>
2216
2217         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
2218           Support float audio in audiorate.
2219           Use width rather than depth for selecting sample width.
2220
2221 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         * gst/videotestsrc/videotestsrc.h:
2224           Use GLib types here (that way we don't have to include the
2225           generated _stdint.h header, which makes life easier for win32
2226           folks that don't use autotools for the build) (#325990, patch
2227           by: Sergey Scobich).
2228
2229 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
2230
2231         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2232         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2233         (gst_ring_buffer_pause), (wait_segment):
2234         * gst-libs/gst/audio/gstringbuffer.h:
2235           Name (private) union, makes Forte compiler happy (this time
2236           for real) (#324900).
2237
2238 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2239
2240         * gst-libs/gst/audio/Makefile.am:
2241           Link against libgstinterfaces, needed for mixer
2242           and property probe stuff.
2243
2244 2006-01-09  Edward Hervey  <edward@fluendo.com>
2245
2246         * gst-libs/gst/Makefile.am:
2247
2248 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
2249
2250         * gst-libs/gst/audio/Makefile.am:
2251         * gst-libs/gst/audio/mixerutils.c:
2252         (gst_audio_mixer_filter_do_filter),
2253         (gst_audio_mixer_filter_check_element),
2254         (gst_audio_mixer_filter_probe_feature),
2255         (element_factory_rank_compare_func),
2256         (gst_audio_default_registry_mixer_filter):
2257         * gst-libs/gst/audio/mixerutils.h:
2258           Add gst_audio_default_registry_mixer_filter() utility
2259           function.
2260
2261 2006-01-03  Michael Smith  <msmith@fluendo.com>
2262
2263         * gst/audioresample/resample.h:
2264           As before, but for o_buf
2265
2266 2006-01-03  Michael Smith  <msmith@fluendo.com>
2267
2268         * gst/audioresample/resample.h:
2269           Declare struct _ResampleState.buffer as unsigned char *, not void *,
2270           since we do arithmetic on it.
2271
2272 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
2273
2274         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
2275         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
2276         (gst_ring_buffer_pause), (wait_segment):
2277         * gst-libs/gst/audio/gstringbuffer.h:
2278           Sun's Forte compiler doesn't seem to like anonymous structs,
2279           so use same setup as in GstBaseSrc (fixes #324900).
2280
2281 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
2282
2283         * configure.ac:
2284         * gst/volume/Makefile.am:
2285         * gst/volume/demo.c:
2286           move old example to tests/examples/volume/volune.c
2287         * tests/examples/Makefile.am:
2288         * tests/examples/seek/seek.c: (main):
2289           change window-close event from "delete-event" to "destroy"
2290         * tests/examples/volume/Makefile.am:
2291         * tests/examples/volume/volume.c: (value_changed_callback),
2292         (setup_gui), (message_received), (eos_message_received), (main):
2293           fix event handling and bus usage
2294
2295 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
2296
2297         * gst/audiotestsrc/gstaudiotestsrc.c:
2298         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
2299         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
2300         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
2301         (gst_audio_test_src_create_square),
2302         (gst_audio_test_src_create_saw),
2303         (gst_audio_test_src_create_triangle),
2304         (gst_audio_test_src_create_silence),
2305         (gst_audio_test_src_create_white_noise),
2306         (gst_audio_test_src_create_pink_noise),
2307         (gst_audio_test_src_init_sine_table),
2308         (gst_audio_test_src_create_sine_table),
2309         (gst_audio_test_src_change_wave),
2310         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
2311         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
2312         * gst/audiotestsrc/gstaudiotestsrc.h:
2313           update to basesrc changes, implement segmented seeking and eos
2314           handling, add a 'sine-tab' waveform for performance critical playback
2315
2316 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2317
2318         * po/POTFILES.in:
2319           ... and this time the other modified file that I missed last time.
2320
2321 2005-12-29  Michael Smith  <msmith@fluendo.com>
2322
2323         * gst/playback/gstdecodebin.c: (new_pad):
2324           Fix non-C89 variable declaration not at the start of a block. Should
2325           help some compilers.
2326
2327 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2328
2329         * tests/check/Makefile.am:
2330           And now fix 'make distcheck' (builddir != srcdir)
2331
2332 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2333
2334         * configure.ac:
2335         * ext/cdparanoia/Makefile.am:
2336         * ext/cdparanoia/gstcdparanoia.c:
2337         * ext/cdparanoia/gstcdparanoia.h:
2338         * ext/cdparanoia/gstcdparanoiasrc.c:
2339         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
2340         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
2341         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
2342         (gst_cd_paranoia_paranoia_callback),
2343         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
2344         (gst_cd_paranoia_src_set_property),
2345         (gst_cd_paranoia_src_get_property), (plugin_init):
2346         * ext/cdparanoia/gstcdparanoiasrc.h:
2347           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
2348           plugin again (there are still fixes required to playbin to make
2349           cdda:// uris work there).
2350
2351 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2352
2353         * tests/check/Makefile.am:
2354           Fix test case compilation.
2355
2356 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
2357
2358         * gst-libs/gst/cdda/gstcddabasesrc.c:
2359         (gst_cdda_base_src_update_duration),
2360         (gst_cdda_base_src_calculate_cddb_id):
2361           An integer is not a string. Fix access to uninitialised variable.
2362
2363         * tests/check/Makefile.am:
2364           Add cddabasesrc unit test; also actually enable the vorbis test.
2365
2366         * tests/check/generic/states.c:
2367           Blacklist new cd audio elements as well.
2368
2369         * tests/check/libs/cddabasesrc.c:
2370           Unit test for GstCddaBaseSrc (discid calculation mostly).
2371
2372 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2373
2374         * docs/libs/Makefile.am:
2375         * docs/libs/gst-plugins-base-libs-docs.sgml:
2376         * docs/libs/gst-plugins-base-libs-sections.txt:
2377         * docs/libs/gst-plugins-base-libs.types:
2378           Add docs for libgstcdda/GstCddaBaseSrc.
2379
2380         * gst-libs/gst/interfaces/mixertrack.h:
2381           Do one struct member per line with a semicolon at the end, that way
2382           even gtk-doc might parse it without complaining.
2383
2384 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2385
2386         * configure.ac:
2387         * gst-libs/gst/Makefile.am:
2388         * gst-libs/gst/cdda/Makefile.am:
2389         * gst-libs/gst/cdda/base64.c:
2390         * gst-libs/gst/cdda/base64.h:
2391         * gst-libs/gst/cdda/gstcddabasesrc.c:
2392         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
2393         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
2394         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
2395         (gst_cdda_base_src_get_property),
2396         (gst_cdda_base_src_get_track_from_sector),
2397         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
2398         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
2399         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
2400         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
2401         (gst_cdda_base_src_uri_get_protocols),
2402         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
2403         (gst_cdda_base_src_uri_handler_init),
2404         (gst_cdda_base_src_setup_interfaces),
2405         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
2406         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
2407         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
2408         (gst_cdda_base_src_add_tags),
2409         (gst_cdda_base_src_add_index_associations),
2410         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
2411         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
2412         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
2413         (gst_cdda_base_src_create):
2414         * gst-libs/gst/cdda/gstcddabasesrc.h:
2415         * gst-libs/gst/cdda/sha1.c:
2416         * gst-libs/gst/cdda/sha1.h:
2417           Add new libgstcdda with GstCddaBaseSrc class.
2418
2419 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
2420
2421         * ext/gnomevfs/gstgnomevfssink.h:
2422           Use GstBaseSinkClass as parent_class member for class struct, not
2423           GstBaseSink.
2424
2425 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2426
2427         Patch by: Michael Benes
2428
2429         * gst/videotestsrc/gstvideotestsrc.c:
2430         (gst_video_test_src_class_init), (gst_video_test_src_start):
2431           Add start method to reset running time and number of frames sent
2432           when starting up (fixes #324696)
2433
2434 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2435
2436         * docs/plugins/Makefile.am:
2437         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2438         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2439         * docs/plugins/gst-plugins-base-plugins.args:
2440         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2441         * docs/plugins/gst-plugins-base-plugins.signals:
2442           Add docs stuff for gnomevfssrc and gnomevfssink.
2443
2444         * ext/gnomevfs/gstgnomevfssrc.c:
2445           Fix example pipeline in gtk-doc blurb.
2446
2447 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         * ext/gnomevfs/Makefile.am:
2450         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
2451         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
2452         (gst_gnome_vfs_handle_get_type), (plugin_init):
2453         * ext/gnomevfs/gstgnomevfs.h:
2454         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
2455         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
2456         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
2457         (gst_gnome_vfs_sink_set_property),
2458         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
2459         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
2460         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
2461         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
2462         (gst_gnome_vfs_sink_uri_get_type),
2463         (gst_gnome_vfs_sink_uri_get_protocols),
2464         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
2465         (gst_gnome_vfs_sink_uri_handler_init):
2466         * ext/gnomevfs/gstgnomevfssink.h:
2467           Port gnomevfssink; add gtk-doc blurb.
2468
2469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
2470         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
2471         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
2472         (gst_gnome_vfs_src_uri_get_type),
2473         (gst_gnome_vfs_src_uri_get_protocols),
2474         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
2475         (gst_gnome_vfs_src_uri_handler_init),
2476         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
2477         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
2478         (gst_gnome_vfs_src_send_additional_headers_callback),
2479         (gst_gnome_vfs_src_received_headers_callback),
2480         (gst_gnome_vfs_src_push_callbacks),
2481         (gst_gnome_vfs_src_pop_callbacks),
2482         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
2483         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
2484         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
2485         * ext/gnomevfs/gstgnomevfssrc.h:
2486           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
2487           file; add gtk-doc blurb with example pipelines.
2488
2489 === release 0.10.1 ===
2490
2491 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
2492
2493         * configure.ac:
2494           releasing 0.10.1, "Dobro Dedek"
2495
2496 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
2497
2498         * gst/typefind/gsttypefindfunctions.c:
2499         iLBC30 and iLBC20 added to typefind.
2500
2501 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2502
2503         * gst-libs/gst/audio/gstbaseaudiosink.c:
2504         (gst_base_audio_sink_class_init):
2505         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2506         (gst_base_audio_src_class_init):
2507           update strings, values are in microseconds
2508           change the default sink buffer time to something that is smaller
2509           (to help software volume mixing have a slightly lower delay) but
2510           still be acceptable on Wim's laptop
2511
2512 2005-12-20  Edward Hervey  <edward@fluendo.com>
2513
2514         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
2515         Made a quack, forgot to add DUCK to the riff video template.
2516
2517 2005-12-19  Edward Hervey  <edward@fluendo.com>
2518
2519         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
2520         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
2521         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2522         (gst_ogm_parse_chain):
2523         Make sure pads are initialized correctly.
2524         * gst-libs/gst/riff/riff-ids.h:
2525         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2526         (gst_riff_create_video_template_caps):
2527         Add a whole bunch of FOURCC <=> MimeType.
2528         Extend the riff video pad template to support the newly added fourcc.
2529
2530 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
2531
2532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
2533         (gst_ogg_demux_activate_chain):
2534           Extra debug output when activating/deactivating chains.
2535
2536         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
2537         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
2538         (unlinked):
2539           Remove a queue from our list when it becomes unlinked.
2540           Don't add queues to elements in class 'Demux' if they
2541           can only produce one pad 
2542
2543 2005-12-18  Julien MOUTTE  <julien@moutte.net>
2544
2545         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
2546         (gst_video_sink_get_type): Add a debug category.
2547
2548 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2549
2550         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2551         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
2552           Handle downstream newsegment by sending our own newsegment before the
2553           next buffer to be released. (#323900)
2554
2555 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
2556
2557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2558         (gst_base_rtp_depayload_set_gst_timestamp):
2559           add queue delay to new segment as well (as opposed to just the first
2560           buffer). (bug #322347)
2561
2562 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
2563
2564         * ext/libvisual/visual.c: (make_valid_name):
2565           change some char* into char[]
2566         * gst/audiotestsrc/gstaudiotestsrc.c:
2567         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
2568         (gst_audio_test_src_create):
2569         * gst/audiotestsrc/gstaudiotestsrc.h:
2570           prepare to handle EOS and SEGMENT_DONE
2571
2572 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2573
2574         * tests/check/generic/states.c: (GST_START_TEST):
2575           Blacklist cdparanoia element in state test.
2576
2577 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2578
2579           Patch by: Benjamin Pineau
2580
2581         * gst/tcp/gsttcp.c:
2582         * gst/tcp/gsttcpclientsink.c:
2583         * gst/tcp/gsttcpserversink.c:
2584         * gst/tcp/gsttcpserversrc.c:
2585           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
2586
2587 2005-12-15  Michael Smith  <msmith@fluendo.com>
2588
2589         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
2590         (gst_video_rate_chain):
2591           Fix timestamping for videorate when the first buffer it sees has a
2592           non-zero timestamp. Fix some misleading debug output.
2593
2594 2005-12-15  Michael Smith  <msmith@fluendo.com>
2595
2596         * gst/audioresample/gstaudioresample.c:
2597           Don't leak all input buffers to audioresample.
2598
2599 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
2602           Don't operate on empty text buffers. Strip newlines and
2603           tabs only from the end of the text, but leave them intact
2604           in the middle. Fix typo in gtk-doc description.
2605
2606 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2607
2608         * gst/playback/gstplaybasebin.c:
2609         * gst/playback/gstplaybin.c: (handoff):
2610           Make sure the video frame buffer we return to apps via the
2611           "frame" property always has caps set on it. Modify
2612           _gst_gvalue_set_object() macro to handle NULL objects
2613           gracefully too.
2614
2615 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
2616
2617         * gst/audiotestsrc/gstaudiotestsrc.c:
2618         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
2619         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
2620         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
2621         (gst_audio_test_src_create):
2622         * gst/audiotestsrc/gstaudiotestsrc.h:
2623         Adjust to some recent api changes and add wtays new cool seeking
2624         capabillities
2625
2626 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * ext/alsa/Makefile.am:
2629         * ext/alsa/gstalsadeviceprobe.c:
2630         * ext/alsa/gstalsadeviceprobe.h:
2631           Helper functions to add device probing via the GstPropertyProbe
2632           interface to a class.
2633
2634         * ext/alsa/gstalsamixer.h:
2635           Comment out GST_ALSA_MIXER, it returns a struct that's not
2636           used.
2637
2638         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
2639           Add some debug info. 
2640
2641         * ext/alsa/gstalsamixerelement.c:
2642         (gst_alsa_mixer_element_interface_supported),
2643         (gst_implements_interface_init),
2644         (gst_alsa_mixer_element_init_interfaces),
2645         (gst_alsa_mixer_element_class_init),
2646         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
2647         (gst_alsa_mixer_element_set_property),
2648         (gst_alsa_mixer_element_get_property),
2649         (gst_alsa_mixer_element_change_state):
2650         * ext/alsa/gstalsamixerelement.h:
2651           Add 'device' and 'device-name' properties. Add GstPropertyProbe
2652           for device handling (gnome-volume-control will need that).
2653
2654 2005-12-12  Christian Schaller  <uraeus@gnome.org>
2655
2656         * ext/Makefile.am: fix cdparanoia entry
2657         * gst-plugins-base.spec.in: add cdparanoia
2658
2659 2005-12-12  Michael Smith  <msmith@fluendo.com>
2660
2661         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
2662           Use the correct function to free list of typefind factories.
2663
2664 2005-12-12  Wim Taymans  <wim@fluendo.com>
2665
2666         * gst/videotestsrc/gstvideotestsrc.c:
2667         (gst_video_test_src_class_init), (gst_video_test_src_init),
2668         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
2669         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
2670         (gst_video_test_src_create):
2671         * gst/videotestsrc/gstvideotestsrc.h:
2672         Implement seeking in videotestsrc.
2673         Small cleanups.
2674
2675 2005-12-12  Wim Taymans  <wim@fluendo.com>
2676
2677         * ext/cdparanoia/Makefile.am:
2678         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
2679         (gst_paranoia_endian_get_type), (_do_init),
2680         (cdparanoia_class_init), (cdparanoia_init),
2681         (cdparanoia_set_property), (cdparanoia_get_property),
2682         (cdparanoia_do_seek), (cdparanoia_is_seekable),
2683         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
2684         (cdparanoia_convert), (cdparanoia_get_query_types),
2685         (cdparanoia_query), (cdparanoia_set_index),
2686         (cdparanoia_uri_set_uri):
2687         * ext/cdparanoia/gstcdparanoia.h:
2688         Partially ported cdparanoia now that basesrc can support a
2689         plugin like this..
2690
2691 2005-12-12  Wim Taymans  <wim@fluendo.com>
2692
2693         * tests/examples/seek/scrubby.c: (main):
2694         Set higher priority for bus events so they don't get reordered with
2695         gtk gui events.
2696
2697         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2698         (flush_toggle_cb), (main):
2699         Added checkbox to disable flushing seeks. 
2700         Disable scrubbing when doing non flushing seeks.
2701
2702 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
2703
2704         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
2705         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
2706         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
2707         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
2708           Implement some sort of event handling that doesn't rely on
2709           g_return_if_fail; make sure we always push the last chunk of an 
2710           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
2711           state change function; remove some old cruft. Seeking is still
2712           rather unlikely to work though.
2713
2714         * tools/.cvsignore:
2715           Ignore more.
2716
2717 2005-12-11  Julien MOUTTE  <julien@moutte.net>
2718
2719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
2720         Fixed a leak of the current image reference when cleaning up.
2721         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
2722
2723 2005-12-09  Michael Smith  <msmith@fluendo.com>
2724
2725         * tools/Makefile.am:
2726         * tools/gst-launch-ext-m.m:
2727           Remove gst-launch-ext. It doesn't work, and is no longer
2728           particularly useful.
2729
2730 2005-12-08  Luca Ognibene  <luogni@tin.it>
2731
2732         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
2733           don't pass random values to ogmparse convert function.
2734           Make seeking possible in the exile1.ogm file.
2735
2736 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
2737
2738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
2739         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
2740           Work around refcount problem with g_value_set_object() that occur
2741           if the core has been compiled against GLib-2.6 (g_value_set_object()
2742           will only g_object_ref() the element, but the caller will
2743           gst_object_unref() it and bad things will happen due to the way
2744           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
2745           totem for people on FC4 using Thomas's 0.10 RPMs.
2746           
2747 2005-12-07  Edward Hervey  <edward@fluendo.com>
2748
2749         Time to welcome ogm to 0.10 :)
2750         
2751         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
2752         (gst_ogg_pad_typefind):
2753         Oggdemux can now properly typefind elements with dynamic pads.
2754         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2755         Properly set caps on src pad, and set caps on outgoing buffers.
2756
2757 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2758
2759         * ext/alsa/gstalsamixer.h:
2760         * ext/alsa/gstalsamixerelement.h:
2761         * ext/alsa/gstalsamixeroptions.h:
2762         * ext/alsa/gstalsamixertrack.h:
2763         * ext/alsa/gstalsasink.c:
2764         * ext/alsa/gstalsasink.h:
2765         * ext/alsa/gstalsasrc.c:
2766         * ext/alsa/gstalsasrc.h:
2767         * ext/cdparanoia/gstcdparanoia.h:
2768         * ext/gnomevfs/gstgnomevfsuri.h:
2769         * ext/ogg/gstoggdemux.c:
2770         * ext/ogg/gstoggmux.c:
2771         * ext/pango/gsttextoverlay.h:
2772         * ext/theora/theoradec.c:
2773         * ext/theora/theoraenc.c:
2774         * ext/vorbis/vorbisdec.h:
2775         * ext/vorbis/vorbisenc.c:
2776         * ext/vorbis/vorbisenc.h:
2777         * ext/vorbis/vorbisparse.h:
2778         * gst-libs/gst/audio/gstaudioclock.h:
2779         * gst-libs/gst/audio/gstaudiosink.c:
2780         * gst-libs/gst/audio/gstaudiosink.h:
2781         * gst-libs/gst/audio/gstaudiosrc.c:
2782         * gst-libs/gst/audio/gstaudiosrc.h:
2783         * gst-libs/gst/audio/gstbaseaudiosink.c:
2784         * gst-libs/gst/audio/gstbaseaudiosink.h:
2785         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2786         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2787         * gst-libs/gst/audio/gstringbuffer.h:
2788         * gst-libs/gst/audio/multichannel.h:
2789         * gst-libs/gst/floatcast/floatcast.h:
2790         * gst-libs/gst/interfaces/colorbalance.c:
2791         * gst-libs/gst/interfaces/colorbalance.h:
2792         * gst-libs/gst/interfaces/colorbalancechannel.h:
2793         * gst-libs/gst/interfaces/mixer.h:
2794         * gst-libs/gst/interfaces/mixeroptions.h:
2795         * gst-libs/gst/interfaces/mixertrack.h:
2796         * gst-libs/gst/interfaces/navigation.h:
2797         * gst-libs/gst/interfaces/propertyprobe.h:
2798         * gst-libs/gst/interfaces/tuner.h:
2799         * gst-libs/gst/interfaces/tunerchannel.h:
2800         * gst-libs/gst/interfaces/tunernorm.h:
2801         * gst-libs/gst/interfaces/xoverlay.h:
2802         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2803         * gst-libs/gst/riff/riff-ids.h:
2804         * gst-libs/gst/riff/riff-media.h:
2805         * gst-libs/gst/riff/riff-read.h:
2806         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2807         * gst-libs/gst/rtp/gstbasertppayload.c:
2808         * gst-libs/gst/rtp/gstbasertppayload.h:
2809         * gst-libs/gst/rtp/gstrtpbuffer.c:
2810         * gst-libs/gst/rtp/gstrtpbuffer.h:
2811         * gst-libs/gst/tag/gsttageditingprivate.h:
2812         * gst-libs/gst/tag/gstvorbistag.c:
2813         (gst_tag_list_from_vorbiscomment_buffer):
2814         * gst-libs/gst/tag/tag.h:
2815         * gst-libs/gst/video/video.h:
2816         * gst/adder/gstadder.c:
2817         * gst/adder/gstadder.h:
2818         * gst/audioconvert/audioconvert.c:
2819         * gst/audioconvert/audioconvert.h:
2820         * gst/audioconvert/gstaudioconvert.c:
2821         * gst/audioconvert/gstchannelmix.c:
2822         * gst/audioconvert/gstchannelmix.h:
2823         * gst/audiorate/gstaudiorate.c:
2824         * gst/audioresample/buffer.h:
2825         * gst/audioresample/functable.h:
2826         * gst/audioresample/gstaudioresample.c:
2827         * gst/audioresample/resample.h:
2828         * gst/ffmpegcolorspace/avcodec.h:
2829         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2830         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2831         * gst/ffmpegcolorspace/imgconvert.c:
2832         * gst/ffmpegcolorspace/imgconvert_template.h:
2833         * gst/playback/gstdecodebin.c:
2834         * gst/playback/gstplaybasebin.h:
2835         * gst/playback/gstplaybin.c:
2836         * gst/playback/gststreaminfo.h:
2837         * gst/tcp/gstfdset.c:
2838         * gst/tcp/gstfdset.h:
2839         * gst/tcp/gstmultifdsink.c:
2840         * gst/tcp/gstmultifdsink.h:
2841         * gst/tcp/gsttcp.h:
2842         * gst/tcp/gsttcpclientsrc.c:
2843         * gst/tcp/gsttcpclientsrc.h:
2844         * gst/tcp/gsttcpplugin.h:
2845         * gst/tcp/gsttcpserversink.c:
2846         * gst/tcp/gsttcpserversrc.c:
2847         * gst/typefind/gsttypefindfunctions.c:
2848         * gst/videorate/gstvideorate.c:
2849         * gst/videotestsrc/gstvideotestsrc.h:
2850         * gst/videotestsrc/videotestsrc.h:
2851         * sys/v4l/gstv4lcolorbalance.h:
2852         * sys/v4l/gstv4ltuner.h:
2853         * sys/v4l/gstv4lxoverlay.h:
2854         * sys/v4l/v4l_calls.h:
2855         * sys/v4l/videodev_mjpeg.h:
2856         * tests/check/elements/audioconvert.c:
2857         * tests/check/elements/audioresample.c:
2858         * tests/check/elements/audiotestsrc.c:
2859         * tests/check/elements/videotestsrc.c:
2860         * tests/check/elements/volume.c:
2861         * tests/examples/seek/scrubby.c:
2862         * tests/examples/seek/seek.c:
2863           expand tabs
2864
2865 === release 0.10.0 ===
2866
2867 2005-12-05   <thomas (at) apestaart (dot) org>
2868
2869         * configure.ac:
2870           releasing 0.10.0, "Mont-d'or"
2871
2872 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2873
2874         * tests/examples/seek/Makefile.am:
2875         Build fix for when gtk is not available.
2876
2877 2005-12-05  Andy Wingo  <wingo@pobox.com>
2878
2879         * ext/libvisual/visual.c: (get_buffer):
2880         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2881         * ext/pango/gsttextrender.c: (gst_text_render_chain):
2882         * ext/theora/theoradec.c: (theora_handle_data_packet):
2883         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2884         (theora_enc_chain):
2885         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2886         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2887         Update for alloc_buffer changes.
2888
2889 2005-12-05  Andy Wingo  <wingo@pobox.com>
2890
2891         patch by: Kai Vehmanen <kv2004 eca cx>
2892         
2893         * gst-libs/gst/rtp/gstbasertpdepayload.c
2894         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
2895
2896 2005-12-04  Andy Wingo  <wingo@pobox.com>
2897
2898         patch by: Sebastien Cote <sebas642 yahoo ca>
2899         
2900         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
2901         Fixes #319172.
2902
2903 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
2904
2905         * docs/plugins/Makefile.am:
2906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2908         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2909         * ext/pango/gstclockoverlay.c:
2910         * ext/pango/gsttextoverlay.c: 
2911         * ext/pango/gsttextrender.c:
2912         * ext/pango/gsttimeoverlay.c:
2913           Add gtk-doc blurbs to pango elements.
2914
2915 2005-12-02  Wim Taymans  <wim@fluendo.com>
2916
2917         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
2918         * gst/audioresample/buffer.h:
2919         * gst/audioresample/gstaudioresample.c:
2920         * gst/audioresample/gstaudioresample.h:
2921         * gst/audioresample/resample.c: (resample_input_flush),
2922         (resample_input_pushthrough), (resample_input_eos),
2923         (resample_get_output_size_for_input),
2924         (resample_get_input_size_for_output), (resample_get_output_size),
2925         (resample_get_output_data):
2926         * gst/audioresample/resample.h:
2927         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2928         Fix audioresample, seek torture, new segments, reverse negotiation
2929         etc.. work fine.
2930
2931 2005-12-02  Wim Taymans  <wim@fluendo.com>
2932
2933         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2934         Small cleanups.
2935
2936 2005-12-02  Wim Taymans  <wim@fluendo.com>
2937
2938         * gst/audioconvert/gstaudioconvert.c:
2939         (gst_audio_convert_transform):
2940         Post errors.
2941
2942 === release 0.9.7 ===
2943
2944 2005-12-01   <thomas (at) apestaart (dot) org>
2945
2946         * configure.ac:
2947           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
2948
2949 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2950
2951         * Makefile.am:
2952         * po/hu.po:
2953         * win32/MANIFEST:
2954         * win32/gst.sln:
2955           add win32 MANIFEST file
2956           do something to the hungarian translation
2957
2958 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
2959
2960         * ext/Makefile.am:
2961           Add $(PANGO_DIR) to SUBDIRS
2962
2963         * ext/pango/gstclockoverlay.c:
2964         * ext/pango/gsttimeoverlay.c:
2965           Fix and improve element descriptions.
2966
2967 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2968
2969         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2970         * docs/plugins/inspect/plugin-libvisual.xml:
2971         * docs/plugins/inspect/plugin-pango.xml:
2972           add pango plugin to docs
2973
2974 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2975
2976         * configure.ac:
2977         * ext/Makefile.am:
2978           moved pango to base
2979
2980 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
2981
2982         * configure.ac:
2983         * tests/Makefile.am:
2984         * tests/icles/.cvsignore:
2985         * tests/icles/Makefile.am:
2986         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
2987         (close_display), (resize_window), (move_window), (create_window),
2988         (terminate_playback), (pause_playback), (start_playback), (main):
2989           add stress test for xoverlay from Julien
2990
2991 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2992
2993         * docs/libs/tmpl/gstcolorbalance.sgml:
2994         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2995         * gst-libs/gst/rtp/gstbasertppayload.c:
2996         * gst-libs/gst/rtp/gstrtpbuffer.c:
2997         * gst-libs/gst/rtp/gstrtpbuffer.h:
2998           Do burger's rename for rtp payloaders and depayloaders
2999
3000 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3001
3002         * win32/:
3003           add Visual Studio 6 build files
3004
3005 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3006
3007         * docs/libs/gst-plugins-base-libs-docs.sgml:
3008         * docs/libs/gst-plugins-base-libs-sections.txt:
3009         * docs/libs/tmpl/gstaudio.sgml:
3010         * docs/libs/tmpl/gstringbuffer.sgml:
3011         * gst-libs/gst/interfaces/xoverlay.c:
3012         * gst-libs/gst/video/gstvideofilter.c:
3013         * gst-libs/gst/video/gstvideosink.c:
3014           update documentation
3015
3016 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3017
3018         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
3019         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
3020         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
3021         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
3022         (gst_multi_fd_sink_get_stats),
3023         (gst_multi_fd_sink_remove_client_link),
3024         (gst_multi_fd_sink_handle_client_read),
3025         (gst_multi_fd_sink_client_queue_data),
3026         (gst_multi_fd_sink_client_queue_caps),
3027         (gst_multi_fd_sink_client_queue_buffer),
3028         (gst_multi_fd_sink_new_client),
3029         (gst_multi_fd_sink_handle_client_write),
3030         (gst_multi_fd_sink_recover_client),
3031         (gst_multi_fd_sink_queue_buffer),
3032         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
3033         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
3034         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
3035         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
3036         * gst/tcp/gstmultifdsink.h:
3037         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
3038         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
3039         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
3040         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3041         (gst_tcp_client_sink_set_property),
3042         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
3043         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
3044         * gst/tcp/gsttcpclientsink.h:
3045         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
3046         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
3047         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
3048         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
3049         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
3050         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3051         * gst/tcp/gsttcpclientsrc.h:
3052         * gst/tcp/gsttcpplugin.c: (plugin_init):
3053         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
3054         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
3055         (gst_tcp_server_sink_finalize),
3056         (gst_tcp_server_sink_handle_server_read),
3057         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
3058         (gst_tcp_server_sink_set_property),
3059         (gst_tcp_server_sink_get_property),
3060         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3061         * gst/tcp/gsttcpserversink.h:
3062         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
3063         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
3064         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
3065         (gst_tcp_server_src_set_property),
3066         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
3067         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3068         * gst/tcp/gsttcpserversrc.h:
3069           more borgifying
3070
3071 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
3072
3073         * docs/plugins/Makefile.am:
3074         * docs/plugins/gst-plugins-base-plugins.args:
3075         * docs/plugins/inspect/plugin-libvisual.xml:
3076         * gst/audioconvert/plugin.h:
3077         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
3078         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
3079         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3080         (gst_audio_rate_chain), (gst_audio_rate_set_property),
3081         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
3082         (plugin_init):
3083         * gst/audiotestsrc/gstaudiotestsrc.c:
3084         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
3085         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
3086         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
3087         (gst_audio_test_src_get_query_types),
3088         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
3089         (gst_audio_test_src_create_square),
3090         (gst_audio_test_src_create_saw),
3091         (gst_audio_test_src_create_triangle),
3092         (gst_audio_test_src_create_silence),
3093         (gst_audio_test_src_create_white_noise),
3094         (gst_audio_test_src_init_pink_noise),
3095         (gst_audio_test_src_generate_pink_noise_value),
3096         (gst_audio_test_src_create_pink_noise),
3097         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
3098         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
3099         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
3100         (plugin_init):
3101         * gst/audiotestsrc/gstaudiotestsrc.h:
3102         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
3103         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
3104         (gst_sub_parse_init), (gst_sub_parse_formats),
3105         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
3106         (convert_encoding), (get_next_line),
3107         (gst_sub_parse_data_format_autodetect),
3108         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
3109         (gst_sub_parse_loop), (gst_sub_parse_chain),
3110         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
3111         (plugin_init):
3112         * gst/subparse/gstsubparse.h:
3113         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
3114         (gst_video_rate_base_init), (gst_video_rate_class_init),
3115         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
3116         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
3117         (gst_video_rate_init), (gst_video_rate_event),
3118         (gst_video_rate_chain), (gst_video_rate_set_property),
3119         (gst_video_rate_get_property), (gst_video_rate_change_state),
3120         (plugin_init):
3121         * gst/videoscale/gstvideoscale.c:
3122         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
3123         (gst_video_scale_src_template_factory),
3124         (gst_video_scale_sink_template_factory),
3125         (gst_video_scale_get_type), (gst_video_scale_base_init),
3126         (gst_video_scale_class_init), (gst_video_scale_init),
3127         (gst_video_scale_set_property), (gst_video_scale_get_property),
3128         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
3129         (gst_video_scale_prepare_size), (parse_caps),
3130         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
3131         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
3132         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
3133         (plugin_init):
3134         * gst/videoscale/gstvideoscale.h:
3135         * gst/videotestsrc/gstvideotestsrc.c:
3136         (gst_video_test_src_pattern_get_type),
3137         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
3138         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
3139         (gst_video_test_src_set_pattern),
3140         (gst_video_test_src_set_property),
3141         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
3142         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
3143         (gst_video_test_src_event), (gst_video_test_src_get_times),
3144         (gst_video_test_src_create), (plugin_init):
3145         * gst/videotestsrc/gstvideotestsrc.h:
3146         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
3147         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3148         (gst_video_test_src_black):
3149         * gst/videotestsrc/videotestsrc.h:
3150           borgify further
3151           clean up docs a little
3152
3153 2005-11-30  Wim Taymans  <wim@fluendo.com>
3154
3155         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3156         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
3157         (gst_basertppayload_event), (gst_basertppayload_push),
3158         (gst_basertppayload_change_state):
3159         * gst-libs/gst/rtp/gstbasertppayload.h:
3160         closed #320644.
3161
3162 2005-11-30  Julien MOUTTE  <julien@moutte.net>
3163
3164         * docs/libs/gst-plugins-base-libs-docs.sgml:
3165         * docs/libs/gst-plugins-base-libs-sections.txt:
3166         * gst-libs/gst/video/gstvideofilter.c:
3167         * gst-libs/gst/video/gstvideosink.c:
3168         * gst-libs/gst/video/gstvideosink.h: Adding docs.
3169
3170 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3171
3172         * LICENSE:
3173           move
3174         * po/af.po:
3175         * po/az.po:
3176         * po/cs.po:
3177         * po/en_GB.po:
3178         * po/hu.po:
3179         * po/it.po:
3180         * po/nb.po:
3181         * po/nl.po:
3182         * po/or.po:
3183         * po/sq.po:
3184         * po/sr.po:
3185         * po/sv.po:
3186         * po/uk.po:
3187         * po/vi.po:
3188         * Makefile.am:
3189           update
3190         * scripts/autoplugins.sh:
3191           remove
3192
3193 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3194
3195         * Makefile.am:
3196         * configure.ac:
3197         * examples/Makefile.am:
3198         * examples/capsfilter/Makefile.am:
3199         * examples/capsfilter/capsfilter1.c:
3200         * examples/gob/Makefile.am:
3201         * examples/gob/gst-identity2.gob:
3202         * examples/indexing/.cvsignore:
3203         * examples/indexing/Makefile.am:
3204         * examples/indexing/indexmpeg.c:
3205         * examples/seeking/.cvsignore:
3206         * examples/seeking/Makefile.am:
3207         * examples/seeking/cdparanoia.c:
3208         * examples/seeking/cdplayer.c:
3209         * examples/seeking/chained.c:
3210         * examples/seeking/scrubby.c:
3211         * examples/seeking/seek.c:
3212         * examples/stats/Makefile.am:
3213         * examples/stats/mp2ogg.c:
3214         * examples/switch/.cvsignore:
3215         * examples/switch/Makefile.am:
3216         * examples/switch/switcher.c:
3217         * tests/Makefile.am:
3218         * tests/check/generic/.cvsignore:
3219         * tests/check/pipelines/.cvsignore:
3220         * tests/examples/Makefile.am:
3221         * tests/examples/seek/Makefile.am:
3222           reorganize stuff under tests/
3223
3224 2005-11-30  Edward Hervey  <edward@fluendo.com>
3225
3226         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
3227         Go away you stupid GstStaticPadTemplate memleak.
3228
3229 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3230
3231         * gst-libs/gst/net/Makefile.am:
3232         * gst-libs/gst/net/README:
3233         * gst-libs/gst/net/gstnetbuffer.c:
3234         * gst-libs/gst/net/gstnetbuffer.h:
3235           this was moved to "netbuffer"
3236
3237 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3238
3239         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
3240         (gst_video_filter_class_init), (gst_video_filter_init):
3241         * gst-libs/gst/video/gstvideofilter.h:
3242           borgify name to bring in line with other classes
3243
3244 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
3245
3246         * gst/audioscale/.cvsignore:
3247         * gst/audioscale/Makefile.am:
3248         * gst/audioscale/README:
3249         * gst/audioscale/audioscale.vcproj:
3250         * gst/audioscale/dtof.c:
3251         * gst/audioscale/dtos.c:
3252         * gst/audioscale/functable.c:
3253         * gst/audioscale/gstaudioscale.c:
3254         * gst/audioscale/gstaudioscale.h:
3255         * gst/audioscale/private.h:
3256         * gst/audioscale/resample.c:
3257         * gst/audioscale/resample.h:
3258         * gst/audioscale/test.c:
3259           remove
3260
3261 2005-11-30  Edward Hervey  <edward@fluendo.com>
3262
3263         * gst-libs/gst/netbuffer/Makefile.am:
3264         really, really tired
3265
3266 2005-11-30  Edward Hervey  <edward@fluendo.com>
3267
3268         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3269         Update for new GstTypeFindFactory _register()
3270
3271 2005-11-30  Edward Hervey  <edward@fluendo.com>
3272
3273         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
3274         Let's not override libgstnet from core for no reason...
3275         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
3276         Ok, maybe not so quick next time.
3277
3278 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3279
3280         * configure.ac:
3281         * gst-libs/gst/Makefile.am:
3282           moved gst-libs/gst/net to netbuffer through CVS surgery
3283           remove old directory
3284           updating build to accomodate
3285           (#322257)
3286
3287 2005-11-29  Andy Wingo  <wingo@pobox.com>
3288
3289         * pkgconfig/gstreamer-plugins-base.pc.in:
3290         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
3291         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
3292         (#322257).
3293
3294 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3295
3296         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
3297         3rd time's the charm. Correct ref-counting for discarded buffers.
3298
3299 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3300
3301         * gst/playback/gststreamselector.c:
3302         (gst_stream_selector_class_init),
3303         (gst_stream_selector_set_property),
3304         (gst_stream_selector_get_property),
3305         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3306         Fix ref-counting
3307
3308 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
3309
3310         * gst/subparse/gstsubparse.c: (feed_textbuf):
3311           Don't access already unref'ed buffer.
3312
3313 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
3314
3315         * gst/playback/gststreamselector.c:
3316         (gst_stream_selector_class_init), (gst_stream_selector_init),
3317         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
3318         (gst_stream_selector_get_property),
3319         (gst_stream_selector_get_linked_pad),
3320         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
3321         * gst/playback/gststreamselector.h:
3322         Add the active-pad property for playbin to use shortly. Ignore buffers
3323         from any other pad, returning GST_FLOW_NOT_LINKED
3324
3325 2005-11-29  Julien MOUTTE  <julien@moutte.net>
3326
3327         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
3328         patch from bug #322704 (Alessandro Decina).
3329
3330 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3331
3332         * gst-libs/gst/audio/Makefile.am:
3333           folded audiofilter into the audio library
3334
3335 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3336
3337         * gst/videoscale/gstvideoscale.h:
3338         * gst/videoscale/gstvideoscale.c:
3339           remove unimplemented scale methods
3340
3341 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
3342
3343         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
3344           Don't leak caps.
3345
3346 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3347
3348         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3349         (gst_ximagesink_setcaps):
3350         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3351         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
3352         happens (only visible on ximagesink but bug is in xv too) set_caps was
3353         destroying the internal x[v]image used to memcpy non locally alloced
3354         buffers so that it got renewed on next _chain. The issue is that 
3355         _expose will try to put that image as it reffed it in _put.
3356         Using gst_buffer_unref instead of destroy fixes it !
3357
3358 2005-11-28  Edward Hervey  <edward@fluendo.com>
3359
3360         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3361         (try_to_link_1), (queue_filled_cb):
3362         Better use of the queues. Start with a small size queue and only increase
3363         the size of the queues when the other queues are empty.
3364
3365 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
3366
3367         * gst-libs/gst/video/Makefile.am:
3368           compile in copied-over videofilter into the video library
3369         * gst-libs/gst/video/videosink.h:
3370           rename the header to gstvideosink.h since it's a base GstObject class
3371         * sys/ximage/ximagesink.h:
3372         * sys/xvimage/xvimagesink.h:
3373           use the new header
3374
3375 2005-11-28  Wim Taymans  <wim@fluendo.com>
3376
3377         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
3378         * gst/playback/gstplaybasebin.h:
3379         Prepare to handle errors betters.
3380
3381         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
3382         Set sinks to PAUSED first before adding and linking them so that
3383         we don't interrupt dataflow.
3384
3385 2005-11-28  Wim Taymans  <wim@fluendo.com>
3386
3387         * gst-libs/gst/audio/TODO:
3388         Updated TODO
3389
3390         * gst-libs/gst/audio/gstaudiosink.c:
3391         (gst_audioringbuffer_open_device),
3392         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
3393         (gst_audioringbuffer_release):
3394         Small cleanups.
3395
3396         * gst-libs/gst/audio/gstbaseaudiosink.c:
3397         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
3398         (gst_base_audio_sink_change_state):
3399         Slave to the master clock when going to PLAYING and unslave when
3400         going to PAUSED.
3401
3402         * gst-libs/gst/audio/gstringbuffer.c:
3403         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
3404         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
3405         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
3406         (gst_ring_buffer_clear_all), (wait_segment),
3407         (gst_ring_buffer_commit), (gst_ring_buffer_read),
3408         (gst_ring_buffer_advance):
3409         * gst-libs/gst/audio/gstringbuffer.h:
3410         Add some docs and cleanups.
3411
3412 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3413
3414         * sys/xvimage/xvimagesink.c:
3415         (gst_xvimagesink_navigation_send_event): Fix navigation events
3416         coordinates translation with pixel aspect ratios.
3417
3418 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3419
3420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
3421         Use calculated video geometry from _setcaps instead of buffer
3422         caps to respect pixel aspect ratio. (fixes #322388)
3423
3424 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3425
3426         * docs/libs/tmpl/gstcolorbalance.sgml:
3427         * docs/libs/tmpl/gstmixer.sgml:
3428         * docs/libs/tmpl/gstxoverlay.sgml:
3429         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
3430         interface.
3431
3432 2005-11-28  Julien MOUTTE  <julien@moutte.net>
3433
3434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
3435         Refuse to create an XvImage if we can't find the format.
3436
3437 2005-11-28  Edward Hervey  <edward@fluendo.com>
3438
3439         * gst-libs/gst/riff/riff-media.c:
3440         (gst_riff_create_audio_template_caps):
3441         Add ATRAC3 to the list of riff-possible audio caps.
3442         I know we still don't have a plugin for atrac3, but it's saner to output
3443         that than a cryptic mimetype.
3444
3445 2005-11-27  Edward Hervey  <edward@fluendo.com>
3446
3447         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
3448         Don't try to create a zero-sized subbuffer.
3449
3450 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3451
3452         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
3453         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
3454         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
3455         (gst_ximagesink_expose): Fixed a tricky race.
3456         * sys/ximage/ximagesink.h:
3457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3458         (gst_xvimagesink_expose): Fixed a tricky race.
3459         * sys/xvimage/xvimagesink.h:
3460
3461 2005-11-27  Edward Hervey  <edward@fluendo.com>
3462
3463         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3464         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
3465         Remove unused properties, and add queues between demuxers and decoders
3466         so that a lot more files can preroll properly.
3467
3468 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3469
3470         * gst-libs/gst/net/Makefile.am:
3471         * gst-libs/gst/rtp/Makefile.am:
3472         * gst-libs/gst/tag/Makefile.am:
3473           remove silly include
3474         * gst/tags/Makefile.am:
3475         * gst/tags/gsttagediting.c:
3476         * gst/tags/gsttageditingprivate.h:
3477         * gst/tags/tagedit.vcproj:
3478           remove directory, is as good as empty
3479
3480 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
3481
3482         * configure.ac:
3483           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
3484         * gst-libs/Makefile.am:
3485         * gst-libs/gst/audio/Makefile.am:
3486         * gst-libs/gst/interfaces/Makefile.am:
3487         * gst-libs/gst/net/Makefile.am:
3488         * gst-libs/gst/riff/Makefile.am:
3489         * gst-libs/gst/rtp/Makefile.am:
3490         * gst-libs/gst/tag/Makefile.am:
3491         * gst-libs/gst/video/Makefile.am:
3492           and use them
3493
3494 2005-11-27  Julien MOUTTE  <julien@moutte.net>
3495
3496         * docs/libs/tmpl/gstcolorbalance.sgml:
3497         * docs/libs/tmpl/gstmixer.sgml:
3498         * docs/libs/tmpl/gstxoverlay.sgml:
3499         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
3500         * sys/ximage/ximagesink.h:
3501         * sys/xvimage/xvimagesink.h: More and more documentation.
3502
3503 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3504
3505         * docs/libs/gst-plugins-base-libs-docs.sgml:
3506         * docs/libs/gst-plugins-base-libs-sections.txt:
3507         * docs/libs/tmpl/gstcolorbalance.sgml:
3508         * docs/libs/tmpl/gstmixer.sgml:
3509         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
3510         to documentation.
3511
3512 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3513
3514         * docs/plugins/Makefile.am:
3515         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3516         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3517         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
3518
3519 2005-11-26  Julien MOUTTE  <julien@moutte.net>
3520
3521         * docs/plugins/Makefile.am:
3522         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3523         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3524         * docs/plugins/inspect/plugin-adder.xml:
3525         * docs/plugins/inspect/plugin-alsa.xml:
3526         * docs/plugins/inspect/plugin-audioconvert.xml:
3527         * docs/plugins/inspect/plugin-audiorate.xml:
3528         * docs/plugins/inspect/plugin-audioresample.xml:
3529         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3530         * docs/plugins/inspect/plugin-decodebin.xml:
3531         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3532         * docs/plugins/inspect/plugin-gnomevfs.xml:
3533         * docs/plugins/inspect/plugin-ogg.xml:
3534         * docs/plugins/inspect/plugin-playbin.xml:
3535         * docs/plugins/inspect/plugin-subparse.xml:
3536         * docs/plugins/inspect/plugin-tcp.xml:
3537         * docs/plugins/inspect/plugin-theora.xml:
3538         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3539         * docs/plugins/inspect/plugin-video4linux.xml:
3540         * docs/plugins/inspect/plugin-videorate.xml:
3541         * docs/plugins/inspect/plugin-videoscale.xml:
3542         * docs/plugins/inspect/plugin-videotestsrc.xml:
3543         * docs/plugins/inspect/plugin-volume.xml:
3544         * docs/plugins/inspect/plugin-vorbis.xml:
3545         * docs/plugins/inspect/plugin-ximagesink.xml:
3546         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
3547         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
3548
3549 2005-11-26  Edward Hervey  <edward@fluendo.com>
3550
3551         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
3552         Properly return GstFlowReturn from gst_pad_push in chain functions.
3553
3554 2005-11-25  Michael Smith  <msmith@fluendo.com>
3555
3556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
3557         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
3558         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3559         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3560           Handle various conditions better when we don't understand a stream.
3561           Removes a heap of CRITICALs on ogg streams containing unknown data.
3562
3563 2005-11-24  Andy Wingo  <wingo@pobox.com>
3564
3565         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
3566         Be threadsafe.
3567
3568 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3569
3570         * configure.ac: back to HEAD
3571
3572 === release 0.9.6 ===
3573
3574 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
3575
3576         * configure.ac:
3577           releasing 0.9.6, "White Eight"
3578
3579 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3580
3581         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
3582         * docs/plugins/inspect/plugin-sine.xml:
3583           remove sinesrc some more
3584
3585 2005-11-23  Wim Taymans  <wim@fluendo.com>
3586
3587         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
3588         If we are reading too slowly, jump forward in the ringbuffer
3589         instead of blocking.
3590
3591 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3592
3593         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3594         (gst_visual_chain):
3595         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
3596         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
3597         (gst_videorate_chain):
3598         * gst/videotestsrc/gstvideotestsrc.c:
3599         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
3600         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
3601         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
3602         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
3603         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3604         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3605           Updates for API changes
3606
3607 2005-11-23  Wim Taymans  <wim@fluendo.com>
3608
3609         * gst-libs/gst/audio/gstbaseaudiosink.c:
3610         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3611         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3612         Fix for calibration API change.
3613
3614 2005-11-23  Michael Smith <msmith@fluendo.com>
3615
3616         * gst-libs/gst/audio/multichannel.c:
3617         (gst_audio_get_channel_positions),
3618         (gst_audio_set_channel_positions),
3619         (gst_audio_set_structure_channel_positions_list),
3620         (gst_audio_fixate_channel_positions):
3621           Use gst_value_array_*() functions on value arrays, not
3622           gst_value_list_*().
3623
3624 2005-11-23  Edward Hervey  <edward@fluendo.com>
3625
3626         * autogen.sh:
3627         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
3628         Fixes autogen
3629
3630 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3631
3632         * check/Makefile.am:
3633         * check/elements/videotestsrc.c: (setup_videotestsrc),
3634         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
3635         (main):
3636           add a test for videotestsrc
3637
3638 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3639
3640         * gst/sine/.cvsignore:
3641         * gst/sine/Makefile.am:
3642         * gst/sine/gstsinesrc.c:
3643         * gst/sine/gstsinesrc.h:
3644         * gst/sine/sinesrc.vcproj:
3645           and remove sinesrc from the repository.  Closes #321446
3646
3647 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3648
3649         * configure.ac:
3650         * gst-plugins-base.spec.in:
3651           remove sinesrc from the build
3652
3653 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3654
3655         * check/Makefile.am:
3656         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
3657         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
3658         (main):
3659           add a test for audiotestsrc, testing all waves.  Even seems
3660           leak-free at first glance, nice job Stefan
3661
3662 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3663
3664         * po/af.po:
3665         * po/az.po:
3666         * po/cs.po:
3667         * po/en_GB.po:
3668         * po/hu.po:
3669         * po/it.po:
3670         * po/nb.po:
3671         * po/nl.po:
3672         * po/or.po:
3673         * po/sq.po:
3674         * po/sr.po:
3675         * po/sv.po:
3676         * po/uk.po:
3677         * po/vi.po:
3678           Translation string updates
3679
3680         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3681         (gst_v4lsrc_set_caps):
3682         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3683         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3684         * sys/v4l/v4lsrc_calls.h:
3685           Improve v4lsrc, by making it work again.
3686
3687 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
3688
3689         * ext/libvisual/visual.c: (gst_visual_chain):
3690           Fix the fps calculations.
3691
3692         * gst/ffmpegcolorspace/avcodec.h:
3693           Move structure element for clarity
3694
3695         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
3696         * gst-libs/gst/interfaces/tunernorm.h:
3697         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
3698         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
3699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
3700         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
3701         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
3702         (gst_v4lmjpegsrc_getcaps):
3703         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
3704         (gst_v4lsrc_set_caps):
3705         * sys/v4l/gstv4lsrc.h:
3706         * sys/v4l/v4l_calls.c: (gst_v4l_open):
3707         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
3708         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
3709         * sys/v4l/v4lsrc_calls.h:
3710           Fractional framerates...
3711
3712 2005-11-22  Wim Taymans  <wim@fluendo.com>
3713
3714         * gst-libs/gst/audio/gstbaseaudiosink.c:
3715         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
3716         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3717         And we provide a clock by default, of course...
3718
3719 2005-11-22  Wim Taymans  <wim@fluendo.com>
3720
3721         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
3722         This clock can be slaved to a master clock now.
3723
3724         * gst-libs/gst/audio/gstbaseaudiosink.c:
3725         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3726         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
3727         (gst_base_audio_sink_set_clock),
3728         (gst_base_audio_sink_set_property),
3729         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
3730         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
3731         * gst-libs/gst/audio/gstbaseaudiosink.h:
3732         Handle slaving the internal clock to the clock selected in the
3733         pipeline.
3734         Add property to make the basesink not provide a clock.
3735
3736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3737         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
3738         (gst_base_rtp_depayload_wait):
3739         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3740         We can use the clock in GstElement, no need to store it ourselves.
3741
3742 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3743
3744         * docs/libs/tmpl/gstaudio.sgml:
3745           update
3746         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
3747         (gst_paranoia_endian_get_type):
3748         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
3749         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
3750         * gst/audiotestsrc/gstaudiotestsrc.c:
3751         (gst_audiostestsrc_wave_get_type):
3752         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
3753         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3754         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3755         (gst_sync_method_get_type), (gst_unit_type_get_type),
3756         (gst_client_status_get_type), (gst_multifdsink_class_init),
3757         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
3758         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
3759         (gst_multifdsink_get_property):
3760         * gst/tcp/gstmultifdsink.h:
3761         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
3762         * gst/videotestsrc/gstvideotestsrc.c:
3763         (gst_videotestsrc_pattern_get_type):
3764           remove deprecated properties
3765           fix up enums to correctly have short lowercase dashed nicks
3766
3767 2005-11-22  Michael Smith <msmith@fluendo.com>
3768
3769         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3770         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3771           Add underscore.
3772
3773 2005-11-22  Michael Smith <msmith@fluendo.com>
3774
3775         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
3776         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
3777           Use utility method for scaling clocktime for fractional framerates.
3778
3779 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
3780
3781         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
3782         (gst_visual_chain):
3783         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3784         * ext/theora/theoradec.c: (theora_handle_type_packet):
3785         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3786         (theora_enc_chain):
3787         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3788         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
3789         * gst-libs/gst/video/video.h:
3790         * gst/ffmpegcolorspace/avcodec.h:
3791         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3792         (gst_ffmpeg_caps_to_pixfmt):
3793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3794         (gst_ffmpegcsp_set_caps):
3795         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
3796         (gst_videorate_setcaps), (gst_videorate_blank_data),
3797         (gst_videorate_chain):
3798         * gst/videotestsrc/gstvideotestsrc.c:
3799         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
3800         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
3801         (gst_videotestsrc_event), (gst_videotestsrc_create):
3802         * gst/videotestsrc/gstvideotestsrc.h:
3803         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
3804         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
3805         (gst_ximagesink_get_times), (gst_ximagesink_init):
3806         * sys/ximage/ximagesink.h:
3807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3808         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
3809         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
3810         * sys/xvimage/xvimagesink.h:
3811           Convert elements to use fractions for their framerate.
3812           V4L elements to come later tonight.
3813
3814 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3815
3816         * gst-libs/gst/audio/audio.c:
3817         * gst-libs/gst/audio/audio.h:
3818           remove some deprecated functions
3819
3820 2005-11-22  Andy Wingo  <wingo@pobox.com>
3821
3822         * Update for gst_tag_setter API changes.
3823
3824 2005-11-22  Andy Wingo  <wingo@pobox.com>
3825
3826         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
3827         (gst_ogg_demux_perform_seek):
3828         * ext/theora/theoradec.c (theora_dec_sink_event):
3829         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
3830         update-funcnames.
3831
3832 2005-11-22  Wim Taymans  <wim@fluendo.com>
3833
3834         * examples/seeking/seek.c: (main):
3835         Give higher priority to bus signals than the gtk events
3836         to fix a race condition in the segment looping.
3837
3838 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3839
3840         * ext/theora/Makefile.am:
3841         * ext/vorbis/Makefile.am:
3842         * gst-libs/gst/tag/Makefile.am:
3843         * gst-plugins-base.spec.in:
3844           Rename libgsttagedit to libgsttag (#322117).
3845
3846 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3847
3848         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
3849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
3850           Call gst_x_overlay_prepare_xwindow_id() to give applications
3851           a final chance to set their own xwindow id before the video
3852           sink creates its own window.
3853
3854 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3855
3856         * sys/xvimage/xvimagesink.c:
3857         (gst_xvimagesink_navigation_send_event): Handle navigation
3858         events correcly with borders if applicable.
3859
3860 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
3861
3862         Patch by: Luca Ognibene
3863
3864         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3865         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
3866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3867         (gst_ffmpegcsp_caps_remove_format_info):
3868         * gst/ffmpegcolorspace/imgconvert.c:
3869         * gst/ffmpegcolorspace/imgconvert_template.h:
3870           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
3871           #318353); use gst_structure_has_name().
3872
3873 2005-11-22  Julien MOUTTE  <julien@moutte.net>
3874
3875         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
3876         (gst_ximagesink_class_init): Add debug macros on functions.
3877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3878         (gst_xvimagesink_xwindow_draw_borders),
3879         (gst_xvimagesink_xvimage_put),
3880         (gst_xvimagesink_xwindow_update_geometry),
3881         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
3882         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
3883         (gst_xvimagesink_xcontext_clear),
3884         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
3885         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
3886         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3887         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3888         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
3889         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3890         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
3891         expose while being PAUSED, out of data flow navigation events, etc..
3892
3893 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3894
3895         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3896         * gst-libs/gst/audio/audio.h:
3897           fix prototype - wondering why the test worked regardless
3898
3899 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3900
3901         * check/Makefile.am:
3902         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
3903         * gst-libs/gst/audio/audio.h:
3904           add a method that returns a proper GstClockTime
3905
3906 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3907
3908         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
3909         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
3910         * gst-libs/gst/interfaces/xoverlay.h:
3911           Remove everything having to do with the desired size; add 
3912           gst_x_overlay_prepare_xwindow_id() function; remove the
3913           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
3914           post a message on the bus instead (#321816).
3915
3916         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
3917         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
3918         (gst_xvimagesink_xoverlay_init):
3919           Remove desired size stuff (#321816).
3920
3921 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3922
3923         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
3924         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3925         (mpeg_video_type_find), (mpeg_video_stream_type_find):
3926           Terminate vararg functions with NULL instead of 0 to 
3927           make gcc4 happy.
3928
3929 2005-11-21  Andy Wingo  <wingo@pobox.com>
3930
3931         patch by: Sebastien Cote <sebas642@yahoo.ca>
3932         
3933         * gst-libs/gst/rtp/gstrtpbuffer.h: 
3934         * gst-libs/gst/rtp/gstrtpbuffer.c
3935         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
3936
3937 2005-11-21  Andy Wingo  <wingo@pobox.com>
3938
3939         * gst/playback/gstplaybin.c (gen_audio_element) 
3940         (gen_video_element): Use the new MISSING_PLUGIN core error
3941         category. Closes #320060.
3942
3943         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
3944         * gst/videorate/gstvideorate.c (gst_videorate_event):
3945         * ext/theora/theoradec.c (theora_dec_sink_event): 
3946         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
3947         stream lock.
3948
3949         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
3950         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
3951         stream lock changes.
3952
3953 2005-11-21  Wim Taymans  <wim@fluendo.com>
3954
3955         * gst-libs/gst/audio/gstbaseaudiosink.c:
3956         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
3957         (gst_base_audio_sink_provide_clock),
3958         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
3959         (gst_base_audio_sink_change_state):
3960         * gst/audioresample/gstaudioresample.c:
3961         Segment update fix.
3962
3963 2005-11-21  Andy Wingo  <wingo@pobox.com>
3964
3965         * *.h:
3966         * *.c: Ran scripts/update-macros. Oh yes.
3967
3968 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * sys/ximage/Makefile.am:
3971         * sys/ximage/ximage.c:
3972           Rename ximage plugin to ximagesink (#321426) (Don't forget to
3973           remove your old libgstximage.* manually if necessary).
3974
3975 2005-11-21  Michael Smith <msmith@fluendo.com>
3976
3977         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
3978           Minimal fix for bug #320200: set the min/max bitrate in the correct
3979           units. A better fix would be to upgrade to the RATEMANAGE2
3980           interface, rather than using the deprecated interface used here, but
3981           that would require an update in our libvorbis dependency (to 1.1),
3982           which is probably undesirable.
3983
3984 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
3985
3986         * ext/libvisual/visual.c: (get_buffer):
3987         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3988         (gst_base_audio_src_fixate):
3989         * gst/audioconvert/gstaudioconvert.c:
3990         (gst_audio_convert_fixate_caps):
3991         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
3992         * gst/audiotestsrc/gstaudiotestsrc.c:
3993         (gst_audiotestsrc_src_fixate):
3994         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
3995         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
3996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
3997         * gst/videotestsrc/gstvideotestsrc.c:
3998         (gst_videotestsrc_src_fixate):
3999         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
4000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
4001           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
4002           (#322027)
4003
4004
4005 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4006
4007         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4008         (gst_riff_create_iavs_caps):
4009         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
4010         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4011         (gst_riff_parse_info):
4012         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
4013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
4014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
4015           Fixes for GST_FOURCC_FORMAT API change.
4016
4017 2005-11-21  Andy Wingo  <wingo@pobox.com>
4018
4019         patch by: Alessandro Dessina <alessandro nnva org>
4020
4021         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
4022         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
4023         (gst_ogg_parse_chain):
4024         * ext/theora/theoraenc.c (theora_set_header_on_caps):
4025         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
4026         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
4027         gst_value_list calls on arrays. Fixes #321962.
4028
4029 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
4030
4031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4032         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
4033         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4034         * gst/adder/gstadder.c: (gst_adder_init),
4035         (gst_adder_request_new_pad), (gst_adder_collected),
4036         (gst_adder_change_state):
4037           Update for gst_collectpads_foo() to gst_collect_pads_foo()
4038           API change.
4039
4040 2005-11-21  Michael Smith <msmith@fluendo.com>
4041
4042         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
4043         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
4044           Properly handle pad_push return values.
4045
4046 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
4047
4048         * gst-libs/gst/tag/Makefile.am:
4049         * gst-libs/gst/tag/gstvorbistag.c:
4050         (gst_tag_list_to_vorbiscomment_buffer):
4051           Remove obsolete vorbistag element and debug category.
4052
4053         * gst/playback/gstplaybasebin.c: (check_queue):
4054           Don't divide by 0 when queue-threshold is 0.
4055
4056         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
4057           Don't modify an existing pixel-aspect-ratio if we fail to read
4058           a new one.
4059
4060 2005-11-20  Wim Taymans  <wim@fluendo.com>
4061
4062         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
4063         (gst_vorbisenc_push_packet):
4064         GST_PAD_IS_USABLE is gone, use the return value of
4065         the push or pad_alloc_buffer instead.
4066
4067 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4068
4069         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4070         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
4071         (gst_ximagesink_ximage_destroy),
4072         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
4073         (gst_ximagesink_xwindow_new),
4074         (gst_ximagesink_xwindow_update_geometry),
4075         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
4076         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
4077         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
4078         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
4079         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
4080         (gst_ximagesink_navigation_send_event),
4081         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
4082         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
4083         (gst_ximagesink_finalize), (gst_ximagesink_init),
4084         (gst_ximagesink_class_init):
4085         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
4086         This new version brings correct software scaling, non flickering
4087         window while resizing, pixel aspect ratio handling, usage of
4088         hardware buffer pools, out of data flow event thread for 
4089         navigation and handling of expose events even when being PAUSED,
4090         a new property to keep video aspect ratio when resizing, etc...
4091
4092 2005-11-18  Julien MOUTTE  <julien@moutte.net>
4093
4094         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
4095         (gst_videoscale_fixate_caps): Introduce back caps fixate with
4096         handling of PAR.
4097
4098 2005-11-18    <bilboed@dvdsrc.fluendo.com>
4099
4100         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
4101         Unsetting IS_SINK flag from the fakesink, so decodebin
4102         never behaves as a sink.
4103
4104 2005-11-17  Wim Taymans  <wim@fluendo.com>
4105
4106         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4107         (gst_base_audio_src_change_state):
4108         Fix the audiosrc base class again, we did not unflush.
4109
4110 2005-11-17  Julien MOUTTE  <julien@moutte.net>
4111
4112         * examples/seeking/seek.c: (make_dv_pipeline),
4113         (make_vorbis_theora_pipeline), (make_avi_pipeline),
4114         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
4115         to ogg/vorbis/theora pipeline.
4116
4117 2005-11-17  Wim Taymans  <wim@fluendo.com>
4118
4119         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
4120         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
4121         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
4122         Fix EOS on multiple streams.
4123         More debugging.
4124
4125 2005-11-16  Wim Taymans  <wim@fluendo.com>
4126
4127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
4128         (gst_ogg_demux_perform_seek):
4129         Segment done must include stream time.
4130
4131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4132         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
4133         (gst_ogg_mux_change_state):
4134         Fix ogg muxer again.
4135
4136 2005-11-16  Wim Taymans  <wim@fluendo.com>
4137
4138         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
4139         Fix compile again.
4140
4141 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4142
4143         * ext/libvisual/visual.c: (gst_visual_init):
4144         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
4145         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
4146         (gst_ogg_parse_chain):
4147         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
4148         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
4149         * ext/theora/theoradec.c: (gst_theora_dec_init):
4150         * ext/theora/theoraenc.c: (gst_theora_enc_init):
4151         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4152         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
4153         * gst/adder/gstadder.c: (gst_adder_class_init),
4154         (gst_adder_dispose):
4155         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4156         * gst/subparse/gstsubparse.c: (gst_subparse_init):
4157         * gst/videorate/gstvideorate.c: (gst_videorate_init):
4158           Fix a whole set of pad template leaks
4159
4160 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4161
4162         * check/generic/states.c: (GST_START_TEST):
4163           fix the test so that it only checks for elements that are part of
4164           this source module
4165
4166 2005-11-16  Michael Smith <msmith@fluendo.com>
4167
4168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
4169         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
4170         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4171         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4172         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
4173         (gst_ogg_mux_change_state):
4174           Fix leaking collectpads.
4175
4176 2005-11-16  Edward Hervey  <edward@fluendo.com>
4177
4178         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
4179         (gst_videorate_event), (gst_videorate_chain):
4180         Handle segment seeks
4181
4182 2005-11-16  Wim Taymans  <wim@fluendo.com>
4183
4184         * gst-libs/gst/audio/gstbaseaudiosink.c:
4185         (gst_base_audio_sink_provide_clock),
4186         (gst_base_audio_sink_change_state):
4187         Set ringbuffer to non-flushing when going to PAUSED, set to
4188         flushing again when going to READY.
4189
4190         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
4191         (gst_ring_buffer_stop):
4192         Start in flushing mode by default.
4193         Don't set flushing in the _stop method, let the app call
4194         this explicitly.
4195
4196 2005-11-16  Julien MOUTTE  <julien@moutte.net>
4197
4198         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
4199         * gst-libs/gst/video/videosink.h: Add helper function needed
4200         for video sinks.
4201
4202 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
4203
4204         * gst/videoscale/gstvideoscale.c:
4205         (gst_videoscale_handle_src_event):
4206           Don't leak reference to pad parent.
4207
4208 2005-11-16  Wim Taymans  <wim@fluendo.com>
4209
4210         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
4211         Set ringbuffer to flushing when stopping so that we don't
4212         block on wait_segment anymore and livelock.
4213
4214 2005-11-16  Wim Taymans  <wim@fluendo.com>
4215
4216         * examples/seeking/seek.c: (send_event), (do_seek),
4217         (loop_toggle_cb), (segment_done), (main):
4218         Added looping checkbox.
4219
4220 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
4221
4222         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4223         (gst_ogg_demux_init):
4224         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4225         (gst_vorbis_dec_init):
4226           revert unrefs, they don't pass make check
4227
4228 2005-11-15  Johan Dahlin  <johan@gnome.org>
4229
4230         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
4231         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
4232         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
4233         (gst_vorbis_dec_init):
4234         Fix pad template leaks. 
4235
4236 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
4237
4238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
4239           Make state change function thread safe.
4240
4241 2005-11-15  Edward Hervey  <edward@fluendo.com>
4242
4243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
4244         (gst_ogg_demux_class_init):
4245         Implement GstElement::send_event, so we can send seek events
4246         in GST_STATE_READY
4247
4248 2005-11-14  Julien MOUTTE  <julien@moutte.net>
4249
4250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
4251         Discovered how to take away flickering while resizing the
4252         window. Please don't put that in ximagesink, refactoring in
4253         progress.
4254
4255 2005-11-14  Michael Smith <msmith@fluendo.com>
4256
4257         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
4258         (gst_multifdsink_render):
4259           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
4260
4261 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
4262
4263         * gst/playback/gstplaybin.c: (gen_audio_element):
4264           Use autoaudiosink, it tends to be more widely available than
4265           autoaudiiosink.
4266           
4267 2005-11-14  Andy Wingo  <wingo@pobox.com>
4268
4269         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
4270         as well if it is available. Fixes #316442.
4271
4272 2005-11-14  Michael Smith <msmith@fluendo.com>
4273
4274         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
4275         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
4276         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4277         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4278         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
4279         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
4280         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
4281         (gst_vorbisenc_change_state):
4282           Fix a small memory leak in vorbisenc.
4283           Fix large memory leaks in oggmux, also fix lots of state change
4284           bugs in oggmux.
4285
4286 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4287
4288         * gst/videotestsrc/gstvideotestsrc.c:
4289         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
4290         (gst_videotestsrc_src_fixate):
4291           move fixation to a fixate function
4292           remove negotiate function, basesrc's is good enough
4293           fixes a bug for check when using the element alone
4294
4295 2005-11-13  Edward Hervey  <edward@fluendo.com>
4296
4297         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
4298         (key_toggle_cb), (main):
4299         Added checkboxes for adding/removing the accurate and key_unit seek
4300         flags.
4301
4302 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
4303
4304         * configure.ac: back to HEAD
4305
4306 === release 0.9.5 ===
4307
4308 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
4309
4310         * configure.ac:
4311           releasing 0.9.5, "No No Kia"
4312
4313 2005-11-11  Edward Hervey  <edward@fluendo.com>
4314
4315         * examples/seeking/seek.c: (make_parselaunch_pipeline):
4316         Added parse-launch syntax seeking mode for the seeking example.
4317         This should help stress-test even more cases.
4318         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
4319
4320 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4321
4322         * sys/xvimage/xvimagesink.c:
4323         (gst_xvimagesink_navigation_send_event):
4324           Check whether peer pad exists before sending navigation events
4325           to it.
4326
4327 2005-11-11  Michael Smith <msmith@fluendo.com>
4328
4329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
4330         (gst_vorbisenc_buffer_from_packet):
4331         * ext/vorbis/vorbisenc.h:
4332           Set duration on encoded buffers. This allows oggmux's
4333           max_page_delay parameter to actually work.
4334
4335 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4338         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
4339         (gst_ffmpegcsp_avpicture_fill):
4340         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4341         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
4342           Make palettes work again (see #132341). Use our own macros
4343           for rounding up.
4344
4345 2005-11-10  Andy Wingo  <wingo@pobox.com>
4346
4347         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
4348         string doober.
4349
4350 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4351
4352         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4353         (gst_ffmpegcsp_transform_caps):
4354           Prefer passthrough in transform_caps
4355
4356 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4357
4358         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4359           check for ALSA errors properly, instead of relying on ALSA's
4360           error strings to serve to the user.
4361
4362 2005-11-10  Wim Taymans  <wim@fluendo.com>
4363
4364         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
4365         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
4366         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
4367         Modernise the seek code.
4368
4369 2005-11-10  Michael Smith <msmith@fluendo.com>
4370         
4371         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
4372         (setup_substreams), (set_active_source):
4373           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
4374           trying to go to NULL if we failed to read a file.
4375
4376 2005-11-10  Wim Taymans  <wim@fluendo.com>
4377
4378         * gst/audiotestsrc/gstaudiotestsrc.c:
4379         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
4380         (gst_audiotestsrc_create):
4381         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4382         (gst_sinesrc_get_times), (gst_sinesrc_create):
4383         * gst/videotestsrc/gstvideotestsrc.c:
4384         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
4385         (gst_videotestsrc_create):
4386         The base class can now sync for us.
4387
4388 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
4389
4390         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
4391           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
4392           name=source autoprobe=false autoprobe-fps=false copy-mode=1
4393           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
4394           format=(fourcc)I420" ! xvimagesink
4395
4396 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
4397
4398         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4399         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
4400         (gst_sinesrc_newsegment):
4401           Send newsegment event in TIME format, set duration if
4402           num-buffers is set, fix duration querying.
4403
4404 2005-11-10  Michael Smith <msmith@fluendo.com>
4405
4406         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4407         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
4408         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
4409         (gst_ogg_mux_collected):
4410          Fix EOS handling, partially. Now forwarding an EOS event once we have
4411          EOS on all pads works correctly. However, we still don't properly set
4412          EOS on the actual ogg stream pages.
4413
4414 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
4415
4416         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
4417           Set elements to NULL state before disposing of them.
4418
4419 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
4420
4421         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4422
4423         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4424         (gst_base_rtp_depayload_init),
4425         (gst_base_rtp_depayload_set_gst_timestamp):
4426         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4427           We need to send a newsegment event for each instance, not
4428           just for the first instance of this class (get rid of
4429           static variable in function). (#321011).
4430           
4431 2005-11-08  Michael Smith <msmith@fluendo.com>
4432
4433         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
4434         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
4435         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
4436         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
4437           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
4438           This makes us mux things correctly according to the ogg muxing
4439           rules. Still not handling EOS correctly right now, though.
4440
4441 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         * gst/audioconvert/gstaudioconvert.c:
4444           Fix typo in docs. 
4445
4446 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
4447
4448         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4449         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
4450           Initialise segment_stop to GST_CLOCK_TIME_NONE when
4451           creating a new chain; should fix live streaming. Also
4452           add more debug output and fix a typo.
4453
4454 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
4455
4456         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4457
4458         * gst/volume/gstvolume.c: (volume_set_caps):
4459           Fix compilation on Solaris with Forte. (#320923)
4460
4461 2005-11-08  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst-libs/gst/audio/gstbaseaudiosink.c:
4464         (gst_base_audio_sink_render):
4465         No need to do a typecheck.
4466
4467 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
4468
4469         * ext/alsa/gstalsa.h:
4470           We register a debug category, so let's use it.
4471
4472 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4473
4474         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4475         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
4476         Fixed a small problem.
4477
4478 2005-11-04  Wim Taymans  <wim@fluendo.com>
4479
4480         * examples/seeking/Makefile.am:
4481         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
4482         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
4483         (make_playerbin_pipeline), (format_value), (update_scale),
4484         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
4485         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
4486         (print_usage), (main):
4487         Added app for playback speed testing.
4488
4489         * examples/seeking/seek.c: (dynamic_link),
4490         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
4491         (make_mpeg_pipeline), (do_seek), (set_update_scale),
4492         (message_received), (main):
4493         Updated seek example.
4494
4495 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
4496
4497         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4498         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4499         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
4500         (gst_base_rtp_depayload_set_clock):
4501         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4502         Don't sleep on the bench (system clock) when you have a nice 
4503         comfortable bed (Gstreamer clock) to sleep on.
4504
4505 2005-11-03  Wim Taymans  <wim@fluendo.com>
4506
4507         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4508         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
4509         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
4510         Handle the case where a pad_block failed.
4511
4512 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
4513
4514         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
4515
4516         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4517         (gst_base_rtp_depayload_add_to_queue),
4518         (gst_base_rtp_depayload_push),
4519         (gst_base_rtp_depayload_set_gst_timestamp),
4520         (gst_base_rtp_depayload_queue_release):
4521           Fixes some bugs in the depayloader's queuing/de-queueing code.
4522
4523 2005-10-31  Michael Smith <msmith@fluendo.com>
4524
4525         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
4526         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
4527         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
4528           Patch from Alessandro Decina <alessandro@nnva.org>.
4529           Make oggdemux only find the final time in a chain, not per-pad,
4530           since the per-pad information can be very expensive to locate, and
4531           it isn't used anywhere. This makes reading a file containing
4532           OggSkeleton reasonably fast.
4533           Also, make chain finding work when there are logical bitstreams that
4534           can't be decoded. Fixes #319110.
4535
4536 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4537
4538         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4539         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
4540         (gst_base_rtp_depayload_chain),
4541         (gst_base_rtp_depayload_add_to_queue),
4542         (gst_base_rtp_depayload_push),
4543         (gst_base_rtp_depayload_set_gst_timestamp),
4544         (gst_base_rtp_depayload_queue_release),
4545         (gst_base_rtp_depayload_start_thread),
4546         (gst_base_rtp_depayload_set_property),
4547         (gst_base_rtp_depayload_get_property):
4548         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4549         Some random fixes, to fullfill the desires of thomas.
4550
4551 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4552
4553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4554         (gst_base_rtp_depayload_add_to_queue),
4555         (gst_base_rtp_depayload_push):
4556         Fixed the queueing algorithm.
4557
4558 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
4559
4560         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4561         (gst_base_rtp_depayload_push):
4562         A small fix
4563
4564 2005-10-31  Wim Taymans  <wim@fluendo.com>
4565
4566         * gst-libs/gst/audio/gstringbuffer.h:
4567         Don't break ABI.
4568
4569         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4570         (gst_ffmpeg_caps_to_pixfmt):
4571         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4572         (gst_ffmpegcsp_set_caps):
4573         Some more comments.
4574         Handle missing required caps fields better.
4575
4576 2005-10-31  Wim Taymans  <wim@fluendo.com>
4577
4578         * gst-libs/gst/audio/gstbaseaudiosink.c:
4579         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
4580         (gst_base_audio_sink_render):
4581         * gst-libs/gst/audio/gstringbuffer.c:
4582         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4583         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
4584         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
4585         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
4586         (gst_ring_buffer_read):
4587         * gst-libs/gst/audio/gstringbuffer.h:
4588         Add flushing mode to the ringbuffer so that it in all cases does
4589         not try to handle more audio. This makes sure it does not try to
4590         block anymore when flushing and fixes a livelock.
4591
4592 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
4593
4594         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
4595         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
4596         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
4597           Explicitly check for -1 values before doing a conversion
4598           and always map them to -1. (#315545)
4599
4600 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
4601
4602         * gst/playback/gstplaybin.c: (gen_video_element):
4603           first try autovideosink, then xvimagesink, then error out
4604         * po/POTFILES.in:
4605           add translatable file
4606         * po/af.po:
4607         * po/az.po:
4608         * po/cs.po:
4609         * po/en_GB.po:
4610         * po/hu.po:
4611         * po/it.po:
4612         * po/nb.po:
4613         * po/nl.po:
4614         * po/or.po:
4615         * po/sq.po:
4616         * po/sr.po:
4617         * po/sv.po:
4618         * po/uk.po:
4619         * po/vi.po:
4620           update translations
4621
4622 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
4623
4624         * gst-libs/gst/rtp/gstbasedepayload.c:
4625         * gst-libs/gst/rtp/gstbasedepayload.h:
4626           Minor cleanups
4627
4628 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
4629
4630         * gst/playback/.cvsignore:
4631         * gst/playback/decodetest.c:
4632         * gst/playback/test3.c:
4633           Port these two tests as well.
4634
4635 2005-10-27  Wim Taymans  <wim@fluendo.com>
4636
4637         * ext/theora/theoradec.c: (theora_dec_src_query),
4638         (theora_dec_sink_event):
4639         * ext/theora/theoraenc.c: (theora_enc_sink_event),
4640         (theora_enc_change_state):
4641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4642         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
4643         Take proper locks when handling events.
4644
4645 2005-10-27  Wim Taymans  <wim@fluendo.com>
4646
4647         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
4648         (gst_adder_change_state):
4649         Fix timestamps and fix deadlock when stopping the collectpads.
4650
4651 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
4652
4653         * gst-libs/gst/rtp/gstrtpbuffer.h:
4654         Declaring the payload types as strings too so that they can be used
4655         in the padtemplate inialization.
4656
4657 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
4658
4659         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
4660
4661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4662         (gst_base_rtp_depayload_class_init):
4663         Fixes a small but nasty bug. The derived elements no longer segfaults
4664         on finalization.
4665
4666 2005-10-26  Michael Smith <msmith@fluendo.com>
4667
4668         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
4669           When clearing an audioconvert context, set tmpbufsize to zero, so
4670           we'll allocate it again later if required.
4671           This fixes audioconvert re-negotiating formats, which previously
4672           segfaulted with a NULL destination buffer.
4673
4674 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
4675
4676         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4677         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
4678         (gst_base_rtp_depayload_set_gst_timestamp),
4679         (gst_base_rtp_depayload_queue_release):
4680         Fixed a smalll memleak.
4681
4682 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
4683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4684         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
4685         (gst_base_rtp_depayload_finalize),
4686         (gst_base_rtp_depayload_setcaps),
4687         (gst_base_rtp_depayload_add_to_queue),
4688         (gst_base_rtp_depayload_push),
4689         (gst_base_rtp_depayload_set_gst_timestamp),
4690         (gst_base_rtp_depayload_queue_release),
4691         (gst_base_rtp_depayload_thread),
4692         (gst_base_rtp_depayload_change_state):
4693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4694         Changed the C++ comments to C comments
4695
4696 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
4697
4698         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
4699         * gst/tcp/gsttcpclientsrc.h:
4700         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
4701         * gst/tcp/gsttcpserversrc.h:
4702           Remove unused 'curoffset' structure member.
4703
4704 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
4705
4706         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4707         (gst_base_rtp_depayload_base_init),
4708         (gst_base_rtp_depayload_finalize):
4709         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4710         * gst-libs/gst/rtp/gstbasertppayload.h:
4711           The pad-template on the sinkpad should be set by the derived classes.
4712           Also added some useful macros.
4713
4714 2005-10-24  Wim Taymans  <wim@fluendo.com>
4715
4716         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
4717         Correctly flush decoder samples even if we could not
4718         copy them to an output buffer. Fixes #319618.
4719
4720 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4721
4722         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
4723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
4724         the caps against our xcontext caps.
4725
4726 2005-10-24  Wim Taymans  <wim@fluendo.com>
4727
4728         * gst-libs/gst/audio/gstbaseaudiosink.c:
4729         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4730         Remove g_print
4731         Use sync property from baseclass to disable sync.
4732
4733 2005-10-24  Wim Taymans  <wim@fluendo.com>
4734
4735         * gst-libs/gst/audio/gstbaseaudiosink.c:
4736         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
4737         Buffers with no timestamps get aligned with previous buffers or
4738         on underrun, played ASAP.
4739
4740 2005-10-24  Julien MOUTTE  <julien@moutte.net>
4741
4742         * gst-libs/gst/video/video.h:
4743         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4744         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
4745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
4746         here comes my change on caps for framerate and geometry range.
4747         We are now accepting 1 to MAXINT for width and height, and from
4748         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
4749         to be blended correctly in videomixer.
4750
4751 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4752
4753         * configure.ac:
4754           back to HEAD
4755
4756 === release 0.9.4 ===
4757
4758 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4759
4760         * NEWS:
4761         * RELEASE:
4762         * configure.ac:
4763           releasing 0.9.4, "Velociraptor"
4764
4765 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4766
4767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
4768         * po/POTFILES.in:
4769           STOPPED -> FAILED
4770
4771 2005-10-21  Wim Taymans  <wim@fluendo.com>
4772
4773         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4774         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
4775         (pad_blocked), (close_pad_link), (new_pad):
4776         Don't try to remove elements twice.
4777
4778 2005-10-21  Wim Taymans  <wim@fluendo.com>
4779
4780         * ext/theora/theoradec.c: (theora_dec_src_query),
4781         (theora_dec_sink_event):
4782         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4783         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4784         (vorbis_handle_data_packet):
4785         * ext/vorbis/vorbisdec.h:
4786         Fix old naming.
4787
4788         * gst-libs/gst/audio/gstbaseaudiosink.c:
4789         (gst_base_audio_sink_render):
4790         Don't try to sync on buffers without a timestamp.
4791
4792 2005-10-21  Wim Taymans  <wim@fluendo.com>
4793
4794         * ext/theora/theoradec.c: (theora_dec_src_query),
4795         (theora_dec_sink_event):
4796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4797         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
4798         (vorbis_handle_data_packet):
4799         * ext/vorbis/vorbisdec.h:
4800         Fix old naming.
4801
4802 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4803
4804         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
4805         (gst_vorbisenc_src_query):
4806           Implement position and duration queries.
4807
4808         * gst/playback/test3.c: (update_scale), (main):
4809           Fix for async state changes and print nicer output.
4810
4811 2005-10-20  Wim Taymans  <wim@fluendo.com>
4812
4813         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4814         (dump_element_stats), (main):
4815         * gst/playback/test6.c: (main):
4816         Fix tests again
4817
4818 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4819
4820         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4821         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4822           Don't use functions for position queries when handling
4823           duration queries.
4824
4825 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
4826
4827         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4828         (vorbis_handle_data_packet), (vorbis_dec_chain),
4829         (vorbis_dec_change_state):
4830         * ext/vorbis/vorbisdec.h:
4831           Vorbis streams can be embedded in other container formats
4832           than ogg, container formats where the demuxer might set 
4833           timestamps on encoded vorbis buffers instead of those silly 
4834           granulepos thingies. In short: make vorbisdec handle 
4835           timestamps on incoming buffers as well.
4836
4837 2005-10-20  Wim Taymans  <wim@fluendo.com>
4838
4839         * gst/playback/gstplaybasebin.c: (group_destroy),
4840         (gst_play_base_bin_change_state):
4841         Fix leak.
4842         Handle case where playbasebin is now ASYNC because
4843         decodebin is.
4844
4845 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4846
4847         * gst/audioconvert/Makefile.am:
4848         * gst/audioconvert/bufferframesconvert.c:
4849         * gst/audioconvert/plugin.c: (plugin_init):
4850         * gst/audioconvert/plugin.h:
4851           And bye bye buffer-frames-convert
4852
4853 2005-10-19  Wim Taymans  <wim@fluendo.com>
4854
4855         * check/elements/audioconvert.c:
4856         * docs/libs/tmpl/gstaudio.sgml:
4857         * docs/libs/tmpl/gstcolorbalance.sgml:
4858         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4859         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
4860         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
4861         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
4862         * gst-libs/gst/audio/audio.h:
4863         * gst/audioconvert/audioconvert.h:
4864         * gst/audioconvert/gstaudioconvert.c:
4865         (gst_audio_convert_parse_caps):
4866         * gst/volume/gstvolume.c:
4867         Bye bye buffer-frames.
4868
4869 2005-10-19  Wim Taymans  <wim@fluendo.com>
4870
4871         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
4872         (query_positions_elems), (query_positions_pads), (update_scale),
4873         (do_seek), (set_update_scale), (message_received), (main):
4874         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
4875         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
4876         (gst_ogg_demux_loop):
4877         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
4878         * ext/theora/theoradec.c: (theora_dec_src_query),
4879         (theora_dec_sink_event):
4880         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
4881         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
4882         * gst/adder/gstadder.c: (gst_adder_query):
4883         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
4884         * gst/playback/test3.c: (update_scale):
4885         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4886         (dump_element_stats), (main):
4887         * gst/playback/test6.c: (main):
4888         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
4889         Query API update.
4890
4891 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
4892
4893         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4894         (xml_check_first_element), (xml_type_find), (smil_type_find),
4895         (plugin_init):
4896           Add typefinding for SMIL and for generic XML. Based on patch by
4897           Akos Maroy (#308663).
4898
4899 2005-10-18  Wim Taymans  <wim@fluendo.com>
4900
4901         * gst/playback/Makefile.am:
4902         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4903         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
4904         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
4905         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
4906         (gst_decode_bin_change_state):
4907         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4908         (gst_play_bin_send_event_to_sink):
4909         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
4910         (dump_element_stats), (main):
4911         * gst/playback/test6.c: (main):
4912         Make playbin async, it'll commit state to paused when all streams
4913         are detected.
4914         Remove ugly hack.
4915         Added test6.c to show async behaviour.
4916
4917 2005-10-18  Wim Taymans  <wim@fluendo.com>
4918
4919         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
4920         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
4921         Fix for segment-start/stop API change.
4922
4923 2005-10-18  Wim Taymans  <wim@fluendo.com>
4924
4925         * check/Makefile.am:
4926         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
4927         (main):
4928         Add future test for clock selection.
4929
4930 2005-10-18  Wim Taymans  <wim@fluendo.com>
4931
4932         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
4933         (gst_alsasink_close):
4934         Set handle to NULL.
4935
4936         * gst-libs/gst/audio/gstringbuffer.c:
4937         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
4938         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
4939         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4940         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
4941         (gst_ring_buffer_read):
4942         More debug info.
4943
4944 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
4945
4946         * gst/audiotestsrc/Makefile.am:
4947         * gst/sine/Makefile.am:
4948         * gst/volume/Makefile.am:
4949           fix broken build of controllerized plugins
4950
4951 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
4952
4953         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
4954
4955         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4956         (gst_riff_create_video_template_caps):
4957           Add support for Indeo-3 (IV32).
4958
4959 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4960
4961         * configure.ac:
4962           rewrite
4963
4964 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4965
4966         * gst-libs/gst/video/video.c: (gst_video_get_size):
4967         * gst/audiotestsrc/gstaudiotestsrc.c:
4968           doc updates
4969
4970 2005-10-17  Andy Wingo  <wingo@pobox.com>
4971
4972         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
4973         with the collectpads change.
4974         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
4975
4976         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
4977
4978         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
4979
4980         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
4981         alloc_buffer flow return to callers.
4982         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
4983         change. Fix some memleaks in theoraenc.
4984
4985         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
4986         in strange circumstance.
4987
4988 2005-10-17  Julien MOUTTE  <julien@moutte.net>
4989
4990         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4991         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
4992         from caps, let's use the caps...
4993
4994 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * configure.ac:
4997           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
4998
4999 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5000
5001         * gst-libs/gst/interfaces/Makefile.am:
5002           fix silly typo
5003
5004 2005-10-16  Andy Wingo  <wingo@pobox.com>
5005
5006         * gst/playback/gstdecodebin.c
5007         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
5008         function!
5009         (try_to_link_1): Increase kraziness level.
5010
5011 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5012
5013         * configure.ac:
5014           restructure like the core one
5015         * gst-libs/gst/audio/Makefile.am:
5016         * gst-libs/gst/interfaces/Makefile.am:
5017         * gst-libs/gst/net/Makefile.am:
5018         * gst-libs/gst/riff/Makefile.am:
5019         * gst-libs/gst/rtp/Makefile.am:
5020         * gst-libs/gst/tag/Makefile.am:
5021         * gst-libs/gst/video/Makefile.am:
5022           use correct linker flags, now the libs are properly versioned
5023         * check/elements/audioconvert.c: (verify_convert):
5024         * ext/alsa/gstalsaplugin.c:
5025         * ext/cdparanoia/gstcdparanoia.c:
5026         * ext/gnomevfs/gstgnomevfs.c:
5027         * ext/libvisual/visual.c:
5028         * ext/ogg/gstogg.c:
5029         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
5030         * ext/theora/theora.c:
5031         * ext/vorbis/vorbis.c:
5032         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
5033         * gst-libs/gst/tag/gsttagediting.c:
5034         * gst-libs/gst/video/video.c:
5035         * gst/adder/gstadder.c:
5036         * gst/audioconvert/plugin.c:
5037         * gst/audiorate/gstaudiorate.c:
5038         * gst/audioresample/gstaudioresample.c:
5039         * gst/audioresample/resample_ref.c: (resample_scale_ref):
5040         * gst/audioscale/gstaudioscale.c:
5041         * gst/audioscale/resample.c:
5042         * gst/audiotestsrc/gstaudiotestsrc.c:
5043         * gst/ffmpegcolorspace/gstffmpeg.c:
5044         * gst/playback/gstdecodebin.c: (close_pad_link):
5045         * gst/playback/gstplaybin.c: (gen_video_element),
5046         (gen_audio_element):
5047         * gst/sine/gstsinesrc.c:
5048         * gst/subparse/gstsubparse.c:
5049         * gst/tags/gsttagediting.c:
5050         * gst/tcp/gsttcpplugin.c:
5051         * gst/typefind/gsttypefindfunctions.c:
5052         * gst/videorate/gstvideorate.c:
5053         * gst/videoscale/gstvideoscale.c:
5054         * gst/videotestsrc/gstvideotestsrc.c:
5055         * gst/volume/gstvolume.c:
5056         * sys/v4l/gstv4l.c:
5057         * sys/ximage/ximage.c:
5058         * sys/xvimage/xvimagesink.c:
5059           fix up defines
5060
5061 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
5062
5063         * ext/vorbis/vorbisenc.c:
5064         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5065         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
5066         (gst_tag_to_vorbis_comments):
5067           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
5068
5069 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
5070
5071         * examples/stats/mp2ogg.c:
5072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5073           typo fixes
5074
5075 2005-10-13  Michael Smith <msmith@fluendo.com>
5076
5077         * ext/ogg/gstoggmux.c:
5078           Use magic glib macros to define constants as 64 bit, to ensure
5079           appropriate vararg passing.
5080
5081 2005-10-13  Michael Smith <msmith@fluendo.com>
5082
5083         * ext/ogg/gstoggmux.c:
5084         * gst/audioconvert/audioconvert.c: (float):
5085           Don't use LL suffix, as it's not portable, and neither of these
5086           uses required it anyway.
5087
5088 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
5089
5090         * examples/indexing/indexmpeg.c: (main):
5091         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
5092         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
5093         (cdparanoia_convert), (cdparanoia_query):
5094         * ext/cdparanoia/gstcdparanoia.h:
5095         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
5096         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
5097         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
5098         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
5099         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
5100         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
5101         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
5102         (gst_multifdsink_render), (gst_multifdsink_start),
5103         (gst_multifdsink_stop):
5104         * gst/tcp/gstmultifdsink.h:
5105         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
5106         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
5107         (gst_tcpclientsink_stop):
5108         * gst/tcp/gsttcpclientsink.h:
5109         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
5110         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
5111         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
5112         * gst/tcp/gsttcpclientsrc.h:
5113         * gst/tcp/gsttcpserversink.h:
5114         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
5115         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
5116         (gst_tcpserversrc_stop):
5117         * gst/tcp/gsttcpserversrc.h:
5118         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
5119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
5120         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
5121           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
5122           moved bitshift from macro to enum definition
5123
5124 2005-10-12  Wim Taymans  <wim@fluendo.com>
5125
5126         * examples/seeking/Makefile.am:
5127         Oops.
5128
5129 2005-10-12  Wim Taymans  <wim@fluendo.com>
5130
5131         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5132         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5133         Don't assert on normal stuff.
5134
5135         * gst/playback/gstplaybin.c: (do_playbin_seek):
5136         API fix.
5137
5138 2005-10-12  Wim Taymans  <wim@fluendo.com>
5139
5140         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5141         * examples/seeking/Makefile.am:
5142         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
5143         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5144         (do_seek), (set_update_scale), (message_received), (main):
5145         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5146         (gst_ring_buffer_read), (gst_ring_buffer_clear):
5147         Update for _get_state() API change.
5148
5149 2005-10-11  Wim Taymans  <wim@fluendo.com>
5150
5151         * gst-libs/gst/audio/gstbaseaudiosink.c:
5152         (gst_base_audio_sink_render):
5153         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5154         (gst_base_audio_src_create):
5155         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
5156         (gst_ring_buffer_read):
5157         Cleanups.
5158         Commit and read from ringbuffer in samples rather than bytes.
5159
5160 2005-10-11  Wim Taymans  <wim@fluendo.com>
5161
5162         * gst-libs/gst/audio/gstbaseaudiosink.c:
5163         (gst_base_audio_sink_render):
5164         Respect segment rate and accum when scheduling samples.
5165
5166 2005-10-11  Julien MOUTTE  <julien@moutte.net>
5167
5168         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
5169         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
5170         EOS correctly, that needs more work.
5171
5172 2005-10-11  Wim Taymans  <wim@fluendo.com>
5173
5174         * check/generic/states.c: (GST_START_TEST):
5175         remove old property.
5176
5177         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
5178         (gst_ogg_demux_perform_seek):
5179         * ext/theora/theoradec.c: (theora_dec_sink_event):
5180         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
5181         (vorbis_handle_data_packet):
5182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5183         (gst_base_rtp_depayload_set_gst_timestamp):
5184         * gst/videorate/gstvideorate.c: (gst_videorate_event):
5185         Update for newsegment API change.
5186
5187 2005-10-11  Michael Smith <msmith@fluendo.com>
5188
5189         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
5190         (do_playbin_seek), (gst_play_bin_send_event):
5191           Override send_event differently, so that we can takes bits of
5192           functionality from GstPipeline (special handling for seeks,
5193           including pausing/resuming, and resetting stream time) and still get
5194           the appropriate behaviour of only forwarding event to a single sink,
5195           rather than all of them.
5196           Unfortunately requires a lot of code duplication, but the
5197           alternatives are equally ugly in the end.
5198
5199 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5200
5201         * check/elements/audioconvert.c: (setup_audioconvert),
5202         (cleanup_audioconvert), (get_int_caps), (verify_convert),
5203         (GST_START_TEST), (audioconvert_suite):
5204           clean up tests a little, fix some leaks.
5205
5206 2005-10-10  Wim Taymans  <wim@fluendo.com>
5207
5208         * ext/alsa/gstalsasink.c:
5209         Also allow unsigned int.
5210
5211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5212         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5213         Small cleanup
5214
5215 2005-10-10  Wim Taymans  <wim@fluendo.com>
5216
5217         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5218         Small update, use API as stated in design docs.
5219
5220         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
5221         (update_scale), (do_seek), (seek_cb), (set_update_scale),
5222         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
5223         (message_received), (main):
5224         Updated seek example for GOption. Some usability improvements.
5225
5226 2005-10-10  Wim Taymans  <wim@fluendo.com>
5227
5228         * gst/audioconvert/audioconvert.h:
5229         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
5230         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
5231         Alloc temp storage somewhere else where we can do it more
5232         portable.
5233
5234 2005-10-10  Wim Taymans  <wim@fluendo.com>
5235
5236         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
5237         (gst_tcpserversrc_start):
5238         Don't block in accept while doing the state change, move
5239         to poll and make cancellable.
5240
5241 2005-10-09  Philippe Khalaf <burger@speedy.org>
5242
5243         * gst-libs/gst/rtp/rtpbasedepayload.c:
5244         Set timestamp and add queue delay to timestamp
5245         * gst-libs/gst/rtp/rtpbuffer.h:
5246         Set correct payload type for h263
5247
5248 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5249
5250         * gst/audiotestsrc/gstaudiotestsrc.c:
5251         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
5252         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
5253         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
5254         (gst_audiotestsrc_create_triangle),
5255         (gst_audiotestsrc_create_silence),
5256         (gst_audiotestsrc_create_white_noise),
5257         (gst_audiotestsrc_init_pink_noise),
5258         (gst_audiotestsrc_generate_pink_noise_value),
5259         (gst_audiotestsrc_create_pink_noise),
5260         (gst_audiotestsrc_change_wave):
5261         * gst/audiotestsrc/gstaudiotestsrc.h:
5262           fixed typo, added pink noise
5263
5264 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5265
5266         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
5267         (plugin_init):
5268           Add wavpack and spc typefind functions from 0.8 branch.
5269
5270 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5271
5272         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
5273         (ar_type_find), (msdos_type_find), (plugin_init):
5274           Add typefind functions for tar archives, ar archives,
5275           RAR archives, and msdos-executables (dlls, exe, etc.).
5276           Some of those would be wrongly identified as mpeg
5277           streams of some sort before (#315550).
5278
5279 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
5280
5281         * configure.ac:
5282         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5283         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5284         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
5285         * gst/audiotestsrc/Makefile.am:
5286         * gst/audiotestsrc/gstaudiotestsrc.c:
5287         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
5288         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
5289         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
5290         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
5291         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
5292         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
5293         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
5294         (gst_audiotestsrc_create_silence),
5295         (gst_audiotestsrc_create_white_noise),
5296         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
5297         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
5298         (gst_audiotestsrc_start), (plugin_init):
5299         * gst/audiotestsrc/gstaudiotestsrc.h:
5300           add new plugin and element
5301         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
5302           use gobject_class
5303
5304 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
5305
5306         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
5307         (gst_adder_init), (gst_adder_request_new_pad),
5308         (gst_adder_change_state):
5309           Add query function to source pad, so adder reports the correct
5310           time/sample position when queried (#315457); fix state change
5311           function; use GST_DEBUG_FUNCPTR() for pad functions.
5312
5313 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
5314
5315         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
5316           Fix leaks in typefind registration
5317           Clean up the gratuitous commenting and whitespacing a little
5318
5319 2005-10-08  Wim Taymans  <wim@fluendo.com>
5320
5321         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
5322         Only actually wait for the thread to be stopped if it's 
5323         running.
5324
5325 2005-10-08  Wim Taymans  <wim@fluendo.com>
5326
5327         * gst-libs/gst/audio/gstbaseaudiosink.c:
5328         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
5329         If we receive EOS we can start playback of what we had.
5330
5331 2005-10-08  Wim Taymans  <wim@fluendo.com>
5332
5333         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
5334         (gst_multifdsink_finalize), (multifdsink_hash_remove),
5335         (gst_multifdsink_stop):
5336         Fix crasher when going to NULL multiple times.
5337
5338 2005-10-06  Wim Taymans  <wim@fluendo.com>
5339
5340         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
5341         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5342         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5343         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
5344         patch from Edgard Lima <edgard.lima@indt.org.br>
5345         Fixed gstbaseaudiosrc adding ring buffer sync to it.
5346
5347 2005-10-06  Wim Taymans  <wim@fluendo.com>
5348
5349         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
5350         Report the FLOW_RETURN as string in the error message.
5351
5352         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
5353         Don't assert when clearing an unnegotiated buffer.
5354
5355 2005-10-04  Michael Smith <msmith@fluendo.com>
5356
5357         * gst/playback/gstplaybasebin.c: (group_destroy),
5358         (gen_preroll_element), (remove_groups), (setup_source):
5359         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
5360         (setup_sinks), (gst_play_bin_send_event),
5361         (gst_play_bin_change_state):
5362           Set state to NULL before removing from bin. Fix refcounting.
5363
5364 2005-10-04  Michael Smith <msmith@fluendo.com>
5365
5366         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
5367           Correct refcounting in send_event() function. Previously was wrong
5368           if the first sink was unable to handle the event.
5369
5370 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5371
5372         * configure.ac:
5373           back to development
5374
5375 === release 0.9.3 ===
5376
5377 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5378
5379         * configure.ac:
5380           Releasing 0.9.3, "De Facto"
5381
5382 2005-10-03  Andy Wingo  <wingo@pobox.com>
5383
5384         * gst/playback/gstdecodebin.c (try_to_link_1)
5385         (remove_element_chain): set element to NULL before removing it.
5386
5387 2005-10-02  Johan Dahlin  <johan@gnome.org>
5388
5389         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
5390         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
5391         MT safe.
5392
5393 2005-10-02  Andy Wingo  <wingo@pobox.com>
5394
5395         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
5396         (gst_ring_buffer_prepare_read): 
5397         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
5398         Demote to LOG.
5399
5400 2005-09-29  Wim Taymans  <wim@fluendo.com>
5401
5402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
5403         * ext/theora/theoradec.c: (theora_handle_data_packet):
5404         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
5405         Propagate error codes from alloc_buffer too.
5406
5407 2005-09-29  Wim Taymans  <wim@fluendo.com>
5408
5409         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
5410         We use fixed caps.
5411
5412         * gst/playback/Makefile.am:
5413         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
5414         (dump_element_stats), (main):
5415         Added example stream introspection code.
5416
5417 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
5418
5419         * gst/adder/gstadder.c: (gst_adder_collected):
5420           fix adder for float elements
5421
5422 2005-09-28  Wim Taymans  <wim@fluendo.com>
5423
5424         * gst-libs/gst/audio/gstbaseaudiosink.c:
5425         (gst_base_audio_sink_class_init),
5426         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
5427         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5428         (gst_base_audio_src_class_init),
5429         (gst_base_audio_src_provide_clock):
5430         get_clock -> provide_clock
5431
5432 2005-09-28  Andy Wingo  <wingo@pobox.com>
5433
5434         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
5435         and unlocking.
5436
5437         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
5438         unlocking.
5439
5440         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
5441         Actually add the pad template.
5442         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
5443
5444         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
5445         I'm at it...
5446
5447         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
5448         from fdsrc. Get caps in create() instead of start() so it can be
5449         interrupted. Interruption somewhat untested.
5450
5451         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
5452         Proper EOS handling.
5453
5454 2005-09-27  Andy Wingo  <wingo@pobox.com>
5455
5456         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
5457
5458         * gst/tcp/gsttcpserversrc.c: Cleaned up.
5459
5460         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
5461
5462         * gst/tcp/gsttcp.h: 
5463         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
5464         out of tcpclientsrc.c. Cancellable.
5465         (gst_tcp_socket_read): Made private, cancellable, with better
5466         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
5467         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
5468         whole buffer, and better diagnostics.
5469         (gst_tcp_gdp_read_caps): Same.
5470
5471         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
5472
5473 2005-09-26  Andy Wingo  <wingo@pobox.com>
5474
5475         * gst/sine/gstsinesrc.h:
5476         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
5477         change the 'sync' property to 'is-live' and implement it halfway,
5478         update for controller api change.
5479
5480         * gst/volume/gstvolume.c (volume_transform_ip): Update for
5481         controller api change.
5482
5483 2005-09-24  Wim Taymans  <wim@fluendo.com>
5484
5485         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
5486         * gst-libs/gst/audio/gstaudiosink.c:
5487         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
5488         (gst_audioringbuffer_stop):
5489         * gst-libs/gst/audio/gstbaseaudiosink.c:
5490         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
5491         (gst_base_audio_sink_change_state):
5492         * gst-libs/gst/audio/gstbaseaudiosink.h:
5493         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
5494         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
5495         (gst_ring_buffer_commit), (gst_ring_buffer_read):
5496         * gst-libs/gst/audio/gstringbuffer.h:
5497         Fix sync again. Moved sample alignment to basesink.
5498
5499 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5500
5501         * docs/plugins/Makefile.am:
5502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5504         * gst/volume/gstvolume.c:
5505           add/fix docs
5506         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
5507         * gst-libs/gst/audio/audio.h:
5508           add conversion macros for frames <-> clocktime
5509
5510 2005-09-23  David Schleef  <ds@schleef.org>
5511
5512         * gst/audioresample/Makefile.am:
5513         * gst/audioresample/debug.h:
5514         * gst/audioresample/gstaudioresample.c:
5515         * gst/audioresample/resample.c: Convert to using gst debugging
5516
5517 2005-09-22  Wim Taymans  <wim@fluendo.com>
5518
5519         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5520         (gst_play_bin_send_event):
5521         Only seek on one sink, the first one that succeeds.
5522
5523 2005-09-22  Michael Smith <msmith@fluendo.com>
5524
5525         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
5526         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
5527         Don't flush encoder state unless we have an initialised encoder.
5528         Clear out encoder state on PAUSED_TO_READY.
5529
5530 2005-09-22  Wim Taymans  <wim@fluendo.com>
5531
5532         * gst-libs/gst/rtp/gstbasertppayload.c:
5533         (gst_basertppayload_class_init), (gst_basertppayload_init),
5534         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5535         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5536         (gst_basertppayload_is_filled), (gst_basertppayload_push),
5537         (gst_basertppayload_set_property),
5538         (gst_basertppayload_get_property),
5539         (gst_basertppayload_change_state):
5540         * gst-libs/gst/rtp/gstbasertppayload.h:
5541         Added max-ptime to control amount of data in the rtp packets.
5542
5543 2005-09-21  Andy Wingo  <wingo@pobox.com>
5544
5545         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
5546         thingies.
5547
5548         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
5549         can be called multiple times, dogs.
5550
5551 2005-09-21  Wim Taymans  <wim@fluendo.com>
5552
5553         * gst-libs/gst/rtp/gstbasertppayload.c:
5554         (gst_basertppayload_class_init), (gst_basertppayload_init),
5555         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5556         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5557         (gst_basertppayload_push), (gst_basertppayload_get_property),
5558         (gst_basertppayload_change_state):
5559         Allow 0 ssrc too.
5560
5561 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * docs/libs/compiling.sgml:
5564           fixing typos
5565
5566 2005-09-20  Wim Taymans  <wim@fluendo.com>
5567
5568         * gst-libs/gst/rtp/gstbasertppayload.c:
5569         (gst_basertppayload_class_init), (gst_basertppayload_init),
5570         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5571         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5572         (gst_basertppayload_push), (gst_basertppayload_set_property),
5573         (gst_basertppayload_get_property),
5574         (gst_basertppayload_change_state):
5575         * gst-libs/gst/rtp/gstbasertppayload.h:
5576         Added property to configure sequence number offsets.
5577
5578 2005-09-20  Wim Taymans  <wim@fluendo.com>
5579
5580         * gst-libs/gst/rtp/gstbasertppayload.c:
5581         (gst_basertppayload_class_init), (gst_basertppayload_init),
5582         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5583         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5584         (gst_basertppayload_push), (gst_basertppayload_set_property),
5585         (gst_basertppayload_get_property),
5586         (gst_basertppayload_change_state):
5587         * gst-libs/gst/rtp/gstbasertppayload.h:
5588         Make timestamp offset configurable.
5589
5590 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5591
5592         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5593           fix wrong pop/unref
5594
5595 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
5596
5597         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
5598
5599         * gst-libs/gst/interfaces/propertyprobe.c:
5600         (gst_property_probe_probe_property_name),
5601         (gst_property_probe_needs_probe_name),
5602         (gst_property_probe_get_values_name),
5603         (gst_property_probe_probe_and_get_values_name):
5604           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
5605           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
5606
5607 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5608
5609         * check/Makefile.am:
5610           have some tests be disabled for valgrinding
5611         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
5612         (GST_START_TEST):
5613         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
5614           Fix A Leak.  Chain To Parent Finalize.
5615
5616 2005-09-19  Wim Taymans  <wim@fluendo.com>
5617
5618         * examples/seeking/seek.c: (make_wav_pipeline), (main):
5619         Fixed wav pipeline.
5620
5621 2005-09-19  Wim Taymans  <wim@fluendo.com>
5622
5623         * gst-libs/gst/rtp/gstbasertppayload.c:
5624         (gst_basertppayload_class_init), (gst_basertppayload_init),
5625         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
5626         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
5627         (gst_basertppayload_push), (gst_basertppayload_get_property),
5628         (gst_basertppayload_change_state):
5629         Posting ERROR and WARNING messages is good.
5630
5631 2005-09-19  Wim Taymans  <wim@fluendo.com>
5632
5633         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5634         (gst_base_rtp_depayload_add_to_queue),
5635         (gst_base_rtp_depayload_push),
5636         (gst_base_rtp_depayload_set_gst_timestamp),
5637         (gst_base_rtp_depayload_queue_release):
5638         This one was not supposed to go in.
5639
5640 2005-09-19  Wim Taymans  <wim@fluendo.com>
5641
5642         * check/pipelines/simple_launch_lines.c: (run_pipeline):
5643         Fix for bus API.
5644
5645         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5646         (gst_base_rtp_depayload_chain),
5647         (gst_base_rtp_depayload_add_to_queue),
5648         (gst_base_rtp_depayload_push),
5649         (gst_base_rtp_depayload_set_gst_timestamp),
5650         (gst_base_rtp_depayload_queue_release):
5651         Some cleanups.
5652
5653         * gst-libs/gst/rtp/gstbasertppayload.c:
5654         (gst_basertppayload_class_init), (gst_basertppayload_init),
5655         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
5656         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5657         (gst_basertppayload_get_property),
5658         (gst_basertppayload_change_state):
5659         Added debugging category.
5660
5661 2005-09-18  David Schleef  <ds@schleef.org>
5662
5663         * gst/playback/gstdecodebin.c: free plugin list correctly
5664         * gst/playback/gstplaybin.c: emit warning if autovideosink
5665           and autoaudiosink can't be found (instead of segfaulting)
5666
5667 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
5668
5669         * check/elements/audioconvert.c: (GST_START_TEST):
5670           try out 24 bit conversion
5671
5672 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5673
5674         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
5675         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5676         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
5677         * ext/vorbis/vorbisenc.h:
5678           Fix EOS handling.  Still needs a fix in the ogg muxer to
5679           mark the last page as eos.
5680
5681 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5682
5683         * common/gtk-doc-plugins.mak:
5684         * docs/plugins/Makefile.am:
5685         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5686         * gst/ffmpegcolorspace/Makefile.am:
5687         * gst/ffmpegcolorspace/avcodec.h:
5688         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5689         * gst/tcp/gstmultifdsink.c:
5690           fix up ffmpegcolorspace docs; extract header
5691
5692 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5693
5694         * common/gtk-doc-plugins.mak:
5695         * docs/plugins/Makefile.am:
5696         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5697         * ext/theora/Makefile.am:
5698         * ext/theora/gsttheoraenc.h:
5699         * ext/theora/theoraenc.c:
5700         * ext/vorbis/vorbisenc.c:
5701           pick up signals and args for vorbis; add some docs for vorbis
5702
5703 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
5704
5705         * common/gstdoc-scangobj:
5706         * common/gtk-doc-plugins.mak:
5707         * docs/libs/Makefile.am:
5708         * docs/plugins/gst-plugins-base-plugins.args:
5709         * docs/plugins/gst-plugins-base-plugins.hierarchy:
5710         * docs/plugins/gst-plugins-base-plugins.interfaces:
5711         * docs/plugins/gst-plugins-base-plugins.prerequisites:
5712         * docs/plugins/gst-plugins-base-plugins.signals:
5713           only scanobj stuff from our source module.  Not sure yet
5714           if that's correct, given the hierarchy stuff :)
5715
5716 2005-09-15  Wim Taymans  <wim@fluendo.com>
5717
5718         * gst/audioconvert/gstaudioconvert.c:
5719         And enable 24 bits mode as well..
5720
5721 2005-09-15  Wim Taymans  <wim@fluendo.com>
5722
5723         * gst-libs/gst/rtp/Makefile.am:
5724         * gst-libs/gst/rtp/gstbasertppayload.c:
5725         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
5726         (gst_basertppayload_class_init), (gst_basertppayload_init),
5727         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
5728         (gst_basertppayload_chain), (gst_basertppayload_set_options),
5729         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
5730         (gst_basertppayload_set_property),
5731         (gst_basertppayload_get_property),
5732         (gst_basertppayload_change_state):
5733         * gst-libs/gst/rtp/gstbasertppayload.h:
5734         Added rtp payloader base class.
5735
5736 2005-09-15  Andy Wingo  <wingo@pobox.com>
5737
5738         * configure.ac (plugindir): Remove the EOL matcher from the
5739         regexp, as it causes me problems. Libtool? Make? Who knows?
5740
5741 2005-09-14  David Schleef  <ds@schleef.org>
5742
5743         * check/generic/states.c: 
5744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5745         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
5746           Fixes for changes in registry API.
5747
5748         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
5749           to GST_PLUGIN_LDFLAGS.
5750         * ext/libvisual/visual.c: Make the library shut up.
5751         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
5752         * gst-libs/gst/audio/gstaudiofilter.c: same
5753
5754 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5755
5756         * docs/plugins/Makefile.am:
5757         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5758         * docs/plugins/inspect/plugin-libvisual.xml:
5759         * docs/plugins/tmpl/element-tcpserversink.sgml:
5760         * ext/theora/theoraenc.c:
5761           add libvisual plugin and theoraenc element to docs
5762
5763 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
5764
5765         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5766         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5767         * ext/theora/theoraenc.c:
5768           add theoraenc
5769
5770 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
5771
5772         * gst/audioconvert/Makefile.am:
5773           Audioconvert derives from GstBaseTransform and should
5774           link to the library with our base elements to avoid
5775           unresolved symbols. Makes things work with MinGW (#316160)
5776
5777         * gst/playback/test4.c: (main):
5778           Fix MinGW build problem and use g_usleep() instead of 
5779           sleep() (#316162)
5780
5781 2005-09-12  Wim Taymans  <wim@fluendo.com>
5782
5783         * gst/audioconvert/audioconvert.c: (float),
5784         (audio_convert_prepare_context), (audio_convert_convert):
5785         * gst/audioconvert/audioconvert.h:
5786         Cleanups, speedups, simplifications, added back support
5787         for 24 bits.
5788
5789 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5790
5791         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
5792         * docs/plugins/gst-plugins-base-plugins-sections.txt:
5793         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5794         * docs/plugins/tmpl/element-tcpserversink.sgml:
5795         * gst/ffmpegcolorspace/gstffmpeg.c:
5796         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5797         * gst/videotestsrc/gstvideotestsrc.c:
5798         * gst/volume/gstvolume.c:
5799           add more elements to the docs
5800
5801 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
5802
5803         * check/Makefile.am:
5804         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
5805         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
5806           Add extra tests for basetransform based components. 
5807           Comment out the test_element_negotiation test until we decide
5808           if it's testing correct behaviour.
5809         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
5810         (gst_visual_chain), (gst_visual_change_state):
5811           Slightly more correct but still bogus timestamping.
5812           Fix state change function.
5813         * gst/audioconvert/gstaudioconvert.c:
5814         (gst_audio_convert_class_init):
5815         * gst/audioresample/gstaudioresample.c:
5816         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5817         (gst_ffmpegcsp_class_init):
5818         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
5819         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
5820         (gst_videoscale_prepare_image):
5821         * gst/volume/gstvolume.c: (gst_volume_class_init),
5822         (volume_transform_ip):
5823           Basetransform updates. Enable passthrough modes.
5824         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5825         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
5826         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5827           Negotiation fix that allows the window to return to the original
5828           size and renegotiate passthrough upstream. Extra debug output.
5829
5830 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5831
5832         * gst/sine/gstsinesrc.c:
5833         * gst/volume/gstvolume.c:
5834           fix up header include
5835
5836 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
5837
5838         * gst-libs/gst/audio/gstbaseaudiosink.c:
5839         (gst_base_audio_sink_render):
5840         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
5841         * gst/volume/gstvolume.c: (gst_volume_class_init),
5842         (volume_transform):
5843           fixing lost sync, some more debugging
5844
5845 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
5846
5847         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5848         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
5849         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5850         (gst_xvimagesink_check_xshm_calls):
5851           Fix compilation when XShm is not available.
5852
5853 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5854
5855         * ext/libvisual/visual.c: (gst_visual_dispose),
5856         (gst_visual_getcaps), (gst_visual_src_setcaps),
5857         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
5858         (gst_visual_change_state):
5859           Finish fixing up libvisual plugin so that it runs. 
5860
5861 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5862
5863         * ext/vorbis/vorbisenc.c:
5864         * gst-libs/gst/tag/gstvorbistag.c:
5865           gsttaginterface.h -> gsttagsetter.h
5866
5867 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5868
5869         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
5870           added another test that failes for me (test is not active by default)
5871
5872 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5873
5874         * configure.ac:
5875           v4l2 is no longer in gst-plugins-base
5876
5877 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
5878
5879         * configure.ac:
5880           In the output at the end, don't show the first plugin on the same
5881           line as "Core plug-ins, always built:".
5882           Indent the output as for other plugin categories
5883         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
5884           #define that can be used to not use peer buffer_alloc functions for
5885           test purposes.
5886         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
5887         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
5888         (gst_ximagesink_show_frame):
5889         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
5890         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
5891         (gst_xvimagesink_show_frame):
5892           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
5893           fails gracefully instead of XError aborting or deadlocking.
5894
5895 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
5896
5897         * ext/libvisual/Makefile.am:
5898           link against gst-base-libs
5899
5900 2005-09-06  David Schleef  <ds@schleef.org>
5901
5902         * configure.ac: Enable libvisual plugin.
5903         * ext/libvisual/Makefile.am:
5904         * ext/libvisual/visual.c: Fixes to make it compile.
5905
5906 === release 0.9.2 ===
5907
5908 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
5909
5910         * NEWS:
5911         * RELEASE:
5912         * configure.ac:
5913         * docs/random/ChangeLog-0.8:
5914           releasing 0.9.2, "Spoon"
5915
5916 2005-09-05  Michael Smith <msmith@fluendo.com>
5917
5918         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
5919           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
5920           that in the vorbisenc element.
5921
5922 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5923
5924         * common/gtk-doc-plugins.mak:
5925         * docs/plugins/Makefile.am:
5926           fix distcheck
5927         * gst/audioresample/resample.c:
5928           fix wrong docstring
5929
5930 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5931
5932         * common/gst-xmlinspect.py:
5933         * common/gtk-doc-plugins.mak:
5934           only inspect plugins for this given package
5935           require gst-python 0.9
5936
5937 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5938
5939         * Makefile.am:
5940         * autogen.sh:
5941         * common/gst-xmlinspect.py:
5942         * configure.ac:
5943         * docs/Makefile.am:
5944         * docs/plugins/inspect/plugin-alsa.xml:
5945         * docs/plugins/inspect/plugin-audioresample.xml:
5946         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
5947         * docs/plugins/inspect/plugin-ogg.xml:
5948         * docs/plugins/tmpl/element-gnomevfssink.sgml:
5949         * docs/plugins/tmpl/element-multifdsink.sgml:
5950         * docs/plugins/tmpl/element-tcpserversink.sgml:
5951         * docs/plugins/tmpl/element-vorbisenc.sgml:
5952         * gst-plugins-base.spec.in:
5953           various doc-related updates
5954
5955 2005-08-31  Wim Taymans  <wim@fluendo.com>
5956
5957         * gst-libs/gst/audio/gstbaseaudiosink.c:
5958         (gst_base_audio_sink_render):
5959         Resync if the buffer timestamps drift more than a 10th 
5960         of a second.
5961
5962 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
5963
5964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
5965         (gst_v4lsrc_get_property):
5966           The 'timestamp-offset' property is registered as an int64, so
5967           let's use g_value_{set|get}_int64() in our setter and getter
5968           functions (makes it work and fixes warnings with gst-inspect).
5969
5970 2005-08-30  Wim Taymans  <wim@fluendo.com>
5971
5972         * check/elements/audioconvert.c: (setup_audioconvert):
5973         * check/elements/audioresample.c: (setup_audioresample):
5974         * check/elements/volume.c: (setup_volume):
5975         Fix checks.
5976
5977 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5978
5979         * common/gtk-doc-plugins.mak:
5980         * common/plugins.xsl:
5981         * docs/plugins/Makefile.am:
5982           make module a param
5983
5984 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5985
5986         * examples/seeking/seek.c: (make_mp3_pipeline),
5987         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
5988         (play_cb), (pause_cb), (stop_cb):
5989           update the example
5990
5991 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
5992
5993         * gst/volume/gstvolume.c: (gst_volume_class_init),
5994         (volume_transform):
5995           do not update controlled params, if buffer has no timestamp
5996
5997 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
5998
5999         * configure.ac:
6000         * gst/sine/Makefile.am:
6001         * gst/volume/Makefile.am:
6002           controllerized elements also need to link against controller-libs ;)
6003
6004 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
6005
6006         * docs/libs/tmpl/gstcolorbalance.sgml:
6007         * docs/libs/tmpl/gstgconf.sgml:
6008         * docs/libs/tmpl/gstmixer.sgml:
6009         * docs/libs/tmpl/gstringbuffer.sgml:
6010         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
6011         (gst_sinesrc_create):
6012         * gst/volume/gstvolume.c: (gst_volume_class_init),
6013         (volume_transform):
6014           controllerized two audio plugins
6015
6016 2005-08-29  Andy Wingo  <wingo@pobox.com>
6017
6018         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
6019         (vorbis_handle_data_packet): Fix some int overflow errors.
6020
6021         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
6022         -1.
6023         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
6024         valid.
6025         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
6026         if it's valid. Fixed streaming-mode playback.
6027
6028         * check/elements/volume.c (cleanup_volume): Fix for running
6029         CK_FORK=no.
6030
6031         * check/elements/audioconvert.c: Convert from native endian, not
6032         little endian.
6033
6034 2005-08-29  Michael Smith <msmith@fluendo.com>
6035
6036         * ext/ogg/Makefile.am:
6037         * ext/ogg/gstogg.c: (plugin_init):
6038         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
6039         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
6040         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
6041         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
6042         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
6043         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
6044         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
6045         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
6046         Add an ogg parser element.
6047
6048 2005-08-28  Andy Wingo  <wingo@pobox.com>
6049
6050         * Updates for two-arg init from GST_BOILERPLATE_FULL.
6051
6052 2005-08-26  Wim Taymans  <wim@fluendo.com>
6053
6054         * gst/audioconvert/audioconvert.c: (if), (float),
6055         (audio_convert_get_func_index), (check_default),
6056         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6057         (audio_convert_clean_context), (audio_convert_get_sizes),
6058         (audio_convert_convert):
6059         Cleanups.
6060
6061 2005-08-26  Wim Taymans  <wim@fluendo.com>
6062
6063         * gst/audioconvert/audioconvert.c: (if), (float),
6064         (audio_convert_get_func_index), (check_default),
6065         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6066         (audio_convert_clean_context), (audio_convert_get_sizes),
6067         (audio_convert_convert):
6068         More elegant and working temp buffer selection algo.
6069
6070 2005-08-26  Wim Taymans  <wim@fluendo.com>
6071
6072         * gst/audioconvert/audioconvert.c: (if), (float),
6073         (audio_convert_get_func_index), (check_default),
6074         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6075         (audio_convert_clean_context), (audio_convert_get_sizes),
6076         (get_temp_buffer), (audio_convert_convert):
6077         Use realloc else we lose our original data.
6078
6079 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6080
6081         * gst/audioresample/gstaudioresample.c:
6082           use base class' newsegment to properly timestamp
6083
6084 2005-08-26  Wim Taymans  <wim@fluendo.com>
6085
6086         * gst/audioconvert/audioconvert.c: (if), (float),
6087         (audio_convert_get_func_index), (check_default),
6088         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6089         (audio_convert_clean_context), (audio_convert_get_sizes),
6090         (get_temp_buffer), (audio_convert_convert):
6091         * gst/audioconvert/gstaudioconvert.c:
6092         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
6093         (gst_audio_convert_transform_caps),
6094         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
6095         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
6096         Oops, allocate enough space to perform the channel mix.
6097
6098 2005-08-26  Wim Taymans  <wim@fluendo.com>
6099
6100         * gst/audioconvert/Makefile.am:
6101         * gst/audioconvert/audioconvert.c: (if), (float),
6102         (audio_convert_get_func_index), (check_default),
6103         (audio_convert_clean_fmt), (audio_convert_prepare_context),
6104         (audio_convert_clean_context), (audio_convert_get_sizes),
6105         (get_temp_buffer), (audio_convert_convert):
6106         * gst/audioconvert/audioconvert.h:
6107         * gst/audioconvert/gstaudioconvert.c:
6108         (gst_audio_convert_class_init), (gst_audio_convert_init),
6109         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
6110         (gst_audio_convert_get_unit_size),
6111         (gst_audio_convert_transform_caps),
6112         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
6113         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
6114         * gst/audioconvert/gstaudioconvert.h:
6115         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
6116         (gst_channel_mix_fill_identical),
6117         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
6118         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
6119         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
6120         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
6121         (gst_channel_mix_mix):
6122         * gst/audioconvert/gstchannelmix.h:
6123         Cleanups, librarify a bit, optimize, better negotiation and more.
6124
6125 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6126
6127         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
6128         Another from MikeS:
6129         During typefinding, don't support negative offsets
6130         (offsets from the end of the stream) in our typefind->peek() function
6131         - nothing embedded in ogg ever needs them. However, we need to recognise
6132         those requests and reject them, otherwise we return invalid pointers.
6133
6134 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
6135
6136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
6137         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6138         (vorbisdec_finalize), (vorbis_handle_type_packet):
6139           Big shout-out to MikeS for fixing this giant memory leak.
6140           Huzzah!
6141
6142 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6143
6144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
6145         (audio_convert_get_unit_size):
6146           plug some leaks
6147
6148 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6149
6150         * check/Makefile.am:
6151         * check/elements/audioconvert.c: (setup_audioconvert),
6152         (cleanup_audioconvert), (get_int_caps), (verify_convert),
6153         (GST_START_TEST), (audioconvert_suite), (main):
6154           add a test for audioconvert
6155         * gst/audioresample/gstaudioresample.c:
6156         * gst/audioresample/gstaudioresample.h:
6157           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
6158           note that for buffers of 1/3 sec this means DURATION(c) is 
6159           one nanosecond more than for a and b
6160
6161 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         * check/Makefile.am:
6164         * check/elements/audioresample.c: (setup_audioresample),
6165         (cleanup_audioresample), (fail_unless_perfect_stream),
6166         (test_perfect_stream_instance), (GST_START_TEST),
6167           add a check for audioresample
6168         (audioresample_suite), (main):
6169         * check/elements/volume.c: (GST_START_TEST):
6170           remove unused method
6171         * gst/audioresample/gstaudioresample.c:
6172           set correct buffer parameters since we're changing them
6173         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6174           add some debug
6175
6176 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6177
6178         * gst/audioresample/debug.c:
6179         * gst/audioresample/gstaudioresample.c:
6180           add room for extra overlap samples when asked to transform size
6181           protect against possible mem corruption and check for discrepancies
6182           between written size and outbuffer's size so we can warn for
6183           potential problems
6184         * gst/audioresample/resample.c: (resample_init),
6185         (resample_get_output_size_for_input), (resample_get_output_size),
6186         (resample_set_n_channels), (resample_set_format):
6187           set debug level based on RESAMPLE_DEBUG env var
6188           make sure that get_output_size* returns a whole number of
6189           sample_size
6190           set sample_size each time either channel or format is set
6191         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
6192         * gst/audioresample/resample_functable.c:
6193         (resample_scale_functable):
6194         * gst/audioresample/resample_ref.c: (resample_scale_ref):
6195           remove r->sample_size, it's done in resample.c now
6196           add some debugging to the ref implementation
6197           make sure we only give back bytes that are wholes of the sample
6198           size
6199
6200 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
6201         * gst/playback/gstplaybasebin.c: (fill_buffer):
6202         Revert unpopular change for GST_MESSAGE_SRC to GObject.
6203
6204 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
6205
6206         * gst/volume/gstvolume.c:
6207           made set_caps function static
6208
6209 2005-08-24  Wim Taymans  <wim@fluendo.com>
6210
6211         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6212         (gst_vorbisenc_change_state):
6213         Stop leaking taglists.
6214
6215 2005-08-24  Wim Taymans  <wim@fluendo.com>
6216
6217         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6218         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
6219         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
6220         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
6221         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6222         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
6223         Parse seeking events better.
6224         Unref static caps.
6225         Generate correct newsegment events, fixes seeking in live oggs.
6226
6227         * ext/theora/theoradec.c: (theora_dec_src_query),
6228         (theora_dec_src_event), (theora_dec_src_getcaps),
6229         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
6230         Use newsegment values to report correct play time.
6231
6232         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6233         (vorbis_dec_src_event), (vorbis_dec_sink_event):
6234         * ext/vorbis/vorbisdec.h:
6235         Parse and use newsegment values to report correct play time.
6236
6237         * gst-libs/gst/audio/gstbaseaudiosink.c:
6238         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
6239         Clear ringbuffer on flush.
6240         Use newsegment values to calculate playback time.
6241
6242         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
6243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
6244         Basesink does newsegment calculations for us now.
6245
6246 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6247
6248         * check/Makefile.am:
6249         * configure.ac:
6250           add core's plugins to the mix so that playbin works
6251         * check/generic/states.c: (GST_START_TEST):
6252           set a 0 timeout on pipelines, so they don't force the next
6253           state change
6254         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
6255         (gst_play_base_bin_change_state):
6256           remove the crappy error handling and do GST error handling
6257
6258 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6259
6260         * check/Makefile.am:
6261         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
6262           add same test as to core, it bitches out on playbin atm.
6263
6264 2005-08-24  Wim Taymans  <wim@fluendo.com>
6265
6266         * configure.ac:
6267         Remove audioscale.
6268
6269 2005-08-24  Wim Taymans  <wim@fluendo.com>
6270
6271         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
6272         (gst_videoscale_prepare_size), (parse_caps),
6273         (gst_videoscale_set_caps), (gst_videoscale_get_size),
6274         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
6275         (gst_videoscale_transform):
6276         * gst/videoscale/gstvideoscale.h:
6277         Refactor, make use of BaseTranform really well.
6278
6279 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6280
6281         * configure.ac:
6282           compile audioresample
6283         * gst/audioresample/Makefile.am:
6284         * gst/audioresample/buffer.c:
6285         * gst/audioresample/functable.c:
6286         * gst/audioresample/gstaudioresample.c:
6287         * gst/audioresample/gstaudioresample.h:
6288         * gst/audioresample/resample.c:
6289         (resample_get_output_size_for_input):
6290         * gst/audioresample/resample.h:
6291         * gst/audioresample/resample_chunk.c:
6292         * gst/audioresample/resample_functable.c:
6293         * gst/audioresample/resample_ref.c:
6294           port to use basetransform; doesn't work in all cases yet
6295
6296 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
6297
6298         * gst/audioconvert/gstaudioconvert.c:
6299         (gst_audio_convert_class_init), (gst_audio_convert_init),
6300         (audio_convert_get_unit_size), (audio_convert_transform_caps),
6301         (audio_convert_fixate_caps), (audio_convert_set_caps),
6302         (audio_convert_transform),
6303         (gst_audio_convert_buffer_to_default_format),
6304         (gst_audio_convert_buffer_from_default_format),
6305         (gst_audio_convert_channels):
6306         * gst/audioconvert/gstchannelmix.c:
6307         * gst/audioconvert/gstchannelmix.h:
6308           port to basetransform
6309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6310         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
6311         (gst_ffmpegcsp_get_unit_size):
6312         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
6313         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
6314           fix for basetransform changes
6315
6316 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6317
6318         * check/Makefile.am:
6319           Add CHECK_CFLAGS and LDFLAGS
6320
6321         * gst/playback/gstplaybasebin.c: (fill_buffer):
6322           GST_MESSAGE_SRC became a GObject
6323
6324 2005-08-24  Wim Taymans  <wim@fluendo.com>
6325
6326         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
6327         (gst_ring_buffer_clear_all):
6328         * gst-libs/gst/audio/gstringbuffer.h:
6329         Added function to clear the ringbuffer.
6330
6331 2005-08-24  Andy Wingo  <wingo@pobox.com>
6332
6333         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
6334         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
6335         of _open and _close.
6336
6337         * sys/v4l/gstv4lxoverlay.h:
6338         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
6339         an Xv connection here, instead of all the time. Make Xv only be
6340         loaded if you axe for it. Kindof a workaround for buggy behaviour
6341         of Xv when using remote xservers (XvQueryExtension would block).
6342         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
6343         replace the _open and _close public API. Only start the xv
6344         connection if necessary.
6345         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
6346
6347 2005-08-23  David Schleef  <ds@schleef.org>
6348
6349         * gst/audioresample/Makefile.am: Leet audioresampling code
6350         * gst/audioresample/buffer.c:
6351         * gst/audioresample/buffer.h:
6352         * gst/audioresample/debug.c:
6353         * gst/audioresample/debug.h:
6354         * gst/audioresample/functable.c:
6355         * gst/audioresample/functable.h:
6356         * gst/audioresample/gstaudioresample.c:
6357         * gst/audioresample/gstaudioresample.h:
6358         * gst/audioresample/resample.c:
6359         * gst/audioresample/resample.h:
6360         * gst/audioresample/resample_chunk.c:
6361         * gst/audioresample/resample_functable.c:
6362         * gst/audioresample/resample_ref.c:
6363
6364 2005-08-23  Wim Taymans  <wim@fluendo.com>
6365
6366         * examples/seeking/seek.c: (make_vorbis_pipeline),
6367         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
6368         Small seek updates.
6369
6370 2005-08-23  Andy Wingo  <wingo@pobox.com>
6371
6372         * gst-libs/gst/audio/gstbaseaudiosrc.c
6373         (gst_base_audio_src_fixate): Only fixate endianness if it is
6374         present in the caps.
6375
6376 2005-08-22  Andy Wingo  <wingo@pobox.com>
6377
6378         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
6379         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
6380         device-name property.
6381
6382         * gst-libs/gst/audio/gstaudiosrc.h:
6383         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
6384         close_device in the ring buffer, like gstaudiosink.
6385
6386         * ext/alsa/gstalsamixer.h:
6387         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
6388         macro to implement the interface without much code. Cleanups. 
6389
6390         * ext/alsa/gstalsasrc.h:
6391         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
6392         READY.
6393
6394         * ext/alsa/Makefile.am: Add new files.
6395         * ext/alsa/gstalsamixerelement.c: 
6396         * ext/alsa/gstalsamixerelement.c: Split element code out from
6397         mixer code so that alsasrc can be a mixer too.
6398
6399 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
6400
6401         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6402         (GST_START_TEST):
6403         * check/elements/vorbisdec.c: (setup_vorbisdec),
6404         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
6405         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6406         (vorbis_handle_identification_packet),
6407         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
6408         (vorbis_handle_header_packet), (vorbis_dec_push),
6409         (vorbis_dec_chain):
6410           use the setup/teardown methods to save code.  save code is good.
6411
6412 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6413
6414         * check/Makefile.am:
6415           add ext dir for plugins
6416           add vorbisdec test conditionally
6417         * check/elements/volume.c: (setup_volume), (cleanup_volume),
6418         (GST_START_TEST), (volume_suite):
6419           add a test with wrong caps
6420         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
6421         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
6422           add a vorbisdec test
6423         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
6424         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
6425           clean up debug output
6426         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6427           yay, fix a segfault/security issue in vorbisdec
6428           gst-launch fakesrc ! vorbisdec wasn't happy
6429         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
6430         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
6431         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
6432         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
6433         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
6434         (gst_vorbisenc_set_metadata), (get_constraints_string),
6435         (update_start_message), (gst_vorbisenc_setup),
6436         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
6437         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
6438         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
6439         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
6440         * ext/vorbis/vorbisenc.h:
6441           march in line
6442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6443         (gst_ffmpegcsp_transform):
6444           have the kow come home
6445         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6446           debug my func ptr
6447         * gst/volume/gstvolume.c: (volume_set_caps):
6448           add a debug
6449
6450 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6451
6452         * Makefile.am:
6453         * check/.cvsignore:
6454         * check/Makefile.am:
6455         * check/elements/.cvsignore:
6456         * check/elements/volume.c: (chain_func), (event_func),
6457         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
6458         (main):
6459         * configure.ac:
6460           add unit test structure for gst-plugins-base
6461           add a test for volume
6462         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
6463         (gst_volume_set_volume), (gst_volume_get_volume),
6464         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
6465         (volume_funcfind), (volume_process_float), (volume_process_int16),
6466         (volume_set_caps), (volume_transform), (volume_update_mute),
6467         (volume_update_volume), (volume_set_property),
6468         (volume_get_property):
6469           document a little; use basetransform vmethod _set_caps
6470
6471 2005-08-19  Andy Wingo  <wingo@pobox.com>
6472
6473         * ext/alsa/gstalsamixertrack.h:
6474         * ext/alsa/gstalsamixertrack.c:
6475         * ext/alsa/gstalsamixeroptions.h:
6476         * ext/alsa/gstalsamixeroptions.c:
6477         * ext/alsa/gstalsamixer.h:
6478         * ext/alsa/gstalsamixer.c: Port to 0.9.
6479
6480         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
6481         Remove gstalsa.c and alsaclock. No more cruft here.
6482         
6483 2005-08-18  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6486         (gst_base_rtp_depayload_chain),
6487         (gst_base_rtp_depayload_add_to_queue),
6488         (gst_base_rtp_depayload_push),
6489         (gst_base_rtp_depayload_queue_release):
6490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6491         Fix for RTPBuffer changes.
6492
6493         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
6494         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
6495         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
6496         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
6497         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
6498         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
6499         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
6500         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
6501         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
6502         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
6503         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
6504         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
6505         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
6506         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
6507         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
6508         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
6509         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
6510         (gst_rtpbuffer_get_payload):
6511         * gst-libs/gst/rtp/gstrtpbuffer.h:
6512         Don't subclass GstBuffer but add methods and helper functions
6513         to construct and manipulate RTP packets in regular GstBuffers.
6514
6515 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
6516
6517         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
6518           moved statement below switch
6519         * gst/volume/gstvolume.c: (gst_volume_class_init):
6520           added debug ptr
6521
6522 2005-08-16  Wim Taymans  <wim@fluendo.com>
6523
6524         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6525         (gst_base_audio_src_change_state):
6526         Open and close device in READY<->NULL state change.
6527
6528 2005-08-16  Andy Wingo  <wingo@pobox.com>
6529
6530         * examples/seeking/Makefile.am: Don't compile non-compiling
6531         compiled objects with the compiler.
6532
6533         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
6534         elements.
6535
6536 2005-08-12  Philippe Khalaf <burger@speedy.org>
6537         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6538         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6539           Made a thread to release the queue.
6540           Removed timestamp conversion for now.
6541
6542 2005-08-10  Philippe Khalaf <burger@speedy.org>
6543         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6544         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6545           Added rtp timestamp -> gst timestamp conversion.
6546           Fixed several problems with queue.
6547
6548 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6549
6550         * gst-libs/gst/audio/gstaudioclock.h:
6551         * gst-libs/gst/audio/gstaudiofilter.h:
6552         * gst-libs/gst/audio/gstaudiosink.h:
6553         * gst-libs/gst/audio/gstaudiosrc.h:
6554         * gst-libs/gst/audio/gstbaseaudiosink.h:
6555         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6556         * gst-libs/gst/audio/gstringbuffer.h:
6557         * gst-libs/gst/net/gstnetbuffer.h:
6558         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6559         * gst-libs/gst/rtp/gstrtpbuffer.h:
6560           Add padding (you will need to rebuild gst-plugins-base,
6561           gst-plugins and all applications afterwards!)
6562
6563 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
6564
6565         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
6566         (gst_riff_parse_chunk):
6567           Fix bug in debug message and add some more debug messages.
6568
6569 2005-08-08  Edward Hervey  <edward@fluendo.com>
6570
6571         * gst-libs/gst/riff/riff-media.c:
6572         backported updates since branch
6573
6574 2005-08-08  Andy Wingo  <wingo@pobox.com>
6575
6576         * gst-libs/gst/audio/gstbaseaudiosink.c
6577         (gst_base_audio_sink_change_state): Open the device in NULL->READY
6578         like good elements should. Close on READY->NULL too.
6579
6580         * gst-libs/gst/audio/gstaudiosink.c
6581         (gst_audioringbuffer_open_device,
6582         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
6583         (gst_audioringbuffer_release): Updates for new ring buffer API,
6584         hook into the new audio sink api.
6585
6586         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
6587         (GstAudioSinkClass.close): Just open and close the device -- no
6588         resource allocation or configuration.
6589         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
6590         vmethods, handle device setup and resource allocation.
6591
6592         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
6593         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
6594         base class API.
6595
6596         * gst-libs/gst/audio/gstringbuffer.h
6597         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
6598         New vmethods.
6599
6600         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
6601         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
6602         New API functions. The device should be opened before acquiring
6603         and closed after releasing.
6604
6605 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
6606
6607         * gst-libs/gst/interfaces/mixer.h:
6608           Reset padding to GST_PADDING.
6609
6610 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6611
6612         * gst/playback/gstplaybin.c: (remove_sinks):
6613           Remove visualization from parent explicitely; works around some
6614           apparent refcount issue that I haven't tracked down yet.
6615
6616 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6617
6618         * ext/alsa/gstalsasink.c: (set_hwparams):
6619           Assign debug category, add negotiation debug msgs.
6620
6621 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6622
6623         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
6624           Fix error code for file-not-found to NOT_FOUND.
6625
6626 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6627
6628         * common/gtk-doc-plugins.mak:
6629         * docs/plugins/Makefile.am:
6630         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6631         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6632           renamed to actual element names, so much nicer to look at
6633         * docs/plugins/tmpl/gstmultifdsink.sgml:
6634           remove
6635         * docs/plugins/tmpl/multifdsink.sgml:
6636         * docs/plugins/tmpl/tcpserversink.sgml:
6637           add
6638         * ext/alsa/gstalsa.c:
6639         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
6640         * ext/ogg/gstoggmux.c:
6641         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
6642         * gst/playback/gstdecodebin.c:
6643         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
6644         * gst/tcp/gsttcpserversink.c:
6645           various fixes and documentation additions
6646
6647 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6648
6649         * common/Makefile.am:
6650         * common/gstdoc-scangobj:
6651         * common/gtk-doc-plugins.mak:
6652         * common/gtk-doc.mak:
6653           add a custom scangobj that uses the registry
6654           add a custom gtk-doc-plugins.mak that uses it
6655           some doc build fixes
6656         * configure.ac:
6657         * docs/Makefile.am:
6658         * docs/plugins/Makefile.am:
6659         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
6660         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6661         * docs/plugins/gst-plugins-base-plugins.types:
6662         * docs/plugins/tmpl/gstmultifdsink.sgml:
6663           add docs for one element, multifdsink
6664         * gst/adder/gstadder.h:
6665         * gst/volume/gstvolume.h:
6666           don't privatize enum
6667         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6668         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6669         (gst_sync_method_get_type), (gst_client_status_get_type),
6670         (gst_multifdsink_class_init),
6671         (gst_multifdsink_client_queue_buffer),
6672         (gst_multifdsink_handle_client_write):
6673         * gst/tcp/gstmultifdsink.h:
6674         * gst/tcp/gsttcp.h:
6675         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6676         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
6677         (gst_tcpclientsink_render):
6678         * gst/tcp/gsttcpclientsink.h:
6679         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6680         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
6681         (gst_tcpclientsrc_start):
6682         * gst/tcp/gsttcpclientsrc.h:
6683         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6684         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
6685         * gst/tcp/gsttcpserversrc.h:
6686         * gst/typefind/gsttypefindfunctions.c:
6687           remove superfluous Type stuff
6688
6689 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6690
6691         * gst/playback/gstplaybin.c: (gen_video_element):
6692           Enable videoscale.
6693
6694 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6695
6696         * gst-libs/gst/gconf/gconf.c:
6697         * gst-libs/gst/gconf/gconf.h:
6698           Fix some Andy Problem [tm].
6699
6700 2005-08-04  Andy Wingo  <wingo@pobox.com>
6701
6702         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
6703         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
6704         (gst_ffmpegcsp_get_size): Adapt to API changes.
6705
6706         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
6707         Implement an in-place do-nothing transform.
6708
6709 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6710
6711         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
6712         (gst_ximagesink_renegotiate_size):
6713           Do not set new window sizes yet if we prepare a new buffer size
6714           for upstream renegotiation (software scaling) at some point in the
6715           future, because this new size waqs not actually accepted yet. Once
6716           accepted, renegotiation later on will set the new sizes just fine.
6717           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
6718           embedding testcase.
6719
6720 2005-08-03  Andy Wingo  <wingo@pobox.com>
6721
6722         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
6723         (gst_ximagesink_buffer_alloc): 
6724         Protect the height, width, and desired_caps with the pool_lock.
6725         Fixes videotestsrc ! queue ! ximagesink.
6726
6727 2005-08-02  Edward Hervey  <edward@fluendo.com>
6728
6729         * gst/volume/gstvolume.c:
6730         include left from controller cleanup
6731
6732 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
6733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
6734           Stop collectpads before calling the parent state
6735           change function on PAUSED->READY.
6736
6737 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
6738         * configure.ac:
6739           When testing for X libs, use the X CFlags 
6740         * gst/adder/gstadder.c: (gst_adder_change_state):
6741           Stop the collectpads before calling parent state change function
6742           on PAUSED->READY, otherwise we deadlock deactivating pads.
6743
6744 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
6745
6746         * configure.ac:
6747         * docs/libs/tmpl/gstcolorbalance.sgml:
6748         * docs/libs/tmpl/gstmixer.sgml:
6749         * examples/Makefile.am:
6750         * gst/sine/Makefile.am:
6751         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
6752         (gst_sinesrc_set_property), (plugin_init):
6753         * gst/sine/gstsinesrc.h:
6754         * gst/volume/Makefile.am:
6755         * gst/volume/gstvolume.c: (gst_volume_set_volume),
6756         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
6757         (volume_process_float), (volume_process_int16),
6758         (volume_set_property), (plugin_init):
6759         * gst/volume/gstvolume.h:
6760           deactivate and remove dparams (libgstcontrol)
6761
6762 2005-07-29  Wim Taymans  <wim@fluendo.com>
6763
6764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
6765         Convert me to BaseTransform!! help..
6766
6767 2005-07-29  Andy Wingo  <wingo@pobox.com>
6768
6769         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
6770         sinks.
6771
6772         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
6773         support of both endiannesses.
6774
6775 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6776
6777         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6778           Fix confusing debug message (s/event/query/)
6779
6780 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
6781
6782         * gst/videotestsrc/videotestsrc.h:
6783           Use "_stdint.h" instead of <stdint.h>
6784
6785 2005-07-27  Wim Taymans  <wim@fluendo.com>
6786
6787         * ext/vorbis/Makefile.am:
6788         Revert wrong commit.
6789
6790 2005-07-27  Wim Taymans  <wim@fluendo.com>
6791
6792         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
6793         More compilation fixen.
6794
6795 2005-07-27  Wim Taymans  <wim@fluendo.com>
6796
6797         * gst-libs/gst/audio/gstbaseaudiosink.c:
6798         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
6799         (gst_base_audio_sink_create_ringbuffer),
6800         (gst_base_audio_sink_change_state):
6801         Fix compilation.
6802
6803 2005-07-27  Wim Taymans  <wim@fluendo.com>
6804
6805         * examples/seeking/seek.c: (setup_dynamic_link),
6806         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
6807         (query_positions_elems), (query_positions_pads), (do_seek):
6808         Update seek example.
6809
6810         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6811         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
6812         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
6813         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
6814         (gst_ogg_demux_handle_event),
6815         (gst_ogg_demux_deactivate_current_chain),
6816         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6817         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6818         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
6819         (gst_ogg_demux_loop):
6820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
6821         * ext/theora/theoradec.c: (theora_dec_src_event),
6822         (theora_dec_src_getcaps), (theora_dec_sink_event),
6823         (theora_dec_push), (theora_dec_chain):
6824         * ext/vorbis/Makefile.am:
6825         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
6826         (vorbis_dec_sink_event), (vorbis_dec_push),
6827         (vorbis_handle_data_packet):
6828         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
6829         (gst_vorbisenc_chain):
6830         * gst/playback/gststreaminfo.c: (cb_probe):
6831         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
6832         * gst/videorate/gstvideorate.c: (gst_videorate_event):
6833         * gst/videoscale/gstvideoscale.c:
6834         (gst_videoscale_handle_src_event):
6835         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
6836         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
6837         (gst_ximagesink_navigation_send_event):
6838         * sys/xvimage/xvimagesink.c:
6839         (gst_xvimagesink_navigation_send_event):
6840         Various event updates and cleanups
6841
6842 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6843
6844         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
6845           Fix segfault for I420/YV12.
6846
6847 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6848
6849         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
6850           Report bitrate.
6851
6852 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6853
6854         * gst/playback/gstplaybin.c: (gen_video_element),
6855         (gen_audio_element):
6856           Switch to auto*sink elements as default sinks; add volume element
6857           so that volume control in totem works.
6858
6859 2005-07-21  Wim Taymans  <wim@fluendo.com>
6860
6861         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
6862         * gst/playback/gstplaybin.c: (setup_sinks),
6863         (gst_play_bin_change_state):
6864         Refcount fix and more comments.
6865
6866 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6867
6868         * sys/ximage/Makefile.am:
6869         * sys/ximage/ximage.c: (plugin_init):
6870         * sys/ximage/ximagesink.c:
6871         Prepare for adding ximagesrc, rename of plugin to ximage etc.
6872         
6873
6874 2005-07-21  Wim Taymans  <wim@fluendo.com>
6875
6876         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
6877         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6878         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6879         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6880         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6881         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
6882         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
6883         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
6884         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
6885         Generate correct disconts for live chained oggs.
6886
6887         * gst-libs/gst/audio/gstbaseaudiosink.c:
6888         (gst_base_audio_sink_render),
6889         (gst_base_audio_sink_create_ringbuffer),
6890         (gst_base_audio_sink_change_state):
6891         Handle discont math correctly.
6892
6893         * gst/playback/gstplaybin.c: (add_sink):
6894         Some small debug cleanup.
6895
6896 2005-07-21  Wim Taymans  <wim@fluendo.com>
6897
6898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
6899         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
6900         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
6901         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6902         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
6903         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
6904         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6905         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
6906         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
6907         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
6908         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
6909         (gst_ogg_demux_change_state), (gst_ogg_print):
6910         Reorganize code to send the right disconts when in streaming
6911         mode.
6912
6913 2005-07-20  Andy Wingo  <wingo@pobox.com>
6914
6915         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
6916         fix (?), fixes a seggie mcfalterson (#310894).
6917
6918 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6919
6920         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
6921         (gst_ogg_mux_set_header_on_caps):
6922         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
6923         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
6924         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
6925         * gst-libs/gst/audio/multichannel.c:
6926         (gst_audio_set_channel_positions),
6927         (gst_audio_set_structure_channel_positions_list):
6928         * gst/playback/gstdecodebin.c: (dynamic_create):
6929         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
6930         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
6931           Fixes for API changes in core.
6932
6933 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6934
6935         * gst/playback/gstplaybasebin.c: (fill_buffer):
6936           Use _new_custom() so we can set custom message types for buffering
6937           messages.
6938
6939 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6940
6941         * configure.ac:
6942         * gst-libs/gst/Makefile.am:
6943         * gst-libs/gst/gconf/.cvsignore:
6944         * gst-libs/gst/gconf/Makefile.am:
6945         * gst-libs/gst/gconf/test-gconf.c:
6946         * pkgconfig/Makefile.am:
6947         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
6948         * pkgconfig/gstreamer-gconf.pc.in:
6949           Remove gconf stuff, use gconf elements instead from now on.
6950
6951 2005-07-20  Wim Taymans  <wim@fluendo.com>
6952
6953         * gst-libs/gst/audio/TODO:
6954         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
6955         (gst_audio_clock_get_internal_time):
6956         * gst-libs/gst/audio/gstaudioclock.h:
6957         * gst-libs/gst/audio/gstbaseaudiosink.c:
6958         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
6959         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
6960         (gst_base_audio_sink_render),
6961         (gst_base_audio_sink_create_ringbuffer),
6962         (gst_base_audio_sink_change_state):
6963         Make sure the audio clock always returns an increasing value.
6964
6965 2005-07-19  Andy Wingo  <wingo@pobox.com>
6966
6967         * gst/videotestsrc/: Cleanups.
6968
6969 2005-07-19  Wim Taymans  <wim@fluendo.com>
6970
6971         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
6972         Better debugging.
6973
6974 2005-07-19  Wim Taymans  <wim@fluendo.com>
6975
6976         * examples/seeking/seek.c: (make_dv_pipeline),
6977         (make_vorbis_theora_pipeline), (query_rates),
6978         (query_positions_elems), (query_positions_pads), (do_seek):
6979         Make correct DV pipeline.
6980
6981 2005-07-18  Andy Wingo  <wingo@pobox.com>
6982
6983         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
6984         default. Also because it's the only thing that really works. (This
6985         is used in the GConf elements).
6986         Use AS_LIBTOOL_TAGS.
6987
6988 2005-07-18  Wim Taymans  <wim@fluendo.com>
6989
6990         * gst/playback/gstdecodebin.c: (remove_element_chain):
6991         * gst/playback/gstplaybin.c: (add_sink):
6992         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
6993         (gst_stream_info_set_mute):
6994         * gst/playback/gststreamselector.c:
6995         (gst_stream_selector_get_linked_pad),
6996         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
6997         More leak and compile fixes.
6998
6999 2005-07-18  Wim Taymans  <wim@fluendo.com>
7000
7001         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7002         (query_rates), (query_positions_elems), (query_positions_pads),
7003         (do_seek), (seek_cb), (stop_seek):
7004         Updated seek example. 
7005
7006         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
7007         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
7008         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
7009         * gst/playback/gstplaybin.c: (add_sink):
7010         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
7011         (gst_stream_info_set_mute):
7012         Some refcount leak fixes.
7013
7014 2005-07-16  Wim Taymans  <wim@fluendo.com>
7015
7016         * gst-libs/gst/audio/gstbaseaudiosink.c:
7017         (gst_base_audio_sink_render):
7018         Align samples even if we have roundoff errors in the 
7019         timestamp conversion.
7020
7021 2005-07-16  Wim Taymans  <wim@fluendo.com>
7022
7023         * docs/libs/tmpl/gstringbuffer.sgml:
7024         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7025         (query_rates), (query_positions_elems), (query_positions_pads),
7026         (update_scale), (do_seek):
7027         Updated seek example.
7028
7029         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7030         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
7031         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
7032         (gst_ogg_demux_loop):
7033         Push out correct discont values.
7034
7035         * ext/theora/theoradec.c: (theora_dec_src_convert),
7036         (theora_dec_sink_convert), (theora_dec_src_getcaps),
7037         (theora_dec_sink_event), (theora_handle_type_packet),
7038         (theora_handle_header_packet), (theora_dec_push),
7039         (theora_handle_data_packet), (theora_dec_chain),
7040         (theora_dec_change_state):
7041         Better timestamping.
7042
7043         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
7044         (vorbis_dec_sink_event), (vorbis_dec_push),
7045         (vorbis_handle_data_packet), (vorbis_dec_chain):
7046         * ext/vorbis/vorbisdec.h:
7047         Better timestamping.
7048
7049         * gst-libs/gst/audio/gstbaseaudiosink.c:
7050         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
7051         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
7052         Handle syncing on timestamps instead of sample offsets. Make
7053         use of DISCONT values as described in design docs.
7054
7055         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7056         (gst_base_audio_src_get_time):
7057         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
7058         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
7059         (gst_ring_buffer_read):
7060         * gst-libs/gst/audio/gstringbuffer.h:
7061         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
7062         (gst_ximagesink_show_frame):
7063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
7064         Correcly convert buffer timestamp to stream time.
7065
7066 2005-07-16  Wim Taymans  <wim@fluendo.com>
7067
7068         * gst/audioconvert/gstaudioconvert.c:
7069         (gst_audio_convert_get_buffer):
7070         Timestamp buffers correctly.
7071
7072         * gst/playback/gstplaybin.c: (gen_video_element):
7073         Make internal fakesink silent.
7074
7075 2005-07-15  Wim Taymans  <wim@fluendo.com>
7076
7077         * gst/ffmpegcolorspace/Makefile.am:
7078         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7079         (gst_ffmpegcsp_caps_remove_format_info),
7080         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
7081         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
7082         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
7083         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
7084         Ported ffmpegcolorspace to basetransform.
7085
7086         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
7087         * gst/volume/gstvolume.c: (volume_transform):
7088         Ported to new API.
7089
7090 2005-07-14  Wim Taymans  <wim@fluendo.com>
7091
7092         * gst/videotestsrc/Makefile.am:
7093         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
7094         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
7095         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
7096         (gst_videotestsrc_init), (gst_videotestsrc_event),
7097         (gst_videotestsrc_create), (gst_videotestsrc_start),
7098         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
7099         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
7100         (gst_videotestsrc_get_property):
7101         * gst/videotestsrc/gstvideotestsrc.h:
7102         Make videotestsrc a pushsrc.
7103
7104 2005-07-14  Wim Taymans  <wim@fluendo.com>
7105
7106         * gst/tcp/gstfdset.c: (gst_fdset_free):
7107         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
7108         (gst_multifdsink_add), (gst_multifdsink_remove),
7109         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
7110         (gst_multifdsink_remove_client_link),
7111         (gst_multifdsink_client_queue_data),
7112         (gst_multifdsink_client_queue_caps),
7113         (gst_multifdsink_client_queue_buffer),
7114         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
7115         (gst_multifdsink_stop):
7116         * gst/tcp/gstmultifdsink.h:
7117         0.8 backporting.
7118
7119         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
7120         Also draw image when not from a pool.
7121
7122 2005-07-14  Wim Taymans  <wim@fluendo.com>
7123
7124         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
7125         (mute_stream), (silence_stream):
7126         Small debug additions.
7127
7128 2005-07-14  Wim Taymans  <wim@fluendo.com>
7129
7130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
7131         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
7132         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
7133         Better error recovery, ignore unconnected pads and
7134         non-fatal errors.
7135
7136 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7137
7138         * docs/libs/tmpl/gstaudio.sgml:
7139         * docs/libs/tmpl/gstcolorbalance.sgml:
7140         * docs/libs/tmpl/gstgconf.sgml:
7141         * docs/libs/tmpl/gstmixer.sgml:
7142         * docs/libs/tmpl/gstringbuffer.sgml:
7143         * docs/libs/tmpl/gsttuner.sgml:
7144         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7145         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7146         (gst_tcpclientsrc_class_init):
7147         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7148         (gst_tcpserversrc_class_init):
7149         * sys/v4l/gstv4lelement.c:
7150           more autistic cleanliness in functions/names/defines
7151
7152 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7153
7154         * configure.ac:
7155           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
7156           added manually to each Makefile.am so we are sure it goes
7157           *last* and doesn't add -L flags before linking in libs of our
7158           own, like, say, internal .la libs, that then accidentally pick
7159           up the installed copy.
7160         * docs/libs/Makefile.am:
7161         * ext/alsa/Makefile.am:
7162         * ext/cdparanoia/Makefile.am:
7163         * ext/gnomevfs/Makefile.am:
7164         * ext/libvisual/Makefile.am:
7165         * ext/ogg/Makefile.am:
7166         * ext/theora/Makefile.am:
7167         * ext/vorbis/Makefile.am:
7168         * gst-libs/gst/video/Makefile.am:
7169         * gst/adder/Makefile.am:
7170         * gst/audioconvert/Makefile.am:
7171         * gst/audiorate/Makefile.am:
7172         * gst/audioscale/Makefile.am:
7173         * gst/ffmpegcolorspace/Makefile.am:
7174         * gst/playback/Makefile.am:
7175         * gst/sine/Makefile.am:
7176         * gst/subparse/Makefile.am:
7177         * gst/tags/Makefile.am:
7178         * gst/tcp/Makefile.am:
7179         * gst/typefind/Makefile.am:
7180         * gst/videorate/Makefile.am:
7181         * gst/videoscale/Makefile.am:
7182         * gst/videotestsrc/Makefile.am:
7183         * gst/volume/Makefile.am:
7184         * sys/v4l/Makefile.am:
7185         * sys/ximage/Makefile.am:
7186         * sys/xvimage/Makefile.am:
7187           adapt properly to this change. This should make sure that
7188           plugins and libs properly link to the as-yet-uninstalled
7189           copies of stuff like libgstinterfaces and libgstvideo
7190
7191 2005-07-13  Andy Wingo  <wingo@pobox.com>
7192
7193         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
7194         (gst_v4lsrc_fixate): Fixate on format as well.
7195
7196         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
7197         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
7198         buffer points to it.
7199         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
7200         rather just doing X calls ourselves. Also fixes a memleak.
7201
7202 2005-07-12  Andy Wingo  <wingo@pobox.com>
7203
7204         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
7205         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
7206         (gst_v4lsrc_create): Re-add the copy-mode property, default to
7207         TRUE to avoid deadlocks if an element holds on to our buffers.
7208
7209 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
7210
7211         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7212         (gst_sinesrc_init), (gst_sinesrc_create),
7213         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7214         (gst_sinesrc_start):
7215         * gst/sine/gstsinesrc.h:
7216           removing num-buffers property before moving it
7217
7218 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7219
7220         * configure.ac:
7221           use overridable ERROR_CFLAGS
7222         * docs/libs/gst-plugins-base-libs.types:
7223         * docs/libs/tmpl/gstringbuffer.sgml:
7224         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
7225         (gst_alsasink_class_init):
7226         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7227         (gst_alsasrc_class_init):
7228         * gst-libs/gst/audio/audio.h:
7229         * gst-libs/gst/audio/gstaudioclock.h:
7230         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
7231         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
7232         (gst_audio_filter_link), (gst_audio_filter_init),
7233         (gst_audio_filter_chain), (gst_audio_filter_set_property),
7234         (gst_audio_filter_get_property),
7235         (gst_audio_filter_class_add_pad_templates):
7236         * gst-libs/gst/audio/gstaudiofilter.h:
7237         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7238         (gst_audio_filter_template_get_type),
7239         (gst_audio_filter_template_base_init),
7240         (gst_audio_filter_template_class_init),
7241         (gst_audio_filter_template_init),
7242         (gst_audio_filter_template_set_property),
7243         (gst_audio_filter_template_get_property), (plugin_init),
7244         (gst_audio_filter_template_setup),
7245         (gst_audio_filter_template_filter),
7246         (gst_audio_filter_template_filter_inplace):
7247         * gst-libs/gst/audio/gstaudiosink.c:
7248         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7249         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
7250         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7251         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7252         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
7253         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
7254         * gst-libs/gst/audio/gstaudiosink.h:
7255         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7256         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7257         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7258         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
7259         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
7260         (gst_audio_src_class_init), (gst_audio_src_init),
7261         (gst_audio_src_create_ringbuffer):
7262         * gst-libs/gst/audio/gstaudiosrc.h:
7263         * gst-libs/gst/audio/gstbaseaudiosink.c:
7264         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
7265         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
7266         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
7267         (gst_base_audio_sink_set_property),
7268         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
7269         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
7270         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
7271         (gst_base_audio_sink_create_ringbuffer),
7272         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
7273         * gst-libs/gst/audio/gstbaseaudiosink.h:
7274         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7275         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
7276         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
7277         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
7278         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
7279         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
7280         (gst_base_audio_src_event), (gst_base_audio_src_create),
7281         (gst_base_audio_src_create_ringbuffer),
7282         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
7283         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7284         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
7285         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
7286         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
7287         (gst_ring_buffer_debug_spec_caps),
7288         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
7289         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
7290         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
7291         (gst_ring_buffer_start), (gst_ring_buffer_pause),
7292         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
7293         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
7294         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
7295         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
7296         (gst_ring_buffer_clear):
7297         * gst-libs/gst/audio/gstringbuffer.h:
7298         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7299         (gst_video_sink_class_init), (gst_video_sink_get_type):
7300         * gst-libs/gst/video/videosink.h:
7301         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7302         (gst_multifdsink_class_init),
7303         (gst_multifdsink_handle_client_write),
7304         (gst_multifdsink_change_state):
7305         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7306         (gst_tcpclientsink_setcaps):
7307         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7308         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
7309         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
7310         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
7311         (gst_ximagesink_send_pending_navigation),
7312         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
7313         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
7314         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
7315         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
7316         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
7317         (gst_xvimagesink_send_pending_navigation),
7318         (gst_xvimagesink_navigation_send_event),
7319         (gst_xvimagesink_set_xwindow_id),
7320         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
7321         (gst_xvimagesink_get_type):
7322         more macro splitting
7323
7324 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7325
7326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7327           plug a memleak, allows me to import 1479 albums in one go
7328           in jamboree
7329         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7330         (vorbis_handle_type_packet), (vorbis_dec_chain),
7331         (vorbis_dec_change_state):
7332           fix some format strings
7333
7334 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7335
7336         * docs/libs/tmpl/gstcolorbalance.sgml:
7337         * docs/libs/tmpl/gstmixer.sgml:
7338         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
7339         (gst_alsasink_set_property), (gst_alsasink_get_property):
7340         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7341         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
7342           add device property
7343
7344 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7345
7346         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
7347         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7348         (audiocast_register_listener), (audiocast_thread_run),
7349         (gst_gnomevfssrc_send_additional_headers_callback),
7350         (gst_gnomevfssrc_received_headers_callback),
7351         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
7352         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
7353         (gst_gnomevfssrc_get_size):
7354           add/clean up debugging
7355         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
7356           cleanups
7357
7358 2005-07-07  Andy Wingo  <wingo@pobox.com>
7359
7360         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
7361         framerate. Need to get a handle on when exactly this function is
7362         called, tho.
7363
7364         * sys/v4l/v4lsrc_calls.h:
7365         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
7366         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
7367         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
7368
7369         * sys/v4l/v4l_calls.h: Cast to V4lElement.
7370         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
7371         v4lelements are sources.
7372
7373         * sys/v4l/gstv4lxoverlay.h:
7374         * sys/v4l/gstv4lxoverlay.c:
7375         * sys/v4l/gstv4ltuner.h:
7376         * sys/v4l/gstv4ltuner.c: Header loc fixen.
7377         
7378         * sys/v4l/gstv4lsrc.h:
7379         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
7380         PushSrc/BaseSrc. Removed most sync-related properties, videorate
7381         or something should handle that. Made a live source.
7382
7383         * sys/v4l/gstv4lelement.h:
7384         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
7385         signals. Some cleanups.
7386
7387         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
7388
7389         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
7390         stuff.
7391
7392         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
7393         stuff.
7394
7395         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
7396
7397 2005-07-07  Wim Taymans  <wim@fluendo.com>
7398
7399         * ext/theora/theoradec.c: (theora_get_query_types),
7400         (theora_dec_src_getcaps), (theora_dec_push):
7401         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
7402         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
7403         Remove deprecated/unused query types.
7404
7405 2005-07-06  Wim Taymans  <wim@fluendo.com>
7406
7407         * ext/alsa/Makefile.am:
7408         * ext/alsa/gstalsaplugin.c: (plugin_init):
7409         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
7410         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
7411         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
7412         (gst_alsasrc_class_init), (gst_alsasrc_init),
7413         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
7414         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
7415         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
7416         (gst_alsasrc_reset):
7417         * ext/alsa/gstalsasrc.h:
7418         * gst-libs/gst/audio/Makefile.am:
7419         * gst-libs/gst/audio/gstaudiosink.c:
7420         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7421         (gst_audioringbuffer_start):
7422         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
7423         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
7424         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
7425         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
7426         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
7427         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
7428         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
7429         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
7430         * gst-libs/gst/audio/gstaudiosrc.h:
7431         * gst-libs/gst/audio/gstbaseaudiosink.c:
7432         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7433         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
7434         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
7435         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7436         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
7437         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
7438         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
7439         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
7440         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
7441         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
7442         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
7443         (gst_baseaudiosrc_change_state):
7444         * gst-libs/gst/audio/gstbaseaudiosrc.h:
7445         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
7446         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
7447         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
7448         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
7449         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
7450         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
7451         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
7452         * gst-libs/gst/audio/gstringbuffer.h:
7453         Added audiosource base classes.
7454         Ported alsasrc, still very basic.
7455
7456 2005-07-06  Wim Taymans  <wim@fluendo.com>
7457
7458         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
7459         (theora_dec_push), (theora_handle_data_packet):
7460         Prepare for better timestamp fix later.
7461
7462         * gst/audioconvert/gstaudioconvert.c:
7463         List most accurate caps first
7464
7465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
7466         Use proper pad task function.
7467
7468         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7469         (gst_xvimagesink_show_frame):
7470         Fix deadlock when alloc failed.
7471
7472 2005-07-05  Andy Wingo  <wingo@pobox.com>
7473
7474         * ext/gnomevfs/gstgnomevfssrc.c:
7475         * gst/sine/gstsinesrc.c:
7476         * gst/tcp/gsttcpserversrc.c:
7477         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
7478
7479         * sys/v4l/: Port from 0.8.
7480
7481         * Many files: Null if we got it....
7482
7483 2005-07-05  Andy Wingo  <wingo@pobox.com>
7484
7485         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
7486         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
7487         Signedness fixes.
7488
7489 2005-07-05  Wim Taymans  <wim@fluendo.com>
7490
7491         * configure.ac:
7492         * gst/tcp/Makefile.am:
7493         * gst/tcp/README:
7494         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
7495         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
7496         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
7497         (is_sync_frame), (gst_multifdsink_handle_client_write),
7498         (gst_multifdsink_render), (gst_multifdsink_start),
7499         (gst_multifdsink_stop), (gst_multifdsink_change_state):
7500         * gst/tcp/gstmultifdsink.h:
7501         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
7502         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
7503         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
7504         * gst/tcp/gsttcp.h:
7505         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
7506         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
7507         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
7508         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
7509         * gst/tcp/gsttcpclientsink.h:
7510         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
7511         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
7512         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
7513         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
7514         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
7515         * gst/tcp/gsttcpclientsrc.h:
7516         * gst/tcp/gsttcpplugin.c: (plugin_init):
7517         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
7518         * gst/tcp/gsttcpserversink.h:
7519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
7520         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
7521         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
7522         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
7523         (gst_tcpserversrc_stop):
7524         * gst/tcp/gsttcpserversrc.h:
7525         * gst/tcp/gsttcpsink.c:
7526         * gst/tcp/gsttcpsink.h:
7527         * gst/tcp/gsttcpsrc.c:
7528         * gst/tcp/gsttcpsrc.h:
7529         Ported tcp plugins to 0.9. 
7530         
7531
7532 2005-07-05  Andy Wingo  <wingo@pobox.com>
7533
7534         * gst/playback/gstplaybasebin.c (fill_buffer):
7535         message_new_application fixen.
7536
7537         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
7538         Style fix.
7539
7540 2005-07-04  Wim Taymans  <wim@fluendo.com>
7541
7542         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
7543         Set caps on output buffer.
7544
7545 2005-07-04  Andy Wingo  <wingo@pobox.com>
7546
7547         * ext/gnomevfs/gstgnomevfssrc.c
7548         (gst_gnomevfssrc_received_headers_callback) 
7549         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
7550         hopefully.
7551
7552         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
7553         No refcount leakage.
7554
7555         * configure.ac: Enable -Werror.
7556         
7557         * ext/theora/theoradec.c (theora_dec_src_getcaps):
7558         * gst/audioconvert/bufferframesconvert.c
7559         (buffer_frames_convert_fixate):
7560         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
7561         (gst_audio_convert_fixate):
7562         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
7563         (gst_sinesrc_create): Fixate func changes.
7564         
7565         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
7566         (gst_ximagesink_buffer_alloc): Unused var.
7567
7568 2005-07-01  Andy Wingo  <wingo@pobox.com>
7569
7570         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
7571         getcaps to do explicit caps. Needs to be done in all decoders,
7572         possibly via a base class.
7573
7574         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
7575
7576         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
7577         caps on the sink pad, just rely on the pad template. Also, setting
7578         ANY caps on a pad is not valid because the caps are not fixed.
7579
7580         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
7581         caps on the buffer, and get the width from the desired_caps if
7582         they're set.
7583         (gst_ximagesink_renegotiate_size): Implement via setting the
7584         desired_caps on the ximagesink.
7585         (gst_ximagesink_setcaps): Only reset the width of the player if it
7586         wasn't already set. Not sure if this is right.
7587         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
7588
7589         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
7590         that the user wants. NULL unless the window has been resized.
7591
7592         * gst/volume/gstvolume.c (volume_transform): Adapt to
7593         basetransform refcount changes.
7594         
7595 2005-07-01  Andy Wingo  <wingo@pobox.com>
7596
7597         * gst/videoscale/gstvideoscale.c:
7598         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
7599         from BaseTransform, implements a transform_caps. Removed dead code
7600         including some PAR stuff that was never reached -- should probably
7601         be added back somehow.
7602
7603 2005-07-01  Andy Wingo  <wingo@pobox.com>
7604
7605         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
7606         come later.
7607
7608 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
7609
7610         * configure.ac:
7611         * docs/libs/Makefile.am:
7612         * docs/libs/gst-plugins-libs.types:
7613         * ext/alsa/Makefile.am:
7614         * ext/alsa/gstalsamixer.h:
7615         * ext/alsa/gstalsamixeroptions.h:
7616         * ext/alsa/gstalsamixertrack.h:
7617         * gst-libs/gst/Makefile.am:
7618         * gst-libs/gst/colorbalance/.cvsignore:
7619         * gst-libs/gst/colorbalance/Makefile.am:
7620         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
7621         * gst-libs/gst/colorbalance/colorbalance.c:
7622         * gst-libs/gst/colorbalance/colorbalance.h:
7623         * gst-libs/gst/colorbalance/colorbalance.vcproj:
7624         * gst-libs/gst/colorbalance/colorbalancechannel.c:
7625         * gst-libs/gst/colorbalance/colorbalancechannel.h:
7626         * gst-libs/gst/interfaces/Makefile.am:
7627         * gst-libs/gst/interfaces/colorbalance.c:
7628         (gst_color_balance_class_init):
7629         * gst-libs/gst/interfaces/colorbalance.h:
7630         * gst-libs/gst/interfaces/interfaces-marshal.list:
7631         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
7632         * gst-libs/gst/interfaces/mixer.h:
7633         * gst-libs/gst/interfaces/mixeroptions.h:
7634         * gst-libs/gst/interfaces/navigation.c:
7635         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
7636         * gst-libs/gst/interfaces/tuner.h:
7637         * gst/volume/Makefile.am:
7638         * gst/volume/gstvolume.c:
7639         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7640         * sys/ximage/Makefile.am:
7641         * sys/ximage/ximagesink.c:
7642         * sys/xvimage/Makefile.am:
7643         * sys/xvimage/xvimagesink.c:
7644           fold in all interfaces into an interfaces dir, preserving CVS
7645           history
7646
7647 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7648
7649         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
7650           Fix build after riff changes.
7651
7652 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7653
7654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7655         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
7656         (gst_riff_create_video_template_caps),
7657         (gst_riff_create_audio_template_caps),
7658         (gst_riff_create_iavs_template_caps):
7659         * gst-libs/gst/riff/riff-media.h:
7660         * gst-libs/gst/riff/riff-read.h:
7661         * gst-libs/gst/riff/riff.c: (gst_riff_init):
7662           Add gst_riff_init() to initialize the debug category, instead
7663           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
7664
7665 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7666
7667         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
7668           Oops, I shouldn't apply hacks.
7669
7670 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7671
7672         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
7673           Remove pad_loop function which doesn't work.
7674
7675 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7676
7677         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
7678           Send EOS when deactivating.
7679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7680         (check_queue), (queue_threshold_reached), (queue_out_of_data),
7681         (gen_preroll_element), (probe_triggered), (mute_stream),
7682         (silence_stream), (new_decoded_pad), (setup_substreams),
7683         (set_active_source):
7684         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
7685         (remove_sinks), (add_sink):
7686         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
7687           Change for new probe API.
7688
7689 2005-06-29  Wim Taymans  <wim@fluendo.com>
7690
7691         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
7692         * gst-libs/gst/audio/gstbaseaudiosink.c:
7693         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
7694         (gst_baseaudiosink_change_state):
7695         * gst-libs/gst/audio/gstbaseaudiosink.h:
7696         * gst-libs/gst/audio/gstringbuffer.c:
7697         (gst_ringbuffer_set_callback):
7698         Fix compilation error.
7699         Ringbuffer starts out as not running.
7700         Free our clock in dispose.
7701         When releasing the ringbuffer we need to renegotiate so
7702         clear the pad caps.
7703
7704 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7705
7706         * autogen.sh:
7707         * configure.ac:
7708         * docs/Makefile.am:
7709         * docs/libs/Makefile.am:
7710         * docs/libs/gst-plugins-libs-docs.sgml:
7711         * docs/libs/gst-plugins-libs-sections.txt:
7712         * docs/libs/gst-plugins-libs.types:
7713         * docs/libs/tmpl/gstaudio.sgml:
7714         * docs/libs/tmpl/gstcolorbalance.sgml:
7715         * docs/libs/tmpl/gstringbuffer.sgml:
7716         * gst-libs/gst/audio/gstringbuffer.c:
7717         (gst_ringbuffer_set_callback):
7718           reinstate gtk-doc docs for plugin libs
7719
7720 2005-06-28  Wim Taymans  <wim@fluendo.com>
7721
7722         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7723         (gst_ogg_demux_init):
7724         Removed pad loop function.
7725
7726 2005-06-28  Wim Taymans  <wim@fluendo.com>
7727
7728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
7729         If we're building a chain we are not in an error case
7730         when we queue a buffer.
7731
7732 2005-06-28  Andy Wingo  <wingo@pobox.com>
7733
7734         * *.c: Don't cast to GstObject before reffing/unreffing.
7735
7736 2005-06-27  Andy Wingo  <wingo@pobox.com>
7737
7738         * gst/videotestsrc/gstvideotestsrc.c
7739         (gst_videotestsrc_activate_push): Activation API changes.
7740
7741         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
7742         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
7743         they have refs on the decodebin.
7744
7745         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
7746         parent class.
7747         (gst_ogg_pad_typefind): Don't leak a pad ref.
7748         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
7749         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
7750         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
7751
7752 2005-06-27  Edward Hervey  <edward@fluendo.com>
7753
7754         * ext/theora/theoradec.c: (theora_dec_change_state): 
7755         re-arranged call to parent's state change in order to avoid locks (or
7756         worse).
7757
7758 2005-06-26  Edward Hervey  <edward@fluendo.com>
7759
7760         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7761         2nd argument of 'unknow-type' signal is a GstCaps and not a
7762         GstMiniObject
7763
7764 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
7765         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
7766           Set the worker thread's running flag to TRUE before starting the
7767           thread.
7768         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
7769           Catch a failure to add typefind to the bin.
7770
7771 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7772
7773         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
7774         (gst_sinesrc_init), (gst_sinesrc_create),
7775         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
7776         (gst_sinesrc_start):
7777         * gst/sine/gstsinesrc.h:
7778           add num-buffers and timestamp-offset properties
7779         * gst/videotestsrc/gstvideotestsrc.c:
7780         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
7781         (gst_videotestsrc_get_property):
7782           add timestamp-offset property
7783
7784 2005-06-23  Christian Schaller  <uraeus@gnome.org>
7785
7786         * configure.ac: add videorate
7787         * gst-plugins-base.spec.in: add videorate
7788
7789 2005-06-23  Wim Taymans  <wim@fluendo.com>
7790
7791         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7792         (gst_videorate_getcaps), (gst_videorate_setcaps),
7793         (gst_videorate_event), (gst_videorate_chain):
7794         Fixed videorate, fixating an already fixated caps is not
7795         an error.
7796
7797 2005-06-23  Wim Taymans  <wim@fluendo.com>
7798
7799         * ext/ogg/README:
7800         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
7801         Buffer on caps is not boxed anymore.
7802
7803 2005-06-22  Wim Taymans  <wim@fluendo.com>
7804
7805         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7806         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
7807         Set buffers on caps as miniobjects and not as boxed.
7808
7809 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7810
7811         * configure.ac:
7812           back to HEAD
7813
7814 === release 0.9.1 ===
7815
7816 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
7817
7818         * .cvsignore:
7819         * NEWS:
7820         * README:
7821         * RELEASE:
7822         * configure.ac:
7823         * po/af.po:
7824         * po/az.po:
7825         * po/cs.po:
7826         * po/en_GB.po:
7827         * po/hu.po:
7828         * po/it.po:
7829         * po/nb.po:
7830         * po/nl.po:
7831         * po/or.po:
7832         * po/sq.po:
7833         * po/sr.po:
7834         * po/sv.po:
7835         * po/uk.po:
7836         * po/vi.po:
7837           updates for release
7838
7839 2005-06-09  Andy Wingo  <wingo@pobox.com>
7840
7841         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
7842         
7843 2005-06-09  Andy Wingo  <wingo@pobox.com>
7844
7845         * configure.ac:
7846         * gst-libs/gst/Makefile.am:
7847         * gst-libs/gst/net/Makefile.am:
7848         Add gstnet to build.
7849
7850 2005-06-09  Andy Wingo  <wingo@pobox.com>
7851
7852         * gst-libs/gst/gconf/gconf.c:
7853         * gst/playback/test.c:
7854         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
7855         fixes.
7856
7857         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
7858
7859         * ext/theora/theoraenc.c (theora_enc_chain): 
7860         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
7861
7862         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
7863         RealPad.
7864
7865 2005-06-02  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst-libs/gst/net/Makefile.am:
7868         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7869         * pkgconfig/gstreamer-libs.pc.in:
7870         Added net stuff, version net lib.
7871
7872 2005-06-02  Wim Taymans  <wim@fluendo.com>
7873
7874         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
7875         (query_rates), (query_positions_elems), (query_positions_pads),
7876         (do_seek):
7877         Updated seek example.
7878
7879 2005-06-02  Andy Wingo  <wingo@pobox.com>
7880
7881         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
7882         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
7883         list.
7884
7885         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
7886         remove the typefind, the bin dispose will do it for us. When it's
7887         removed and unreffed, the signal handler will be disconnected,
7888         too.
7889         (unlinked): It's too difficult to disconnect from unlinked
7890         handlers, as they are on pads not elements. Just punt if the pads
7891         aren't grandkids of the bin.
7892
7893 2005-06-02  Wim Taymans  <wim@fluendo.com>
7894
7895         * ext/ogg/README:
7896         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7897         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
7898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
7899         * ext/theora/theoradec.c: (theora_dec_src_query),
7900         (theora_handle_data_packet):
7901         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
7902         (theora_enc_chain):
7903         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
7904         (vorbis_handle_data_packet):
7905         * gst/audioconvert/bufferframesconvert.c:
7906         (buffer_frames_convert_chain):
7907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7908         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
7909         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
7910         (gst_ffmpegcsp_chain):
7911         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
7912         (gst_videorate_getcaps), (gst_videorate_setcaps),
7913         (gst_videorate_event), (gst_videorate_chain):
7914         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
7915         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
7916         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7917         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
7918         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
7919         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
7920         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
7921         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
7922         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7923         Cleanups and buffer alloc.
7924
7925 2005-05-31  Wim Taymans  <wim@fluendo.com>
7926
7927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
7928         Don't try to call the delay method when the device is not
7929         opened.
7930
7931 2005-05-31  Wim Taymans  <wim@fluendo.com>
7932
7933         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
7934         Get actual segment size and buffer size after opening
7935         the device.
7936
7937 2005-05-30  Wim Taymans  <wim@fluendo.com>
7938
7939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
7940         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
7941         Also FLUSH upstream, makes the loop function exit faster.
7942         
7943         * ext/theora/theoradec.c: (theora_dec_src_query):
7944         Some more debug info in the query.
7945         
7946         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
7947         (gst_ximagesink_setcaps):
7948         Release lock on par error, better error reporting.
7949
7950 2005-05-26  Wim Taymans  <wim@fluendo.com>
7951
7952         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7953         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
7954         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
7955         Clear chains in READY
7956         Queue packets until the chain is activated.
7957
7958 2005-05-25  Wim Taymans  <wim@fluendo.com>
7959
7960         * gst-libs/gst/audio/gstaudiosink.c:
7961         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
7962         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
7963         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
7964         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
7965         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
7966         (gst_audiosink_create_ringbuffer):
7967         * gst-libs/gst/audio/gstbaseaudiosink.c:
7968         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
7969         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
7970         (gst_baseaudiosink_set_property), (build_linear_format),
7971         (debug_spec_caps), (debug_spec_buffer),
7972         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
7973         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
7974         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
7975         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
7976         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
7977         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
7978         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
7979         (gst_ringbuffer_play), (gst_ringbuffer_pause),
7980         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
7981         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
7982         (wait_segment), (gst_ringbuffer_commit),
7983         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
7984         (gst_ringbuffer_clear):
7985         Various small cleanups.
7986
7987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
7988         (gst_audio_convert_change_state):
7989         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
7990         No need to take the locks anymore.
7991
7992 2005-05-25  Wim Taymans  <wim@fluendo.com>
7993
7994         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
7995         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
7996         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
7997         (type_found):
7998         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
7999         (group_destroy), (group_commit), (queue_overrun),
8000         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
8001         (mute_stream), (new_decoded_pad), (setup_substreams),
8002         (setup_source), (mute_group_type), (set_active_source),
8003         (gst_play_base_bin_change_state):
8004         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8005         (gen_video_element), (gen_text_element), (gen_audio_element),
8006         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
8007         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
8008         (gst_stream_info_dispose), (gst_stream_info_set_mute):
8009         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
8010         Some playbin cleanups mostly refcounting sloppyness.
8011
8012 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8013
8014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
8015           Work with streaming input.
8016
8017 2005-05-25  Wim Taymans  <wim@fluendo.com>
8018
8019         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8020         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8021         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8022         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
8023         No need to take the STREAM lock anymore.
8024
8025 2005-05-25  Wim Taymans  <wim@fluendo.com>
8026
8027         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
8028         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
8029         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
8030         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
8031         (gst_ogg_demux_sink_activate):
8032         * ext/theora/theoradec.c: (theora_dec_src_event),
8033         (theora_handle_comment_packet), (theora_dec_chain),
8034         (theora_dec_change_state):
8035         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8036         (vorbis_handle_data_packet), (vorbis_dec_chain),
8037         (vorbis_dec_change_state):
8038         Remove STREAM locks as they are taken in core now.
8039         Never set bogus granulepos on vorbis/theora.
8040         Fix leaks in theoradec tag parsing.
8041
8042 2005-05-25  Wim Taymans  <wim@fluendo.com>
8043
8044         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
8045         Fix memleaks, GST_BUFFER_DATA() is not freed.
8046
8047 2005-05-25  Wim Taymans  <wim@fluendo.com>
8048
8049         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
8050         Open non-blocking, set to blocking mode afterwards to avoid
8051         lockups when audio device is busy.
8052
8053 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8054
8055         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
8056           This can't be good.
8057
8058 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8059
8060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8061         (gst_audio_convert_chain), (gst_audio_convert_link_src),
8062         (gst_audio_convert_setcaps):
8063           Implement instant setup switching.
8064
8065 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8066
8067         * gst/playback/gstplaybasebin.c: (probe_triggered):
8068           Fix missing unlock.
8069         * gst/playback/gstplaybin.c: (add_sink):
8070           First add, then link (otherwise pad link fails).
8071
8072 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8073
8074         * examples/Makefile.am:
8075         fix buildbot (make distcheck)
8076
8077 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8078
8079         * gst/playback/gstplaybin.c: (gen_vis_element):
8080           Remove some wrong code. Doesn't work yet.
8081
8082 2005-05-19  Wim Taymans  <wim@fluendo.com>
8083
8084         * gst-libs/gst/net/Makefile.am:
8085         * gst-libs/gst/net/README:
8086         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
8087         (gst_netbuffer_class_init), (gst_netbuffer_init),
8088         (gst_netbuffer_finalize), (gst_netbuffer_copy),
8089         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
8090         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
8091         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
8092         * gst-libs/gst/net/gstnetbuffer.h:
8093         Added buffer subclass to store extra to/from addresses for
8094         network sources/sinks.
8095
8096 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8097
8098         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
8099           Don't lock an unassigned variable.
8100
8101 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8102
8103         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
8104           Increase buffer for video, decrease buffer for other media types.
8105         * gst/playback/gstplaybin.c: (gen_video_element),
8106         (gen_audio_element):
8107           Change names for debugging purposes.
8108
8109 2005-05-18  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8112         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8113         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
8114         (gst_ffmpegcsp_chain):
8115         Enable buffer alloc passthrough if the source and dest
8116         formats are the same.
8117
8118 2005-05-17  Wim Taymans  <wim@fluendo.com>
8119
8120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
8121         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
8122         (gst_ogg_demux_chain_unlocked):
8123         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8124         (gst_audio_convert_caps_remove_format_info),
8125         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8126         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
8127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8128         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8129         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
8130         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
8131         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
8132         (gst_ffmpegcsp_get_property):
8133         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8134         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
8135         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
8136         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
8137         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
8138         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
8139         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
8140         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
8141         Leak fixes in oggdemux.
8142         Some cleanups in audioconvert.
8143         Make passthrough work along with buffer_alloc etc.
8144         Make buffer_alloc and buffer recycling actually work in
8145         xvimagesink.
8146
8147 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8148
8149         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
8150           make the compiler happy
8151
8152 2005-05-17  Wim Taymans  <wim@fluendo.com>
8153
8154         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8155         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
8156         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
8157         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
8158         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
8159         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
8160         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
8161         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
8162         (gst_xvimagesink_set_xwindow_id):
8163         * sys/xvimage/xvimagesink.h:
8164         Port xvimagesink to new MiniObject.
8165
8166 2005-05-17  Wim Taymans  <wim@fluendo.com>
8167
8168         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
8169         (gst_audiofilter_chain):
8170         * gst-libs/gst/audio/gstaudiosink.c:
8171         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8172         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8173         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8174         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8175         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8176         (gst_audiosink_create_ringbuffer):
8177         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8178         (gst_audio_convert_caps_remove_format_info),
8179         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8180         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8181         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8182         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8183         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8184         Fix passthrough in ffmpegcolorspace.
8185         Fix memset in audiosink on wrong memory.
8186
8187 2005-05-16  David Schleef  <ds@schleef.org>
8188
8189         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
8190         to GstMiniObject.
8191
8192 2005-05-16  David Schleef  <ds@schleef.org>
8193
8194         Port from GstData to GstMiniObject.
8195         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
8196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
8197         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
8198         (gst_ogg_mux_collected):
8199         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8200         * ext/theora/theoradec.c: (theora_handle_comment_packet),
8201         (theora_handle_data_packet):
8202         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
8203         (theora_set_header_on_caps), (theora_enc_chain):
8204         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
8205         (vorbis_handle_comment_packet):
8206         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
8207         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
8208         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
8209         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
8210         * gst/audioconvert/gstaudioconvert.c:
8211         (gst_audio_convert_get_buffer):
8212         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
8213         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
8214         (mute_stream), (silence_stream):
8215         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
8216         * gst/volume/gstvolume.c: (volume_transform):
8217         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
8218         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
8219         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
8220         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
8221         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
8222         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
8223         (gst_ximagesink_buffer_alloc):
8224         * sys/ximage/ximagesink.h:
8225
8226 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8227
8228         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8229         (fill_buffer), (check_queue), (queue_threshold_reached),
8230         (queue_out_of_data):
8231         * gst/playback/gstplaybasebin.h:
8232           Post buffer-fullness on the bus.
8233
8234 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8235
8236         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8237         (try_to_link_1):
8238         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8239         (group_commit), (probe_triggered), (setup_source),
8240         (gst_play_base_bin_change_state):
8241         * gst/playback/gstplaybasebin.h:
8242         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8243         (gst_play_bin_init), (remove_sinks), (setup_sinks),
8244         (gst_play_bin_change_state):
8245           Move setup_output_pads into a virtual function, remove
8246           group-switch (no longer needed) and redirect (handled by bus
8247           now) signals.
8248
8249 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8250
8251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
8252         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
8253         (get_active_group), (get_building_group), (group_destroy),
8254         (group_commit), (check_queue), (queue_overrun),
8255         (queue_threshold_reached), (queue_out_of_data),
8256         (gen_preroll_element), (remove_groups), (unknown_type),
8257         (add_element_stream), (no_more_pads), (probe_triggered),
8258         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
8259         (setup_substreams), (setup_source), (finish_source),
8260         (prepare_output), (muted_group_change_state),
8261         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
8262         (gst_play_base_bin_change_state):
8263         * gst/playback/gstplaybasebin.h:
8264         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8265         (gst_play_bin_init), (gst_play_bin_set_property),
8266         (gen_video_element), (gen_text_element), (gen_audio_element),
8267         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
8268         (gst_play_bin_change_state):
8269         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
8270         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
8271         (stream_info_change_state), (gst_stream_info_set_mute),
8272         (gst_stream_info_get_property):
8273         * gst/playback/gststreaminfo.h:
8274         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
8275         (gst_stream_selector_get_linked_pad),
8276         (gst_stream_selector_getcaps),
8277         (gst_stream_selector_get_linked_pads),
8278         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
8279         * gst/playback/gststreamselector.h:
8280           Rough port of playbin. Needs some more work, but is mostly done,
8281           and uses a few locks in important places, which should make stuff
8282           like chain-switches clean. Still uses GST_STATE() in a few places,
8283           which isn't all that good an idea, subtitles/elements disabled
8284           because no elements to test with and thus probably broken, query
8285           and event handling moved to GstBin, internal thread removed
8286           alltogether because the pipeline does that for us now. Can play
8287           Ogg/Vorbis files. Haven't tested anything else yet.
8288
8289 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8290
8291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
8292           Do no-more-pads (needed for autoplugging).
8293
8294 2005-05-10  Andy Wingo  <wingo@pobox.com>
8295
8296         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
8297         message to the bus with the tags. Still not sent downstream tho.
8298
8299         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
8300         get_parent.
8301         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
8302         avoid refcounting hassles.
8303
8304 2005-05-09  Andy Wingo  <wingo@pobox.com>
8305
8306         * gst/volume/Makefile.am:
8307         * gst/volume/demo.c
8308         * gst/volume/gstvolume.h
8309         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
8310         basetransform. Probably need an audio filter base class.
8311
8312 2005-05-09  Wim Taymans  <wim@fluendo.com>
8313
8314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
8315         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
8316         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
8317         (gst_vorbisenc_chain):
8318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8319         (gst_audio_convert_caps_remove_format_info),
8320         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8321         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8322         Make caps writable before writing to it.
8323         Fix negotiation in audioconvert some more.
8324
8325 2005-05-09  Wim Taymans  <wim@fluendo.com>
8326
8327         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
8328         (gst_videorate_getcaps), (gst_videorate_setcaps),
8329         (gst_videorate_event), (gst_videorate_chain):
8330         Better negotiation.
8331
8332 2005-05-09  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
8335         (gst_videorate_getcaps), (gst_videorate_setcaps),
8336         (gst_videorate_blank_data), (gst_videorate_init),
8337         (gst_videorate_event), (gst_videorate_chain),
8338         (gst_videorate_change_state):
8339         Port videorate, do a better job at negotiation while we're at
8340         it.
8341
8342 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
8343
8344         * configure.ac:
8345           Disable libvisual
8346
8347         * examples/Makefile.am:
8348         * gst-libs/gst/audio/Makefile.am:
8349         * gst-libs/gst/riff/Makefile.am:
8350         * gst-libs/gst/tag/Makefile.am:
8351         * gst-libs/gst/video/Makefile.am:
8352           Fixups for missing variables.
8353
8354 2005-05-09  Wim Taymans  <wim@fluendo.com>
8355
8356         * examples/seeking/seek.c: (make_theora_pipeline),
8357         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
8358         (query_rates), (query_positions_elems), (query_positions_pads),
8359         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
8360         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
8361         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
8362         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
8363         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8364         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
8365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8366         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8367         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8368         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
8369         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
8370         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
8371         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
8372         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
8373         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
8374         (theora_dec_src_convert), (theora_dec_sink_convert),
8375         (theora_dec_src_query), (theora_dec_sink_query),
8376         (theora_dec_src_event), (theora_dec_sink_event),
8377         (theora_handle_comment_packet), (theora_handle_type_packet),
8378         (theora_handle_header_packet), (theora_handle_data_packet),
8379         (theora_dec_chain):
8380         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
8381         (vorbis_dec_convert), (vorbis_dec_src_query),
8382         (vorbis_dec_sink_query), (vorbis_dec_src_event),
8383         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8384         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8385         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8386         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8387         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
8388         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
8389         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
8390         (gst_play_bin_query):
8391         * gst/playback/test3.c: (update_scale):
8392         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
8393         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
8394         * gst/subparse/gstsubparse.c: (gst_subparse_init):
8395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
8396         (gst_videotestsrc_src_query):
8397         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
8398         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
8399         (paint_hline_YUV9):
8400         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
8401         Port to new query API.
8402         Updated seek.
8403         Cleanups in x[v]imagesink
8404
8405 2005-05-09  Andy Wingo  <wingo@pobox.com>
8406
8407         * ext/alsa/gstalsasink.h:
8408         * ext/gnomevfs/gstgnomevfssrc.c:
8409         (gst_gnomevfssrc_get_icy_metadata):
8410         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
8411         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
8412         * ext/theora/theoradec.c (theora_dec_src_query)
8413         (theora_dec_src_event, theora_dec_sink_event)
8414         (theora_handle_comment_packet, theora_handle_data_packet):
8415         * ext/theora/theoraenc.c (theora_enc_chain):
8416         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
8417         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
8418         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8419         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
8420         (qt_type_find):
8421         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
8422         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
8423         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
8424         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
8425         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
8426         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
8427         (paint_setup_xBGR8888, paint_setup_RGBx8888)
8428         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
8429         (paint_setup_RGB565, paint_setup_xRGB1555):
8430         * gst/videotestsrc/videotestsrc.h:
8431         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
8432         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
8433         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
8434         GCC4 fixes.
8435         
8436         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
8437         gst_pad_query_position. Fixes oggdemux.
8438
8439 2005-05-08  David Schleef  <ds@schleef.org>
8440
8441         * configure.ac: Require liboil.
8442         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
8443         a few more.
8444         * gst/videotestsrc/videotestsrc.c:
8445         * gst/videotestsrc/videotestsrc.h:
8446
8447 2005-05-06  Wim Taymans  <wim@fluendo.com>
8448
8449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8450         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8451         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8452         Well, unreffing a buffer right before pushing it is asking
8453         for trouble..
8454
8455 2005-05-06  Christian Schaller  <uraeus@gnome.org>
8456
8457         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
8458
8459 2005-05-06  Wim Taymans  <wim@fluendo.com>
8460
8461         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8462         (gst_audio_convert_caps_remove_format_info),
8463         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
8464         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8466         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
8467         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
8468         * gst/sine/Makefile.am:
8469         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
8470         (gst_sinesrc_class_init), (gst_sinesrc_init),
8471         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
8472         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
8473         (gst_sinesrc_update_freq):
8474         * gst/sine/gstsinesrc.h:
8475         * gst/tcp/gstmultifdsink.c:
8476         * sys/xvimage/xvimagesink.c:
8477         Fixed negotiation wrt _peer_get_caps()
8478         Some cleanups.
8479
8480
8481 2005-05-06  Wim Taymans  <wim@fluendo.com>
8482
8483         * gst-libs/gst/audio/gstaudiosink.c:
8484         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8485         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8486         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8487         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8488         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8489         (gst_audiosink_create_ringbuffer):
8490         * gst-libs/gst/audio/gstbaseaudiosink.c:
8491         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8492         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8493         (gst_baseaudiosink_set_property), (build_linear_format),
8494         (debug_spec_caps), (debug_spec_buffer),
8495         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8496         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8497         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8498         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8499         * gst-libs/gst/audio/gstbaseaudiosink.h:
8500         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8501         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8502         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
8503         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8504         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
8505         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
8506         (wait_segment), (gst_ringbuffer_commit),
8507         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
8508         (gst_ringbuffer_clear):
8509         * gst-libs/gst/audio/gstringbuffer.h:
8510         Make the base audiosink return an error when there is no
8511         audiobuffer negotiated.
8512
8513 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8514
8515         * ext/Makefile.am:
8516         Disable cdparanoia until someone ports it!
8517
8518 2005-05-06  Wim Taymans  <wim@fluendo.com>
8519
8520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8521         (gst_ogg_demux_sink_activate):
8522         And revert after wingo's revert.. sigh..
8523
8524 2005-05-05  Andy Wingo  <wingo@pobox.com>
8525
8526         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
8527         GObject.
8528         * configure.ac: Return audiorate and subparse from the ghetto.
8529         Re-enable -Wall -Werror.
8530         * gst/subparse/gstsubparse.c:
8531         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
8532         or chain-based. Cleaned up a bit. Not tested.
8533         
8534 2005-05-05  Christian Schaller <christian@fluendo.com> 
8535
8536         * Makefile.am: remove stuff that is not building
8537         * configure.ac: remove stuff that is not building
8538         * examples/Makefile.am: remove stuff that is not building
8539         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
8540         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
8541         * sys/Makefile.am: remove stuff that is not building
8542         * testsuite/Makefile.am: remove stuff that is not building
8543
8544 2005-05-05  Andy Wingo  <wingo@pobox.com>
8545
8546         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
8547         * gst-libs/gst/tag/gstvorbistag.c:
8548         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
8549         * gst/adder/gstadder.h:
8550         * gst/audioconvert/gstchannelmix.c:
8551         (gst_audio_convert_fill_one_other):
8552         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
8553         (gst_audiorate_init), (gst_audiorate_chain):
8554         * gst/playback/gstplaybasebin.c: (setup_source):
8555         * gst/playback/test3.c: (update_scale):
8556         Some GCC4 fixes
8557         
8558         * po/af.po:
8559         * po/az.po:
8560         * po/cs.po:
8561         * po/en_GB.po:
8562         * po/hu.po:
8563         * po/it.po:
8564         * po/nb.po:
8565         * po/nl.po:
8566         * po/or.po:
8567         * po/sq.po:
8568         * po/sr.po:
8569         * po/sv.po:
8570         * po/uk.po:
8571         * po/vi.po: Foo
8572
8573 2005-05-05  Wim Taymans  <wim@fluendo.com>
8574
8575         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
8576         (gst_audio_convert_caps_remove_format_info),
8577         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
8578         (gst_audio_convert_change_state), (gst_audio_convert_channels):
8579         * gst/videotestsrc/gstvideotestsrc.c:
8580         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
8581         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
8582         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
8583         (gst_videotestsrc_init), (gst_videotestsrc_loop):
8584         Don't ignore _push() return values.
8585         Make sure no processing is done when shutting down.
8586         Videotestsrc pad activation fix.
8587
8588 2005-05-05  Wim Taymans  <wim@fluendo.com>
8589
8590         * gst/adder/Makefile.am:
8591         * gst/adder/gstadder.c: (gst_adder_setcaps),
8592         (gst_adder_class_init), (gst_adder_init),
8593         (gst_adder_request_new_pad), (gst_adder_collected),
8594         (gst_adder_change_state):
8595         * gst/adder/gstadder.h:
8596         Ported adder as an example of a mixer element using
8597         collect pads. Needs more negotiation work.
8598
8599 2005-05-05  Wim Taymans  <wim@fluendo.com>
8600
8601         * ext/theora/theoradec.c: (_inc_granulepos),
8602         (theora_dec_src_event), (theora_dec_sink_event),
8603         (theora_handle_comment_packet), (theora_handle_type_packet),
8604         (theora_handle_header_packet), (theora_handle_data_packet),
8605         (theora_dec_chain):
8606         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8607         (gst_theora_enc_init), (theora_enc_sink_setcaps),
8608         (theora_push_buffer), (theora_push_packet),
8609         (theora_enc_sink_event), (theora_enc_chain),
8610         (theora_enc_change_state), (theora_enc_set_property),
8611         (theora_enc_get_property):
8612         Added stream lock to decoder so that we can serialize
8613         the discont event.
8614         More theoraenc porting, recover from errors, do clean
8615         shutdown.
8616
8617 2005-05-05  Wim Taymans  <wim@fluendo.com>
8618
8619         * ext/ogg/Makefile.am:
8620         * ext/ogg/README:
8621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8622         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
8623         (gst_ogg_print):
8624         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8625         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
8626         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
8627         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
8628         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
8629         (gst_ogg_mux_change_state):
8630         Ported ogg muxer.
8631
8632 2005-05-05  Wim Taymans  <wim@fluendo.com>
8633
8634         * docs/design-audiosinks.txt:
8635         * gst-libs/gst/audio/TODO:
8636         * gst-libs/gst/audio/gstaudiosink.c:
8637         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8638         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8639         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8640         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8641         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8642         (gst_audiosink_create_ringbuffer):
8643         * gst-libs/gst/audio/gstbaseaudiosink.c:
8644         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8645         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8646         (gst_baseaudiosink_set_property), (build_linear_format),
8647         (debug_spec_caps), (debug_spec_buffer),
8648         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8649         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8650         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8651         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8652         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8653         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8654         (gst_ringbuffer_release), (gst_ringbuffer_play),
8655         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8656         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8657         (gst_ringbuffer_set_sample), (wait_segment),
8658         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8659         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8660         More work on the audiosink, mostly debugging and a race in
8661         shutdown.
8662
8663 2005-04-28  Wim Taymans  <wim@fluendo.com>
8664
8665         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
8666         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
8667         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8668         (vorbis_dec_src_query), (vorbis_dec_src_event),
8669         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8670         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8671         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
8672         Don't crap out when seeking back to position 0.
8673
8674 2005-04-28  Wim Taymans  <wim@fluendo.com>
8675
8676         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
8677         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
8678         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
8679         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
8680         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
8681         Make audio sink configurable, use alsasink as default.
8682
8683 2005-04-28  Wim Taymans  <wim@fluendo.com>
8684
8685         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8686         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
8687         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
8688         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
8689         (vorbis_dec_change_state):
8690         * ext/vorbis/vorbisdec.h:
8691         Refactor, use STREAM_LOCK.
8692
8693 2005-04-28  Wim Taymans  <wim@fluendo.com>
8694
8695         * ext/theora/theoradec.c: (_inc_granulepos),
8696         (theora_dec_sink_event), (theora_handle_comment_packet),
8697         (theora_handle_type_packet), (theora_handle_header_packet),
8698         (theora_handle_data_packet), (theora_dec_chain),
8699         (theora_dec_change_state):
8700         Refactor a bit, use STREAM_LOCK.
8701
8702 2005-04-28  Wim Taymans  <wim@fluendo.com>
8703
8704         * ext/alsa/Makefile.am:
8705         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
8706         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
8707         (gst_alsa_link), (gst_alsa_close_audio):
8708         * ext/alsa/gstalsaplugin.c: (plugin_init):
8709         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
8710         (gst_alsasink_dispose), (gst_alsasink_base_init),
8711         (gst_alsasink_class_init), (gst_alsasink_init),
8712         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
8713         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
8714         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
8715         (gst_alsasink_reset):
8716         * ext/alsa/gstalsasink.h:
8717         Implement alsasink with simple open/write/close API. 
8718         Make alsa dir build by disabling compilation of code.
8719
8720 2005-04-28  Wim Taymans  <wim@fluendo.com>
8721
8722         * gst-libs/gst/audio/Makefile.am:
8723         * gst-libs/gst/audio/audio.h:
8724         * gst-libs/gst/audio/audioclock.c:
8725         * gst-libs/gst/audio/audioclock.h:
8726         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
8727         (gst_audio_clock_class_init), (gst_audio_clock_init),
8728         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
8729         * gst-libs/gst/audio/gstaudioclock.h:
8730         * gst-libs/gst/audio/gstaudiosink.c:
8731         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8732         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8733         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8734         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8735         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
8736         (gst_audiosink_create_ringbuffer):
8737         * gst-libs/gst/audio/gstbaseaudiosink.c:
8738         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
8739         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
8740         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
8741         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
8742         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
8743         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
8744         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
8745         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8746         * gst-libs/gst/audio/gstbaseaudiosink.h:
8747         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8748         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
8749         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8750         (gst_ringbuffer_release), (gst_ringbuffer_play),
8751         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
8752         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
8753         (gst_ringbuffer_set_sample), (wait_segment),
8754         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
8755         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
8756         * gst-libs/gst/audio/gstringbuffer.h:
8757         Make ringbuffer faster and more simple by removing the locks
8758         in the playback thread.
8759         Add sample accurate playback based on buffer sample offsets.
8760         Make the baseaudiosink provide a clock.
8761         Parse caps in the base class.
8762         Correctly handle seeking, flushing and state changes.
8763
8764 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8765
8766         * configure.ac:
8767         * gst/audioconvert/Makefile.am:
8768         * gst/audioscale/Makefile.am:
8769           Fix part of the build.  Come on guys, autogen didn't even work :)
8770
8771 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8772
8773         * configure.ac:
8774         * gst-libs/gst/Makefile.am:
8775         * gst-libs/gst/media-info/.cvsignore:
8776         * gst-libs/gst/media-info/Makefile.am:
8777         * gst-libs/gst/media-info/README:
8778         * gst-libs/gst/media-info/media-info-priv.c:
8779         * gst-libs/gst/media-info/media-info-priv.h:
8780         * gst-libs/gst/media-info/media-info-test.c:
8781         * gst-libs/gst/media-info/media-info.c:
8782         * gst-libs/gst/media-info/media-info.h:
8783         * gst-libs/gst/media-info/media-info.vcproj:
8784         * pkgconfig/Makefile.am:
8785         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
8786         * pkgconfig/gstreamer-media-info.pc.in:
8787           Remove media-info, which is also successed by playbin (see Totem
8788           implementation).
8789
8790 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8791
8792         * configure.ac:
8793         * examples/Makefile.am:
8794         * examples/gstplay/.cvsignore:
8795         * examples/gstplay/Makefile.am:
8796         * examples/gstplay/player.c:
8797         * gst-libs/gst/Makefile.am:
8798         * gst-libs/gst/play/.cvsignore:
8799         * gst-libs/gst/play/Makefile.am:
8800         * gst-libs/gst/play/play.c:
8801         * gst-libs/gst/play/play.h:
8802         * gst-libs/gst/play/play.vcproj:
8803         * pkgconfig/Makefile.am:
8804         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8805         * pkgconfig/gstreamer-play.pc.in:
8806           Remove libgstplay, playbin is now the official successor.
8807
8808 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * configure.ac:
8811         * gst-libs/gst/Makefile.am:
8812         * gst-libs/gst/xwindowlistener/Makefile.am:
8813         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
8814         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
8815           Remove deprecated xwindowlistener (I've moved xwindowlistening
8816           in the v4l/v4l2 plugins over to serverside).
8817
8818 2005-04-25  David Schleef  <ds@schleef.org>
8819
8820         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
8821         to examples/dynparams.  Examples do not belong interspersed with
8822         source code.
8823         * examples/dynparams/demo-dparams.c:
8824         * gst/sine/Makefile.am:
8825         * gst/sine/demo-dparams.c:
8826
8827 2005-04-25  David Schleef  <ds@schleef.org>
8828
8829         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
8830         * gst-libs/gst/audio/Makefile.am:
8831         * gst-libs/gst/riff/Makefile.am:
8832         * gst-libs/gst/tag/Makefile.am:
8833         * gst-libs/gst/video/Makefile.am:
8834         * gst-libs/gst/xwindowlistener/Makefile.am:
8835
8836         Convert to 0.9 API, seems to work:
8837         * sys/ximage/Makefile.am:
8838         * sys/ximage/ximagesink.c:
8839
8840 2005-04-24  David Schleef  <ds@schleef.org>
8841
8842         Link plugins against libraries:
8843         * ext/alsa/Makefile.am:
8844         * gst/tcp/Makefile.am:
8845
8846         Remove asm code that should be in liboil
8847         * gst/videoscale/Makefile.am:
8848         * gst/videoscale/videoscale_x86_asm.s:
8849
8850         gettext wants these checked in:
8851         * po/af.po:
8852         * po/az.po:
8853         * po/cs.po:
8854         * po/en_GB.po:
8855         * po/hu.po:
8856         * po/it.po:
8857         * po/nb.po:
8858         * po/nl.po:
8859         * po/or.po:
8860         * po/sq.po:
8861         * po/sr.po:
8862         * po/sv.po:
8863         * po/uk.po:
8864         * po/vi.po:
8865
8866 2005-04-24  David Schleef  <ds@schleef.org>
8867
8868         Convert gst_main() to g_main_loop_run()
8869         * gst/playback/decodetest.c: (main):
8870         * gst/playback/test2.c: (main):
8871         * gst/playback/test3.c: (main):
8872         * gst/playback/test4.c: (main):
8873
8874         Link plugins against libraries:
8875         * ext/libvisual/Makefile.am:
8876         * sys/xvimage/Makefile.am:
8877
8878 2005-04-24  David Schleef  <ds@schleef.org>
8879
8880         * configure.ac: Remove idct and resample libs
8881         * gst-libs/gst/Makefile.am: same
8882
8883         Remove usage of gst_library_load():
8884         * ext/alsa/gstalsaplugin.c: (plugin_init):
8885         * ext/libvisual/visual.c: (plugin_init):
8886         * ext/ogg/gstogg.c: (plugin_init):
8887         * ext/theora/theora.c: (plugin_init):
8888         * ext/vorbis/vorbis.c: (plugin_init):
8889         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
8890         * gst/audioscale/gstaudioscale.c:
8891         * gst/adder/gstadder.c: (plugin_init):
8892         * gst/audioconvert/plugin.c: (plugin_init):
8893         * sys/ximage/ximagesink.c: (plugin_init):
8894         * sys/xvimage/xvimagesink.c: (plugin_init):
8895         * gst/tcp/gsttcpplugin.c: (plugin_init):
8896
8897         Link plugins against libraries:
8898         * ext/ogg/Makefile.am:
8899         * ext/theora/Makefile.am:
8900         * ext/vorbis/Makefile.am:
8901         * gst/audioconvert/Makefile.am:
8902
8903         Create proper libraries:
8904         * gst-libs/gst/riff/Makefile.am:
8905         * gst-libs/gst/audio/Makefile.am:
8906         * gst-libs/gst/video/Makefile.am:
8907
8908         Move resample library to audioscale plugin directory:
8909         * gst-libs/gst/resample/Makefile.am:
8910         * gst-libs/gst/resample/README:
8911         * gst-libs/gst/resample/dtof.c:
8912         * gst-libs/gst/resample/dtos.c:
8913         * gst-libs/gst/resample/functable.c:
8914         * gst-libs/gst/resample/private.h:
8915         * gst-libs/gst/resample/resample.c:
8916         * gst-libs/gst/resample/resample.h:
8917         * gst-libs/gst/resample/resample.vcproj:
8918         * gst-libs/gst/resample/test.c:
8919         * gst/audioscale/Makefile.am:
8920         * gst/audioscale/README:
8921         * gst/audioscale/dtof.c:
8922         * gst/audioscale/dtos.c:
8923         * gst/audioscale/functable.c:
8924         * gst/audioscale/private.h:
8925         * gst/audioscale/resample.c:
8926         * gst/audioscale/resample.h:
8927         * gst/audioscale/test.c:
8928
8929         Move tagedit library to gst-libs:
8930         * gst-libs/gst/tag/Makefile.am:
8931         * gst-libs/gst/tag/gstid3tag.c:
8932         * gst-libs/gst/tag/gsttagediting.c:
8933         * gst-libs/gst/tag/gsttageditingprivate.h:
8934         * gst-libs/gst/tag/gstvorbistag.c:
8935         * gst/tags/Makefile.am:
8936         * gst/tags/gstid3tag.c:
8937         * gst/tags/gstvorbistag.c:
8938
8939         Fix for core changes:
8940         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8941         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
8942         (gst_sinesrc_getrange):
8943
8944 2005-04-23  David Schleef  <ds@schleef.org>
8945
8946         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
8947         in gst-plugins in a long time, and properly belongs in liboil.
8948         * gst-libs/gst/idct/Makefile.am:
8949         * gst-libs/gst/idct/README:
8950         * gst-libs/gst/idct/dct.h:
8951         * gst-libs/gst/idct/doieee:
8952         * gst-libs/gst/idct/fastintidct.c:
8953         * gst-libs/gst/idct/floatidct.c:
8954         * gst-libs/gst/idct/idct.c:
8955         * gst-libs/gst/idct/idct.h:
8956         * gst-libs/gst/idct/idtc.vcproj:
8957         * gst-libs/gst/idct/ieeetest.c:
8958         * gst-libs/gst/idct/intidct.c:
8959
8960 2005-04-20  Wim Taymans  <wim@fluendo.com>
8961
8962         * docs/design-audiosinks.txt:
8963         * gst-libs/gst/audio/Makefile.am:
8964         * gst-libs/gst/audio/TODO:
8965         * gst-libs/gst/audio/gstaudiosink.c:
8966         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
8967         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
8968         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
8969         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
8970         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
8971         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
8972         (gst_audiosink_class_init), (gst_audiosink_init),
8973         (gst_audiosink_create_ringbuffer):
8974         * gst-libs/gst/audio/gstaudiosink.h:
8975         * gst-libs/gst/audio/gstbaseaudiosink.c:
8976         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
8977         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
8978         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
8979         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
8980         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
8981         (gst_baseaudiosink_create_ringbuffer),
8982         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
8983         * gst-libs/gst/audio/gstbaseaudiosink.h:
8984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
8985         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
8986         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
8987         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
8988         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
8989         (gst_ringbuffer_play), (gst_ringbuffer_pause),
8990         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
8991         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
8992         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
8993         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
8994         * gst-libs/gst/audio/gstringbuffer.h:
8995         An attempt at a set of audio base classes together with some
8996         design docs.
8997
8998 2005-04-20  Wim Taymans  <wim@fluendo.com>
8999
9000         * gst/audioconvert/Makefile.am:
9001         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
9002         (gst_audio_convert_caps_remove_format_info),
9003         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
9004         (gst_audio_convert_channels):
9005         Link against audio libs.
9006         Fix audio convert plugin.
9007
9008 2005-04-20  Wim Taymans  <wim@fluendo.com>
9009
9010         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
9011         (gst_ogg_demux_sink_activate):
9012         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
9013         (theora_set_header_on_caps), (theora_enc_sink_event),
9014         (theora_enc_chain):
9015         Fix theora encoder.
9016
9017 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9018
9019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
9020         * gst/playback/gstdecodebin.c: (find_compatibles):
9021           Work with staticpadtemplates in elementfactories.
9022
9023 2005-04-12  Wim Taymans  <wim@fluendo.com>
9024
9025         * gst/playback/README:
9026         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9027         (compare_ranks), (print_feature), (gst_decode_bin_init),
9028         (dynamic_create), (dynamic_free), (find_compatibles),
9029         (mimetype_is_raw), (close_pad_link), (got_redirect),
9030         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9031         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
9032         (gst_decode_bin_change_state):
9033         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9034         (gst_play_base_bin_init), (group_destroy), (group_commit),
9035         (check_queue), (queue_overrun), (queue_threshold_reached),
9036         (queue_out_of_data), (gen_preroll_element), (unknown_type),
9037         (new_decoded_pad), (setup_subtitle), (gen_source_element),
9038         (got_redirect), (setup_source), (play_base_eos),
9039         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9040         (gst_play_base_bin_remove_element):
9041         * gst/playback/gstplaybasebin.h:
9042         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9043         (gst_play_bin_init), (gst_play_bin_dispose),
9044         (gst_play_bin_set_property), (gen_video_element),
9045         (gen_text_element), (gen_audio_element), (remove_sinks),
9046         (gst_play_bin_send_event):
9047         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
9048         (stream_info_change_state), (gst_stream_info_set_mute):
9049         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9050         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
9051         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
9052         (gst_stream_selector_chain):
9053         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
9054         (main):
9055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
9056         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
9057         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9058         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
9059         Raw and crude port of decodebin. 
9060         Make playbin compile.
9061
9062 2005-04-06  Wim Taymans  <wim@fluendo.com>
9063
9064         * ext/gnomevfs/Makefile.am:
9065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
9066         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9067         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
9068         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
9069         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
9070         (gst_gnomevfssrc_stop):
9071         * ext/ogg/Makefile.am:
9072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
9073         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
9074         * ext/theora/Makefile.am:
9075         * ext/theora/theoradec.c: (_inc_granulepos),
9076         (theora_dec_sink_event), (theora_dec_chain):
9077         * ext/vorbis/Makefile.am:
9078         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9079         (vorbis_dec_sink_event), (vorbis_dec_chain):
9080         * gst-libs/gst/audio/Makefile.am:
9081         * sys/xvimage/Makefile.am:
9082         Make gnomevfssrc extend the source base class.
9083         Fix linking against libs in various plugins.
9084
9085 2005-04-06  Andy Wingo  <wingo@pobox.com>
9086
9087         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
9088         GST_BASE_LIBS.
9089
9090         * configure.ac: Add check and AC_SUBST for libgstbase.
9091
9092 2005-03-31  Wim Taymans  <wim@fluendo.com>
9093
9094         * examples/seeking/Makefile.am:
9095         * examples/seeking/cdparanoia.c: (main):
9096         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
9097         (play_cb), (pause_cb), (stop_cb), (main):
9098         * examples/seeking/playbin.c:
9099         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
9100         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
9101         (make_sid_pipeline), (make_vorbis_pipeline),
9102         (make_theora_pipeline), (make_vorbis_theora_pipeline),
9103         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
9104         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
9105         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
9106         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
9107         (stop_cb), (main):
9108         * examples/seeking/spider_seek.c:
9109         * examples/seeking/vorbisfile.c:
9110         * ext/gnomevfs/Makefile.am:
9111         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9112         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
9113         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
9114         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
9115         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
9116         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
9117         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
9118         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
9119         * ext/ogg/README:
9120         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
9121         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
9122         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
9123         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
9124         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
9125         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
9126         (gst_ogg_pad_event), (gst_ogg_pad_reset),
9127         (gst_ogg_demux_factory_filter), (compare_ranks),
9128         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
9129         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
9130         (gst_ogg_chain_new), (gst_ogg_chain_free),
9131         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
9132         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
9133         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
9134         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
9135         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
9136         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
9137         (gst_ogg_demux_get_prev_page),
9138         (gst_ogg_demux_deactivate_current_chain),
9139         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
9140         (gst_ogg_demux_bisect_forward_serialno),
9141         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
9142         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
9143         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
9144         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
9145         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
9146         (gst_ogg_demux_change_state), (gst_ogg_print):
9147         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9148         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
9149         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
9150         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
9151         (gst_ogg_mux_loop):
9152         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9153         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
9154         (theora_dec_src_convert), (theora_dec_sink_convert),
9155         (theora_dec_src_query), (theora_dec_src_event),
9156         (theora_dec_sink_event), (theora_dec_chain),
9157         (theora_dec_change_state):
9158         * ext/theora/theoraenc.c: (gst_theora_enc_init),
9159         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
9160         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
9161         (theora_enc_change_state):
9162         * ext/vorbis/Makefile.am:
9163         * ext/vorbis/oggvorbisenc.c:
9164         * ext/vorbis/oggvorbisenc.h:
9165         * ext/vorbis/vorbis.c: (plugin_init):
9166         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9167         (vorbis_dec_src_query), (vorbis_dec_src_event),
9168         (vorbis_dec_sink_event), (vorbis_dec_chain),
9169         (vorbis_dec_change_state):
9170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
9171         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
9172         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
9173         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
9174         (gst_vorbisenc_change_state):
9175         * ext/vorbis/vorbisenc.h:
9176         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
9177         * gst-libs/gst/audio/audioclock.c:
9178         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
9179         (gst_audiofilter_init), (gst_audiofilter_chain):
9180         * gst-libs/gst/audio/testchannels.c: (main):
9181         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
9182         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
9183         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
9184         (gmip_find_track_streaminfo), (gmip_find_track_format):
9185         * gst-libs/gst/media-info/media-info.c:
9186         (gst_media_info_read_idler):
9187         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
9188         (gst_play_get_all_by_interface):
9189         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
9190         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
9191         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
9192         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
9193         (gst_riff_parse_info):
9194         * gst-libs/gst/riff/riff-read.h:
9195         * gst-libs/gst/riff/riff.c: (plugin_init):
9196         * gst-libs/gst/video/Makefile.am:
9197         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
9198         (gst_videosink_class_init), (gst_videosink_get_type):
9199         * gst-libs/gst/video/videosink.h:
9200         * gst/audioconvert/bufferframesconvert.c:
9201         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
9202         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
9203         * gst/audioconvert/channelmixtest.c: (main):
9204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
9205         (gst_audio_convert_chain),
9206         (gst_audio_convert_caps_remove_format_info),
9207         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
9208         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
9209         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
9210         (gst_audio_convert_buffer_to_default_format),
9211         (gst_audio_convert_buffer_from_default_format),
9212         (gst_audio_convert_channels):
9213         * gst/audioconvert/gstchannelmix.h:
9214         * gst/ffmpegcolorspace/avcodec.h:
9215         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9216         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9217         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
9218         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
9219         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
9220         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9221         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9222         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9223         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9224         (dv_type_find):
9225         * gst/videotestsrc/gstvideotestsrc.c:
9226         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
9227         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
9228         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
9229         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
9230         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
9231         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
9232         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
9233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
9234         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
9235         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
9236         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
9237         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
9238         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
9239         (gst_xvimagesink_navigation_send_event),
9240         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
9241         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
9242         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9243         * sys/xvimage/xvimagesink.h:
9244         Plugin port to 0.9, ogg/theora playback should work in the seek
9245         example now.
9246         Removed old examples.
9247         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
9248         explained in 0.9 TODO doc.
9249
9250
9251 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9252
9253         * autogen.sh:
9254         * configure.ac:
9255         * ext/Makefile.am:
9256         * gst/Makefile.am:
9257         * po/POTFILES.in:
9258         * po/af.po:
9259         * po/az.po:
9260         * po/cs.po:
9261         * po/en_GB.po:
9262         * po/hu.po:
9263         * po/it.po:
9264         * po/nb.po:
9265         * po/nl.po:
9266         * po/or.po:
9267         * po/sq.po:
9268         * po/sr.po:
9269         * po/sv.po:
9270         * po/uk.po:
9271         * po/vi.po:
9272         * sys/Makefile.am:
9273         * testsuite/Makefile.am:
9274           remove a whole bunch of plugins.  This module now contains a set
9275           of free reference plugins/elements as agreed.
9276
9277 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9278
9279         * configure.ac:
9280           hunting season on 0.9 is now OPEN
9281
9282 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9283
9284         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9285           Kick the hell out of gcc for not warning me about a symbol conflict.
9286
9287 2005-02-22  Luca Ognibene  <luogni@tin.it>
9288
9289         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9290
9291         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
9292           Don't leak caps string (fixes #168134)
9293
9294         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
9295         (gst_jpegenc_init), (gst_jpegenc_finalize),
9296         (gst_jpegenc_change_state):
9297           Don't leak line buffers and context struct (fixes #168133).
9298
9299 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
9300
9301         * configure.ac:
9302         * ext/dirac/gstdiracdec.cc:
9303         (gst_diracdec_chain):
9304           Since dirac 0.5.0 the framerate in dirac is expressed as a
9305           rational number. Fix build and up requirement to 0.5.0, and
9306           also pass parameters to gst_diracdec_link in the right order
9307           (fixes #167959).
9308
9309 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
9310
9311         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
9312         * ext/faad/gstfaad.h:
9313         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
9314         certain invalid muxed streams, where some packets will contain 
9315         junk after decoder data. Partially fixes #149158.
9316
9317 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
9318         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
9319           Make sure we only write to writable buffers
9320
9321 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
9322
9323         * gst-libs/gst/riff/riff-media.c:
9324         (gst_riff_create_audio_caps_with_data):
9325           Do actually fix invalid RIFF fmt header values for alaw
9326           and mulaw audio instead of just saying so.
9327
9328         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9329           Give gst_riff_create_audio_caps_with_data() a chance to
9330           fix up broken format header fields before extracting any
9331           parameters from the header. (fixes #167633)
9332
9333 2005-02-19  Martin Holters  <martin.holters@gmx.de>
9334
9335         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9336
9337         * gst/audioconvert/bufferframesconvert.c:
9338         (buffer_frames_convert_link):
9339           Don't leak othercaps. (fixes #167878)
9340
9341 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
9342
9343         * configure.ac:
9344         * ext/libvisual/visual.c: (gst_visual_srclink),
9345         (gst_visual_change_state):
9346           Support libvisual 0.2.0.
9347
9348 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
9349
9350         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
9351         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
9352           Use same rowstrides for I420 as used everywhere else.
9353
9354 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
9355
9356         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
9357           Declare variables at beginning of block and make gcc-2.95 happy
9358           (fixes # 167482, patch by Gergely Nagy).
9359           
9360         * gst/tcp/gsttcpclientsrc.c:
9361         * gst/tcp/gsttcpclientsrc.h:
9362           Move some includes into the header, so that struct sockaddr_in is
9363           defined when it should be defined on FreeBSD as well (fixes
9364           #167483).
9365           
9366         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
9367           Don't pass uninitialised values to setsockopt() here either.
9368
9369 2005-02-17  Luca Ognibene  <luogni at tin dot it>
9370
9371         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
9372
9373         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
9374           Don't pass uninitialised values to setsockopt(). (fixes #167704)
9375
9376 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9377
9378         * gst/playback/gstplaybin.c: (add_sink):
9379           Invert bin_add/link order to workaround deadlock in opt.
9380
9381 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9382
9383         * gst/modplug/gstmodplug.cc:
9384           Add missing break causing position queries to fail.
9385
9386 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9387
9388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
9389           Granpos can apparently be -1, which screws up calculations...
9390
9391 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
9392
9393         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
9394         (gst_ximagesink_send_pending_navigation),
9395         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
9396         (gst_ximagesink_init):
9397         * sys/ximage/ximagesink.h:
9398         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
9399         (gst_xvimagesink_send_pending_navigation),
9400         (gst_xvimagesink_navigation_send_event),
9401         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
9402         * sys/xvimage/xvimagesink.h:
9403           Use a mutex protected list to marshal navigation
9404           events into the stream thread from whichever thread
9405           sends them.
9406
9407 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
9408
9409         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
9410           Display current position and track length; misc. clean-ups.
9411           
9412         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
9413         (speed_init), (speed_chain):
9414           Add query function, so that the stream length and current position
9415           get adjusted when queried (note that current position queries may
9416           still be wrong if the audio sink returns values based on buffer
9417           timestamps instead of passing on the query).
9418
9419 2005-02-13  Benjamin Otte  <otte@gnome.org>
9420
9421         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
9422         (gst_audio_convert_channels):
9423           create channel conversion matrix when linking
9424         * gst/audioconvert/.cvsignore:
9425         * gst/audioconvert/Makefile.am:
9426         * gst/audioconvert/channelmixtest.c: (main):
9427           add (ugly) test that ensures stereo <=> mono conversion works
9428           correctly
9429
9430 2005-02-13  Benjamin Otte  <otte@gnome.org>
9431
9432         * gst/audioconvert/gstchannelmix.h:
9433           include missing header file
9434         * gst/audioconvert/gstchannelmix.c:
9435         (gst_audio_convert_fill_compatible):
9436           use same sign for both channels when converting to/from compatible
9437           channel. Previously used different signs made the signals cancel
9438           each other out and appear like silence. (fixes #167269)
9439
9440 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9441
9442         * gst/ffmpegcolorspace/avcodec.h:
9443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9444         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9445         (gst_ffmpegcsp_avpicture_fill):
9446         * gst/ffmpegcolorspace/imgconvert.c:
9447           Convert to and from YV12 (fixes #156379).
9448
9449 2005-02-12  Julien MOUTTE  <julien@moutte.net>
9450
9451         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
9452         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9453         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
9454         (gst_ximagesink_expose), (gst_ximagesink_set_property),
9455         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
9456         methods from chain and negotiation and vice versa (Fixes #166142).
9457         * sys/ximage/ximagesink.h: Add stream_lock.
9458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9459         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9460         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9461         (gst_xvimagesink_expose): Check for xcontext before trying to link.
9462
9463 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
9464
9465         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
9466           Don't send "Hey! You gave me a NULL pointer you naughty person" as
9467           error message when we can't open the DVD device (when dvdnav_open()
9468           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
9469           the above). Send something more useful instead (fixes #167117).
9470
9471 2005-02-11  Julien MOUTTE  <julien@moutte.net>
9472
9473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
9474         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
9475         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
9476         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
9477         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
9478         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
9479         methods from chain and negotiation and vice versa (Fixes #166142).
9480         Fix a possible bug of images in the buffer pool being discarded because
9481         we are looking at the wrong geometry.
9482         * sys/xvimage/xvimagesink.h: Add stream_lock.
9483
9484 2005-02-11  David Schleef  <ds@schleef.org>
9485
9486         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
9487         unsigned int. (fixes #167128)
9488
9489 2005-02-11  David Schleef  <ds@schleef.org>
9490
9491         * gst/librfb/Makefile.am: Testing stuff before committing is
9492           for wimps... and people with fast machines.  Fix stupid
9493           mistake.
9494
9495 2005-02-11  David Schleef  <ds@schleef.org>
9496
9497         * configure.ac: Pull in librfb from my CVS tree, because it is
9498           too small and annoying to be separate.  Move rfbsrc plugin
9499           to gst/.
9500         * ext/Makefile.am:
9501         * ext/librfb/Makefile.am:
9502         * ext/librfb/gstrfbsrc.c:
9503         * gst/librfb/Makefile.am:
9504         * gst/librfb/gstrfbsrc.c:
9505         * gst/librfb/rfb.c:
9506         * gst/librfb/rfb.h:
9507         * gst/librfb/rfbbuffer.c:
9508         * gst/librfb/rfbbuffer.h:
9509         * gst/librfb/rfbbytestream.c:
9510         * gst/librfb/rfbbytestream.h:
9511         * gst/librfb/rfbcontext.h:
9512         * gst/librfb/rfbdecoder.c:
9513         * gst/librfb/rfbdecoder.h:
9514         * gst/librfb/rfbutil.h:
9515
9516 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
9517
9518         * gst/speed/Makefile.am:
9519         * gst/speed/demo-mp3.c: (main):
9520         * gst/speed/filter.func:
9521         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
9522         (speed_class_init), (speed_init), (speed_chain_int16),
9523         (speed_chain_float32), (speed_chain), (speed_set_property),
9524         (speed_get_property), (speed_change_state):
9525         * gst/speed/gstspeed.h:
9526           Fix speed element and make it chain-based (fixes #156467),
9527           and make it handle more than one channel.
9528
9529 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
9530
9531         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
9532         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
9533         (gst_dtsdec_chain), (gst_dtsdec_change_state):
9534         * ext/dts/gstdtsdec.h:
9535           Don't clobber the stack constructing the channels array.
9536           Make the element chain-based. DTS tracks can now be played.
9537           
9538 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
9539
9540         * gst-libs/gst/audio/multichannel.h:
9541         * gst-libs/gst/gconf/gconf.h:
9542         * gst-libs/gst/idct/idct.h:
9543         * gst-libs/gst/media-info/media-info-priv.h:
9544         * gst-libs/gst/play/play.h:
9545         * gst-libs/gst/resample/private.h:
9546         * gst-libs/gst/resample/resample.h:
9547         * gst-libs/gst/riff/riff-ids.h:
9548         * gst-libs/gst/video/video.h:
9549         * gst-libs/gst/video/videosink.h:
9550           Add G_BEGIN_DECLS and G_END_DECLS around headers where
9551           missing, so that they work when included from C++ code.
9552
9553 2005-02-09  David Schleef  <ds@schleef.org>
9554
9555         * testsuite/gst-lint: Check for non-statically scoped
9556           parent_class variables.  This won't be a problem once
9557           plugins are loaded with RTLD_LOCAL.
9558
9559 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9560
9561         * ext/mplex/gstmplexibitstream.cc:
9562           gcc madness.
9563
9564 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9565
9566         * ext/ogg/gstogmparse.c:
9567         * gst/debug/gstnavigationtest.c:
9568           Die, thou faulty symbol pollutors (non-static parent_class).
9569
9570 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9571
9572         * ext/mplex/gstmplexibitstream.cc:
9573           Fix event handling (#165525).
9574
9575 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9576
9577         * ext/mikmod/gstmikmod.c:
9578         * gst/modplug/gstmodplug.cc:
9579           Add missing endianness to template (fixes #165509).
9580
9581 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9582
9583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
9584           Fix wrong order of reading of optional bytes (#165290).
9585
9586 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9587
9588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9589           Implement FILLER event awareness.
9590
9591 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9592
9593         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
9594           Fix track calculations (#166208).
9595
9596 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9597
9598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9599
9600         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
9601         * ext/libpng/gstpngenc.c:
9602           Fix byte-order, use proper fixed caps. Fixes #164197.
9603
9604 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
9605
9606         * configure.ac:
9607           Add dvdlpcmdec 
9608
9609         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
9610         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
9611           Don't push buffers if the src pad isn't negotiated yet.
9612           
9613         * gst/audioconvert/gstaudioconvert.c:
9614         (gst_audio_convert_buffer_to_default_format),
9615         (gst_audio_convert_buffer_from_default_format):
9616           Add support for 24-bit width.
9617
9618         * gst/dvdlpcmdec/.cvsignore:
9619         * gst/dvdlpcmdec/Makefile.am:
9620         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
9621         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
9622         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
9623         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
9624         (plugin_init):
9625         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
9626           New decoder for rearranging DVD LPCM into our audio/x-raw-int
9627           format. Needs support for the channels maps if someone can find 
9628           a DVD LPCM track with > 2 channels.
9629
9630         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
9631         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
9632         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
9633         * gst/mpegstream/gstdvddemux.h:
9634         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
9635         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
9636         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
9637         * gst/mpegstream/gstmpegdemux.h:
9638         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
9639         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
9640         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
9641         (gst_mpeg_parse_handle_src_query),
9642         (gst_mpeg_parse_handle_src_event):
9643           Use audio/x-dvd-lpcm for LPCM output.
9644           Add DTS output.
9645
9646 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
9647
9648         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9649
9650         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
9651         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
9652           Add BGRA handling (#165736).
9653
9654 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
9655
9656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9657
9658         * gst/law/alaw-decode.c: (alawdec_link):
9659         * gst/law/alaw-encode.c: (alawenc_link):
9660         * gst/law/mulaw-decode.c: (mulawdec_link):
9661         * gst/law/mulaw-encode.c: (mulawenc_link):
9662           Fix caps memleaks (#166600).
9663
9664 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
9665
9666         * ext/tarkin/mem.h:
9667         * ext/tarkin/wavelet.h:
9668         * ext/tarkin/yuv.h:
9669         * gst/ffmpegcolorspace/avcodec.h:
9670           Include "_stdint.h" instead of <stdint.h>. Fixes build on
9671           systems that don't have stdint.h, like Solaris9 (fixes #166631).
9672
9673 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9674
9675         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
9676         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
9677         (gst_xvimagesink_change_state):
9678           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
9679           Xv video (and thereby regenerate Xv colourkey) in clear() so
9680           that PLAY -> READY -> PLAY works (fixes #162504).
9681
9682 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9683
9684         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
9685           Switch to list instead of range, since MJPEG-devices really just
9686           support decimations, not any size.
9687
9688 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9689         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
9690         (gst_mpeg2dec_reset), (free_all_buffers),
9691         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
9692         * ext/mpeg2dec/gstmpeg2dec.h:
9693           The libmpeg2 user-allocated buffer management is awkward, 
9694           to say the least. Hopefully this fixes things.
9695
9696 2005-02-04  Andy Wingo  <wingo@pobox.com>
9697
9698         * gst/audioconvert/bufferframesconvert.c
9699         (buffer_frames_convert_fixate): New function, fixates to 256
9700         frames per buffer by default. (Much better than 1.)
9701         (buffer_frames_convert_init): Set the fixate function for both src
9702         and sink pad.
9703         (buffer_frames_convert_link): After success setting nonfixed caps,
9704         get the negotiated caps so we can know how many buffer-frames it
9705         will be. No idea how this worked at all before.
9706
9707 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
9708
9709         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
9710         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
9711         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
9712         (handle_sequence), (handle_picture):
9713         * ext/mpeg2dec/gstmpeg2dec.h:
9714           Rearrange buffer tracking and refcounting and refactor
9715           a little for readability. 
9716
9717 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
9718         * sys/v4l/gstv4l.c: (plugin_init):
9719         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
9720         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
9721         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
9722         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
9723         * sys/v4l/gstv4ljpegsrc.h:
9724         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
9725         * sys/v4l/v4l_calls.h:
9726         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
9727         (gst_v4lsrc_get_fps):
9728         * sys/v4l/v4lsrc_calls.h:
9729           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
9730           you jpeg inside rgb frames" driver.
9731           Don't error in the v4lsrc link function, just return 
9732           REFUSED.
9733
9734 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9735
9736         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
9737         (gst_qcamsrc_open):
9738           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
9739
9740 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9741
9742         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9743           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
9744
9745 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9746
9747         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
9748           Reset negotiated state on PAUSED->READY.
9749
9750 2005-02-02  David Schleef  <ds@schleef.org>
9751
9752         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
9753         whereever possible.  (Fixes #165997)
9754         * examples/capsfilter/capsfilter1.c: (main):
9755         * examples/dynparams/filter.c: (create_ui):
9756         * examples/seeking/cdparanoia.c: (get_track_info), (main):
9757         * examples/seeking/chained.c: (main):
9758         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
9759         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
9760         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
9761         (make_mpeg_pipeline), (make_mpegnt_pipeline):
9762         * examples/seeking/spider_seek.c: (make_spider_pipeline):
9763         * examples/switch/switcher.c: (main):
9764         * ext/dv/demo-play.c: (main):
9765         * ext/faad/gstfaad.c: (gst_faad_change_state):
9766         * ext/mad/gstmad.c: (gst_mad_chain):
9767         * ext/smoothwave/demo-osssrc.c: (main):
9768         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
9769         (gst_gconf_render_bin_from_description),
9770         (gst_gconf_get_default_audio_sink),
9771         (gst_gconf_get_default_video_sink),
9772         (gst_gconf_get_default_audio_src),
9773         (gst_gconf_get_default_video_src),
9774         (gst_gconf_get_default_visualization_element):
9775         * gst/level/demo.c: (main):
9776         * gst/level/plot.c: (main):
9777         * gst/playback/gstplaybin.c: (gen_video_element),
9778         (gen_audio_element):
9779         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
9780         * gst/playondemand/demo-mp3.c: (setup_pipeline):
9781         * gst/sine/demo-dparams.c: (main):
9782         * gst/spectrum/demo-osssrc.c: (main):
9783         * gst/speed/demo-mp3.c: (main):
9784         * gst/volume/demo.c: (main):
9785         * testsuite/embed/embed.c: (main):
9786
9787 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9788
9789         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
9790         (gst_tcpclientsink_finalize):
9791         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
9792         (gst_tcpclientsrc_finalize):
9793         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9794         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
9795         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
9796         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
9797           Don't leak the hostname when shutting down.
9798           In tcpserversrc, take a copy of the default hostname.
9799
9800 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9801
9802         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
9803           Set caps to systemstream=TRUE.
9804
9805 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9806
9807         * testsuite/Makefile.am:
9808           Fix more OSX buildbots.
9809
9810 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
9811
9812         * ext/mpeg2dec/gstmpeg2dec.c:
9813           Don't send things to NULL PAD_PEERs
9814
9815         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
9816           Copy-on-write the incoming buffer.
9817
9818         * gst/mpegstream/gstdvddemux.h:
9819         * gst/mpegstream/gstmpegclock.h:
9820         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
9821         (normal_seek), (gst_mpeg_demux_handle_src_event):
9822         * gst/mpegstream/gstmpegdemux.h:
9823         * gst/mpegstream/gstmpegpacketize.h:
9824         * gst/mpegstream/gstmpegparse.c:
9825         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
9826         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
9827         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
9828         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
9829         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
9830         * gst/mpegstream/gstmpegparse.h:
9831         * gst/mpegstream/gstrfc2250enc.h:
9832           Various changes to the way time is computed that make seeking and
9833           total time estimation much better here.
9834           Use G_BEGIN/END_DECLS instead of __cplusplus
9835
9836         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
9837           Use gst_buffer_stamp instead of only copying the TIMESTAMP
9838
9839 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9840
9841         * gst/subparse/gstsubparse.c:
9842           Fix OSX buildbot.
9843
9844 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9845
9846         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9847         (theora_enc_chain), (theora_enc_change_state):
9848         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
9849         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
9850         (gst_vorbisenc_change_state):
9851         * ext/vorbis/vorbisenc.h:
9852           Set granulepos and timestamp correctly for streams not
9853           starting at 0, taking into account the initial delay.
9854
9855 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
9856
9857         * gst/mpegstream/gstdvddemux.c:
9858           Add audio/x-dts to audio pad template caps
9859
9860 2005-01-30  David Schleef  <ds@schleef.org>
9861
9862         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
9863         (create_context), (gst_polypsink_link): Fix silly endianness
9864         bug.  Add some debugging.  Remove float from caps; it doesn't
9865         work.  Attempt to get remote audio working.
9866
9867 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9868
9869         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
9870           Add 3IV2 fourcc.
9871
9872 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9873
9874         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
9875         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
9876         (gst_avi_demux_stream_data):
9877         * gst/avi/gstavidemux.h:
9878           Invert DIB images. Fixes #132341.
9879
9880 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9883         (gst_ffmpegcsp_chain):
9884           D'oh, reference the palette data, not the palette structure.
9885           Fixes color distortion in #132341.
9886
9887 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9888
9889         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
9890           PAR can be non-fixed when not provided as argument (#162626).
9891
9892 2005-01-29  David Moore  <dcm@acm.org>
9893
9894         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9895
9896         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
9897         (gst_qtdemux_loop_header):
9898           Re-apply patch from #142272 that allows non-seekable sources,
9899           re-proposed by Daniel Drake <dsd@gentoo.org>.
9900
9901 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9902
9903         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
9904           Use the src template for creating the src pad (#162330).
9905
9906 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9907
9908         * configure.ac:
9909         * ext/musepack/Makefile.am:
9910         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
9911         (gst_musepackdec_init), (gst_musepackdec_dispose),
9912         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
9913         (gst_musepack_stream_init), (gst_musepackdec_loop),
9914         (gst_musepackdec_change_state):
9915         * ext/musepack/gstmusepackdec.cpp:
9916         * ext/musepack/gstmusepackdec.h:
9917         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
9918         (gst_musepack_reader_read), (gst_musepack_reader_seek),
9919         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
9920         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
9921         * ext/musepack/gstmusepackreader.cpp:
9922         * ext/musepack/gstmusepackreader.h:
9923           Update to 1.1 API (#165446).
9924
9925 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9926
9927         * ext/Makefile.am:
9928           Unbreak buildbot.
9929
9930 2005-01-28  Andy Wingo  <wingo@pobox.com>
9931
9932         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
9933         to reflect a different dubious internet source. Add a reference
9934         and some commentary.
9935
9936 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9937
9938         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
9939         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
9940         * gst/playback/gststreamselector.h:
9941           Be more selective when we're redoing caps negotiation from
9942           within the chain function on a stream change.
9943
9944 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9945
9946         * configure.ac:
9947         * ext/Makefile.am:
9948         * ext/amrnb/Makefile.am:
9949         * ext/amrnb/amrnb.c: (plugin_init):
9950         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
9951         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
9952         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
9953         (gst_amrnbdec_state_change):
9954         * ext/amrnb/amrnbdec.h:
9955         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
9956         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
9957         (gst_amrnbparse_init), (gst_amrnbparse_formats),
9958         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
9959         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
9960         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
9961         * ext/amrnb/amrnbparse.h:
9962           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
9963         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9964           Add AMR-NB/-WB raw formats.
9965         * ext/alsa/gstalsa.c: (gst_alsa_link):
9966           Keep valid time when changing format.
9967         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9968         (qtdemux_parse_trak):
9969           Add some more format-specific options (#140141, #143555, #155163).
9970
9971 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9972
9973         * gst/matroska/matroska-demux.c:
9974         (gst_matroska_demux_parse_blockgroup):
9975           Fix logic error in timing of subtitle stream synchronization.
9976         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
9977           Add skip-chunk, which is found in kodak-camera streams.
9978
9979 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9980
9981         * po/LINGUAS:
9982         * po/vi.po:
9983           Adding Vietnamese translation (submitted by Clytie Siddall)
9984
9985 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9986
9987         * gst/playback/gstdecodebin.c: (try_to_link_1):
9988           Use realpad for signal.
9989
9990 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9991
9992         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
9993           Fix category so decodebin picks it up.
9994
9995 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9996
9997         * ext/mad/Makefile.am:
9998         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
9999         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
10000         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
10001         (found_type), (gst_id3demux_bin_change_state):
10002         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
10003         (gst_id3_tag_init), (gst_id3_tag_handle_event),
10004         (gst_id3_tag_src_link), (gst_id3_tag_chain),
10005         (gst_id3_tag_change_state), (plugin_init):
10006         * ext/mad/gstmad.h:
10007           Add id3demuxbin (which is a simple bin consisting of id3demux
10008           and typefind), take over rank from id3demux, remove typefind
10009           code from id3demux. Makes all broken mp3s that I know of work,
10010           and thereby fixes #152688.
10011
10012 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
10013
10014         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10015
10016         * ext/mad/gstmad.c: (gst_mad_src_event):
10017         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10018           Allow seeks on audio pad, make mad forward those (#164826).
10019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10020           Set duration (#165335).
10021
10022 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10023
10024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
10025         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
10026         (gst_asf_demux_process_ext_content_desc),
10027         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
10028         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
10029         * gst/asfdemux/gstasfdemux.h:
10030           Improve metadata display, e.g. if the metadata comes before the
10031           streams are loaded (which is perfectly valid).
10032
10033 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10034
10035         * tools/gst-launch-ext-m.m:
10036           Fix AVI/ASF pipelines (#165340).
10037
10038 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
10039         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
10040         build failure on amd64
10041
10042 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
10043
10044         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
10045         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
10046           Check environment variables GST_ID3V2_TAG_ENCODING,
10047           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10048           list of character encodings to force interpretation of non-unicode
10049           strings stored in an ID3v2 tag to a particular encoding. If none
10050           is specified, try to use current locale's encoding, then fall back
10051           to ISO-8859-1 (which will always succeed). (Resolves #149274)
10052         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
10053         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
10054           Check environment variables GST_ID3V1_TAG_ENCODING,
10055           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
10056           list of character encodings to use in case a string encountered
10057           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
10058           specified, try to use the current locale's encoding, then fall
10059           back to ISO-8859-1 (which will always succeed).
10060
10061 2005-01-25  Benjamin Otte  <otte@gnome.org>
10062
10063         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10064           - on half framerate, compute the rate in advance so the comparisons
10065             don't compare wrong values
10066           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
10067             behaviour
10068           - don't use mad_header_decode anymore, mad_frame_decode does that
10069             automatically
10070           - when getting rid of consumed bytes, reset the stream's skiplen
10071           (fixes #163867)
10072
10073 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10074
10075         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
10076           Use 1/2 a second for default max_discont, as PES streams from DVB
10077           seem to have larger spacings in the SCR. 
10078           Fix a typo.
10079
10080 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10081
10082         * gst/playback/gstplaybasebin.c: (group_commit):
10083           Notify delayed stream-info availability.
10084
10085 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
10086         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
10087         (gst_a52dec_handle_event), (gst_a52dec_chain):
10088         Add some debug output. Check that a discont has a valid
10089         time associated.
10090         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10091         (gst_alsa_sink_loop):
10092         Ignore TAG events. A little extra debug for broken timestamps.
10093         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
10094         (dvdnavsrc_change_state):
10095         Ensure we send a discont to engage the link before we send any
10096         other events.
10097         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
10098         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
10099         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
10100         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
10101         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
10102         dvd://title works in totem because typefinding sends a seek that ends
10103         up going back to chapter 1 regardless.
10104         * ext/mpeg2dec/gstmpeg2dec.c:
10105         * ext/mpeg2dec/gstmpeg2dec.h:
10106         Output correct timestamps and handle disconts.
10107         * ext/ogg/gstoggdemux.c: (get_relative):
10108         Small guard against a null dereference.
10109         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
10110         (gst_textoverlay_set_property):
10111         Free memory when done. Don't call gst_event_filler_get_duration on
10112         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
10113         g_warning.
10114         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
10115         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
10116         (gst_sw_srclink), (gst_smoothwave_chain):
10117         Draw solid lines, prettier colours.
10118         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
10119         Add a default palette that'll work for some movies.
10120         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
10121         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
10122         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
10123         * gst/mpegstream/gstdvddemux.h:
10124         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
10125         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
10126         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
10127         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
10128         * gst/mpegstream/gstmpegparse.h:
10129         Use PTM/NAV events when for timestamp adjustment when connected to 
10130         dvdnavsrc. Don't use many discont events where one suffices.
10131         * gst/playback/gstplaybasebin.c: (group_destroy),
10132         (gen_preroll_element), (gst_play_base_bin_add_element):
10133         * gst/playback/gstplaybasebin.h:
10134         Make sure we remove subtitles from the same bin we put them in.
10135         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
10136         (gst_subparse_buffer_format_autodetect),
10137         (gst_subparse_change_state):
10138         Fix some memleaks and invalid accesses.
10139         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
10140         (oggskel_type_find), (cmml_type_find), (plugin_init):
10141         Some typefind functions for Annodex v3.0 files
10142         * gst/wavparse/gstwavparse.h:
10143         GstRiffReadClass is the correct parent class.
10144
10145 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10146
10147         * gst-libs/gst/riff/riff-media.c:
10148         (gst_riff_create_video_caps_with_data):
10149           Add extradata to huffyuv (fixes #165013).
10150         * gst-libs/gst/riff/riff-read.c:
10151         (gst_riff_read_strf_vids_with_data):
10152           Fix extradata extraction if it is in the chunk size.
10153
10154 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
10155
10156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10157
10158         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
10159         (gst_quarktv_change_state), (gst_quarktv_dispose):
10160           Memory free'ing location fix (#164708).
10161
10162 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10163
10164         * gst/playback/gstplaybasebin.c: (group_commit),
10165         (gen_preroll_element), (probe_triggered), (gen_source_element),
10166         (setup_source), (gst_play_base_bin_change_state),
10167         (gst_play_base_bin_add_element):
10168           Don't block for streams.
10169         * gst/playback/gststreaminfo.c: (stream_info_change_state),
10170         (gst_stream_info_set_mute):
10171           Use gst_pad_set_active_recursive.
10172
10173 2005-01-25  Andy Wingo  <wingo@pobox.com>
10174
10175         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
10176         for #ifndef HAVE_XVIDEO.
10177
10178 2005-01-24  Jeffrey C. Ollie
10179
10180         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
10181
10182         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
10183         * ext/gsm/gstgsmdec.h:
10184         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
10185         * ext/gsm/gstgsmenc.h:
10186         Fix rate to 8kHz as per spec, removes obscure errors when no rate
10187         was given by property. Add proper buffer timestamps and offsets.
10188
10189 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10190
10191         * gst-libs/gst/riff/riff-media.c:
10192         (gst_riff_create_audio_caps_with_data):
10193           Audio can be <8000Hz.
10194
10195 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10196
10197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10198           Explicit state change to workaround refcount bugs.
10199
10200 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10201
10202         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
10203         (gst_avimux_riff_get_avi_header):
10204           Fix...
10205
10206 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10207
10208         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
10209         (gst_riff_read_element_data):
10210         * gst-libs/gst/riff/riff-read.h:
10211           Add _peek version (req'ed in CDXA).
10212         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
10213         (gst_cdxaparse_loop):
10214           Fix parsing in playbin.
10215         * gst/playback/gstdecodebin.c: (close_pad_link):
10216           Ignore current_ pads, they cause major annoyance.
10217
10218 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10219
10220         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10221           Safety guard.
10222
10223 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10224
10225         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
10226           Fix padding...
10227
10228 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10229
10230         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
10231           Allow for 0-sized buffers. Fixes length query problems in
10232           starwars.mkv from the testsuite.
10233
10234 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
10235
10236         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
10237         (gst_video_box_i420), (gst_video_box_chain):
10238           Fix row strides for I420 (fixes #163159)
10239           
10240 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10241
10242         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10243           MPEG2 has a useful rate property, so we can actually use that.
10244           For MPEG-1, continue using the bytes/time properties.
10245
10246 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10247
10248         * gst-libs/gst/riff/riff-media.c:
10249         (gst_riff_create_video_caps_with_data),
10250         (gst_riff_create_video_template_caps):
10251           Add intel-h263.
10252
10253 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10254
10255         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10256           Fail if caps negotiation fails. Should fix #162184, and should
10257           definately be in there regardless of it fixing the actual bug.
10258         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
10259         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
10260         (gst_avimux_riff_get_avix_header),
10261         (gst_avimux_riff_get_video_header),
10262         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
10263         (gst_avimux_start_file), (gst_avimux_handle_event),
10264         (gst_avimux_change_state):
10265         * gst/avi/gstavimux.h:
10266           Refactor structure writing to use GST_WRITE_UINT macros, add
10267           metadata writing support.
10268
10269 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10270
10271         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
10272           Elements may already be destroyed when this function is called.
10273
10274 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10275
10276         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10277         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
10278           More memory leak fixes (#149162).
10279
10280 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10281
10282         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
10283         (gst_qtdemux_add_stream):
10284           Fix two memleaks.
10285
10286 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10287
10288         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10289           Argh...
10290
10291 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10292
10293         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
10294           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
10295           when fixating to six channels in Totem.
10296
10297 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10298
10299         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
10300           Fix compile warnings on Solaris 10 buildbot
10301
10302 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10303
10304         * ext/dvdread/dvdreadsrc.c: (_read):
10305           Don't read beyond the last cell in a chapter (fixes 
10306           invalid memory access)
10307
10308 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
10309
10310         * ext/dvdread/stream_labels.c:
10311         (dvdreadsrc_get_audio_stream_labels):
10312           Use NULL for an empty GList instead of g_list_alloc(); fix 
10313           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
10314           of GString (easier to bulk free later)
10315
10316 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10317
10318         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10319
10320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10321         (gst_ffmpeg_pixfmt_to_caps):
10322           Fix BGRA32 caps (#164209).
10323
10324 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
10325
10326         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10327
10328         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10329         (gst_ffmpeg_caps_to_pixfmt):
10330           alpha_mask can be RGBA/ABGR. Fixes #164265.
10331
10332 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
10333
10334         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10335
10336         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
10337         (gst_mpeg2dec_alloc_buffer):
10338         * ext/mpeg2dec/gstmpeg2dec.h:
10339           Crop if decoding size is not the actual image size (#163676).
10340
10341 2005-01-17  Steve Baker  <steve@stevebaker.org>
10342
10343         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10344
10345         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
10346         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
10347           Add libsndfile typefind functions (#163309).
10348
10349 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10350
10351         * tools/gst-launch-ext-m.m:
10352           Add .aac, fix .m1v/.m2v (#163891).
10353
10354 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10355
10356         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
10357           Sanity check, don't wait endlessly since the clock might not
10358           actually run at this point (which is a deadlock). Fixes #164069.
10359
10360 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10361
10362         * gst/playback/gstplaybasebin.c: (probe_triggered):
10363           Of course, only pause if group is done...
10364
10365 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10366
10367         * gst/playback/gstplaybasebin.c: (probe_triggered):
10368           Thread safety.
10369
10370 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
10371
10372         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
10373           Don't return state change success when the parent
10374           failed.
10375
10376 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10377
10378         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
10379           Free events (fix memleak in #162905).
10380
10381 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
10382
10383         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10384
10385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10386         (gst_ffmpeg_caps_to_pixfmt):
10387           Fix for depth = 15. Fixes #161675.
10388
10389 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10390
10391         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10392           Set FPS correctly, even for webcams and the like.
10393         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
10394           Don error on setting while capturing.
10395
10396 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10397
10398         * ext/dv/gstdvdec.c:
10399         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10400         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10401           I'm a bad boy. using /1001. to force C to do float division
10402           and not integer division (as it did in my last commit)
10403           Thanks to David I. Lehn for pointing this mistake.
10404
10405 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
10408           Revert Johan??s 1.35->1.36 since it breaks compat.
10409
10410 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10411
10412         * ext/dv/gstdvdec.c:
10413         * ext/libfame/gstlibfame.c:
10414         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10415         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
10416           replace framerate aproximations by their real value
10417           (24000/1001, 30000/1001, 60000/1001)
10418           Finish fixing bug #164049
10419
10420 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
10421
10422         * ext/ogg/gstoggmux.c:
10423           eos/bos debugging
10424         * gst/tcp/gstmultifdsink.c:
10425         * gst/tcp/gstmultifdsink.h:
10426         * gst/tcp/gsttcp.c:
10427         * gst/tcp/gsttcp.h:
10428         * gst/tcp/gsttcpclientsink.c:
10429         * gst/tcp/gsttcpclientsrc.c:
10430         * gst/tcp/gsttcpserversink.c:
10431         * gst/tcp/gsttcpserversrc.c:
10432           improve reusability of elements after state changes and errors
10433           make multifdsink throw away streamheaders when receiving new ones
10434
10435 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10436
10437         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10438           Fix for if items are already in list...
10439
10440 2005-01-12  Benjamin Otte  <otte@gnome.org>
10441
10442         * gst/adder/gstadder.c: (gst_adder_loop):
10443           fix adder a bit so it doesn't screw up with events as much anymore
10444
10445 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
10446
10447         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
10448         (pixbufscale_scale), (gst_pixbufscale_chain):
10449         * ext/gdk_pixbuf/pixbufscale.h:
10450           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
10451           to ensure rowstrides are calculated the same way as 
10452           ffmpegcolorspace
10453           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
10454           that we pick up duration and offset also.
10455
10456 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10457
10458         * gst/avi/gstavimux.c: (gst_avimux_class_init),
10459         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
10460           Reusability fixes.
10461
10462 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10463
10464         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
10465         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
10466         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
10467         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
10468           Update flags when requested.
10469
10470 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10471
10472         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
10473           Fix dmix.
10474
10475 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10478         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
10479         (probe_triggered), (new_decoded_pad), (gen_source_element),
10480         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
10481         * gst/playback/gstplaybasebin.h:
10482         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10483         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
10484         (gst_play_bin_change_state):
10485           Implement group-switch signal for use in apps to clear metadata
10486           cache, clean up subtitle, add suburi property instead of # hack,
10487           some error-out fixes.
10488
10489 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10490
10491         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10492           Debug.
10493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
10494           If we got a state change in the _get handler, don't return success.
10495
10496 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10497
10498         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
10499         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
10500           Make jpegdec quiet on MJPEG decoding
10501         * gst/asfdemux/README:
10502           Fix mimetypes for MJPEG and H263
10503
10504 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10505
10506         * ext/theora/theoradec.c: (theora_dec_chain):
10507           Fix broken code generation by gcc by swapping arguments.
10508         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10509           Fix \n in debug.
10510
10511 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10512
10513         * TODO:
10514           delete this file, it is by far outdated
10515         * ext/alsa/gstalsa.1: remove
10516         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
10517         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
10518         (gst_alsa_get_caps):
10519           Add HW probing for supported sample rates. Fixes #161704
10520
10521 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10522
10523         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10524           Don't crash, biatch! :).
10525
10526 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10527
10528         * ext/musepack/gstmusepackreader.cpp:
10529         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
10530           Some work on tags - still doesn't work in playbin...
10531         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10532           Handle events...
10533
10534 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10535
10536         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
10537           Also shove tags on kid pads.
10538
10539 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10540
10541         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
10542           Don't bail on unknown events.
10543         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
10544           Don't crash on events before negotiation.
10545         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10546           Send tags on pads, too.
10547         * gst/playback/gststreamselector.c:
10548         (gst_stream_selector_request_new_pad):
10549           Forward events on first pad if no input was selected yet.
10550
10551 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10552
10553         * gst/playback/gstplaybasebin.c: (setup_substreams):
10554           Don't disable streamtype if the stream doesn't exist, since
10555           then playing a video after audio will disable both and nothing
10556           will happen. Fixes the testsuite.
10557
10558 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10559
10560         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
10561         (gst_v4l_xoverlay_set_xwindow_id):
10562         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
10563         (gst_v4l2_xoverlay_set_xwindow_id):
10564           Add debug categories, fix overlay disabling.
10565
10566 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10567
10568         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
10569         * ext/alsa/gstalsa.h:
10570           Add HW probing for period_count/size and buffer_size MIX/MAX
10571           Adjust default/user defined value if out of bounds
10572           Should fix bug #162024
10573
10574 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10575
10576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
10577           Fix warning (#161191).
10578
10579 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10580
10581         * ext/dvdread/stream_labels.c:
10582         (dvdreadsrc_get_audio_stream_labels):
10583           Fix warning (init the good variable in switch default)
10584
10585 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
10586
10587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10588
10589         * gst/tta/gstttaparse.c: (gst_tta_src_event):
10590           Fix gcc-2.95 compile (#163485).
10591
10592 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10593
10594         * configure.ac:
10595         * ext/flac/gstflacenc.c: (gst_flacenc_init),
10596         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
10597         (gst_flacenc_tell_callback), (gst_flacenc_chain),
10598         (gst_flacenc_change_state):
10599         * ext/flac/gstflacenc.h:
10600           Update for API change in flac-1.1.1. Update requirement in
10601           configure.ac. Fixes #162974.
10602
10603 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10604
10605         * gst/playback/gstplaybasebin.c: (group_destroy):
10606           Remove hack to get rid of assert and get rid of unlinked
10607           signals properly.
10608
10609 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10610
10611         * gst/playback/gstplaybasebin.c: (setup_source):
10612           Set source to NULL so that resources are free'ed. Fixes issues
10613           with playback of CDDA and similar device-accessing things.
10614
10615 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10616
10617         * testsuite/embed/Makefile.am:
10618           test->noinst, fix make test in buildbot.
10619
10620 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10621
10622         * ext/dvdread/stream_labels.c: new file
10623         * ext/dvdread/stream_labels.h: new file
10624         * ext/dvdread/Makefile.am:
10625         * ext/dvdread/dvdreadsrc.c: (_seek_title):
10626           Extract audio stream label from DVD IFO files.
10627           It only dump them on the console for now, still have to
10628           make playbin aware of them.
10629
10630 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10631
10632         * gst/playback/gstplaybasebin.c: (setup_source):
10633           Fix hanging subs.
10634
10635 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10636
10637         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10638         (gen_preroll_element), (remove_groups), (setup_subtitle),
10639         (gen_source_element), (setup_source):
10640         * gst/playback/gstplaybasebin.h:
10641           Multiple .sub files is just a stupid idea... Fix some threading
10642           mistakes. Interestingly, external .sub files cause playbin to
10643           hang, I don't know why... Parsing fixes contributed by Fran??ois
10644           Kooman <fkooman@tuxed.net>.
10645
10646 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10647
10648         * testsuite/embed/Makefile.am:
10649           Fix buildbot.
10650
10651 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10652
10653         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10654
10655         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10656         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10657         (gst_pngenc_set_property):
10658         * ext/libpng/gstpngenc.h:
10659           Add compression level property (#163323).
10660
10661 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10662
10663         * configure.ac:
10664         * examples/capsfilter/capsfilter1.c: (main):
10665         * examples/seeking/spider_seek.c: (make_spider_pipeline):
10666         * ext/dvdread/Makefile.am:
10667         * ext/dvdread/demo-play:
10668         * ext/dvdread/demo-play.c:
10669         * gconf/gstreamer.schemas.in:
10670         * gst-libs/gst/gconf/gconf.c:
10671         * sys/v4l/TODO:
10672         * testsuite/Makefile.am:
10673         * testsuite/embed/Makefile.am:
10674         * testsuite/embed/embed.c: (cb_expose), (main):
10675           Remove all references to xvideosink, fix examples (#140845).
10676         * gst/playback/gstplaybasebin.c: (group_destroy):
10677           Apparently, disposal does not unlink - so do explicitely.
10678         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10679           Add debug.
10680
10681 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
10682
10683         * README: fix PKG_CONFIG_PATH instructions, what was there
10684         previously was breaking default search path, not nice. 
10685         Fixes #163358
10686
10687 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10688
10689         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
10690         (gst_audioscale_chain):
10691           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
10692           when resampling - how the ^@$^!@^! is this possible?!?
10693
10694 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10695
10696         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10697           Reset variables on READY.
10698         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
10699         (gst_matroska_mux_loop):
10700           Require data before writing header.
10701
10702 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
10703
10704         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10705
10706         * ext/mad/gstmad.c: (gst_mad_chain):
10707           Don't call mad_stream_sync() directly after recovering sync.
10708           Fixes #151661.
10709
10710 2005-01-09  Martin Eikermann  <meiker@upb.de>
10711
10712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10713
10714         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
10715         (snapshot_handler), (gst_snapshot_sinkconnect),
10716         (gst_snapshot_chain):
10717           Allocate resources when required, fix recursive signal emission
10718           and fix caps. Fixes #161667.
10719
10720 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
10721
10722         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10723
10724         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
10725         (gst_pngdec_chain):
10726           Handle only 8-bppc (bits-per-pixel-component) images, better
10727           error handling and correct strides. Fixes #163177.
10728         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
10729         (gst_pngenc_chain):
10730           Better error handling. Fixes #163348.
10731
10732 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10733
10734         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
10735         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
10736         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
10737         (dvdnavsrc_uri_handler_init):
10738           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
10739         * gst/playback/gstplaybasebin.c: (gen_source_element):
10740           Add MMS to streaming URIs.
10741
10742 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10743
10744         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10745         * sys/xvimage/xvimagesink.c:
10746         (gst_xvimagesink_navigation_send_event):
10747           Check for pad availability before sending event.
10748
10749 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10750
10751         * gst-plugins.spec.in:
10752           Add subparse.
10753
10754 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10755
10756         * configure.ac:
10757           Since we use functions from CVS, up requirement.
10758
10759 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10760
10761         * gst/playback/Makefile.am:
10762         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10763         (group_destroy), (group_commit), (group_is_muted),
10764         (gen_preroll_element), (add_stream), (unknown_type),
10765         (probe_triggered), (preroll_unlinked), (mute_stream),
10766         (silence_stream), (new_decoded_pad), (setup_substreams),
10767         (setup_source), (get_active_source), (mute_group_type),
10768         (muted_group_change_state), (set_active_source),
10769         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10770         (play_base_eos), (gst_play_base_bin_change_state):
10771         * gst/playback/gstplaybasebin.h:
10772         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10773         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
10774         (gst_stream_info_dispose), (stream_info_mute_pad),
10775         (stream_info_change_state), (gst_stream_info_set_mute):
10776         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
10777         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
10778         (gst_stream_selector_init), (gst_stream_selector_dispose),
10779         (gst_stream_selector_get_linked_pad),
10780         (gst_stream_selector_get_caps), (gst_stream_selector_link),
10781         (gst_stream_selector_get_linked_pads),
10782         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10783         * gst/playback/gststreamselector.h:
10784           Adding stream selection support plus required properties for
10785           applications to use this. Fully fixes #100931.
10786
10787 2005-01-08  Benjamin Otte  <otte@gnome.org>
10788
10789         * gst/games/gstpuzzle.c: (nav_event_handler):
10790           - handle nav events differently: forward every event no matter if it
10791             was handled or not.
10792           - translate events
10793           You can now cheat by using navigationtest ! puzzle and moving the
10794           mouse close to the edge of a tile. ;)
10795
10796 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10797
10798         * configure.ac:
10799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
10800         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
10801         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
10802         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
10803         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
10804         (gst_ogm_parse_plugin_init):
10805         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
10806         (gst_textoverlay_link), (gst_textoverlay_getcaps),
10807         (gst_textoverlay_event), (gst_textoverlay_video_chain),
10808         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
10809         * ext/pango/gsttextoverlay.h:
10810         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
10811         (gst_matroska_demux_handle_seek_event),
10812         (gst_matroska_demux_sync_streams),
10813         (gst_matroska_demux_parse_blockgroup),
10814         (gst_matroska_demux_subtitle_caps),
10815         (gst_matroska_demux_plugin_init):
10816         * gst/matroska/matroska-ids.h:
10817         * gst/playback/gstdecodebin.c: (close_pad_link):
10818         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
10819         (gen_preroll_element), (remove_groups), (add_stream),
10820         (new_decoded_pad), (setup_subtitles), (gen_source_element),
10821         (setup_source):
10822         * gst/playback/gstplaybasebin.h:
10823         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
10824         * gst/subparse/Makefile.am:
10825         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
10826         (gst_subparse_base_init), (gst_subparse_class_init),
10827         (gst_subparse_init), (gst_subparse_formats),
10828         (gst_subparse_eventmask), (gst_subparse_event),
10829         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
10830         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
10831         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
10832         (parse_mpsub_deinit), (parse_mpsub_init),
10833         (gst_subparse_buffer_format_autodetect),
10834         (gst_subparse_format_autodetect), (gst_subparse_loop),
10835         (gst_subparse_change_state), (gst_subparse_type_find),
10836         (plugin_init):
10837         * gst/subparse/gstsubparse.h:
10838         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
10839         (plugin_init):
10840           Add subtitle support, .sub parser (supports SRT and MPsub),
10841           OGM text support, Matroska UTF-8 text support, deadlock fixes
10842           all over the place, subtitle awareness in decodebin/playbin
10843           and some fixes to textoverlay to handle subtitles in a stream
10844           correctly. Fixes #100931.
10845
10846 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10847
10848         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
10849           Check for pad availability before doing a query on it.
10850
10851 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10852
10853         * ext/dv/gstdvdec.c:
10854           really fix bpp24/32 dvdec caps (classic rgba indeed)
10855         * gst/asfdemux/gstasfdemux.c:
10856         (gst_asf_demux_process_ext_content_desc):
10857           don't send text tags if they are empty (bis repetita)
10858
10859 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10860
10861         * ext/dv/gstdvdec.c:
10862          remove unneeded comment from dvdec
10863           (related to DV 4CC codes in AVI files)
10864           moved them in gstreamer/docs/random/mimetypes
10865         * gst/asfdemux/gstasfdemux.c:
10866         (gst_asf_demux_process_ext_content_desc):
10867          don't send text tags if they are empty
10868          fix mem leak on error path
10869         * gst/ffmpegcolorspace/avcodec.h:
10870         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10871         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10872         (gst_ffmpegcsp_avpicture_fill):
10873         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
10874         * gst/ffmpegcolorspace/imgconvert_template.h:
10875          adds BGR32 and BGRA32 to ffmpegcolorspace
10876           (still bad colors, fixing it on next commit)
10877           helps with dvdec outputing BGR32
10878
10879 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10880
10881         * ext/dv/gstdvdec.c:
10882          Fix audio caps i just broke (missing ',')
10883         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
10884         (gst_matroska_mux_reset):
10885          Fix typo + add FIXME about old "x-gst-metadata" crap
10886
10887 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10888
10889         * ext/dv/demo-play.c: (main):
10890          xvideosink -> xvimagesink
10891         * ext/dv/gstdvdec.c:
10892          change rgb 32/32 caps to 24/32 (no alpha)
10893          change nb of channels to be a list (2 or 4, not 2)
10894          change sample rate to be a list (32, 44.1, 48 kHz) not a range
10895         * gst/asfdemux/gstasfdemux.c:
10896         (gst_asf_demux_process_ext_content_desc):
10897          Add 'date/year' to extracted metadata list
10898
10899 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10900
10901         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
10902           The return value of fixate_to does not imply that the requested
10903           value was set, so don't assume.
10904
10905 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
10906
10907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10908
10909         * ext/libpng/gstpngdec.c:
10910         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
10911         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
10912         * ext/libpng/gstpngenc.h:
10913           Alpha support (encoder; #163161), mime fixage.
10914
10915 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
10916
10917         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10918
10919         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
10920         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
10921         (gst_faac_set_property), (gst_faac_get_property):
10922         * ext/faac/gstfaac.h:
10923           Allow for ADTS output (#153434).
10924
10925 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10926
10927         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
10928           Fix against template (#150576).
10929
10930 2005-01-06  Benjamin Otte  <otte@gnome.org>
10931
10932         * gst/games/gstpuzzle.c: (draw_puzzle):
10933           don't draw a puzzle if either width or height of tiles would be 0.
10934
10935 2005-01-06  Benjamin Otte  <otte@gnome.org>
10936
10937         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
10938         (gst_puzzle_class_init), (gst_puzzle_finalize):
10939           no memleaks, please
10940         (gst_puzzle_create), (gst_puzzle_init),
10941         (gst_puzzle_set_property), (gst_puzzle_setup):
10942           change initialization code around so we don't reshuffle on resize
10943         (draw_puzzle):
10944           fix another stupid typo
10945
10946 2005-01-06  Benjamin Otte  <otte@gnome.org>
10947
10948         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
10949           fix stupid typo that borked copying on YUY2
10950
10951 2005-01-06  Benjamin Otte  <otte@gnome.org>
10952
10953         * gst/games/gstpuzzle.c: (draw_puzzle):
10954           fix edges when image sizes aren't multiples of tile sizes
10955
10956 2005-01-06  Benjamin Otte  <otte@gnome.org>
10957
10958         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
10959           make RGB endianness work correctly
10960         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
10961           refactor and fix race with initial shuffling
10962         (nav_event_handler):
10963           allow using the mouse to puzzle
10964         (draw_puzzle):
10965           insist on tiles having width and height as multiples of 4 to get
10966           clean YUV image handling
10967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10968         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
10969           s/DEBUG/LOG/ for common messages
10970         (gst_xvimagesink_navigation_send_event):
10971           fix mouse event translation to not include screen PAR
10972         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
10973           fix mouse event translation to actually work
10974
10975 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10976
10977         * gst/asfdemux/gstasfdemux.c:
10978         (gst_asf_demux_process_ext_content_desc):
10979          Extract TrackNumber metadata + clean up code
10980         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
10981          Hope this is the good fix (var used unitialised)
10982
10983 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10984
10985         * ext/faad/gstfaad.c: (gst_faad_chain):
10986           Only increment timestamp if it's valid. Fixes raw AAC streams.
10987
10988 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10989
10990         * configure.ac:
10991         * gst/games/Makefile.am:
10992         * gst/games/gstpuzzle.c:
10993           add a puzzle game with...
10994         * gst/games/gstvideoimage.c:
10995         * gst/games/gstvideoimage.h:
10996           ... full colorspace support (that includes YUV9 and RGB16)) stolen
10997           from videotestsrc and made into something that would be a nice
10998           library for a lot of other plugins.
10999
11000 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11001
11002         * configure.ac:
11003          don't compile faad plugin if a RC of 2.0 is found
11004          Fixes #155346 (and FC1 buildbot)
11005         * gst/asfdemux/gstasfdemux.c:
11006         (gst_asf_demux_process_ext_content_desc):
11007          try to make Solaris compiler happier
11008
11009 2005-01-06  Paul Jack  <pjack@sfaf.org>
11010
11011         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11012
11013         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
11014           Fix segfault (#161667).
11015
11016 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11017
11018         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
11019           Fix framerate reporting.
11020
11021 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11022
11023         * gst-libs/gst/riff/riff-ids.h:
11024         * gst/wavenc/riff.h:
11025          Add AMR (VBR and CBR) ids to riff.h audio codec list
11026         * gst/asfdemux/gstasfdemux.c:
11027         (gst_asf_demux_process_ext_content_desc),
11028         (gst_asf_demux_process_object):
11029           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
11030
11031 2005-01-05  Martin Eikermann  <meiker@upb.de>
11032
11033         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11034
11035         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11036         (gst_dvd_demux_handle_discont):
11037         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
11038         (gst_mpeg_demux_handle_discont):
11039           Recreate pads on new-media (#160730).
11040         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
11041           Send discont even if manager changes timestamps (#161929).
11042
11043 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
11044
11045         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11046
11047         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
11048           Fix invalid memory access (#159211).
11049
11050 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11051
11052         * examples/gstplay/player.c: (main):
11053           Don't iterate.
11054         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
11055           Add visualizations.
11056         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
11057         (gst_a52dec_handle_frame):
11058           Set duration.
11059         * ext/dvdnav/gst-dvd:
11060           Add audioconvert. Fixes #161325.
11061         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
11062           Explicitely case to gint64. Possible valgrind error.
11063         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
11064         (gst_play_tick_callback), (gst_play_change_state),
11065         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
11066         (gst_play_set_location), (gst_play_get_location),
11067         (gst_play_seek_to_time), (gst_play_set_data_src),
11068         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11069         (gst_play_set_visualization), (gst_play_connect_visualization),
11070         (gst_play_get_framerate), (gst_play_get_all_by_interface),
11071         (gst_play_new):
11072           Use playbin. Fixes #139749 and #147744.
11073         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
11074           Add genre tag.
11075         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
11076         (audioscale_get_type), (gst_audioscale_base_init),
11077         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
11078         (gst_audioscale_getcaps), (gst_audioscale_fixate),
11079         (gst_audioscale_link), (gst_audioscale_get_buffer),
11080         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
11081         (gst_audioscale_init), (gst_audioscale_dispose),
11082         (gst_audioscale_chain), (gst_audioscale_set_property),
11083         (gst_audioscale_get_property), (plugin_init):
11084           Indent properly.
11085         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
11086           Fix LPCM.
11087         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
11088         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
11089         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
11090           Add more metadata (fixes #162656).
11091
11092 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11093
11094         * configure.ac:
11095           back to cvs
11096
11097 === release 0.8.7 ===
11098
11099 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11100
11101         * NEWS:
11102         * RELEASE:
11103         * configure.ac:
11104           releasing 0.8.7, "Hyperspace"
11105
11106 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
11107
11108         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11109
11110         * gst/playback/gstplaybasebin.c:
11111          Fix for #162924 - free caps after use, not before
11112
11113 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11114
11115         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11116
11117         * gst/playback/gstplaybasebin.c:
11118         * gst/wavparse/gstwavparse.c:
11119           Fix for #154773 - fixes playback of small .wav files
11120
11121 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11122
11123         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
11124
11125         * gst/audioscale/gstaudioscale.c:
11126           Fix for #162819 - make audioscale reusable
11127           Fixes playback of more than one file with playbin/totem
11128
11129 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11130
11131         * gst/ffmpegcolorspace/avcodec.h:
11132         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11133         * gst/ffmpegcolorspace/imgconvert.c:
11134           clean up the mess that made me cry and avoid needless duplication
11135
11136 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
11137
11138         * gst/ffmpegcolorspace/imgconvert.c:
11139           give some indication of why we're segfaulting
11140
11141 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11142
11143         * configure.ac:
11144           Fix indentation, fix v4l2 plugin detection.
11145         * ext/Makefile.am:
11146           Fix libmms location (Maciej, use diff -u!).
11147         * ext/alsa/gstalsa.c: (gst_alsa_init):
11148           Initialize caps cache to NULL.
11149         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11150           Only change state on audiosink if it exists.
11151
11152 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
11153
11154         * gst/matroska/matroska-demux.c:
11155         * gst/matroska/matroska-ids.h:
11156         * gst/matroska/matroska-demux.h:
11157         Fix Vorbis streams failing to decode in some files, where cluster_time
11158         isn't 0, because then it doesn't send codec_priv before actual data.
11159         Remove time-based test and replace it with marker set on beginning of
11160         new stream
11161
11162 2004-12-28  David Schleef  <ds@schleef.org>
11163
11164         Merge patch from Ronald fixing problems with streaming
11165         text.
11166         * ext/cairo/gstcairo.c: (plugin_init):
11167         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11168         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11169         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11170         (gst_textoverlay_font_init), (gst_textoverlay_init),
11171         (gst_textoverlay_set_property):
11172         * ext/cairo/gsttextoverlay.h:
11173
11174 2004-12-27  David Schleef  <ds@schleef.org>
11175
11176         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
11177         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
11178         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
11179         (gst_textoverlay_font_init), (gst_textoverlay_init),
11180         (gst_textoverlay_set_property): Improvements to actually
11181         render text as white on black outline on video, including
11182         font selection and horizontal/vertical alignment.  (Ronald's
11183         christmas present)
11184         * ext/cairo/gsttextoverlay.h:
11185
11186 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11187
11188         * ext/ogg/gstogg.c:
11189         * ext/ogg/gstogmparse.c:
11190           fix ogm[audio/video]parse plugin registration
11191           (riff won't load if bytestream is already loaded)
11192
11193 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11194
11195         * gst/audioconvert/gstchannelmix.c:
11196           fix for GLIB < 2.4
11197
11198 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11199
11200         * Makefile.am:
11201         * configure.ac:
11202           disable docs again until it actually passes make distcheck.
11203
11204 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11205
11206         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
11207         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
11208         (plugin_init):
11209           Add 3GP (variables name Q3GP because they can't start with a
11210           number). Add samr audio fourcc (used in .3gp files), decoder
11211           is work in progress. Also do a GST_WARNING instead of ERROR
11212           in case of unknown nodes, to decrease output.
11213
11214 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11215
11216         * Makefile.am:
11217           really fix dist
11218
11219 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11220
11221         * configure.ac:
11222         * ext/speex/gstspeexdec.h:
11223         * ext/speex/gstspeexenc.h:
11224           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
11225           Fix detection code in configure.ac
11226
11227 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11228
11229         * gst/matroska/matroska-demux.c:
11230         (gst_matroska_demux_parse_blockgroup):
11231           Save position, so that queries give proper return values. Don't
11232           know how this could ever have worked before...
11233
11234 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11235
11236         * configure.ac:
11237           Put additional LAME check inside the conditional.  Fixes #152339
11238
11239 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11240
11241         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11242         (gst_avi_demux_stream_scan):
11243           Add some more debug. Fix logic error when setting movi offset
11244           while reading index.
11245
11246 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11247
11248         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11249         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
11250         (gst_avi_demux_process_next_entry):
11251           Add some debugging. Better detection of broken indexes and the
11252           accompanying index recovery. No infinite loops on state changes
11253           when we're still in our loopfunction.
11254
11255 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11256
11257         * configure.ac:
11258           Fix up.
11259
11260 2004-12-22  Archana Shah  <archana.shah@wipro.com>
11261
11262         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
11263
11264         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
11265           Normalizing the value before setting
11266         (gst_sunaudiomixer_get_volume):
11267           Normalizing the value after getting. Fixes bug# 161980
11268
11269 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11270
11271         * Makefile.am: Make sure docs gets disted
11272         * docs/Makefile.am: Make sure all needed files get disted
11273         * gst-plugins.spec.in: latest updates
11274
11275 2004-12-22  Wim Taymans  <wim@fluendo.com>
11276
11277         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
11278         Revert patch 1.38 as clock distribution over schedulers does
11279         not work correcly in the core yet.
11280
11281 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11282
11283         * sys/oss/README: remove this file, which predates my birth
11284           (and which content is by far outdated)
11285
11286 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
11287
11288         * Makefile.am:
11289         * configure.ac:
11290         * docs/Makefile.am:
11291         * docs/libs/Makefile.am:
11292         * docs/libs/gst-plugins-libs-docs.sgml:
11293         * docs/libs/gst-plugins-libs-sections.txt:
11294         * docs/libs/tmpl/gstgconf.sgml:
11295         * docs/upload.mak:
11296         * docs/version.entities.in:
11297           Added boilerplate gtk-doc files for plugin-libs documentation.
11298
11299 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11300
11301         * gst/auparse/gstauparse.c: fix int and float audio caps
11302
11303 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11304
11305         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
11306         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
11307           g_assert() can be a macro, don't use #ifdef inside it.
11308
11309 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
11310
11311         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11312
11313         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11314         (gst_videorate_init), (gst_videorate_chain),
11315         (gst_videorate_change_state):
11316           Event handling (fixes #159986).
11317
11318 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11319
11320         * gst-libs/gst/riff/riff-media.c:
11321         (gst_riff_create_video_caps_with_data):
11322           Add BLZ0 (Blizzard's version of DivX) fourcc.
11323
11324 2004-12-18  David Schleef  <ds@schleef.org>
11325
11326         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
11327         portability fix.
11328
11329 2004-12-18  David Schleef  <ds@schleef.org>
11330
11331         * gst/tta/ttadec.h: Disable some header code that isn't used
11332         and clearly isn't portable.
11333
11334 2004-12-18  David Schleef  <ds@schleef.org>
11335
11336         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
11337         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
11338         (avcodec_get_pix_fmt), (avpicture_layout),
11339         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
11340         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
11341         Fix code to not use GCC extensions (and c99 extensions that
11342         Forte does not like.)
11343
11344 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
11345
11346         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11347
11348         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11349         (gst_deinterlace_chain):
11350           Rowstride fixes. Fixes #161039.
11351         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
11352         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
11353         (gst_video_crop_getcaps), (gst_video_crop_link),
11354         (gst_video_crop_i420), (gst_video_crop_chain),
11355         (gst_video_crop_change_state):
11356           Rework of negotiation. Actually works now. Fixes #158650.
11357
11358 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11359
11360         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
11361           That was very stupid.
11362
11363 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11364
11365         * gst/matroska/matroska-demux.c:
11366         (gst_matroska_demux_parse_blockgroup):
11367           Fix possible crasher.
11368
11369 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11370
11371         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
11372         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
11373           Lace sizes can be zero.
11374
11375 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11376
11377         * ext/musepack/gstmusepackdec.cpp:
11378           Fetch error return values. Fixes #161624.
11379         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
11380           Really EOS.
11381
11382 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11383
11384         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
11385           Work for truncated (unfinished download etc.) files. Fixes #160514.
11386
11387 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11388
11389         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
11390           Fix for integer overflow. Makes #156001 not crash. Probably masks
11391           the real bug.
11392
11393 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11394
11395         * gst/ac3parse/gstac3parse.c: (plugin_init):
11396           Parsers never have ranks. Fixes #159651.
11397
11398 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11399
11400         * gst/playback/gstdecodebin.c: (compare_ranks):
11401           make sure the facotries are ordered the same every time even if they
11402           have the same rank by using the name
11403         * gst/playback/gstdecodebin.c: (find_compatibles):
11404           make sure we don't add factories to the list twice
11405
11406 2004-12-16  David Schleef  <ds@schleef.org>
11407
11408         * configure.ac: look for musepack headers as musepack/*.h
11409         (fixes #159847)
11410         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
11411         * ext/musepack/gstmusepackreader.h: same
11412
11413 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11414
11415         * gst-libs/gst/riff/riff-read.c:
11416         (gst_riff_read_strf_auds_with_data):
11417           Read extradata correctly (fixes #155879).
11418
11419 2004-12-16  David Schleef  <ds@schleef.org>
11420
11421         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
11422         audio.  does _not_ attempt or allow conversion unless channels
11423         is 1 or 2.
11424
11425 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11426
11427         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
11428
11429 2004-12-16  David Schleef  <ds@schleef.org>
11430
11431         * gst/audioscale/gstaudioscale.c: the resample library only
11432         handles 1 or 2 channels.  Change caps to compensate.
11433
11434 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11435
11436         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
11437         (gst_matroska_demux_audio_caps):
11438           Some MPEG-AAC hacks, because else it doesn't work...
11439
11440 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11441
11442         * gst-libs/gst/riff/riff-media.c:
11443         (gst_riff_create_video_caps_with_data),
11444         (gst_riff_create_video_template_caps):
11445           Add h264.
11446
11447 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11448
11449         * gst-libs/gst/audio/Makefile.am:
11450           Try to fix buildbot.
11451
11452 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11453
11454         * gst/tcp/gstmultifdsink.c:
11455           Clean up and uniformize debugging.
11456
11457 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
11458
11459         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11460
11461         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
11462         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
11463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
11464         (gst_mpeg_demux_change_state):
11465           Reset on ready. Fixes 160276.
11466
11467 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11468
11469         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11470
11471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11472         (gst_ffmpegcsp_pad_link):
11473           Fix memleak (#154815).
11474
11475 2004-12-16  James Bowes  <bowes@cs.dal.ca>
11476
11477         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11478
11479         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
11480         (gst_musicbrainz_init), (gst_musicbrainz_chain),
11481         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
11482         * ext/musicbrainz/gsttrm.h:
11483           Add support for using a proxy server when getting a trm id from
11484           the MusicBrainz database (#149613).
11485
11486 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
11487
11488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11489
11490         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
11491         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11492           Fix memleaks (#157233).
11493
11494 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
11495
11496         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11497
11498         * gst-libs/gst/resample/resample.c: (gst_resample_close):
11499         * gst-libs/gst/resample/resample.h:
11500         * gst/audioscale/gstaudioscale.c:
11501           Fix memleak (#159215).
11502
11503 2004-12-16  Toni Willberg  <toniw@iki.fi>
11504
11505         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11506
11507         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
11508         * sys/oss/oss_probe.c: (main):
11509           Check for mono/stereo support (similar to samplerate probing),
11510           fixes #159433. Also add missing copyright header to oss_probe.c.
11511
11512 2004-12-15  David Schleef  <ds@schleef.org>
11513
11514         * configure.ac: add audioresample and cairo plugins.  Remove
11515         HAVE_MMX stuff, because it's not used.
11516         * ext/Makefile.am: same
11517         * ext/audioresample/Makefile.am: You are not ready for an
11518         audio resampling element based on audioresample.
11519         * ext/audioresample/gstaudioresample.c:
11520         * ext/audioresample/gstaudioresample.h:
11521         * ext/cairo/Makefile.am: You are not ready for overlay elements
11522         based on cairo.  Don't look too closely, these elements kinda
11523         suck right now.
11524         * ext/cairo/gstcairo.c: new
11525         * ext/cairo/gsttextoverlay.c: new
11526         * ext/cairo/gsttextoverlay.h: new
11527         * ext/cairo/gsttimeoverlay.c: new
11528         * ext/cairo/gsttimeoverlay.h: new
11529         * gst-libs/gst/media-info/media-info-priv.h: fix compile
11530         problem with compilers that don't support variadic macros.
11531
11532 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
11533
11534         Reviewed by:  David Schleef  <ds@schleef.org>
11535
11536         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
11537         Bala, registering sunaudiosrc (oops!), and cleaning up code a
11538         bit.  Also ran indent-gst.
11539         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
11540         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
11541         (gst_sunaudiosrc_setparams):
11542
11543 2004-12-14  David Schleef  <ds@schleef.org>
11544
11545         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
11546         output rate to 16000.  Should fix #160235.
11547
11548 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11549
11550         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
11551         Add typefinding for mpeg2 pes streams
11552
11553 2004-12-13  David Schleef  <ds@schleef.org>
11554
11555         * configure.ac:  Applied patch from bug #143659, making default
11556         sources and sinks OS-dependent (for Solaris), and added code
11557         for OS/X.
11558         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
11559
11560 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11561
11562         * gst-libs/gst/riff/riff-media.c:
11563           forgot to add h2.64 to avidemux template caps
11564
11565 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11566
11567         * gst/wavenc/riff.h:
11568         * gst-libs/gst/riff/riff-media.c:
11569         * gst-libs/gst/riff/riff-ids.h:
11570         * gst/avi/gstavimux.c
11571         add 4CC code for VideoSoft h264 in AVI (VSSH)
11572           fixes bug #160655
11573         remove s323 from riff, it's quicktime specific :(
11574
11575 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11576
11577         * gst/asfdemux/README
11578         * gst/wavenc/riff.h
11579         * gst-libs/gst/riff/riff-ids.h
11580         * gst-libs/gst/riff/riff-media.c
11581         * gst/qtdemux/qtdemux.c:
11582           add new 4CC codes for h263 related codecs
11583           fixes partially bug #155163
11584
11585 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
11586
11587         * configure.ac: Update polyaudio requirement to 0.7
11588         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
11589
11590 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11591
11592         * gst/interleave/deinterleave.c:
11593         fix my name's spelling! :)
11594
11595 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11596
11597         * AUTHORS ChangeLog
11598         * gst/auparse/gstauparse.c
11599         * gst/interleave/deinterleave.c
11600         * gst/law/:
11601                 alaw-decode.c alaw-encode.c
11602                 mulaw-decode.c mulaw-encode.c
11603         * gst/oneton/gstoneton.c
11604         * sys/osxaudio/:
11605                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
11606         * sys/osxvideo/:
11607                 cocoawindow.h cocoawindow.m
11608                 osxvideosink.h osxvideosink.m
11609
11610         put the same mail address for Zaheer Abbas Merali everywhere
11611
11612 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11613
11614         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
11615           Align by packetsize, and assert that we a packet available before
11616           playing. The first makes webstreams work (they often include
11617           trailing padding data in a packet), the second allows pausing a
11618           ASF stream in totem without getting demux errors afterwards.
11619
11620 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11621
11622         * ext/ogg/gstoggdemux.c: (get_relative):
11623           Check for non-NULL before accessing member (end-of-chain).
11624
11625 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11626
11627         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
11628         (cdparanoia_set_property), (cdparanoia_get_property):
11629         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11630         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
11631         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
11632         (dvdreadsrc_init), (dvdreadsrc_set_property),
11633         (dvdreadsrc_get_property):
11634         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
11635         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
11636           Synchronize property names where not yet the case. Devices are
11637           now device=X, other versions are deprecated (but still exist).
11638           Also use g_free() unconditionally.
11639         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11640         (setup_source), (gst_play_base_bin_get_property):
11641           Expose source.
11642
11643 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
11644
11645         * configure.ac: move GCONF macro outside conditional for the am
11646           conditional. Fixes #160439
11647
11648 2004-12-08  David Schleef  <ds@schleef.org>
11649
11650         * tools/gst-visualise-m.m: Switch to elements that currently
11651         exist.
11652
11653 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11654
11655         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
11656           We love wrong commas.
11657
11658 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11659
11660         * gst/matroska/matroska-demux.c:
11661         (gst_matroska_demux_handle_src_query):
11662           Don't set DEFAULT, unsupported - makes length display incorrectly
11663           in some cases.
11664
11665 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11666
11667         * gst/monoscope/README: remove blurb about files being GPL
11668         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
11669         * gst/monoscope/monoscope.c: Change license to BSD with explanation
11670           monoscope is now effectively LGPL licensed
11671
11672 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
11673
11674         * gst/monoscope/README: Update information to be more correct
11675         * gst/monoscope/convolve.c: Relicense to LGPL
11676         * gst/monoscope/convolve.h: Relicense to LGPL
11677
11678 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
11679
11680         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
11681           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
11682         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
11683           set default_duration for mpeg1 audio
11684
11685 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11686
11687         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
11688         * ext/alsa/gstalsa.h:
11689           refactor big chunks of the core caps negotiation code to make it
11690           a lot faster, because people claim it's really slow
11691           (actually, just cache the getcaps when the device is opened)
11692
11693 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11694
11695         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
11696         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
11697         (gst_a52dec_handle_frame), (gst_a52dec_chain),
11698         (gst_a52dec_change_state), (plugin_init):
11699         * ext/a52dec/gsta52dec.h:
11700           Do something useful with timestamps. Make chain-based (since
11701           there's really no reason to be loopbased).
11702         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
11703           Update current_byte/frame correctly.
11704
11705 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11706
11707         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
11708         (gst_ape_demux_stream_init):
11709           Forward tags, too.
11710
11711 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11712
11713         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
11714           Let's make sure we're done typefinding when detecting tags.
11715
11716 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11717
11718         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
11719         (gst_ebml_read_init), (gst_ebml_read_use_event),
11720         (gst_ebml_read_element_id), (gst_ebml_peek_id),
11721         (gst_ebml_read_seek), (gst_ebml_read_skip),
11722         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
11723         (gst_ebml_read_master):
11724         * gst/matroska/ebml-read.h:
11725         * gst/matroska/matroska-demux.c:
11726         (gst_matroska_demux_parse_contents),
11727         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
11728           Disgustingly evil hack for working around INTERRUPT events and
11729           their extremely annoying habit of being a pain in the ass. We
11730           simply peek a cluster before reading any of it.
11731
11732 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11733
11734         * ext/musepack/gstmusepackdec.cpp:
11735           There's also floating point libmusepacks.
11736
11737 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11738
11739         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
11740         (gst_faad_chanpos_to_gst), (gst_faad_chain):
11741           Set DURATION even if source buffer didn't. Also use increasing
11742           timestamps.
11743         * gst-libs/gst/riff/riff-media.c:
11744         (gst_riff_create_audio_caps_with_data):
11745           Block_align can have larger values than 8192.
11746
11747 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11748
11749         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
11750         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
11751         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
11752         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
11753           Fix caps.
11754
11755 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11756
11757         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
11758           Fix logic bug.
11759
11760 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
11763           Yay, another one.
11764
11765 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11766
11767         * ext/esd/esdsink.c: (gst_esdsink_chain):
11768           Make error actually say something useful (fixes #156798).
11769         * gst-libs/gst/riff/riff-media.c:
11770         (gst_riff_create_video_caps_with_data),
11771         (gst_riff_create_video_template_caps):
11772           Add Intel Video 5.0 fourcc (IV50).
11773
11774 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
11775
11776         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
11777         detection on mono and stereo mp3 files.
11778
11779 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11780
11781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11782           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
11783           the contained stream).
11784
11785 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11786
11787         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
11788           Oops, remove debug.
11789
11790 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11791
11792         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11793
11794         * gst/law/alaw-decode.c: (alawdec_getcaps):
11795         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
11796           Prevent warnings when negotiating caps (fixes #159338).
11797
11798 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11799
11800         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11801         (gst_ffmpegcsp_chain):
11802           Remove old leftover that shouldn't be there...
11803
11804 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
11805
11806         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11807
11808         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
11809           Don't forward DISCONT events (fixes #159684).
11810
11811 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11812
11813         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
11814           Unlink manually since sometimes bin disposal (and therefore
11815           pad unlinking) is delayed, which will cause a new media file
11816           to not be able to start playing instantly.
11817
11818 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11819
11820         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
11821           On mute of an unlinked stream, check for pad availability so
11822           we don't crash on unlinked pad.
11823
11824 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11825
11826         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
11827         (gst_avi_demux_massage_index):
11828           Fix quite humiliating bug in omitting 0-sized index chunks but
11829           forgetting to count them for timestamps.
11830
11831 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11832
11833         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11834           Actually leave the loop if we failed to sync. Don't crash.
11835
11836 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
11839         (gst_dvd_demux_process_private):
11840         * gst/mpegstream/gstdvddemux.h:
11841           Fix crash (#159759). Doesn't work, though. :-(.
11842
11843 2004-11-28  Benjamin Otte  <otte@gnome.org>
11844
11845         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11846           more overwriting protection due to modifying channels one by one
11847           instead of all at once
11848
11849 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11850
11851         * gst/audioconvert/gstchannelmix.c:
11852         (gst_audio_convert_fill_normalize):
11853           Normalize using absolute values.
11854
11855 2004-11-28  Julien MOUTTE  <julien@moutte.net>
11856
11857         * configure.ac:
11858         * ext/Makefile.am:
11859         * ext/directfb/Makefile.am:
11860         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
11861         (gst_directfbvideosink_get_pixel_format),
11862         (gst_directfbvideosink_get_format_from_fourcc),
11863         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
11864         (gst_directfbvideosink_sink_link),
11865         (gst_directfbvideosink_change_state),
11866         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
11867         (gst_directfbvideosink_buffer_alloc),
11868         (gst_directfbvideosink_interface_supported),
11869         (gst_directfbvideosink_interface_init),
11870         (gst_directfbvideosink_navigation_send_event),
11871         (gst_directfbvideosink_navigation_init),
11872         (gst_directfbvideosink_set_property),
11873         (gst_directfbvideosink_get_property),
11874         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
11875         (gst_directfbvideosink_base_init),
11876         (gst_directfbvideosink_class_init),
11877         (gst_directfbvideosink_get_type), (plugin_init):
11878         * ext/directfb/directfbvideosink.h: Adding a first version of
11879         directfbvideosink.
11880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
11881         more.
11882
11883 2004-11-28  Benjamin Otte  <otte@gnome.org>
11884
11885         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
11886           walk the samples backwards if out_channels > in_channels so we don't
11887           overwrite data
11888
11889 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11890
11891         * gst/audioconvert/Makefile.am:
11892         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
11893         (gst_audio_convert_link), (gst_audio_convert_change_state),
11894         (gst_audio_convert_channels):
11895         * gst/audioconvert/gstchannelmix.c:
11896         (gst_audio_convert_unset_matrix),
11897         (gst_audio_convert_fill_identical),
11898         (gst_audio_convert_fill_compatible),
11899         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
11900         (gst_audio_convert_fill_others),
11901         (gst_audio_convert_fill_normalize),
11902         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
11903         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
11904         * gst/audioconvert/gstchannelmix.h:
11905           Implement a channel mixer.
11906
11907 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
11908
11909         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
11910         * ext/alsa/gstalsa.h:
11911         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
11912         Make alsasink actually honor gst_element_set_clock and use that
11913         clock instead of its internal one.
11914
11915 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11916
11917         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
11918         (gst_play_base_bin_change_state): nullify source and decoder when
11919         going from READY to NULL so that we don't try to do weird stuff with
11920         them when going from NULL to READY
11921         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
11922         instead of g_object_unref
11923         (gen_video_element), (gen_audio_element): more refcounting fixes, now
11924         it should be correct
11925         (gst_play_bin_change_state): don't call remove_sinks if we are
11926         currently disposing the object
11927
11928 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11929
11930         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
11931           Don't forget bass if it's there. Else left channel is silent...
11932
11933 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11934
11935         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
11936         (gst_a52dec_change_state):
11937           Don't do sample adjusting anymore, we use float audio now.
11938         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
11939           Don't fixate to non-existing properties.
11940
11941 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11942
11943         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
11944         (gst_a52dec_change_state):
11945           Advertise that we can do surround sound.
11946
11947 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11948
11949         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
11950           Add buffer-frames=0.
11951         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
11952         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
11953         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
11954         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
11955         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
11956         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
11957         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
11958         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
11959         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
11960         * ext/dvdread/dvdreadsrc.h:
11961           Add seeking, querying for bytes, sectors, title, angle and
11962           chapter. Handle multiple chapters. Relicense to LGPL because
11963           Billy agreed on that (thanks Billy!).
11964
11965 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
11966
11967         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
11968         call parent dispose method
11969
11970 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
11971
11972         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
11973         (gst_audio_clock_get_internal_time):
11974         Fix active <-> inactive transitions: ensure time value always
11975         grows and avoid abrupt value changes.
11976
11977 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
11978
11979         * configure.ac:
11980         * gst/tta/Makefile.am:
11981         * gst/tta/crc32.h:
11982         * gst/tta/filters.h:
11983         * gst/tta/gsttta.c:
11984         * gst/tta/gstttadec.c:
11985         * gst/tta/gstttadec.h:
11986         * gst/tta/gstttaparse.c:
11987         * gst/tta/gstttaparse.h:
11988         * gst/tta/ttadec.h:
11989           added TTA parser and decoder
11990
11991 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11992
11993         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
11994         (probe_triggered), (check_queue), (buffer_underrun),
11995         (buffer_running), (buffer_overrun), (gen_source_element),
11996         (setup_source):
11997         * gst/playback/gstplaybasebin.h:
11998           Implement buffering. Needs some more work.
11999
12000 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12001
12002         * ext/theora/theoradec.c: (theora_dec_chain):
12003           Fix ilog mask range overflow.
12004
12005 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12006
12007         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12008           Don't omit the last (which in case of dmix is the only :) )
12009           channel count. Don't set channels if <= 2.
12010
12011 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
12012
12013         * gst/playback/gstplaybin.c: (gen_video_element),
12014         (gen_audio_element): Removed 2 obsolete comments
12015
12016 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12017
12018         * ext/vorbis/oggvorbisenc.c
12019         * ext/vorbis/vorbisenc.c :
12020           change description fields of those plugins to differentiate them
12021           (pitivi show Encoders by description, they had the same one)
12022
12023 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
12024
12025         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12026
12027         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
12028         (gst_play_bin_set_property), (gen_video_element),
12029         (gen_audio_element):
12030           Refcounting fixes for provided audio-/videosinks.
12031
12032 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12033
12034         * gst/playback/gstplaybin.c: (gen_video_element),
12035         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
12036           Don't reference all sinks, but only the video- and audiosinks.
12037           The vis. element should be disposed when we're done with it.
12038           We don't have any reason to keep it around. This fixes warnings
12039           when reusing playbin for playing multiple audio files with
12040           vis. enabled. Also release audio device on pause - idea stolen
12041           from Rhythmbox.
12042
12043 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12044
12045         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
12046         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
12047         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
12048         * ext/alsa/gstalsaplugin.c: (plugin_init):
12049         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
12050         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
12051         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
12052         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
12053         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
12054         (gst_faad_change_state), (plugin_init):
12055         * ext/faad/gstfaad.h:
12056         * ext/vorbis/vorbis.c: (plugin_init):
12057         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12058         * gst-libs/gst/audio/Makefile.am:
12059         * gst-libs/gst/audio/audio.c: (plugin_init):
12060         * gst-libs/gst/audio/multichannel.c:
12061         (gst_audio_check_channel_positions),
12062         (gst_audio_get_channel_positions),
12063         (gst_audio_set_channel_positions),
12064         (gst_audio_set_structure_channel_positions_list),
12065         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
12066         (gst_audio_fixate_channel_positions):
12067         * gst-libs/gst/audio/multichannel.h:
12068         * gst-libs/gst/audio/testchannels.c: (main):
12069         * gst/audioconvert/gstaudioconvert.c:
12070         (gst_audio_convert_class_init), (gst_audio_convert_init),
12071         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
12072         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
12073         (gst_audio_convert_fixate), (gst_audio_convert_channels):
12074         * gst/audioconvert/plugin.c: (plugin_init):
12075           Surround sound support.
12076
12077 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12078
12079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
12080           Fix position for discont if we're close as well. Nitpicking, but
12081           saves a few milliseconds of extra waiting or skipping.
12082
12083 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12084
12085         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
12086           We sometimes need parsers for playback, so add those too.
12087
12088 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12089
12090         * configure.ac:
12091         * gst/apetag/Makefile.am:
12092         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
12093         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
12094         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
12095         (gst_ape_demux_get_src_query_types),
12096         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
12097         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
12098         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
12099         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
12100         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
12101         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
12102         (gst_ape_demux_change_state):
12103         * gst/apetag/apedemux.h:
12104         * gst/apetag/apetag.c: (plugin_init):
12105         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
12106         (plugin_init):
12107           APE v1/2 tag reader plus typefind function.
12108
12109 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12110
12111         * configure.ac:
12112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12113         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12114           Remove hacks for older core. Require newer core version
12115           accordingly.
12116
12117 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12118
12119         * gst/cdxaparse/Makefile.am:
12120         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
12121         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
12122         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
12123         * gst/cdxaparse/gstcdxaparse.h:
12124         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
12125         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
12126         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
12127         (gst_cdxastrip_get_src_query_types),
12128         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
12129         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
12130         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
12131         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
12132         * gst/cdxaparse/gstcdxastrip.h:
12133           SVCD/VCD header stripping separated from CDXA image parsing.
12134         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12135         (plugin_init):
12136           Add VCD/SVCD header typefinding for VCD/SVCD.
12137         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
12138         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
12139         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
12140         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
12141         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
12142         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
12143         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
12144         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
12145         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
12146         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
12147         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
12148         * sys/vcd/vcdsrc.h:
12149           Fix up, add seeking, querying, URI interface. Works in totem now.
12150
12151 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12152
12153         * configure.ac:
12154           back to CVS
12155
12156 === release 0.8.6 ===
12157
12158 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
12159
12160         * NEWS:
12161         * RELEASE:
12162         * configure.ac:
12163         * po/af.po:
12164         * po/az.po:
12165         * po/cs.po:
12166         * po/en_GB.po:
12167         * po/hu.po:
12168         * po/it.po:
12169         * po/nb.po:
12170         * po/nl.po:
12171         * po/or.po:
12172         * po/sq.po:
12173         * po/sr.po:
12174         * po/sv.po:
12175         * po/uk.po:
12176           releasing 0.8.6, "IOU Love"
12177
12178 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12179
12180         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12181
12182         * gst/playback/gstplaybasebin.c:
12183           Fix unplayable files error handling.  Fixes #158365
12184
12185 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12186
12187         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12188
12189         * gst/typefind/gsttypefindfunctions.c:
12190           Fix broken mp3 typefinding.  Fixes #158375
12191
12192 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12193
12194         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
12195
12196         * ext/ogg/gstoggdemux.c:
12197           Fix sync on broken files.  Fixes #158976
12198
12199 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         patch by: Edward Hervey <bilboed@bilboed.com>
12202
12203         * ext/libpng/gstpngenc.c:
12204           Copy over buffer properties.  Fixes #158832
12205
12206 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12207
12208         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
12209
12210         * ext/dvdread/dvdreadsrc.c:
12211           Fixes invalid reads (#158462)
12212
12213 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12214
12215         * sys/v4l/gstv4lsrc.c:
12216         * sys/v4l/gstv4lsrc.h:
12217         * sys/v4l/v4lsrc_calls.c:
12218           Probe less and cache it.  Fixes #159187.
12219
12220 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12221
12222         * gst/videorate/gstvideorate.c:
12223           Handle all video formats. Fixes #159186.
12224
12225 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
12226         * gst/synaesthesia/gstsynaesthesia.c:
12227         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
12228         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
12229         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
12230         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
12231         (gst_synaesthesia_change_state), (plugin_init):
12232         Fix up synaesthesia to work under different samplerates/ buffer sizes.
12233         Force 320x200 output, as that's the only thing the underlying
12234         synaesthesia implementation supports. Still needs to be made
12235         re-entrant.
12236
12237 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12238
12239         * configure.ac:
12240           Fix mpeg2enc configure check (similar to mplex check below).
12241
12242 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
12243
12244         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12245
12246         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12247           Fix for gcc-2.95 (fixes #158221).
12248
12249 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12250
12251         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12252           Re-add clock distribution hack (until new core is released).
12253           Fixes #158125.
12254
12255 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
12256         * configure.ac:
12257           fix mplex configure check segfaulting on some systems (bug #140994)
12258
12259 2004-11-13  Benjamin Otte  <otte@gnome.org>
12260
12261         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
12262           add debugging
12263         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12264           do a wait when we enter the loop func with no data available to
12265           write instead of getting into an 100% CPU loop by just returning and
12266           being called again by the scheduler
12267
12268 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
12269
12270         * configure.ac:
12271         * ext/libvisual/visual.c: (gst_visual_get_type),
12272         (libvisual_log_handler), (gst_visual_getcaps),
12273         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
12274         (plugin_init):
12275           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
12276         * ext/smoothwave/Makefile.am:
12277         * ext/smoothwave/demo-osssrc.c: (main):
12278         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
12279         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
12280         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
12281         (plugin_init):
12282         * ext/smoothwave/gstsmoothwave.h:
12283           Make gstsmoothwave a working element in the 20th century.
12284
12285         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
12286           Fix incorrect link function
12287
12288 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12289
12290         * gst/volume/gstvolume.c:
12291           Allow buffer-frames=0.
12292
12293 2004-11-12 Iain <iaingnome@gmail.com>
12294
12295         * configure.ac: Check for polypaudio
12296
12297         * ext/Makefile.am: Build the polyp dir
12298
12299         * ext/polyp: The polypsink sources.
12300
12301 2004-10-30 Iain <iaingnome@gmail.com>
12302
12303         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
12304         caps to reflect the new number of channels.
12305
12306 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12307
12308         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12309           Fix for negotiation order problem. This would show when the
12310           ALSA loopfuction was called before any other function. ALSA
12311           wouldn't do anything because we're not negotiated yet, leading
12312           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
12313
12314 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12315
12316         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12317
12318         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
12319           No warnings (#157986).
12320
12321 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12322
12323         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12324           Prefer apev1/2 and id3v1 (at end of file) over musepack.
12325
12326 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12327
12328         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
12329           Signal no-more-pads (so it works in playbin).
12330
12331 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12332
12333         * ext/musepack/gstmusepackreader.cpp:
12334           Workaround for older core.
12335
12336 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12337
12338         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
12339           Actually test for odd width/height rather than testing whether
12340           a temporary variable that was 0 before we subtracted 1 is now
12341           not equal to zero (which it always is).
12342
12343 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12344
12345         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
12346         Fix compilation if HAVE_XVIDEO is not defined
12347
12348 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12349
12350         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
12351         Fix compilation if HAVE_XVIDEO is not defined
12352
12353 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
12354
12355         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
12356         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
12357         (gst_goom_change_state), (plugin_init):
12358         Use the bytestream adapter so goom doesn't depend on the input
12359         buffer size.
12360         Add a debug category
12361
12362 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12363
12364         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
12365           Only set hardware parameters *after* negotiation. Before
12366           negotiation, it will set ANY and that seems to cause crashes
12367           (see e.g. #151288, #153227).
12368
12369 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12370
12371         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12372           This seems to be antique leftover. It needs to pass error
12373           checking.
12374         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
12375         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
12376         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
12377         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
12378           Fix GstXOverlay implementation (#151059).
12379
12380 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12381
12382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
12383           Don't assert (#157853).
12384
12385 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12386
12387         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
12388           Fix bytes/samples confustion.
12389         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
12390           Fix for underrun (#144389).
12391
12392 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12393
12394         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
12395           Disable halfway-seek for pending release (since it needs a new
12396           core release).
12397
12398 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12399
12400         * sys/v4l/gstv4lsrc.c:
12401         * sys/v4l/gstv4lsrc.h:
12402         * sys/v4l/v4lsrc_calls.c:
12403           add autoprobe-fps property so we can separate autoprobing parts
12404
12405 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12406
12407         * sys/v4l/gstv4lsrc.c:
12408         * sys/v4l/v4lsrc_calls.c:
12409         initialise fourcc to catch unset fourcc's, and debug
12410
12411 2004-11-09  Wim Taymans  <wim@fluendo.com>
12412
12413         * gst/playback/README:
12414         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12415         * gst/playback/gstplaybin.c: (gst_play_bin_init),
12416         (gst_play_bin_dispose), (gst_play_bin_set_property),
12417         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
12418         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
12419         (gst_play_bin_get_formats), (gst_play_bin_convert),
12420         (gst_play_bin_get_query_types), (gst_play_bin_query):
12421         Cleanups and some more documentation.
12422
12423 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
12424
12425         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
12426         (gst_cacasink_init), (gst_cacasink_chain):
12427         * ext/libcaca/gstcacasink.h:
12428         Cacasink inherits from VideoSink, so let that store the clock.
12429
12430 2004-11-09  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst/playback/README:
12433         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
12434         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
12435         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
12436         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
12437         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
12438         (setup_sinks):
12439         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
12440         (gst_stream_info_is_mute), (gst_stream_info_set_property):
12441         * gst/playback/gststreaminfo.h:
12442         Updated README.
12443         Only switch groups if all streams have muted (EOSed).
12444         Send Tags in sync with the stream playback instead of in
12445         the playback/preroll phase.
12446         Some cleanups, free the fakesrc elements.
12447
12448 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12449
12450         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
12451           buffer-frames property was missing
12452         * ext/arts/gst_arts.c:
12453           rate missing from sinkcaps
12454         * ext/audiofile/gstafparse.c:
12455         * ext/audiofile/gstafsink.c:
12456         * ext/audiofile/gstafsrc.c:
12457         * ext/swfdec/gstswfdec.c:
12458           int audio doesn't know buffer-frames
12459         * ext/cdparanoia/gstcdparanoia.c:
12460           int audio doesn't know chunksize either
12461         * ext/nas/nassink.c:
12462           it's endianness, not endianess
12463         * gst-libs/gst/audio/audio.h:
12464           make float standard pad template caps really describe float
12465         * gst/law/mulaw.c: (linear_factory):
12466           signed only, please
12467         * gst/mpegstream/gstdvddemux.c:
12468           widths of 20 are not valid
12469
12470 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12471
12472         Submitted by: Luca Ferretti <elle.uca@infinito.it>
12473
12474         * po/LINGUAS:
12475         * po/it.po:
12476           Add Italian
12477
12478 2004-11-08  Wim Taymans  <wim@fluendo.com>
12479
12480         * gst/playback/README:
12481         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
12482         * gst/playback/gstplaybasebin.c: (probe_triggered),
12483         (gst_play_base_bin_change_state):
12484         Updated README, added more comments for fixmes etc..
12485
12486 2004-11-08  Wim Taymans  <wim@fluendo.com>
12487
12488         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
12489         We can remove this hack now.
12490
12491 2004-11-08  Wim Taymans  <wim@fluendo.com>
12492
12493         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
12494         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12495         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12496         Only mix AYUV for maximum quality.
12497
12498 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12499
12500         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
12501         (gst_ogg_demux_push), (gst_ogg_pad_push):
12502           Let's act as if we're synchronized now! :).
12503         * ext/theora/theoradec.c: (theora_dec_chain):
12504           Add some debug.
12505
12506 2004-11-08  Wim Taymans  <wim@fluendo.com>
12507
12508         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12509         (gst_alpha_set_property), (gst_alpha_sink_link),
12510         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
12511         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
12512         (gst_alpha_init_params), (gst_alpha_chain):
12513         Implement alpha functions for AYUV too, this increases
12514         accuracy quite a bit.
12515
12516 2004-11-08  Wim Taymans  <wim@fluendo.com>
12517
12518         * gst/ffmpegcolorspace/avcodec.h:
12519         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12520         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
12521         (gst_ffmpegcsp_avpicture_fill):
12522         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12523         (gst_ffmpegcsp_caps_remove_format_info):
12524         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12525         (shrink12), (img_get_alpha_info), (deinterlace_line),
12526         (deinterlace_line_inplace):
12527         * gst/ffmpegcolorspace/imgconvert_template.h:
12528         Added AYUV colorspace and handle RGBA a bit more respectful.
12529
12530 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12531
12532         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12533           Actually always send a discont (cornercase when resending the
12534           same serial-tagged chain twice).
12535
12536 2004-11-08  Julien MOUTTE  <julien@moutte.net>
12537
12538         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
12539         (gst_ximagesink_finalize):
12540         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
12541         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
12542
12543 2004-11-08  Wim Taymans  <wim@fluendo.com>
12544
12545         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
12546         Don't segfault on NULL data.
12547
12548 2004-11-08  Wim Taymans  <wim@fluendo.com>
12549
12550         * gst/playback/gstdecodebin.c: (unlinked):
12551         * gst/playback/gstplay-marshal.list:
12552         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12553         (gst_play_base_bin_init), (group_create), (get_active_group),
12554         (get_building_group), (group_destroy), (group_commit),
12555         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
12556         (add_element_stream), (no_more_pads), (probe_triggered),
12557         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
12558         (state_change), (setup_source), (gst_play_base_bin_get_property),
12559         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
12560         (gst_play_base_bin_link_stream),
12561         (gst_play_base_bin_get_streaminfo):
12562         * gst/playback/gstplaybasebin.h:
12563         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12564         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
12565         Add support for chained ogg files. Prepare for playlist
12566         support. This patch introduces the concept of pad groups, which
12567         together compose one playable media file.
12568
12569 2004-11-07  David Schleef  <ds@schleef.org>
12570
12571         * testsuite/gst-lint: Check for pad templates that aren't statically
12572         scoped.
12573
12574 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12575
12576         * configure.ac:
12577         * ext/Makefile.am:
12578         * ext/musepack/Makefile.am:
12579         * ext/musepack/gstmusepackdec.cpp:
12580         * ext/musepack/gstmusepackdec.h:
12581         * ext/musepack/gstmusepackreader.cpp:
12582         * ext/musepack/gstmusepackreader.h:
12583           Add musepack decoder.
12584         * ext/faad/gstfaad.c: (gst_faad_base_init):
12585           Make pad templates static.
12586         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
12587         (plugin_init):
12588           Add musepack typefinder, make mp3 typefinding work halfway stream,
12589           which doesn't actually work yet because id3demux doesn't implement
12590           _get_length().
12591
12592 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12593
12594         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
12595         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
12596           Fix interrupt event handling (#144436).
12597
12598 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12599
12600         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
12601           Hide unused glory.
12602
12603 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12604
12605         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12606
12607         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12608           Fix weird caps (#157548).
12609
12610 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12611
12612         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12613
12614         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
12615           Add missing NULL terminator (#157543).
12616
12617 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12618
12619         * gst/tcp/gsttcp.h:
12620         * gst/tcp/gsttcpclientsink.c:
12621         * gst/tcp/gsttcpclientsrc.c:
12622         * gst/tcp/gsttcpserversink.c:
12623         * gst/tcp/gsttcpserversrc.c:
12624           ports can go up to 65535.  Move common defines to gsttcp.h
12625
12626 2004-11-05  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
12629         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
12630         Added two more colorspaces.
12631
12632 2004-11-05  Wim Taymans  <wim@fluendo.com>
12633
12634         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12635         (gst_ffmpegcsp_avpicture_fill):
12636         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12637         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
12638         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
12639         More stride fixes.
12640
12641 2004-11-05  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
12644         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
12645         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12646         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
12647         (gst_videomixer_loop):
12648         More stride fixes.
12649
12650 2004-11-05  Benjamin Otte  <otte@gnome.org>
12651
12652         * ext/mad/gstmad.c: (gst_mad_chain):
12653           don't overflow data buffer. Flush not needed sync data when syncing
12654           failed.
12655
12656 2004-11-04  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12659         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12660         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
12661         (gst_alpha_init_params), (gst_alpha_chain),
12662         (gst_alpha_change_state):
12663         Updated the chroma keying algorithm with something more
12664         sophisticated.
12665
12666 2004-11-03  Wim Taymans  <wim@fluendo.com>
12667
12668         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
12669         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
12670         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
12671         Fix stride issues. Does not completely work for odd
12672         heights.
12673
12674 2004-11-03  Wim Taymans  <wim@fluendo.com>
12675
12676         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12677         (gst_alpha_chroma_key), (gst_alpha_chain):
12678         Fix stride issues. Does not completely work for odd
12679         heights.
12680
12681 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
12682
12683         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
12684         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
12685         leak fixes
12686
12687 2004-11-03  Wim Taymans  <wim@fluendo.com>
12688
12689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12690         (gst_ffmpegcsp_avpicture_fill):
12691         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
12692         (avpicture_alloc):
12693         * gst/ffmpegcolorspace/imgconvert_template.h:
12694         Use correct _fill function to get correct strides.
12695
12696 2004-11-02  David Schleef  <ds@schleef.org>
12697
12698         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
12699         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
12700         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
12701         Change all g_print()s to debugging.  Add a bunch of consistency
12702         checks.
12703
12704 2004-11-02  Wim Taymans  <wim@fluendo.com>
12705
12706         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12707         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
12708         (unlinked), (no_more_pads), (close_link):
12709         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12710         (unknown_type), (add_element_stream), (new_decoded_pad),
12711         (removed_decoded_pad), (setup_source):
12712         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
12713         (gst_stream_info_class_init), (gst_stream_info_init),
12714         (gst_stream_info_new), (gst_stream_info_dispose),
12715         (stream_info_mute_pad), (gst_stream_info_set_property),
12716         (gst_stream_info_get_property):
12717         * gst/playback/gststreaminfo.h:
12718         Fix playback of multiple files.
12719         a slightly different approach to handling dynamic pad removals.
12720         This one only looks at pads that we have linked.
12721
12722 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
12723
12724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
12725         free" warning from libc.
12726
12727 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12728
12729         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
12730         (get_unconnected_element), (remove_starting_from), (pad_removed),
12731         (close_link):
12732           Implement support for dynamic pad changing. We listen to "live"
12733           pad removals (i.e. while playing) and re-setup autoplugging
12734           after that. Playbasebin/playbin need some more work for this
12735           to finally work, but decodebin supports (and replugs) chained
12736           ogg now.
12737
12738 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
12739
12740         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
12741         (gst_alsa_finalize):
12742         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
12743         (gst_cdaudio_finalize):
12744         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
12745         (cdparanoia_finalize):
12746         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
12747         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
12748         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
12749         (dvdreadsrc_finalize):
12750         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
12751         (gst_flacdec_finalize):
12752         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
12753         (gst_flacenc_finalize):
12754         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
12755         (gst_gnomevfssink_finalize):
12756         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
12757         (gst_gnomevfssrc_finalize):
12758         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
12759         (gst_fameenc_finalize):
12760         * ext/nas/nassink.c: (gst_nassink_class_init),
12761         (gst_nassink_finalize):
12762         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
12763         (gst_sdlvideosink_class_init):
12764         * ext/sndfile/gstsf.c: (gst_sf_dispose):
12765         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
12766         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
12767         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
12768         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
12769         (gst_x_window_listener_dispose):
12770         * gst/audioscale/gstaudioscale.c:
12771         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
12772         (play_on_demand_finalize):
12773         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
12774         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
12775         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
12776         (cdplayer_finalize):
12777         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
12778         (gst_glimagesink_class_init):
12779         * sys/oss/gstosselement.c: (gst_osselement_class_init),
12780         (gst_osselement_finalize):
12781         * sys/oss/gstosssink.c: (gst_osssink_dispose):
12782         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
12783         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
12784           Fixes a bunch of problems with finalize and dispose functions,
12785           either assumptions that dispose is only called once, or not calling
12786           the parent class dispose/finalize function
12787
12788 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
12789
12790         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
12791           added two api precondition guards
12792           use g_strdup with getenv to fix crash when using ENVVAR
12793
12794 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
12795         * ext/esd/esdsink.c: (gst_esdsink_class_init),
12796         (gst_esdsink_finalize):
12797         Use a finalize function, not dispose, and more importantly,
12798         call the parent class finalize function too
12799
12800 2004-11-01  Johan Dahlin  <johan@gnome.org>
12801
12802         * ext/ogg/gstoggdemux.c:
12803         * gst/tags/gstvorbistag.c:
12804         Plug leaks.
12805
12806 2004-10-31  Benjamin Otte  <otte@gnome.org>
12807
12808         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
12809           lotsa memleaks today. But they're all small...
12810
12811 2004-10-31  Benjamin Otte  <otte@gnome.org>
12812
12813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12814           another memleak crushed
12815
12816 2004-10-31  Benjamin Otte  <otte@gnome.org>
12817
12818         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12819           fix memleak
12820
12821 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12822
12823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
12824           Hack to prevent crash when going to READY inside signal handler
12825           while this function is active.
12826
12827 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12828
12829         * gst/ffmpegcolorspace/Makefile.am:
12830         * gst/ffmpegcolorspace/avcodec.h:
12831         * gst/ffmpegcolorspace/common.h:
12832         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
12833         * gst/ffmpegcolorspace/dsputil.h:
12834         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
12835         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12836         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
12837         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
12838         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
12839         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
12840         (gst_ffmpegcsp_avpicture_fill):
12841         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12842         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12843         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
12844         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
12845         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
12846         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
12847         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
12848         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
12849         * gst/ffmpegcolorspace/imgconvert.c:
12850         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
12851         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
12852         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
12853         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
12854         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
12855         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
12856         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
12857         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
12858         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
12859         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
12860         (grow21), (grow22), (grow41), (grow44), (conv411),
12861         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
12862         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
12863         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
12864         (avpicture_free), (is_yuv_planar), (img_convert),
12865         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
12866         (deinterlace_line_inplace), (deinterlace_bottom_field),
12867         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
12868         * gst/ffmpegcolorspace/imgconvert_template.h:
12869         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
12870         * gst/ffmpegcolorspace/mmx.h:
12871         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
12872         (av_fast_realloc), (av_mallocz_static), (av_free_static),
12873         (av_freep), (avcodec_get_context_defaults),
12874         (avcodec_alloc_context), (avcodec_init):
12875           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
12876           handling plus update from ffmpeg CVS. Large clean-up.
12877
12878 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12879
12880         * gst/playback/Makefile.am:
12881           We need the marshallers for decodebin, too.
12882
12883 2004-10-30  David Schleef  <ds@schleef.org>
12884
12885         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
12886           quicktime typefinding work with 64-bit offsets.
12887
12888 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
12889
12890         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
12891           Set EOS on the element when processing an EOS event.
12892         * ext/speex/gstspeexdec.h:
12893         * ext/speex/gstspeexenc.h:
12894           Only keep a const ptr to the mode
12895         * gst-libs/gst/riff/riff-media.c:
12896         (gst_riff_create_audio_caps_with_data),
12897         (gst_riff_create_audio_template_caps):
12898           Allow WMAV3, with up to 6 channels.
12899         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
12900           Don't call gst_pad_set_event_function on a sink pad.
12901         * gst/mpegstream/gstdvddemux.c:
12902         (gst_dvd_demux_get_subpicture_stream),
12903         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
12904           Copy the explicit caps that were set across to the cur_* pads,
12905           instead of trying to use a possibly non-existent negotiated caps.
12906           Reset the type of subpicture pads to UNKNOWN after calling
12907           init_stream, so that the caps get set.
12908
12909 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
12910
12911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12912
12913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
12914           Don't touch buffer if it is of size 0 (fixes #151064).
12915
12916 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12917
12918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
12919           Synchronized discont handling.
12920
12921 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12922
12923         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
12924         (gst_ogg_demux_push):
12925           Make seeking sort-of exact again (fixes #156387).
12926
12927 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12928
12929         * gst/playback/gstplaybasebin.c: (unknown_type),
12930         (add_element_stream), (new_decoded_pad),
12931         (gst_play_base_bin_change_state):
12932         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
12933         (gst_stream_info_init), (gst_stream_info_new),
12934         (gst_stream_info_dispose), (gst_stream_info_get_property):
12935         * gst/playback/gststreaminfo.h:
12936           Make caps explicitely available. Makes testing for unsupported
12937           types possible. Improves error reporting.
12938
12939 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12940
12941         * gst/audioconvert/gstaudioconvert.c:
12942         (gst_audio_convert_buffer_to_default_format):
12943           Really don't touch read-only buffers (#156563).
12944
12945 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
12946
12947         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12948
12949         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
12950           Fix memleak (#155223).
12951
12952 2004-10-29  Wim Taymans  <wim@fluendo.com>
12953
12954         * gst/tcp/.cvsignore:
12955         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12956         (gst_multifdsink_class_init), (gst_multifdsink_init),
12957         (gst_multifdsink_add), (gst_multifdsink_remove),
12958         (gst_multifdsink_remove_client_link), (is_sync_frame),
12959         (gst_multifdsink_new_client),
12960         (gst_multifdsink_handle_client_write),
12961         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
12962         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
12963         (gst_multifdsink_get_property):
12964         * gst/tcp/gstmultifdsink.h:
12965         Added burst on connect sync_method, deprecated sync_clients,
12966         streamlined the sync code some more.
12967
12968 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
12969
12970         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
12971         (gst_play_base_bin_change_state):
12972           Improve error reporting.
12973
12974 2004-10-28  Wim Taymans  <wim@fluendo.com>
12975
12976         * gst/tcp/Makefile.am:
12977         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
12978         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
12979         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
12980         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
12981         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
12982         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
12983         (gst_fdset_wait):
12984         Added more locks around fdset structures. Fixed/reworked
12985         the poll array resizing code.
12986         Added stress test for fdset.
12987
12988 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12989
12990         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12991         fix build
12992
12993 2004-10-28  Benjamin Otte  <otte@gnome.org>
12994
12995         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
12996           fix link function to always query channels and query width for
12997           floats
12998         * configure.ac:
12999           add equalizer dir
13000         * gst/equalizer/Makefile.am:
13001         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
13002         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
13003         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
13004         (arg_to_scale), (setup_filter),
13005         (gst_iir_equalizer_compute_frequencies),
13006         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
13007         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
13008         (plugin_init):
13009           add an equalizer
13010
13011 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13012
13013         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
13014
13015         * po/LINGUAS:
13016         * po/nb.po:
13017           Added Norwegian Bokmaal translation
13018
13019 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13020
13021         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13022           Don't break on options (fixes #156488).
13023
13024 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13025
13026         * configure.ac:
13027         * ext/cdaudio/Makefile.am:
13028         * sys/Makefile.am:
13029           fix build on older automake
13030
13031 2004-10-26  Wim Taymans  <wim@fluendo.com>
13032
13033         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13034         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13035         Allow a little margin when negotiating the framerate.
13036
13037 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
13038
13039         * gst/level/gstlevel.c:
13040           synchonised naming of pads and pad-templates
13041
13042 2004-10-26  Wim Taymans  <wim@fluendo.com>
13043
13044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
13045         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
13046         (_find_streams_check), (gst_ogg_demux_push):
13047         Fix EOS again. Needs to be done in a better way. We should not
13048         remove the pad if there is no new chained stream.
13049
13050 2004-10-26 Iain <iaingnome@gmail.com>
13051
13052         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
13053         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
13054         of the caps.
13055         * gst/interleave/interleave.c (interleave_class_init): Hook up release
13056         pad.
13057         (interleave_release_pad): Remove the pad.
13058         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
13059         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
13060         the set device.
13061         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
13062         attrs
13063         (gst_xvimagesink_xcontext_clear): Free the xcontext.
13064         (gst_xvimagesink_finalize): Free the par.
13065
13066 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13067
13068         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
13069         (gst_avimux_stop_file):
13070           First calculate the rate, and only then use it. Hdr.rate is a
13071           multiple and not a derivative of hdr.scale. Scale is not the
13072           same as blockalign but is solely related to rate.
13073
13074 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13075
13076         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
13077         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
13078           Implement seeking.
13079
13080 2004-10-25  James Henstridge  <james@jamesh.id.au>
13081
13082         Reviewed by:  David Schleef  <ds@schleef.org>
13083
13084         * examples/gstplay/player.c: (got_stream_length), (main):
13085         * examples/seeking/cdplayer.c: (update_scale):
13086         * examples/seeking/seek.c: (format_value), (update_scale):
13087         * examples/seeking/spider_seek.c: (format_value), (update_scale),
13088         (stop_seek):
13089         Build fixes on AMD64.
13090
13091 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13092
13093         reviewed by: Ronald Bultje <rbultje at gnome dot org>
13094
13095         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
13096         Fix for some v4l cards which hang in v4lsrc
13097
13098 2004-10-25  Wim Taymans  <wim@fluendo.com>
13099
13100         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
13101         (gst_ogg_demux_push), (gst_ogg_chains_clear):
13102         Make sure to remove the pad when a new chain is
13103         encountered. Set some vars to NULL so we don't try
13104         to reference freed memory.
13105
13106 2004-10-25  Wim Taymans  <wim@fluendo.com>
13107
13108         * examples/seeking/Makefile.am:
13109         * examples/seeking/cdplayer.c: (update_scale):
13110         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
13111         * examples/seeking/playbin.c: (make_playerbin_pipeline),
13112         (format_value), (update_scale), (iterate), (start_seek),
13113         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
13114         (print_usage), (main):
13115         Added some more examples, update others.
13116
13117 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13118
13119         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
13120         * ext/speex/gstspeexdec.c: (speex_dec_chain):
13121         * ext/theora/theoradec.c: (theora_dec_chain):
13122         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13123           Add codec-name metadata.
13124
13125 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
13126
13127         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13128
13129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13130         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13131         * ext/alsa/gstalsamixertrack.h:
13132         * po/POTFILES.in:
13133           ALSA mixer track label internationalization (#154054).
13134
13135 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13136
13137         * ext/theora/theoradec.c: (theora_dec_chain):
13138           Export bitrate as metadata.
13139
13140 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13141
13142         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13143         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13144         * ext/alsa/gstalsamixertrack.h:
13145           Fix names, fix loop.
13146
13147 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13148
13149         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
13150         (speex_dec_convert):
13151           sinkconvert function so oggdemux can get the file length (totem).
13152
13153 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
13154
13155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13156
13157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
13158           Don't push incomplete packets.
13159         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
13160           Fix MPEG-4 audio typefinding.
13161
13162 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13163
13164         * sys/v4l/Makefile.am:
13165         * sys/v4l/gstv4l.c: (plugin_init):
13166         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
13167         (gst_v4lelement_init), (gst_v4lelement_dispose),
13168         (gst_v4lelement_change_state):
13169         * sys/v4l/gstv4lelement.h:
13170         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
13171         (gst_v4l_xoverlay_close), (idle_refresh),
13172         (gst_v4l_xoverlay_set_xwindow_id):
13173         * sys/v4l/gstv4lxoverlay.h:
13174         * sys/v4l/v4l-overlay_calls.c:
13175         * sys/v4l/v4l_calls.h:
13176         * sys/v4l2/Makefile.am:
13177         * sys/v4l2/gstv4l2.c: (plugin_init):
13178         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
13179         (gst_v4l2element_init), (gst_v4l2element_dispose),
13180         (gst_v4l2element_change_state):
13181         * sys/v4l2/gstv4l2element.h:
13182         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
13183         (gst_v4l2_xoverlay_close), (idle_refresh),
13184         (gst_v4l2_xoverlay_set_xwindow_id):
13185         * sys/v4l2/gstv4l2xoverlay.h:
13186         * sys/v4l2/v4l2-overlay_calls.c:
13187         * sys/v4l2/v4l2_calls.h:
13188           Remove client-side overlay handling, use the X-server v4l plugin
13189           for that. Nicer overlay, less code. Also make the plugin
13190           compileable without X (but then without overlay, obviously).
13191           Makes xwindowlistener obsolete, should we remove that?
13192
13193 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13194
13195         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
13196         (gst_osssrc_src_query):
13197         * sys/oss/gstosssrc.h:
13198           OK, so people want offset in DEFAULT. This time, actually fix all
13199           cases.
13200         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
13201           Add FPS properly.
13202
13203 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13204
13205         * gst/asfdemux/gstasfmux.c:
13206         * gst/avi/gstavimux.c:
13207           Framerate.
13208
13209 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13210
13211         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
13212           Fix properties (channel, norm, frequency).
13213
13214 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13215
13216         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
13217           Flag typo.
13218         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
13219           No warnings.
13220
13221 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13222
13223         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
13224           Fix hang.
13225
13226 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13227
13228         * sys/v4l2/gstv4l2element.h:
13229           Yet Another Hack (tm) for kernel header borkedness.
13230         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
13231         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
13232         (gst_v4l2src_link), (gst_v4l2src_getcaps),
13233         (gst_v4l2src_change_state):
13234         * sys/v4l2/gstv4l2src.h:
13235         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
13236         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
13237           Fix caps, keep track of state, work.
13238
13239 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13240
13241         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
13242           Quiet.
13243
13244 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13245
13246         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13247           Don't mix bytes and samples.
13248
13249 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13250
13251         * ext/ogg/gstoggmux.c:
13252           Basic pad template which accepts OGM tracks, speex, flac, vorbis
13253           and theora. Any is incorrect.
13254         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
13255           Fix caps.
13256         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
13257         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
13258         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
13259         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
13260         * sys/v4l/gstv4lmjpegsrc.h:
13261         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
13262         (gst_v4lsrc_change_state):
13263         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
13264         (gst_v4lmjpegsrc_capture_stop):
13265           Fix caps. Keep track of internal state. Work.
13266
13267 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13268
13269         * ext/Makefile.am:
13270           Fix the build fixes.
13271
13272 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13273
13274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13275         (gst_ogg_demux_src_event), (_find_chain_seek),
13276         (gst_ogg_pad_push):
13277           Check for pad availability before using it.
13278         * ext/ogg/gstoggdemux.c: (_find_chain_process):
13279           Fix parsing of chained ogg. Needs more work on the decoder side.
13280
13281 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13282
13283         * gst/spectrum/Makefile.am:
13284         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
13285         (idle_func):
13286           Fix demo and reenable it. Yes, I'm currently playing with audio
13287           analysis tools
13288
13289 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13290
13291         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13292           We love it if files that start at zero work too...
13293
13294 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13295
13296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13297           Handle files with missing EOS headers.
13298
13299 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13300
13301         * gst/tcp/gsttcpserversink.c:
13302         (gst_tcpserversink_handle_server_read),
13303         (gst_tcpserversink_init_send):
13304         Zero some variables first (need for accept not to return EINVAL)
13305
13306 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13307
13308         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13309         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13310         * ext/theora/theoradec.c: (theora_dec_sink_convert),
13311         (theora_dec_chain):
13312         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13313         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
13314           Seeking and querying finetune.
13315
13316 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13317
13318         * configure.ac:
13319         * ext/Makefile.am:
13320         * ext/raw1394/Makefile.am:
13321           fix the build
13322
13323 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13324
13325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13326           Wrong return.
13327         * gst/playback/Makefile.am:
13328         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
13329         * gst/playback/gstplay-marshal.list:
13330         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
13331           Fix marshallers.
13332
13333 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13334
13335         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
13336           Silence.
13337
13338 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13339
13340         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13341         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13342         (gst_ogg_pad_push):
13343           Yay for non-lineair granulepos in theora.
13344
13345 2004-10-18  Wim Taymans  <wim@fluendo.com>
13346
13347         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
13348         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
13349         * ext/dv/gstdvdec.h:
13350         Make sure we renegotiate aspect ratio when the camera switches.
13351
13352 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13353
13354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13355         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
13356           Start at zero.
13357         * ext/theora/theoradec.c: (theora_dec_chain):
13358           Skip headers. Bad idea for chained ogg, but fixes seeking.
13359
13360 2004-10-18  Wim Taymans  <wim@fluendo.com>
13361
13362         * configure.ac:
13363         I swear, this is the last time I touch this.
13364
13365 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13366
13367         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
13368         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
13369         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
13370           Faster seeking.
13371         * ext/theora/theoradec.c: (theora_dec_sink_convert):
13372           Time-to-default conversion.
13373         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13374           Don't error on unknown packets, just skip. We should probably
13375           read them if we want to support chained ogg.
13376
13377 2004-10-18  Wim Taymans  <wim@fluendo.com>
13378
13379         * configure.ac:
13380         Added cdaudio to wrong list.
13381
13382 2004-10-18  Wim Taymans  <wim@fluendo.com>
13383
13384         * configure.ac:
13385         Revive cdaudio.
13386
13387 2004-10-18  Wim Taymans  <wim@fluendo.com>
13388
13389         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
13390         (gst_dvdec_video_link), (gst_dvdec_push):
13391         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13392         (gst_smokeenc_resync), (gst_smokeenc_chain):
13393         Fix mimetype on smoke encoder.
13394         Add aspect ratio to dvdec. Not sure if these
13395         values are correct though....
13396
13397 2004-10-18  Wim Taymans  <wim@fluendo.com>
13398
13399         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13400         Fix vorbis property descriptions and ranges.
13401
13402 2004-10-18  Wim Taymans  <wim@fluendo.com>
13403
13404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
13405         Really do nothing when no data is available.
13406         Go to the playing state when the stream is not seekable
13407         instead of failing.
13408
13409 2004-10-18  Wim Taymans  <wim@fluendo.com>
13410
13411         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
13412         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
13413         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
13414         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
13415         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
13416         Added uri handler for cd://
13417         Port to new API.
13418
13419 2004-10-18  Wim Taymans  <wim@fluendo.com>
13420
13421         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13422         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13423         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13424         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13425         (remove_prerolls), (unknown_type), (add_element_stream),
13426         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
13427         (gst_play_base_bin_remove_element),
13428         (gst_play_base_bin_link_stream):
13429         * gst/playback/gstplaybin.c: (gen_video_element),
13430         (gen_vis_element), (remove_sinks), (setup_sinks):
13431         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13432         (gst_stream_info_get_type), (gst_stream_info_class_init),
13433         (gst_stream_info_init), (gst_stream_info_new),
13434         (gst_stream_info_dispose), (stream_info_mute_pad),
13435         (gst_stream_info_set_property), (gst_stream_info_get_property):
13436         * gst/playback/gststreaminfo.h:
13437         Add sink padtemplate to decodebin.
13438         Added some more comments.
13439         Make queue size configurable in playbasebin.
13440         Added possibility to use elements as sinks (ex cdaudio).
13441
13442 2004-10-15  Wim Taymans  <wim@fluendo.com>
13443
13444         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
13445         (gst_speexenc_chain):
13446         Fix speex timestamps so that it gets muxed properly.
13447
13448 2004-10-15  Wim Taymans  <wim@fluendo.com>
13449
13450         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
13451         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
13452         (gst_dv1394src_init), (gst_dv1394src_dispose),
13453         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
13454         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
13455         (gst_dv1394src_event), (gst_dv1394src_get_formats),
13456         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
13457         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
13458         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
13459         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
13460         * ext/raw1394/gstdv1394src.h:
13461         Added conversion/query functions.
13462         Update buffer timestamps,
13463         Added signals.
13464         Added uri dv:// so it might play from the firewire in playbin.
13465         Fix a possible leak.
13466         Added debugging.
13467
13468 2004-10-15  Wim Taymans  <wim@fluendo.com>
13469
13470         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
13471         (gst_dv1394src_init), (gst_dv1394src_set_property),
13472         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
13473         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
13474         * ext/raw1394/gstdv1394src.h:
13475         Added AV/C VTR control support needed for some cameras.
13476         Added automatic port detection.
13477         Added properties for selecting the channel.
13478         The configure.ac script is not yet updated to reflect the
13479         new libavc1394 and librom1394 dependencies.
13480
13481 2004-10-15  Wim Taymans  <wim@fluendo.com>
13482
13483         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13484         (qtdemux_parse), (gst_qtdemux_handle_esds):
13485         An esds box is not a container.
13486         Fix parsing of mp4v boxes.
13487         Do not try to renegotiate fps for each frame. Need to
13488         find a better method. This should fix mp4 playback.
13489
13490 2004-10-14  David Schleef  <ds@schleef.org>
13491
13492         * configure.ac: update for swfdec-0.3 and liboil-0.2
13493         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
13494         * ext/swfdec/gstswfdec.h: same
13495         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
13496         * gst/videotestsrc/videotestsrc.c: same
13497
13498 2004-10-14  Wim Taymans  <wim@fluendo.com>
13499
13500         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
13501         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
13502         (is_sync_frame), (gst_multifdsink_new_client),
13503         (gst_multifdsink_handle_client_write),
13504         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13505         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
13506         Turn warnings into info.
13507         Don't allow a state change in the streaming thread.
13508
13509 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13510
13511         * ext/vorbis/oggvorbisenc.c:
13512         * ext/vorbis/vorbisdec.c:
13513           fix template sample rate
13514
13515 2004-10-13  Wim Taymans  <wim@fluendo.com>
13516
13517         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
13518         Decoding the header first fixes some problems in resyncing
13519         in more mp3s.
13520
13521 2004-10-12  Wim Taymans  <wim@fluendo.com>
13522
13523         * gst/playback/gstplaybin.c: (gen_video_element),
13524         (gen_vis_element), (remove_sinks), (setup_sinks):
13525         Added vis plugin support, need to configure the vis
13526         element to activate it.
13527
13528 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13529
13530         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
13531         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
13532           Some debug.
13533         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
13534         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
13535         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
13536         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
13537         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
13538         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
13539         * gst/avi/gstavidemux.h:
13540           Support for openDML-2.0 indx/ix## chunks. Support for broken index
13541           recovery (where, if part of the index is broken, we will still read
13542           the rest of the index and recover the broken part by stream
13543           scanning). More broken media support. EOS workarounds. General AVI
13544           braindamage headache recovery. Aspirin included.
13545
13546 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13547
13548         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
13549         (cdparanoia_event), (cdparanoia_query):
13550           Get rid of hideous lead-in.
13551
13552 2004-10-11  Wim Taymans  <wim@fluendo.com>
13553
13554         * gst/playback/gstplaybasebin.c: (setup_source):
13555         Wrong var used to get g_list_next.
13556
13557 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13558
13559         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
13560         (cdparanoia_get), (cdparanoia_open):
13561           Report discid as metadata, add duration.
13562
13563 2004-10-11  Wim Taymans  <wim@fluendo.com>
13564
13565         * gst/playback/gstplaybasebin.c: (setup_source):
13566         Cleanup the previous pipeline a little earlier for the
13567         case that a source element provides raw data.
13568
13569 2004-10-11  Benjamin Otte  <otte@gnome.org>
13570
13571         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
13572           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
13573           consuming the last 128 bytes, even though it was valid mp3 data.
13574
13575 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13576
13577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
13578         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
13579         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
13580         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
13581
13582 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13583
13584         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
13585         Fix for webcams that support only specific width or height
13586
13587 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13588
13589         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13590
13591         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
13592           Fix wrong discont event setup (fixes #154967).
13593
13594 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
13595
13596         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13597
13598         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13599           Error out on invalid data (fixes #154807).
13600
13601 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
13602
13603         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13604
13605         * ext/dvdread/dvdreadsrc.c: (_read):
13606           Make titles > 0 work again (fixes #154834).
13607
13608 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13609
13610         * gst-libs/gst/riff/riff-media.c:
13611         (gst_riff_create_video_template_caps):
13612           WMV3 missing in template caps.
13613
13614 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13615
13616         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13617           OK, so the original code was too strict. It makes random AVI files
13618           hang for seconds upon opening, which is unacceptable and is far
13619           beyond the original goal of getting multiple chunks for one-chunk
13620           sounc stream files. So now do just that.
13621
13622 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13623
13624         * gst/playback/gstplaybasebin.c: (setup_source),
13625         (gst_play_base_bin_change_state):
13626           Actually clean up streaminfo if output fails. This would trigger
13627           if, for example, there was no CD in the drive. No preroll, so
13628           a streaminfo structure is created, but the subsequent state change
13629           of the thread fails.
13630         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13631           Don't change state if parent failed.
13632
13633 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13634
13635         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13636         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
13637         (gen_video_element), (remove_sinks):
13638           Add small bits of code for screenshot handling.
13639
13640 2004-10-08  Wim Taymans  <wim@fluendo.com>
13641
13642         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
13643         (gen_video_element), (gen_audio_element), (setup_sinks):
13644         Don't assume the user provided sinks are named "sink"...
13645
13646 2004-10-08  Wim Taymans  <wim@fluendo.com>
13647
13648         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
13649         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
13650         (gst_play_base_bin_link_stream):
13651         Do not try to autoplug sources that generate raw streams like
13652         cdparanoia.
13653         disconnect the preroll overrun signal when we don't need it anymore.
13654
13655 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
13656
13657         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13658         Added reworked patch from #154903 from milosz derezynski (deadchip).
13659
13660 2004-10-08  Wim Taymans  <wim@fluendo.com>
13661
13662         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
13663         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
13664         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
13665         (cdparanoia_convert), (cdparanoia_uri_get_type),
13666         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
13667         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
13668         * ext/cdparanoia/gstcdparanoia.h:
13669         This adds the cdda://<tracknum> uri.
13670
13671 2004-10-08  Wim Taymans  <wim@fluendo.com>
13672
13673         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13674         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
13675         (try_to_link_1), (no_more_pads), (close_link), (type_found):
13676         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
13677         (unknown_type), (gst_play_base_bin_remove_element),
13678         (gst_play_base_bin_link_stream):
13679         * gst/playback/gstplaybasebin.h:
13680         * gst/playback/gstplaybin.c: (gst_play_bin_init),
13681         (gst_play_bin_set_property), (gen_video_element),
13682         (gen_audio_element), (setup_sinks):
13683         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13684         (gst_stream_info_get_type), (gst_stream_info_class_init),
13685         (gst_stream_info_init), (gst_stream_info_new),
13686         (gst_stream_info_dispose), (stream_info_mute_pad),
13687         (gst_stream_info_set_property), (gst_stream_info_get_property):
13688         * gst/playback/gststreaminfo.h:
13689         Reuse the audio and video bins.
13690         Some internal cleanups in the stream selection code.
13691
13692 2004-10-08  Julien MOUTTE  <julien@moutte.net>
13693
13694         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13695         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13696         * sys/ximage/ximagesink.h:
13697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13698         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13699         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
13700         not coming from those elements. Moreover these elements should not keep
13701         the xid they have been given when in NULL state.
13702
13703 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13704
13705         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13706         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
13707         * sys/ximage/ximagesink.h:
13708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
13709         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
13710         * sys/xvimage/xvimagesink.h:
13711           Actually only create a new toplevel window if we're not gonna
13712           embed it right after.
13713
13714 2004-10-07  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
13717         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
13718         * gst/playback/gstplaybin.c: (setup_sinks):
13719         Implement muting/unmuting of streams, mute streams that are not
13720         used.
13721
13722 2004-10-07  Wim Taymans  <wim@fluendo.com>
13723
13724         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
13725         (plugin_init):
13726         Added lame audio/x-ac3 typefind function.
13727
13728 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13729
13730         * configure.ac:
13731           bump nano to cvs
13732
13733 === release 0.8.5 ===
13734
13735 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13736
13737         * NEWS:
13738         * RELEASE:
13739         * configure.ac:
13740           releasing 0.8.5, "Take You On"
13741
13742 2004-10-06  Wim Taymans  <wim@fluendo.com>
13743
13744         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13745         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13746         (no_more_pads), (close_link), (type_found):
13747         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13748         * gst/playback/gstplaybin.c: (gen_video_element):
13749         Do not signal the no_more_pads after the first pad when
13750         we are plugging a non dynamic element with multiple
13751         output pads (like swfdec, dvdec, ...).
13752
13753 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13754
13755         * configure.ac:
13756           bump for prerelease
13757
13758 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13759
13760         * gst/wavparse/gstwavparse.c:
13761           add ATRAC3 to STATIC CAPS to fix a warning
13762
13763         * gst/matroska/ebml-read.c:
13764         * gst-libs/gst/riff/riff-read.c:
13765           fix typos
13766
13767 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13768
13769         * gst-libs/gst/riff/riff-media.c:
13770           generate caps for ATRAC3 audio streams
13771
13772         * gst/realmedia/rmdemux.c:
13773           generate caps for ATRAC3 audio streams
13774
13775 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13776
13777         * gst/wavparse/Makefile.am
13778         * gst/wavparse/riff.h
13779         * gst/wavparse/wavparse.vcproj
13780           riff.h removal (unused and duplication with riff-ids.h)
13781
13782 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13783
13784         * gst/wavparse/gstwavparse.h
13785           remove duplicated defines for audio codec codes
13786
13787         * gst-libs/gst/riff/riff-ids.h
13788         * gst/wavenc/riff.h:
13789           add "4CC" code for ATRAC3 audio streams
13790           add "4CC" code for ITU_G721_ADPCM (unused for now)
13791
13792 2004-10-06  Wim Taymans  <wim@fluendo.com>
13793
13794         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
13795         Actually _do_ negotiation. Pass gdouble as arg instead
13796         of guint64 for the framerate.
13797
13798 2004-10-06  Wim Taymans  <wim@fluendo.com>
13799
13800         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
13801         (find_compatibles), (close_pad_link), (try_to_link_1),
13802         (no_more_pads), (close_link), (type_found):
13803         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
13804         * gst/playback/gstplaybin.c: (gen_video_element),
13805         (gen_audio_element):
13806         Set state on newly added element to READY so that negotiation
13807         can happen ASAP.
13808         Addes some more debug info.
13809         Do not try to plug pads with multiple caps structures or ANY
13810         because it is too dangerous since we do not do dynamic
13811         replugging.
13812
13813 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13814
13815         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
13816
13817         * po/LINGUAS:
13818         * po/or.po:
13819           add Oriya translation
13820
13821 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13822
13823         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13824           Prevent overwrite of size member. Makes audio sound crappy.
13825
13826 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
13827
13828         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13829         Add rmvb to the list of known RealMedia extensions
13830
13831 2004-10-05  Wim Taymans  <wim@fluendo.com>
13832
13833         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
13834         (mngdec_openstream), (mngdec_closestream),
13835         (mngdec_handle_sink_event), (mngdec_readdata),
13836         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
13837         (mngdec_getcanvasline), (mngdec_refresh),
13838         (gst_mngdec_change_state):
13839         Set the framerate correctly.
13840
13841 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13842
13843         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13844           There was something wrong with the index massaging.
13845
13846 2004-10-04  Wim Taymans  <wim@fluendo.com>
13847
13848         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
13849         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
13850         (gst_smokedec_chain):
13851         * ext/jpeg/gstsmokedec.h:
13852         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
13853         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
13854         * ext/jpeg/gstsmokeenc.h:
13855         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
13856         (smokecodec_decode_new), (smokecodec_info_free),
13857         (smokecodec_set_quality), (smokecodec_get_quality),
13858         (smokecodec_set_threshold), (smokecodec_get_threshold),
13859         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
13860         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
13861         (smokecodec_encode), (smokecodec_parse_id),
13862         (smokecodec_parse_header), (smokecodec_decode):
13863         * ext/jpeg/smokecodec.h:
13864         * ext/jpeg/smokeformat.h:
13865         Updated smoke, new bitstream, allows embedding in ogg.
13866
13867 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13868
13869         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
13870           Fix seeking in some files. All this code is no longer needed (and
13871           actually breaks stuff) because we now synchronize the full index
13872           right when reading the header.
13873
13874 2004-10-04  Wim Taymans  <wim@fluendo.com>
13875
13876         * configure.ac:
13877         configure update for libmng.
13878
13879 2004-10-04  Wim Taymans  <wim@fluendo.com>
13880
13881         * ext/libmng/Makefile.am:
13882         * ext/libmng/gstmng.c: (plugin_init):
13883         * ext/libmng/gstmng.h:
13884         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
13885         (gst_mngdec_base_init), (gst_mngdec_class_init),
13886         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
13887         (gst_mngdec_loop), (gst_mngdec_get_property),
13888         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
13889         (mngdec_closestream), (mngdec_handle_sink_event),
13890         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
13891         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
13892         (gst_mngdec_change_state):
13893         * ext/libmng/gstmngdec.h:
13894         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
13895         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
13896         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
13897         (gst_mngenc_chain), (gst_mngenc_get_property),
13898         (gst_mngenc_set_property):
13899         * ext/libmng/gstmngenc.h:
13900         Added basic MNG decoder. Needs more work. The encoder does
13901         not work yet.
13902
13903 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13904
13905         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
13906         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
13907         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
13908           Don't hang on length=0 chunks. Some negotiation fixes. Signal
13909           no-more-pads.
13910
13911 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13912
13913         * configure.ac:
13914           you need at least 1.0.4 of speex
13915
13916 2004-10-04 Iain <iaingnome@gmail.com>
13917
13918         * ext/speex/gstspeexdec.h: Revert the includes changes.
13919
13920         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
13921
13922 2004-09-30 Iain <iaingnome@gmail.com>
13923
13924         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
13925         found during init or set as a property instead of hardcoding /dev/audio
13926
13927 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13928
13929         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
13930         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
13931         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
13932         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
13933         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
13934         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
13935         (gst_rmdemux_dump_data):
13936           Use debug category, fix EOS handling. filesrc ! rmdemux now
13937           works.
13938
13939 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13940
13941         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
13942         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
13943         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
13944           Improve allocation, cutting and sorting of the index. How takes a
13945           few seconds instead of minutes.
13946
13947 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
13948
13949         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
13950           fixed compilation
13951
13952 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13953
13954         * gst-libs/gst/riff/riff-media.c:
13955         (gst_riff_create_video_caps_with_data),
13956         (gst_riff_create_video_template_caps):
13957           Add wing commander format mimetype/fourccs.
13958         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
13959           Don't crash if some value is 0.
13960
13961 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13962
13963         * gst-libs/gst/riff/riff-media.c:
13964         (gst_riff_create_video_caps_with_data),
13965         (gst_riff_create_video_template_caps):
13966           Add DIB fourcc (raw, palettized 8-bit RGB).
13967         * gst-libs/gst/riff/riff-read.c:
13968         (gst_riff_read_strf_vids_with_data):
13969           Oops, fix strf_data reading bug.
13970         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
13971           Use a non-NULL tag.
13972         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13973           Time for hacks. Sorry Dave. At least one quicktime movie (a
13974           trailer) that I've encountered contains multiple video tracks.
13975           One of those is the actual video track, the other are one-frame
13976           tracks (images). Unfortunately, the number of frames according
13977           to the trak header is 1 for each, so that doesn't help. So
13978           instead, I look at the duration and discard tracks with a
13979           duration shorter than 20% of the length of the stream. Better
13980           than nothing.
13981
13982 2004-10-01  Christian Schaller <christian@fluendo.com>
13983
13984         * ext/ivorbis/vorbis.c:
13985           Patch from Phil Blundell (Bug 152341)
13986
13987 2004-10-01  Wim Taymans  <wim@fluendo.com>
13988
13989         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
13990         (speex_dec_get_formats), (speex_dec_convert),
13991         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
13992         (speex_dec_chain), (gst_speexdec_get_property),
13993         (gst_speexdec_set_property):
13994         Small cleanups.
13995
13996 2004-10-01  Wim Taymans  <wim@fluendo.com>
13997
13998         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
13999         (gst_wavparse_stream_init), (gst_wavparse_fmt),
14000         (gst_wavparse_other), (gst_wavparse_loop),
14001         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
14002         (gst_wavparse_srcpad_event):
14003         * gst/wavparse/gstwavparse.h:
14004         Added some more debugging info.
14005         Fix the case where the length of the file is 0.
14006         Make sure we seek to sample borders.
14007
14008 2004-10-01  Wim Taymans  <wim@fluendo.com>
14009
14010         * gst/playback/README:
14011         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
14012         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
14013         (try_to_link_1), (no_more_pads), (close_link), (type_found):
14014         Add some debug info to decodebin, update README
14015
14016 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14017
14018         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
14019           Don't use g_print(); use GST_DEBUG().
14020
14021 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14022
14023         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14024         (gst_ogg_mux_queue_pads):
14025           Handle EOS properly.
14026
14027 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14028
14029         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14030
14031         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
14032         (gst_faad_chain), (gst_faad_change_state):
14033         * ext/faad/gstfaad.h:
14034           Allow playback of raw (unframed) MPEG AAC files (#148993).
14035
14036 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
14037
14038         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14039
14040         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14041           Throw error if we didn't recognize the stream. Fixes #152289.
14042
14043 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14044
14045         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
14046           Fix negotiation.
14047
14048 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
14049
14050         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14051
14052         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
14053           Fix memleak.
14054
14055 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
14056
14057         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14058
14059         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
14060           Solve #152805.
14061         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
14062           Solve 152806.
14063
14064 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14065
14066         * gst-libs/gst/riff/riff-media.c:
14067         (gst_riff_create_video_caps_with_data),
14068         (gst_riff_create_audio_caps_with_data):
14069           Add codec_data handling (like asfdemux used to do).
14070         * gst/asfdemux/gstasf.c: (plugin_init):
14071         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14072         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
14073           Use riff-media for caps creation instead of our own (mostly
14074           broken) copy of its functions.
14075
14076 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14077
14078         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
14079           Don't actually error out if we get another return value than
14080           -EINVAL. Opposite to what I first thought, drivers have random
14081           return values for this, although -EINVAL is the expected return
14082           value. Since this is not fatal, we shouldn't use
14083           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
14084
14085 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14086
14087         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
14088         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
14089         (dvdreadsrc_get_property), (_open), (_seek), (_read),
14090         (dvdreadsrc_get), (dvdreadsrc_open_file),
14091         (dvdreadsrc_change_state):
14092           Fix. Don't do one big huge loop around the whole DVD, that will
14093           cache all data and thus eat sizeof(dvd) (several GB) before we
14094           see something.
14095         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14096           Actually NULL'ify event after using it.
14097         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
14098         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
14099         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
14100         (gst_ebml_read_seek), (gst_ebml_read_skip):
14101           Handle events.
14102         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
14103         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
14104         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
14105           Fix timing (this will probably break if I seek using menus, but
14106           I didn't get there yet). VOBs and normal DVDs should now work.
14107           Add a mpeg2-only pad with high rank so this get autoplugged for
14108           MPEG-2 movies.
14109         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
14110         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
14111         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
14112         (gst_mpeg_demux_get_audio_stream),
14113         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
14114         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
14115           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
14116           MPEG-1 but use dvddemux for MPEG-2.
14117         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
14118         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
14119         (gst_mpeg_parse_parse_packhead):
14120           Timing. Only add pad template if it exists. Add sink template from
14121           class and not from ourselves. This means we will always use the
14122           correct sink template even if it is not the one defined in this
14123           file.
14124
14125 2004-09-29  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
14128         (gst_mpeg_demux_parse_pes):
14129         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
14130         Fix playback of mpeg again, timestamps where screwed up by
14131         patch 1.61.
14132
14133 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14134
14135         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
14136           Only return true if we actually filled something in. Prevents
14137           player applications from showing a random length for flac files.
14138         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
14139         (gst_riff_read_use_event), (gst_riff_read_handle_event),
14140         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
14141         (gst_riff_read_strf_vids_with_data),
14142         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
14143           OK, ok, so I implemented event handling. Apparently it's normal
14144           that we receive random events at random points without asking
14145           for it.
14146         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
14147         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14148         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
14149         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
14150         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
14151         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
14152         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
14153         * gst/avi/gstavidemux.h:
14154           Implement non-lineair chunk handling and subchunk processing.
14155           The first solves playback of AVI files where the audio and video
14156           data of individual buffers that we read are not synchronized.
14157           This should not happen according to the wonderful AVI specs, but
14158           of course it does happen in reality. It is also a prerequisite for
14159           the second. Subchunk processing allows us to cut chunks in small
14160           pieces and process each of these pieces separately. This is
14161           required because I've seen several AVI files with incredibly large
14162           audio chunks, even some files with only one audio chunk for the
14163           whole file. This allows for proper playback including seeking.
14164           This patch is supposed to fix all AVI A/V sync issues.
14165         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
14166         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
14167           Work.
14168         * gst/modplug/gstmodplug.cc:
14169           Proper return value setting for the query() function.
14170         * gst/playback/gstplaybasebin.c: (setup_source):
14171           Being in non-playing state (after, e.g., EOS) is not necessarily
14172           a bad thing. Allow for that. This fixes playback of short files.
14173           They don't actually playback fully now, because the clock already
14174           runs. This means that small files (<500kB) with a small length
14175           (<2sec) will still not or barely play. Other files, such as mod
14176           or flx, will work correctly, however.
14177
14178 2004-09-28  Wim Taymans  <wim@fluendo.com>
14179
14180         * ext/speex/gstspeex.c: (plugin_init):
14181         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
14182         (gst_speex_dec_class_init), (speex_dec_get_formats),
14183         (speex_get_event_masks), (speex_get_query_types),
14184         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
14185         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
14186         (gst_speexdec_get_property), (gst_speexdec_set_property),
14187         (speex_dec_change_state):
14188         * ext/speex/gstspeexdec.h:
14189         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
14190         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
14191         (gst_speexenc_base_init), (gst_speexenc_class_init),
14192         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
14193         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
14194         (gst_speexenc_src_query), (gst_speexenc_init),
14195         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
14196         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
14197         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
14198         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
14199         (gst_speexenc_chain), (gst_speexenc_get_property),
14200         (gst_speexenc_set_property), (gst_speexenc_change_state):
14201         * ext/speex/gstspeexenc.h:
14202         Rewrote speex encoder, make sure it can be embedded in ogg.
14203         Implemented speex decoder.
14204
14205 2004-09-28  Christian Schaller <christian@fluendo.com>
14206
14207         * configure.ac:
14208         Remove kioslave plugin. Markey is brewing a new working one
14209         * ext/Makefile.am: Remove kioslave plugin
14210         * ext/kio: remove
14211         * gst-plugins.spec.in: remove kio plugin from spec
14212
14213 2004-09-27  Wim Taymans  <wim@fluendo.com>
14214
14215         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14216         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
14217         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
14218         (gst_multifdsink_new_client),
14219         (gst_multifdsink_handle_client_write),
14220         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
14221         (gst_multifdsink_handle_clients):
14222         * gst/tcp/gstmultifdsink.h:
14223         Make syncing to keyframes actually work for new clients and lagging
14224         clients.
14225
14226 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14227
14228         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
14229         (gst_navigationtest_handle_src_event), (draw_box_planar411),
14230         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
14231         * gst/debug/gstnavigationtest.h:
14232           make navigationtest display button-press and button-release events
14233
14234 2004-09-26 Iain <iaingnome@gmail.com>
14235
14236         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
14237         the channels have received a new media event.
14238         (interleave_buffered_loop): Compresses a new media event on all
14239         channels into one.
14240
14241 2004-09-26 Iain <iaingnome@gmail.com>
14242
14243         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
14244         call the sinkpad's default event handler and not the srcpads. He also
14245         says this is confusing :)
14246         (gst_wavenc_stop_file): Company says that seek events only go upstream
14247         we should send a discontinuous downstream instead.
14248
14249 2004-09-25  Christian Schaller <christian@fluendo.com>
14250
14251         * Update SPEC file to be usable in conjunction with Fedora Core,
14252           Fedora.us and freshrpms packages
14253         * Fix typo in multifilesrc test Makefile
14254
14255 2004-09-24  Wim Taymans  <wim@fluendo.com>
14256
14257         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
14258         Only signal the no_more_pads signal when we have
14259         added the stream to our list.
14260
14261 2004-09-24  Wim Taymans  <wim@fluendo.com>
14262
14263         * gst/playback/gstplaybasebin.c: (remove_prerolls),
14264         (new_decoded_pad):
14265         * gst/playback/gstplaybasebin.h:
14266         * gst/playback/gstplaybin.c: (setup_sinks):
14267         Don't try to preroll or decode more than one audio/video
14268         track.
14269
14270 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14271
14272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
14273           Throw error if we failed to find a suitable output. This should
14274           throw an error if we successfully set up a pipeline (e.g. because
14275           we recognized a media file) but found no decodable streams in it
14276           (e.g. because it contains only media stream types for which we
14277           have no decoders, or because it's not a media type).
14278
14279 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14280
14281         * ext/dirac/Makefile.am:
14282         * ext/dirac/gstdirac.cc:
14283         * ext/dirac/gstdiracdec.cc:
14284         * ext/dirac/gstdiracdec.h:
14285           Do something. Don't actually know if this works because I don't
14286           have a demuxer yet.
14287         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
14288           Add channels=1 to caps returned from _getcaps().
14289         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
14290         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
14291         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
14292         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
14293         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
14294         (gst_ogm_parse_change_state):
14295           Separate between audio/video so ogmaudioparse actually uses the
14296           audio pad templates. Both audio and video work now, including
14297           autoplugging. Also use sometimes-srcpad hack.
14298         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
14299           Handle events better. Don't hang on infinite loops.
14300         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
14301         (gst_avi_demux_init), (gst_avi_demux_reset),
14302         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
14303         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
14304         (gst_avi_demux_change_state):
14305         * gst/avi/gstavidemux.h:
14306           Improve A/V sync. Still not perfect.
14307         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
14308         (gst_ebml_read_skip):
14309           Handle events better.
14310         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14311         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
14312         (qtdemux_audio_caps):
14313           Add IMA4. Improve event handling. Save offset after a seek when
14314           the headers are at the end of the file so that we don't end up in
14315           an infinite loop.
14316         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
14317           Add low-priority typefind support for files with no length.
14318
14319 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14320
14321         * testsuite/multifilesink/Makefile.am:
14322         fix typo
14323
14324 2004-09-22  Julien MOUTTE  <julien@moutte.net>
14325
14326         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14327         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
14328         mistakes from thaytan's patches.
14329
14330 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14331
14332         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
14333           For completeness, XSync in the destroy function as xvimage does.
14334
14335 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
14336
14337         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
14338            Correct caps negotiation
14339         * gst/volume/gstvolume.c: (volume_chain_float),
14340         (volume_chain_int16):
14341            Modify debug output to be little more informative
14342         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
14343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14344         (gst_xvimagesink_xvimage_destroy):
14345           Add XSync calls after detaching from the shared memory segment to
14346           avoid a crash.
14347
14348 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14349
14350         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14351         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
14352         * ext/vorbis/vorbis.c: (plugin_init):
14353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
14354         (gst_vorbisenc_chain):
14355         * ext/vorbis/vorbisenc.h:
14356         remove explicit newmedia support from oggmux and vorbisenc
14357         add debug category to vorbisenc
14358         * gst/multifilesink/gstmultifilesink.c:
14359         (gst_multifilesink_class_init), (gst_multifilesink_init),
14360         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
14361         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
14362         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
14363         (plugin_init):
14364         * gst/multifilesink/gstmultifilesink.h:
14365         add support for streamheader in multifilesink
14366
14367 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14368
14369         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
14370         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
14371         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
14372           Prevent infinite loops. More correct error reporting.
14373         * gst/auparse/gstauparse.c: (gst_auparse_chain):
14374           Error out if negotiation fails.
14375         * gst/playback/gstplaybasebin.c: (setup_source),
14376         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
14377         (gst_play_base_bin_found_tag):
14378           Error/tag forwarding. Pre-roll fixes for source errors on state
14379           changes (e.g. "file does not exist") to prevent hangs.
14380
14381 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14382
14383         * testsuite/multifilesink/Makefile.am:
14384         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
14385         (gst_newmedia_class_init), (gst_newmedia_init),
14386         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14387         (newfile_signal), (test_signal), (main):
14388         * testsuite/multifilesink/multifilesrc_test.c: (main):
14389         * testsuite/multifilesink/oggtheora_test.c:
14390         (gst_newmedia_base_init), (gst_newmedia_class_init),
14391         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14392         (test_format), (newfile_signal), (test_signal), (main):
14393         * testsuite/multifilesink/oggvorbis_test.c:
14394         (gst_newmedia_base_init), (gst_newmedia_class_init),
14395         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
14396         (test_format), (newfile_signal), (test_signal), (main):
14397         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
14398         (gst_newmedia_class_init), (gst_newmedia_init),
14399         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
14400         (newfile_signal), (test_signal), (main):
14401         New media tests
14402
14403 2004-09-20  Christian Schaller <christian@fluendo.com>
14404
14405         * Fix mikmod license to LGPL as they have relicensed
14406         * Move Dirac and Effectv into LGPL section of README_license
14407
14408 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14409
14410         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
14411         (gst_mad_change_state):
14412           Allow for mp3 rate/channels changes. However, only very
14413           conservatively. Reason that we *have* to enable this is smiply
14414           because the mad find_sync() function is not good enough, it will
14415           regularly sync on random data as valid frames and therefore make
14416           us provide random caps as *final* caps of the stream. The best fix
14417           I could think of is to simply require several of the same stream
14418           changes in a row before we change caps.
14419           The actual testcase that works now is #
14420         * ext/ogg/Makefile.am:
14421         * ext/ogg/gstogg.c: (plugin_init):
14422         * ext/ogg/gstogmparse.c:
14423           OGM support (video only for now; I need an audio sample file).
14424         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
14425         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
14426         (gst_asf_demux_add_video_stream):
14427           WMV extradata.
14428         * gst/playback/gstplaybasebin.c: (unknown_type):
14429           Don't error out on single unknown-types after all. It's wrong.
14430           If we found type of video and audio but not of a subtitle stream,
14431           it will still error out (which is unwanted). Will find a better fix
14432           later on.
14433         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
14434         (ogmaudio_type_find), (plugin_init):
14435           OGM support.
14436
14437 2004-09-20  Johan Dahlin  <johan@gnome.org>
14438
14439         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
14440         after setting caps.
14441
14442 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14443
14444         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
14445         * gst/wavenc/gstwavenc.h:
14446         Added newmedia support to wavenc
14447
14448 2004-09-17  Wim Taymans  <wim@fluendo.com>
14449
14450         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
14451         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
14452         (gst_fdset_fd_can_write), (gst_fdset_wait):
14453         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
14454         (gst_multifdsink_init), (gst_multifdsink_add),
14455         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
14456         (gst_multifdsink_remove_client_link),
14457         (gst_multifdsink_client_queue_buffer),
14458         (gst_multifdsink_handle_client_write),
14459         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
14460         (gst_multifdsink_close), (gst_multifdsink_change_state):
14461         * gst/tcp/gstmultifdsink.h:
14462         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14463         (gst_tcpserversink_removed):
14464         Small cleanups in fdset.c
14465         Use a hastable to map fd to the client structure for faster
14466         lookup in _remove and get_stats.
14467         Added virtual function to close the fds.
14468         Handle clients even when the select/poll call was unblocked because
14469         of a command.
14470         Implement syncing to keyframe in the recovery procedure.
14471
14472 2004-09-16 Iain <iaingnome@gmail.com>
14473
14474         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
14475         try caps.
14476
14477 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14478
14479         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
14480           Caps are only set if the type of the stream is unknown, but this
14481           is initialized in ->init_stream(), so set to UNKNOWN after calling
14482           ->init_stream() so that capsnego starts.
14483
14484 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14485
14486         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14487         (gst_avi_demux_stream_data):
14488           Just hardcode for raw audio then. AVI audio sucks.
14489
14490 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
14491
14492         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
14493         * gst/matroska/matroska-mux.c: (audiosink_templ),
14494         (gst_matroska_mux_audio_pad_link):
14495         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
14496         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
14497
14498 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14499
14500         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14501         (gst_avi_demux_stream_data):
14502           Try to fix a/v sync issues.
14503
14504 2004-09-15  David Schleef  <ds@schleef.org>
14505
14506         * configure.ac: remove NASM check, since we don't use it.  Update
14507         dirac check to 0.4
14508         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
14509         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
14510         Initialized variables.
14511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
14512         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
14513         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
14514         SVQ3 format
14515
14516 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14517
14518         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
14519         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
14520         * gst/avi/gstavidemux.h:
14521           Fix for compressed audio (mp3) timestamp generation. How did this
14522           ever work?
14523
14524 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14525
14526         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
14527           Volume is a double not a float.
14528
14529 2004-09-15  Wim Taymans  <wim@fluendo.com>
14530
14531         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
14532         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
14533         Don't close the fd in multifdsink as we didn't open it in the
14534         first place. Some cleanups.
14535
14536 2004-09-15  Wim Taymans  <wim@fluendo.com>
14537
14538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14539         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14540         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14541         Fix the case where the muxer would mark pages as delta
14542         frames when they are not (vorbis only ogg).
14543
14544 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14545
14546         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
14547         (gst_play_base_bin_change_state):
14548           Handle the case where we failed to setup a clear pipeline. This
14549           will throw an error (or EOS, another nice case) and if you don't
14550           catch that, the app will wait for the signal forever (and thus
14551           hang).
14552
14553 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14554
14555         * ext/gnomevfs/gstgnomevfssink.c:
14556         (gst_gnomevfssink_uri_get_protocols):
14557         * ext/gnomevfs/gstgnomevfssrc.c:
14558         (gst_gnomevfssrc_uri_get_protocols):
14559         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14560         * ext/gnomevfs/gstgnomevfsuri.h:
14561           Use _uri_new() instead of _open(), so it doesn't take as long and
14562           Christophe's computer won't hang.
14563         * gst/playback/gstplaybasebin.c: (unknown_type):
14564           Throw error on unknown media type, so apps actually display it.
14565
14566 2004-09-14  Brian Cameron  <brian.cameron@sun.com
14567
14568         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
14569           this script to work on Solaris since bash shell handles echo
14570           differenly than bash.
14571
14572 2004-09-17  Wim Taymans  <wim@fluendo.com>
14573
14574         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
14575         (setup_source), (gst_play_base_bin_set_property),
14576         (gst_play_base_bin_add_element):
14577         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
14578         Some more work on making sure seeking pauses the pipeline and
14579         that changing the uri actually does something.
14580
14581 2004-09-17  Wim Taymans  <wim@fluendo.com>
14582
14583         * gst/tcp/gstfdset.c: (gst_fdset_wait):
14584         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
14585         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
14586         (gst_tcpserversink_close):
14587         Be a bit more paranoid when freeing memory.
14588
14589 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14590
14591         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
14592         (qtdemux_parse_trak):
14593           Don't crash by dividing by zero (see sample movie in #126922).
14594
14595 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14596
14597         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
14598           Don't touch non-existing data (fixes crash on file in #140147).
14599
14600 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14601
14602         * gst/playback/gstplaybasebin.c:
14603         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
14604           Handle double disposals, and proper change of URIs.
14605
14606 2004-09-13  Martin Eikermann <meiker@upb.de>
14607
14608         * gst/mpegstream/gstmpegparse.c:
14609           fix synchronistation for streams recorded from digital PCR
14610           fixes bug #119376
14611
14612 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14613
14614         * ext/gnomevfs/Makefile.am:
14615         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14616         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
14617         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
14618         (gst_gnomevfssink_uri_get_type),
14619         (gst_gnomevfssink_uri_get_protocols),
14620         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
14621         (gst_gnomevfssink_uri_handler_init),
14622         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
14623         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
14624         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
14625         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
14626         (gst_gnomevfssrc_uri_get_type),
14627         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
14628         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
14629         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
14630         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
14631         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14632         * ext/gnomevfs/gstgnomevfsuri.h:
14633           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
14634           of fake URIs to see which this version of Gnome-VFS likes, and
14635           uses that for the Gst-URI interface. Makes playbin support http://
14636           streams. Also fix up some stupid behaviour in gnomevfssrc.
14637
14638 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14639
14640         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
14641         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
14642         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
14643         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
14644           Update mixer (to sync with other sessions) if we try to obtain
14645           a new value. This makes alsamixer work accross applications.
14646         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
14647           Only call sync functions if we're running, else alsalib asserts.
14648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
14649           Sometimes fails to compile. Possibly a gcc bug.
14650         * gst/playback/gstplaybin.c: (gen_video_element),
14651         (gen_audio_element):
14652           Add a reference to an application-provided object, because we lose
14653           this same reference if we add it to the bin. If we don't do this,
14654           we can only use this object once and thus crash if we go from
14655           ready to playing, back to ready and back to playing again.
14656           Also add an audioscale element because several cheap soundcards -
14657           like mine - don't support all samplerates.
14658         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
14659         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
14660           Fix wrong order or PAR calls. Makes automatically obtained PAR
14661           from the X server atually being used.
14662
14663 2004-09-12  David Schleef  <ds@schleef.org>
14664
14665         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
14666         #151887, #152102, #152247.
14667         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
14668         * examples/seeking/cdparanoia.c: same
14669         * examples/seeking/cdplayer.c: same
14670         * examples/seeking/seek.c: same
14671         * examples/seeking/spider_seek.c: same
14672         * examples/seeking/vorbisfile.c: same
14673         * examples/stats/mp2ogg.c: same
14674         * ext/esd/esdsink.c: (gst_esdsink_class_init),
14675         (gst_esdsink_dispose): Dispose of element properly.
14676         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
14677         fixes.
14678         * ext/nas/nassink.c: (gst_nassink_class_init),
14679         (gst_nassink_dispose): Dispose of element correctly.
14680         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
14681         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
14682         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
14683         Fix 64-bit warning.
14684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
14685         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
14686         Fix 64-bit warning.
14687
14688 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14689
14690         * configure.ac : change speex detection as 1.1.6 now uses
14691           .pc/pkg-config and they changed their headers location.
14692
14693 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
14694
14695         * gst/matroska/matroska-mux.h:
14696         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
14697         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14698         (gst_matroska_mux_write_data):
14699           Write multiple blocks/frames per cluster.
14700                 Write meta-seek information (seek heads).
14701
14702 2004-09-09  Scott Wheeler <wheeler@kde.org>
14703
14704         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
14705         (gst_play_bin_set_property), (gst_play_bin_get_property),
14706         (gen_audio_element), (gen_audio_element):
14707           Add a volume element / property to the pipeline.
14708
14709 2004-09-07  Wim Taymans  <wim@fluendo.com>
14710
14711         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
14712         Copy timestamps from the master pad to the output buffers.
14713
14714 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * ext/raw1394/gstdv1394src.c:
14717           throw errors when applicable
14718
14719 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
14720
14721         * gst/matroska/ebml-ids.h:
14722         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
14723         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
14724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
14725           automatically convert unix time <-> ebml time when reading/writing
14726           a date, use gst_ebml_write_uint to write CUETIME,
14727           not gst_ebml_write_date.
14728         * gst/matroska/matroska-ids.h:
14729         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
14730         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
14731         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
14732         (gst_matroska_mux_write_data):
14733           Write track and segment UIDs, write muxing date, write
14734           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
14735           Create cues for audio only files.
14736
14737 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14738
14739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14740         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14741           Re-commit ALSA switches.
14742         * gst/adder/gstadder.c: (gst_adder_loop):
14743           64-bit fix (#151416).
14744         * gst/debug/progressreport.c: (gst_progressreport_report):
14745           64-bit fix (#151419).
14746         * gst/matroska/matroska-demux.c:
14747         (gst_matroska_demux_parse_contents):
14748           64-bit fix (#151420).
14749         * gst/playback/test3.c: (update_scale):
14750           64-bit fix (#151421).
14751
14752 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * configure.ac:
14755           bump nano to cvs
14756
14757 === release 0.8.4 ===
14758
14759 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14760
14761         * configure.ac: releasing 0.8.4, "Alias"
14762
14763 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14764
14765         * ext/theora/Makefile.am:
14766           fix makefile.  Fixes #151462.
14767
14768 2004-08-30  Wim Taymans  <wim@fluendo.com>
14769
14770         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
14771         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14772         (gst_multifdsink_remove_client_link),
14773         (gst_multifdsink_client_queue_buffer),
14774         (gst_multifdsink_handle_client_write):
14775         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14776         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14777         Fix some memory leaks.
14778
14779 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14780
14781         Patch by: David Schleef
14782
14783         * configure.ac:
14784         * sys/Makefile.am:
14785           rename our detection macro for V4L2.  Fixes #151236.
14786
14787 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         Patch by: David Schleef
14790
14791         * configure.ac:
14792           check to define LAMEPRESET.  Fixes #151232.
14793
14794 2004-08-27  David Schleef  <ds@schleef.org>
14795
14796         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
14797         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
14798         (gst_glimagesink_fixate):  Move local variable declarations to
14799         make gcc-2.95 happy.
14800
14801 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14802
14803         * configure.ac:
14804           bump nano for prerelease
14805
14806 2004-08-27  David Schleef  <ds@schleef.org>
14807
14808         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
14809         * sys/sunaudio/gstsunaudiosrc.c:
14810         * sys/sunaudio/gstsunaudiosrc.h:
14811
14812 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
14813
14814         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
14815         handle EOS correctly
14816         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
14817         * gst/matroska/matroska-mux.h:
14818         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
14819         VFW compatibility mode
14820
14821 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
14822
14823         patch by: Zaheer Abbas Merali
14824
14825         * ext/ogg/gstoggmux.c:
14826         * ext/vorbis/vorbisenc.c:
14827         * ext/vorbis/vorbisenc.h:
14828           handle NEWMEDIA
14829
14830 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
14831
14832         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
14833         fix byte order reversion on little endian machines.
14834         * gst/matroska/matroska-mux.c: (audiosink_templ),
14835         (gst_matroska_mux_audio_pad_link):
14836         add TTA codec to the list of supported codecs.
14837         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
14838         (gst_matroska_mux_start), (gst_matroska_mux_finish),
14839         (gst_matroska_mux_write_data):
14840         * gst/matroska/matroska-mux.h:
14841         write segment duration correctly, write muxing app string, fixes bugs
14842         #140897 and #140898.
14843         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
14844         wait for all pads to be negotiated before starting to mux.
14845
14846 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14847
14848         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
14849         * ext/lame/gstlame.h:
14850         Added new media support to lame
14851
14852 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
14853
14854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
14855         send vorbis headers at the beginning of a stream, fixes bug #141554.
14856         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
14857         bug #148950.
14858         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
14859         (gst_matroska_demux_plugin_init):
14860         * gst/matroska/matroska-ids.h:
14861         enable demuxing of TTA audio streams, fixes bug #148951.
14862         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
14863         enable typefinding for TTA audio files, fixes bug #148711.
14864         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
14865         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
14866         fixes playback of packed bitstream and xvid with bframes, bug #135407.
14867
14868 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
14869
14870         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
14871         (gst_riff_read_element_data), (gst_riff_read_seek),
14872         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
14873         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
14874         <teuf@gnome.org>
14875
14876 2004-08-23 Iain <iaingnome@gmail.com>
14877
14878         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
14879         tags. They appear to be handled differently to normal.
14880         (tag_list_to_id3_tag_foreach): Ditto.
14881
14882 2004-08-22  Wim Taymans  <wim@fluendo.com>
14883
14884         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14885         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14886         Make sure we never send -1 granulepos.
14887
14888 2004-08-20  Wim Taymans  <wim@fluendo.com>
14889
14890         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14891         (gst_ogg_mux_loop):
14892         I will accept bitchslappings with non sharp objects.
14893
14894 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14895
14896         * configure.ac:
14897         Clean up the test for lame presets
14898
14899 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14900
14901         * configure.ac:
14902         * ext/lame/Makefile.am:
14903         * ext/lame/gstlame.c: (gst_lame_class_init),
14904         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
14905         Only enable lame presets if version of lame has presets in API
14906
14907 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
14908         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
14909         * gst/udp/gstudpsrc.h:
14910           Don't call gst_pad_push in a get function. Fixes #150449
14911
14912 2004-08-18  Wim Taymans  <wim@fluendo.com>
14913
14914         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
14915         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
14916         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14917         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14918         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14919         (gst_fdset_wait):
14920         * gst/tcp/gstfdset.h:
14921         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
14922         (gst_multifdsink_client_queue_buffer),
14923         (gst_multifdsink_handle_client_write):
14924         * gst/tcp/gstmultifdsink.h:
14925         Some extra checks in gstfdset.
14926         Only use send() when the fd is a socket. Don't try to
14927         read from write only fds.
14928
14929 2004-08-18  Wim Taymans  <wim@fluendo.com>
14930
14931         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
14932         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
14933         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
14934         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
14935         (gst_fdset_wait):
14936         Add more locking and bounds checking.
14937
14938 2004-08-18  Wim Taymans  <wim@fluendo.com>
14939
14940         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
14941         Realloc test fdset in the lock and right before starting
14942         the poll call. Bump the limit to 4096.
14943
14944 2004-08-17  David Schleef  <ds@schleef.org>
14945
14946         * sys/sunaudio/Makefile.am:
14947         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
14948         of rates and channels.  Make debugging less obnoxious.
14949
14950         Patch from Balamurali Viswanathan implementing a mixer for
14951         Sun audio.  (bug #144091):
14952         * sys/sunaudio/gstsunelement.c:
14953         * sys/sunaudio/gstsunelement.h:
14954         * sys/sunaudio/gstsunmixer.c:
14955         * sys/sunaudio/gstsunmixer.h:
14956
14957 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14958
14959         * gst/audioscale/gstaudioscale.c:
14960         * gst/audioscale/gstaudioscale.h:
14961         made audioscale resample from any sample rate to any sample rate
14962
14963 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14964
14965         * ext/libpng/gstpngdec.c:
14966           error out on unsupported types
14967
14968 2004-08-17  Iain <iaingnome@gmail.com>
14969
14970         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
14971         mid_side and loose_mid_side properties if its a stereo stream.
14972
14973 2004-08-17  Wim Taymans  <wim@fluendo.com>
14974
14975         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
14976         (theora_get_formats), (theora_dec_src_convert),
14977         (theora_dec_sink_convert), (theora_dec_src_query),
14978         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
14979         Add a debug line.
14980
14981 2004-08-17  Wim Taymans  <wim@fluendo.com>
14982
14983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
14984         (gst_ogg_pad_push):
14985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14986         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
14987         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
14988         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14989         Mark delta units in the muxer.
14990         Try to decode the packet after an out-of-sync error from
14991         libogg.
14992
14993 2004-08-17  Wim Taymans  <wim@fluendo.com>
14994
14995         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
14996         (gst_multifdsink_init), (gst_multifdsink_add),
14997         (gst_multifdsink_client_queue_buffer),
14998         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
14999         * gst/tcp/gstmultifdsink.h:
15000         Added option to send a keyframe to clients as the first buffer.
15001         Make timeout property writable.
15002
15003 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15004
15005         patch by: Wim Taymans
15006
15007         * gst/tcp/gstfdset.c:
15008         * gst/tcp/gstmultifdsink.c:
15009           fix index comparison, should include 0
15010
15011 2004-08-16  Wim Taymans  <wim@fluendo.com>
15012
15013         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
15014         (gst_fdset_add_fd), (gst_fdset_remove_fd),
15015         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
15016         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
15017         (gst_fdset_wait):
15018           copy when reallocing for poll so the select arguments don't get
15019           changed during the call
15020
15021 2004-08-16  Wim Taymans  <wim@fluendo.com>
15022
15023         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15024         (gst_theora_enc_class_init), (theora_enc_sink_link),
15025         (theora_buffer_from_packet), (theora_enc_chain):
15026         Fix bug where buffers were not marked as keyframes
15027         correctly.
15028
15029 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15030
15031         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15032         (gst_lame_preset_get_type), (gst_lame_class_init):
15033         describe the enum values for vbr mode and presets more verbosely
15034
15035 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15036
15037         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
15038         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
15039         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
15040         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
15041         * ext/lame/gstlame.h:
15042         add preset property to lame so it can use lame presets
15043
15044 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15045
15046         * ext/lame/gstlame.c: (gst_lame_get_property):
15047         whoops forgot break, thanks teuf
15048
15049 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15050
15051         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
15052         (gst_lame_class_init), (gst_lame_src_getcaps),
15053         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
15054         (gst_lame_get_property), (gst_lame_setup):
15055         * ext/lame/gstlame.h:
15056         fix lame's broken vbr stuff, allow it to resample if need be, and also
15057         make xing header optional
15058
15059 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15060
15061         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
15062         added getcaps function so samplerate doesnt get fixated to silly values
15063
15064 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15065
15066         * ext/lame/gstlame.c: (gst_lame_src_link):
15067         revert previous fix
15068
15069 2004-08-12  Johan Dahlin  <johan@gnome.org>
15070
15071         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
15072         checks. Doesn't matter what state we are in. Interfaces are a
15073         compile time thing, not runtime. It also broke the python bindings.
15074
15075 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15076
15077         * ext/lame/gstlame.c: (gst_lame_src_link):
15078         made source pad link function check if sinkpad is ok..fixes the problem
15079         where core fixates the output rate of lame stupidly
15080
15081 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15082
15083         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
15084         * sys/v4l/v4l_calls.c:
15085         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
15086           fix fixate function to handle nonsimple caps.
15087           remove bogus check in _link
15088           cleanups
15089
15090 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15091
15092         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
15093         set default compression ratio parameter to 0.0 so bitrate parameter
15094         works :)
15095
15096 2004-08-11  David Schleef  <ds@schleef.org>
15097
15098         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
15099
15100 2004-08-11  David Schleef  <ds@schleef.org>
15101
15102         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
15103         before.
15104
15105 2004-08-11  David Schleef  <ds@schleef.org>
15106
15107         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
15108
15109 2004-08-11  David Schleef  <ds@schleef.org>
15110
15111         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
15112           license field
15113         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
15114         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
15115           LGPL.
15116         * gst/auparse/gstauparse.c: Fix plugin license field.
15117         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
15118         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
15119         * gst/rtp/gstrtp.c: Fix plugin license field.
15120
15121 2004-08-11  Wim Taymans  <wim@fluendo.com>
15122
15123         * gst/tcp/Makefile.am:
15124         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
15125         (ensure_size), (gst_fdset_new), (gst_fdset_free),
15126         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
15127         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
15128         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
15129         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
15130         (gst_fdset_fd_can_write), (gst_fdset_wait):
15131         * gst/tcp/gstfdset.h:
15132         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15133         (gst_multifdsink_class_init), (gst_multifdsink_init),
15134         (gst_multifdsink_add), (gst_multifdsink_remove),
15135         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15136         (gst_multifdsink_remove_client_link),
15137         (gst_multifdsink_handle_client_read),
15138         (gst_multifdsink_client_queue_data),
15139         (gst_multifdsink_client_queue_caps),
15140         (gst_multifdsink_client_queue_buffer),
15141         (gst_multifdsink_handle_client_write),
15142         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15143         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15144         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
15145         (gst_multifdsink_close):
15146         * gst/tcp/gstmultifdsink.h:
15147         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
15148         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
15149         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
15150         (gst_tcpserversink_close):
15151         * gst/tcp/gsttcpserversink.h:
15152         Abstracted away the select call, implemented poll (yes we ran into
15153         the 1024 limit in production).
15154
15155 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
15156
15157         * gst/tcp/gsttcp.c:
15158         * gst/tcp/gsttcpplugin.c:
15159           improve debuggging, remove assert
15160
15161 2004-08-10  Wim Taymans  <wim@fluendo.com>
15162
15163         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
15164         (gst_client_status_get_type), (gst_multifdsink_class_init),
15165         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
15166         (gst_multifdsink_handle_client_read),
15167         (gst_multifdsink_handle_client_write),
15168         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
15169         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
15170         (gst_multifdsink_get_property):
15171         * gst/tcp/gstmultifdsink.h:
15172         * gst/tcp/gsttcp-marshal.list:
15173         Starting to prepare for specifying buffer time in other units
15174         than buffers. Expose remove reason in signal.
15175
15176 2004-08-10  Wim Taymans  <wim@fluendo.com>
15177
15178         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
15179         (gst_multifdsink_remove), (gst_multifdsink_clear),
15180         (gst_multifdsink_remove_client_link),
15181         (gst_multifdsink_handle_client_read),
15182         (gst_multifdsink_client_queue_data),
15183         (gst_multifdsink_client_queue_buffer),
15184         (gst_multifdsink_handle_client_write),
15185         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
15186         (gst_multifdsink_chain), (gst_multifdsink_close):
15187         * gst/tcp/gstmultifdsink.h:
15188         Added more debugging info. Changed the way clients are
15189         removed from the lists. Fixed a bug where a bad file descriptor
15190         could cause many clients to be removed.
15191
15192 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15193
15194         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
15195           allow all pixel-aspect-ratios, not just 1:1
15196
15197 2004-08-09  David Schleef  <ds@schleef.org>
15198
15199         * sys/glsink/ARB_multitexture.h:  Remove old files.
15200         * sys/glsink/EXT_paletted_texture.h:
15201         * sys/glsink/NV_register_combiners.h:
15202         * sys/glsink/gstgl_nvimage.c:
15203         * sys/glsink/gstgl_pdrimage.c:
15204         * sys/glsink/gstgl_rgbimage.c:
15205         * sys/glsink/gstglsink.c:
15206         * sys/glsink/gstglsink.h:
15207         * sys/glsink/gstglxwindow.c:
15208         * sys/glsink/regcomb_yuvrgb.c:
15209
15210 2004-08-09  David Schleef  <ds@schleef.org>
15211
15212         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
15213         GL sink plugin.  (Bug #147302)
15214
15215         * configure.ac: Test for OpenGL
15216         * sys/Makefile.am: Use test for OpenGL
15217         * sys/glsink/Makefile.am:
15218         * sys/glsink/glimagesink.c: rewrite
15219         * sys/glsink/glimagesink.h: rewrite
15220
15221 2004-08-09  David Schleef  <ds@schleef.org>
15222
15223         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
15224         sane framerates.
15225         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
15226         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
15227         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
15228
15229 2004-08-09  Wim Taymans  <wim@fluendo.com>
15230
15231         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15232         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15233         (gst_multifdsink_client_remove),
15234         (gst_multifdsink_handle_client_read),
15235         (gst_multifdsink_handle_client_write),
15236         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15237         Do a bit more logging, make the client_read code more robust.
15238
15239 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
15242         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
15243         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
15244         (gst_jpegdec_init), (gst_jpegdec_chain):
15245         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
15246         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
15247           cleanups, debugging fixes and memleak plugging
15248
15249 2004-08-09  Wim Taymans  <wim@fluendo.com>
15250
15251         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15252         (theora_get_formats), (theora_dec_src_convert),
15253         (theora_dec_sink_convert), (theora_dec_src_query),
15254         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
15255         (theora_dec_change_state):
15256         Don't crash on missing header packets.
15257
15258 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15259
15260         * po/LINGUAS:
15261         * po/sq.po:
15262           Added Albanian translation (Laurent Dhima)
15263         * po/cs.po:
15264           updated
15265
15266 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15267
15268         * ext/lame/gstlame.c:
15269           fix/add debugging
15270
15271 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15272
15273         * sys/ximage/ximagesink.c:
15274         * sys/xvimage/xvimagesink.c:
15275           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
15276
15277 2004-08-06  Wim Taymans  <wim@fluendo.com>
15278
15279         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15280         (gst_multifdsink_add), (gst_multifdsink_get_stats),
15281         (gst_multifdsink_client_remove),
15282         (gst_multifdsink_handle_client_read),
15283         (gst_multifdsink_handle_client_write),
15284         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15285         Make sure we don't try to read more from a client that what
15286         ioctl says us or we deadlock.
15287
15288 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15289
15290         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
15291         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
15292         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
15293           decouple running_time and n_frames so it can handle changing
15294           framerate while running
15295
15296 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15297
15298         * po/nl.po:
15299         * po/sv.po:
15300           updated translations
15301
15302 2004-08-04  Benjamin Otte  <otte@gnome.org>
15303
15304         * gst/videotestsrc/gstvideotestsrc.c:
15305         (gst_videotestsrc_get_capslist), (generate_capslist),
15306         (plugin_init):
15307           generate the list of supported caps at startup and reuse it instead
15308           of always generating it
15309
15310 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15311
15312         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
15313           whoops, last checkin broke normal build
15314
15315 2004-08-03  Benjamin Otte  <otte@gnome.org>
15316
15317         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
15318         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
15319         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
15320         (gst_alsa_mixer_get_option):
15321         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
15322         (dvdnavsrc_print_event):
15323         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
15324         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
15325         (gst_ogg_mux_pad_unlink):
15326         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
15327         (gst_multipart_mux_pad_unlink):
15328         * gst/videofilter/gstvideobalance.c:
15329         (gst_videobalance_colorbalance_set_value):
15330         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
15331         (gst_videomixer_pad_unlink):
15332         * po/uk.po:
15333         * sys/oss/gstossmixer.c:
15334         * sys/v4l/gstv4lcolorbalance.c:
15335         * sys/v4l/gstv4ltuner.c:
15336         * sys/v4l/v4lsrc_calls.c:
15337         * sys/v4l2/gstv4l2colorbalance.c:
15338         * sys/v4l2/gstv4l2tuner.c:
15339           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
15340
15341 2004-08-03  Benjamin Otte  <otte@gnome.org>
15342
15343         * examples/dynparams/filter.c: (ui_control_create):
15344         * examples/gstplay/player.c: (print_tag):
15345         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
15346         * ext/gdk_pixbuf/gstgdkanimation.c:
15347         (gst_gdk_animation_iter_may_advance):
15348         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
15349         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
15350         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
15351         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
15352         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
15353         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15354         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
15355         * gst/sine/demo-dparams.c: (main):
15356         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
15357         * testsuite/alsa/formats.c: (create_pipeline):
15358         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
15359           fixes for G_DISABLE_ASSERT and friends
15360         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
15361         (mp3_type_frame_length_from_header), (mp3_type_find),
15362         (plugin_init):
15363           require mp3 typefinding to have at least MIN_HEADERS valid headers
15364           add typefinding for AAC adts files
15365
15366 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
15367
15368         * sys/ximage/ximagesink.c:
15369         (gst_ximagesink_calculate_pixel_aspect_ratio):
15370         * sys/xvimage/xvimagesink.c:
15371         (gst_xvimagesink_calculate_pixel_aspect_ratio):
15372         Make sure we calculate pixel-aspect-ratio using floating point maths
15373
15374 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15375
15376         * po/uk.po:
15377           updated translation
15378
15379 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15380
15381         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
15383           add debugging for display PAR calculation
15384
15385 2004-08-02  David Schleef  <ds@schleef.org>
15386
15387         * configure.ac: Fix mikmod CFLAGS.
15388
15389 2004-07-27  Benjamin Otte  <otte@gnome.org>
15390
15391         * gst/audioscale/gstaudioscale.c:
15392         - fix templates to only support S16, it's the only format that works
15393         - make caps nego code use try_set_caps_nonfixed and fixation instead
15394         of try_set_caps twice, which is not nice for autopluggers
15395         - change rank to secondary, so autopluggers can pick it up after
15396         audioconvert
15397
15398 2004-08-02  Iain <iain@prettypeople.org>
15399
15400         * gst/interleave/interleave.c (interleave_init),
15401         (interleave_request_new_pad),
15402         (interleave_pad_removed),
15403         (interleave_buffered_loop): Use the real pad count, not the artificial
15404         one.
15405
15406 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15407
15408         * configure.ac: bump nano back to development
15409
15410 === release 0.8.3 ===
15411
15412 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15413
15414         * configure.ac: releasing 0.8.3, "Water"
15415
15416 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15417
15418         * sys/xvimage/xvimagesink.c:
15419         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15420         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
15421         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
15422         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15423         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15424         * sys/xvimage/xvimagesink.h:
15425           apply similar PAR fixes as to ximagesink
15426
15427 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15428
15429         patch from: Benjamin Otte
15430
15431         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
15432           add link function to lame.  Fixes #148986.
15433
15434 2004-08-02  Johan Dahlin  <johan@gnome.org>
15435
15436         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
15437         fix debugging log
15438
15439 2004-07-30  David Schleef  <ds@schleef.org>
15440
15441         * gst/videomixer/Makefile.am: Fix things that should have been
15442         fixed in the last checkin.
15443
15444 2004-07-30  David Schleef  <ds@schleef.org>
15445
15446         * gst/multipart/Makefile.am: Fix things that should have been
15447         fixed in the last checkin.
15448
15449 2004-07-30  David Schleef  <ds@schleef.org>
15450
15451         * testsuite/multifilesink/Makefile.am: Fix unused variable.
15452
15453 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15454
15455         * configure.ac:
15456           bump nano for prerelease
15457         * po/af.po:
15458         * po/az.po:
15459         * po/cs.po:
15460         * po/en_GB.po:
15461         * po/hu.po:
15462         * po/nl.po:
15463         * po/sr.po:
15464         * po/sv.po:
15465         * po/uk.po:
15466           updates
15467
15468 2004-07-30  Wim Taymans  <wim@fluendo.com>
15469
15470         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
15471         (gst_multifdsink_add), (gst_multifdsink_remove),
15472         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
15473         (gst_multifdsink_client_remove),
15474         (gst_multifdsink_handle_client_write),
15475         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
15476         * gst/tcp/gstmultifdsink.h:
15477         Recover from a select with a bad file descriptor by removing
15478         the client.
15479
15480 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
15481
15482         * configure.ac:
15483           fix requirement of core
15484         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
15485         (gst_play_pipeline_setup):
15486           don't use colorspace element.  do use hermescolorspace element.
15487           make macro to get a colorspace element.
15488           mark strings for translation.
15489         * po/POTFILES.in:
15490           add play.c
15491         * po/af.po:
15492         * po/az.po:
15493         * po/cs.po:
15494         * po/en_GB.po:
15495         * po/hu.po:
15496         * po/nl.po:
15497         * po/sr.po:
15498         * po/sv.po:
15499         * po/uk.po:
15500           update translations
15501
15502 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15503
15504         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
15505         fix default for newmedia flag
15506
15507 2004-07-30  Wim Taymans  <wim@fluendo.com>
15508
15509         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
15510         (gst_theora_dec_init), (theora_get_formats),
15511         (theora_dec_src_convert), (theora_dec_sink_convert),
15512         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15513         (theora_dec_chain), (theora_dec_set_property),
15514         (theora_dec_get_property):
15515         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15516         (gst_theora_enc_class_init), (gst_theora_enc_init),
15517         (theora_enc_sink_link), (theora_enc_chain),
15518         (theora_enc_set_property), (theora_enc_get_property):
15519         Added cropping option to theora decoder.
15520         Added border option to theora encoder.
15521
15522 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15523
15524         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15525         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15526         (gst_pngenc_set_property):
15527         * ext/libpng/gstpngenc.h:
15528         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
15529
15530 2004-07-30  Wim Taymans  <wim@fluendo.com>
15531
15532         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15533         (theora_enc_sink_link), (theora_enc_chain),
15534         (theora_enc_set_property), (theora_enc_get_property):
15535         Fix encoding of non-multiple-of-16 video.
15536
15537 2004-07-29  David Schleef  <ds@schleef.org>
15538
15539         * configure.ac: make test for audiofile more strict
15540
15541 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15542
15543         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15544           give different names to typefind functions
15545
15546 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15547
15548         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15549         (gst_ximagesink_calculate_pixel_aspect_ratio),
15550         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
15551         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
15552         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
15553         (gst_ximagesink_get_property), (gst_ximagesink_init):
15554         * sys/ximage/ximagesink.h:
15555           allocate PAR's dynamically.
15556           use autodetected PAR if no object-set PAR is given.
15557           add workaround for directfb's X not setting physical size.
15558           fix to xvimagesink will follow tomorrow.
15559
15560 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15561
15562         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
15563         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15564         (gst_shout2send_get_type), (gst_shout2send_set_clock),
15565         (gst_shout2send_class_init), (gst_shout2send_init),
15566         (set_shout_metadata), (gst_shout2send_set_metadata),
15567         (gst_shout2send_chain), (gst_shout2send_set_property),
15568         (gst_shout2send_get_property), (gst_shout2send_connect),
15569         (gst_shout2send_change_state):
15570         * ext/shout2/gstshout2.h:
15571         - fix for sending mp3 audio to icecast2 server, if pad link function not
15572         called before PAUSED state
15573         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
15574         - added tagging support for mp3 audio broadcasted
15575         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
15576         debug info
15577
15578 2004-07-28  Wim Taymans  <wim@fluendo.com>
15579
15580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
15581         (gst_ogg_demux_push):
15582         Return query failure when we don't know the length of
15583         an ogg stream insteda of returning TRUE with a bogus value.
15584
15585 2004-07-28  Wim Taymans  <wim@fluendo.com>
15586
15587         * ext/theora/theoradec.c: (theora_get_formats),
15588         (theora_dec_src_convert), (theora_dec_sink_convert),
15589         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15590         (theora_dec_chain):
15591         Don't screw up the 1 Chroma for 1 luma sample situation when we
15592         have an odd offset/width by adding a black border in those cases.
15593
15594 2004-07-28  Wim Taymans  <wim@fluendo.com>
15595
15596         * ext/theora/theoradec.c: (theora_get_formats),
15597         (theora_dec_src_convert), (theora_dec_sink_convert),
15598         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
15599         (theora_dec_chain):
15600         * ext/theora/theoraenc.c: (theora_enc_sink_link):
15601         Added first attempt at cropping of the image as required by the
15602         theora spec. We need more properties in the caps (offset_x,
15603         offset_y,stride) to implement this correctly.
15604
15605 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
15606
15607         * ext/dvdnav/README:
15608           Update the README to use dvddemux
15609         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
15610           Ensure getcaps returns a subset of the template caps
15611         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
15612         (gst_mpeg2subt_init):
15613           Ensure getcaps returns a subset of the template caps
15614         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
15615         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
15616         (gst_dvd_demux_get_subpicture_stream),
15617         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
15618         * gst/mpegstream/gstdvddemux.h:
15619           Set the explicit caps on the current_video pad before pushing
15620           anything
15621         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15622         (gst_mpeg_demux_get_audio_stream):
15623           Free caps used to gst_pad_set_explicit_caps, which takes a const
15624           GstCaps *
15625
15626 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15627
15628         * configure.ac: update GStreamer requirement to 0.8.4 because of
15629           GstFraction.
15630
15631 2004-07-28  Wim Taymans  <wim@fluendo.com>
15632
15633         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
15634         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
15635         Add the pad to the element after setting up the caps. This
15636         makes it a lot easier to autoplug.
15637
15638 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15639
15640         * gst/median/gstmedian.c:
15641         * gst/mpeg2subt/gstmpeg2subt.c:
15642         * gst/mpegaudioparse/gstmpegaudioparse.c:
15643         * gst/mpegstream/gstdvddemux.c:
15644         * gst/mpegstream/gstmpegdemux.c:
15645         * gst/mpegstream/gstmpegpacketize.c:
15646         * gst/rtjpeg/gstrtjpeg.c:
15647         * gst/rtjpeg/gstrtjpegdec.c:
15648         * gst/rtjpeg/gstrtjpegenc.c:
15649         * gst/sine/gstsinesrc.c:
15650         * gst/smooth/gstsmooth.c:
15651         * gst/smpte/gstsmpte.c:
15652         * gst/smpte/gstsmpte.h:
15653         * gst/stereo/gststereo.c:
15654         * gst/videofilter/gstgamma.c:
15655         * gst/videofilter/gstvideobalance.c:
15656         * gst/videofilter/gstvideofilter.c:
15657         * gst/videofilter/gstvideoflip.c:
15658         * gst/videoscale/gstvideoscale.c:
15659         * gst/videoscale/videoscale.c:
15660         * gst/videotestsrc/gstvideotestsrc.c:
15661         * gst/videotestsrc/videotestsrc.c:
15662         * gst/wavenc/gstwavenc.c:
15663         * gst/wavparse/gstwavparse.c:
15664           fix local includes and 64 bits constants
15665
15666 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15667
15668         * win32/gst.sln:
15669         * gst-libs/gst/*/*.vcproj:
15670         * gst/*/*.vcproj:
15671           more working plugins
15672
15673 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15674
15675         * testsuite/alsa/Makefile.am:
15676         * testsuite/alsa/srcstate.c:
15677         add test for alsasrc changing state
15678
15679 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15680
15681         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
15682         (gst_silence_get):
15683         * gst/silence/gstsilence.h:
15684         fix silence generation for 16bit raw audio
15685
15686 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15687
15688         * gst/matroska/matroska-demux.c:
15689         (gst_matroska_demux_parse_metadata),
15690         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
15691         * gst/mpegaudio/common.c:
15692         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
15693         (gst_videoscale_getcaps), (gst_videoscale_link),
15694         (gst_videoscale_src_fixate), (gst_videoscale_init),
15695         (gst_videoscale_finalize):
15696         * gst/videoscale/gstvideoscale.h:
15697         * gst/videotestsrc/gstvideotestsrc.c:
15698         (gst_videotestsrc_get_capslist):
15699         * gst/wavenc/gstwavenc.c:
15700         * sys/oss/gstossmixer.c: (fill_labels):
15701         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15702         (gst_ximagesink_handle_xevents),
15703         (gst_ximagesink_calculate_pixel_aspect_ratio),
15704         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
15705         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
15706         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
15707         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
15708         (gst_ximagesink_init), (gst_ximagesink_class_init):
15709         * sys/ximage/ximagesink.h:
15710         * sys/xvimage/xvimagesink.c:
15711         (gst_xvimagesink_calculate_pixel_aspect_ratio),
15712         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
15713         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
15714         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
15715         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
15716         * sys/xvimage/xvimagesink.h:
15717           first batch of pixel aspect ratio commits.
15718
15719 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15720
15721         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15722         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
15723         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
15724           handle stride, needs work if we want to move stride handling
15725           upstream, but works correctly for our purposes.
15726
15727 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15728
15729         * gst/videoscale/README:
15730           add testing examples
15731         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
15732         (gst_videoscale_chain):
15733         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15734         (gst_videoscale_get_size):
15735           add get_size function that handles stride like videotestsrc.
15736           fixes conversion for YUV formats for as much as I can test them.
15737
15738 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
15739
15740         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15741         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
15742         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15743         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
15744         (gst_xvimagesink_xvimage_put):
15745           further cleanups, logging, error handling and synchronizing
15746
15747 2004-07-27  Wim Taymans  <wim@fluendo.com>
15748
15749         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
15750         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
15751         (gst_videomixer_pad_set_property),
15752         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
15753         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
15754         (gst_videomixer_class_init), (gst_videomixer_init),
15755         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
15756         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
15757         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
15758         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
15759         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
15760         (gst_videomixer_loop), (plugin_init):
15761         Be a nicer negotiation citizen and provide a getcaps function on
15762         the srcpad. This also fixes a crash when resizing.
15763
15764 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15765
15766         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
15767         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
15768
15769 2004-07-27  Wim Taymans  <wim@fluendo.com>
15770
15771         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
15772         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
15773         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
15774         (gst_pngenc_set_property):
15775         * ext/libpng/gstpngenc.h:
15776         Added snapshot property to pngenc.
15777         removed g_print from pngdec
15778
15779 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
15780
15781         * gst/ac3parse/ac3parse.vcproj
15782         * gst/adder/adder.vcproj
15783         * gst/alpha/alpha.vcproj
15784         * gst/alpha/alphacolor.vcproj
15785         * gst/asfdemux/asf.vcproj
15786         * gst/audioconvert/audioconvert.vcproj
15787         * gst/audiorate/audiorate.vcproj
15788         * gst/audioscale/audioscale.vcproj
15789         * gst/auparse/auparse.vcproj
15790         * gst/avi/avi.vcproj
15791         * gst/cdxaparse/cdxaparse.vcproj
15792         * gst/chart/chart.vcproj
15793         * gst/colorspace/colorspace.vcproj
15794         * gst/cutter/cutter.vcproj
15795         * gst/debug/debug.vcproj
15796         * gst/debug/efence.vcproj
15797         * gst/debug/navigationtest.vcproj
15798         * gst/deinterlace/deinterlace.vcproj
15799         * gst/effectv/effectv.vcproj
15800         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15801         * gst/filter/filter.vcproj
15802         * gst/flx/flxdec.vcproj
15803         * gst/goom/goom.vcproj
15804         * gst/interleave/interleave.vcproj
15805         * gst/law/alaw.vcproj
15806         * gst/law/mulaw.vcproj
15807         * gst/matroska/matroska.vcproj
15808         * gst/median/median.vcproj
15809         * gst/mixmatrix/mixmatrix.vcproj
15810         * gst/mpeg1sys/mpeg1systemencode.vcproj
15811         * gst/mpeg1videoparse/mp1videoparse.vcproj
15812         * gst/mpeg2sub/mpeg2subt.vcproj
15813         * gst/mpegaudio/mpegaudio.vcproj
15814         * gst/mpegaudioparse/mpegaudioparse.vcproj
15815         * gst/mpegstream/mpegstream.vcproj
15816         * gst/multifilesink/multifilesink.vcproj
15817         * gst/multipart/multipart.vcproj
15818         * gst/oneton/oneton.vcproj
15819         * gst/overlay/overlay.vcproj
15820         * gst/passthrough/passthrough.vcproj
15821         * gst/qtdemux/qtdemux.vcproj
15822         * gst/realmedia/rmdemux.vcproj
15823         * gst/rtjpeg/rtjpeg.vcproj
15824         * gst/rtp/rtp.vcproj
15825         * gst/silence/silence.vcproj
15826         * gst/sine/sinesrc.vcproj
15827         * gst/smooth/smooth.vcproj
15828         * gst/smpte/smpte.vcproj
15829         * gst/spectrum/spectrum.vcproj
15830         * gst/speed/speed.vcproj
15831         * gst/stereo/stereo.vcproj
15832         * gst/switch/switch.vcproj
15833         * gst/tags/tagedit.vcproj
15834         * gst/tcp/tcp.vcproj
15835         * gst/typefind/typefindfunctions.vcproj
15836         * gst/udp/udp.vcproj
15837         * gst/videobox/videobox.vcproj
15838         * gst/videocrop/videocrop.vcproj
15839         * gst/videodrop/videodrop.vcproj
15840         * gst/videofilter/gamma.vcproj
15841         * gst/videofilter/videobalance.vcproj
15842         * gst/videofilter/videofilter.vcproj
15843         * gst/videofilter/videoflip.vcproj
15844         * gst/videoflip/videoflip.vcproj
15845         * gst/videomixer/videomixer.vcproj
15846         * gst/videorate/videorate.vcproj
15847         * gst/videoscale/videoscale.vcproj
15848         * gst/videotestsrc/videotestsrc.vcproj
15849         * gst/virtualdub/virtualdub.vcproj
15850         * gst/volenv/volenv.vcproj
15851         * gst/volume/volume.vcproj
15852         * gst/wavenc/wavenc.vcproj
15853         * gst/wavparse/wavparse.vcproj
15854         * gst/y4m/y4menc.vcproj
15855         * gst-libs/gst/audio/audio.vcproj
15856         * gst-libs/gst/audio/audiofilter.vcproj
15857         * gst-libs/gst/colorbalance/colorbalance.vcproj
15858         * gst-libs/gst/idct/idtc.vcproj
15859         * gst-libs/gst/media-info/media-info.vcproj
15860         * gst-libs/gst/mixer/mixer.vcproj
15861         * gst-libs/gst/navigation/navigation.vcproj
15862         * gst-libs/gst/play/play.vcproj
15863         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
15864         * gst-libs/gst/resample/resample.vcproj
15865         * gst-libs/gst/riff/riff.vcproj
15866         * gst-libs/gst/tuner/tuner.vcproj
15867         * gst-libs/gst/video/video.vcproj
15868         * gst-libs/gst/xoverlay/xoverlay.vcproj
15869           avoid problems with math.h, fix release dependancy
15870           rename GStreamer-0.8.lib to libgstreamer.lib
15871
15872 2004-07-27  Julien MOUTTE  <julien@moutte.net>
15873
15874         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
15875         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
15876         the atom is not available we have to unlock the mutex. Fixes #148023
15877
15878 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15879
15880         * gst-libs/gst/media-info/media-info.h:
15881           issue for a vararg macro with MSVC
15882
15883 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15884
15885         * gst/effectv/effectv.vcproj
15886         * gst-libs/gst/idct/idct.vcproj:
15887         * gst-libs/gst/media-info/media-info.vcproj:
15888         * gst-libs/gst/navigation/navigation.vcproj:
15889         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
15890         * gst-libs/gst/video/video.vcproj:
15891         * gst-libs/gst/xoverlay/xoverlay.vcproj:
15892           fixes for build problems
15893
15894 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15895
15896         * gst-libs/gst/audio/audio.def:
15897         * gst-libs/gst/audio/riff.def:
15898           add some definitions needed by plugins
15899
15900 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15901
15902         * gst/asfdemux/gstasfmux.c
15903           Fix some 64 bits constants to be glib friendly
15904
15905 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15906
15907         * gst/ac3parse/gstac3parse.c
15908         * gst/audioscale/gstaudioscale.c
15909         * gst/auparse/gstauparse.c
15910         * gst/colorspace/gstcolorspace.c
15911         * gst/colorspace/yuv2rgb.h
15912           local include fixes
15913
15914 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15915
15916         * win32/gst.sln
15917           add more plugins to the build
15918
15919 2004-07-26  Julien MOUTTE  <julien@moutte.net>
15920
15921         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
15922         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
15923
15924 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15925
15926         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15927         (gst_level_set_property), (gst_level_get_property),
15928         (gst_level_base_init), (gst_level_class_init):
15929           add debugging categories.  cleanups.
15930
15931 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15932
15933         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15934         (gst_videoscale_planar411), (gst_videoscale_planar400),
15935         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
15936         (gst_videoscale_scale_nearest_str1),
15937         (gst_videoscale_scale_nearest_str2),
15938         (gst_videoscale_scale_nearest_str4),
15939         (gst_videoscale_scale_nearest_16bit),
15940         (gst_videoscale_scale_nearest_24bit):
15941           fixed stride issues
15942           tested with 320x240 -> 321, 322, 324 x240
15943           tested with YV12, I420, YUY2, UYVY
15944           fixed packed422rev (don't think it could have worked before)
15945           by testing with UYVY
15946
15947 2004-07-26  Benjamin Otte  <otte@gnome.org>
15948
15949         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
15950         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
15951         (plugin_init):
15952           add debugging category, add error checks like checking return values
15953           of setup calls, make sure it still works after
15954           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
15955
15956 2004-07-26  Wim Taymans  <wim@fluendo.com>
15957
15958         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
15959         (gst_mpeg_demux_get_audio_stream),
15960         (gst_mpeg_demux_process_private):
15961         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
15962         Check for error codes from the negotiation functions. Make sure
15963         we really set the pad caps when a new pad is created.
15964
15965 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15966
15967         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
15968         (gst_ffmpeg_caps_to_pix_fmt):
15969         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
15970         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15971         (gst_ffmpegcolorspace_pad_link):
15972           don't make function do two things at the same time without reason.
15973
15974 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
15975
15976         * gst/ac3parse/ac3parse.vcproj
15977         * gst/adder/adder.vcproj
15978         * gst/alpha/alpha.vcproj
15979         * gst/alpha/alphacolor.vcproj
15980         * gst/asfdemux/asf.vcproj
15981         * gst/audioconvert/audioconvert.vcproj
15982         * gst/audiorate/audiorate.vcproj
15983         * gst/audioscale/audioscale.vcproj
15984         * gst/auparse/auparse.vcproj
15985         * gst/avi/avi.vcproj
15986         * gst/cdxaparse/cdxaparse.vcproj
15987         * gst/chart/chart.vcproj
15988         * gst/colorspace/colorspace.vcproj
15989         * gst/cutter/cutter.vcproj
15990         * gst/debug/debug.vcproj
15991         * gst/debug/efence.vcproj
15992         * gst/debug/navigationtest.vcproj
15993         * gst/deinterlace/deinterlace.vcproj
15994         * gst/effectv/effectv.vcproj
15995         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
15996         * gst/filter/filter.vcproj
15997         * gst/flx/flxdec.vcproj
15998         * gst/goom/goom.vcproj
15999         * gst/interleave/interleave.vcproj
16000         * gst/law/alaw.vcproj
16001         * gst/law/mulaw.vcproj
16002         * gst/matroska/matroska.vcproj
16003         * gst/median/median.vcproj
16004         * gst/mixmatrix/mixmatrix.vcproj
16005         * gst/mpeg1sys/mpeg1systemencode.vcproj
16006         * gst/mpeg1videoparse/mp1videoparse.vcproj
16007         * gst/mpeg2sub/mpeg2subt.vcproj
16008         * gst/mpegaudio/mpegaudio.vcproj
16009         * gst/mpegaudioparse/mpegaudioparse.vcproj
16010         * gst/mpegstream/mpegstream.vcproj
16011         * gst/multifilesink/multifilesink.vcproj
16012         * gst/multipart/multipart.vcproj
16013         * gst/oneton/oneton.vcproj
16014         * gst/overlay/overlay.vcproj
16015         * gst/passthrough/passthrough.vcproj
16016         * gst/qtdemux/qtdemux.vcproj
16017         * gst/realmedia/rmdemux.vcproj
16018         * gst/rtjpeg/rtjpeg.vcproj
16019         * gst/rtp/rtp.vcproj
16020         * gst/silence/silence.vcproj
16021         * gst/sine/sinesrc.vcproj
16022         * gst/smooth/smooth.vcproj
16023         * gst/smpte/smpte.vcproj
16024         * gst/spectrum/spectrum.vcproj
16025         * gst/speed/speed.vcproj
16026         * gst/stereo/stereo.vcproj
16027         * gst/switch/switch.vcproj
16028         * gst/tags/tagedit.vcproj
16029         * gst/tcp/tcp.vcproj
16030         * gst/typefind/typefindfunctions.vcproj
16031         * gst/udp/udp.vcproj
16032         * gst/videobox/videobox.vcproj
16033         * gst/videocrop/videocrop.vcproj
16034         * gst/videodrop/videodrop.vcproj
16035         * gst/videofilter/gamma.vcproj
16036         * gst/videofilter/videobalance.vcproj
16037         * gst/videofilter/videofilter.vcproj
16038         * gst/videofilter/videoflip.vcproj
16039         * gst/videoflip/videoflip.vcproj
16040         * gst/videomixer/videomixer.vcproj
16041         * gst/videorate/videorate.vcproj
16042         * gst/videoscale/videoscale.vcproj
16043         * gst/videotestsrc/videotestsrc.vcproj
16044         * gst/virtualdub/virtualdub.vcproj
16045         * gst/volenv/volenv.vcproj
16046         * gst/volume/volume.vcproj
16047         * gst/wavenc/wavenc.vcproj
16048         * gst/wavparse/wavparse.vcproj
16049         * gst/y4m/y4menc.vcproj
16050           more plugins supported under windows
16051
16052 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16053
16054         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16055         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
16056         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
16057         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16058         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
16059           Add debugging statements.  Use the sizes as returned by the
16060           *CreateImage calls.
16061
16062 2004-07-26  Johan Dahlin  <johan@gnome.org>
16063
16064         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
16065         the pad is negotiated.
16066
16067         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
16068
16069 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
16070
16071         * gst-libs/gst/colorbalance/colorbalance.vcproj:
16072         * gst-libs/gst/idct/idct.vcproj:
16073         * gst-libs/gst/media-info/media-info.vcproj:
16074         * gst-libs/gst/mixer/mixer.vcproj:
16075         * gst-libs/gst/navigation/navigation.vcproj:
16076         * gst-libs/gst/play/play.vcproj:
16077         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
16078         * gst-libs/gst/resample/resample.vcproj:
16079         * gst-libs/gst/tuner/tuner.vcproj:
16080         * gst-libs/gst/video/video.vcproj:
16081         * gst-libs/gst/xoverlay/xoverlay.vcproj:
16082           more plugins supported under windows
16083
16084 2004-07-25 Iain <iain@prettypeople.org>
16085
16086         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
16087         pad now rather than when the pad is created because state changes wipe
16088         explicit caps (fixes #148043).
16089
16090 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
16091
16092         reviewed by Benjamin Otte  <otte@gnome.org>
16093
16094         * ext/mad/gstmad.c:
16095           fix mad plugin crashing on Sun (fixes #148289)
16096
16097 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16098
16099         * gst/avi/avi.def:
16100         * gst/avi/avi.vcproj:
16101         * gst/matroska/matroska.def:
16102         * gst/matroska/matroska.vcproj:
16103           remove unused .def files
16104
16105 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16106
16107         * gst-libs/gst/audio/gstaudiofilter.c:
16108           Clean the local include
16109
16110 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16111
16112         * win32/gst.sln:
16113         * gst-libs/gst/audio/audio.def:
16114         * gst-libs/gst/audio/audio.vcproj:
16115         * gst-libs/gst/audio/audiofilter.vcproj:
16116         * gst-libs/gst/audio/riff.def:
16117         * gst-libs/gst/audio/riff.vcproj:
16118         * gst-libs/gst/gst-libs.def:
16119         * gst-libs/gst/gst-libs.vcproj:
16120         * gst/avi/avi.vcproj:
16121         * gst/avi/avi.vcproj:
16122           Copy the files where needed after building, cleaner projects
16123
16124 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
16125
16126         * gst/matroska/ebml-write.c:
16127           Fix some 64 bits constants to be glib friendly
16128
16129 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
16130
16131         * win32/gst.sln:
16132         * gst-libs/gst/gst-libs.def:
16133         * gst-libs/gst/gst-libs.vcproj:
16134         * gst/matroska/matroska.def:
16135         * gst/matroska/matroska.vcproj:
16136           Add the preliminary canvas to build plugins on Win32
16137
16138 2004-07-23  Benjamin Otte  <otte@gnome.org>
16139
16140         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16141           don't enfore negotiation from source side, it breaks
16142           sinesrc ! audioconvert ! osssink
16143
16144 2004-07-22  David Schleef  <ds@schleef.org>
16145
16146         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
16147         for ELF files, since they can easily be recognized as audio/mpeg.
16148         (bug #147441)
16149
16150 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16151
16152         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
16153         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
16154         (gst_videoscale_scale_nearest_24bit),
16155         (gst_videoscale_scale_nearest_16bit):
16156           fix 16bit and 24bit for stride (24bit might need testing)
16157           don't pretend we do more than one algorithm
16158
16159 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16160
16161         * configure.ac:
16162         * gst/Makefile.am:
16163         * gst/multifilesink/Makefile.am:
16164         * gst/multifilesink/gstmultifilesink.c:
16165         (gst_multifilesink_get_formats),
16166         (gst_multifilesink_get_query_types), (_do_init),
16167         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
16168         (gst_multifilesink_init), (gst_multifilesink_dispose),
16169         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
16170         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
16171         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
16172         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
16173         (gst_multifilesink_chain), (gst_multifilesink_change_state),
16174         (gst_multifilesink_uri_get_type),
16175         (gst_multifilesink_uri_get_protocols),
16176         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
16177         (gst_multifilesink_uri_handler_init), (plugin_init):
16178         * gst/multifilesink/gstmultifilesink.h:
16179         * testsuite/Makefile.am:
16180         * testsuite/multifilesink/Makefile.am:
16181         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
16182         (gst_newmedia_class_init), (gst_newmedia_init),
16183         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
16184         (newfile_signal), (test_signal), (main):
16185         multifilesink plugin for creating new files every time a new media
16186         discontinuity event occurs
16187
16188 2004-07-22  Wim Taymans  <wim@fluendo.com>
16189
16190         * gst/alpha/Makefile.am:
16191         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
16192         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
16193         (gst_alpha_color_init), (gst_alpha_color_set_property),
16194         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
16195         (transform), (gst_alpha_color_chain),
16196         (gst_alpha_color_change_state), (plugin_init):
16197         Stupid plugin to to RGBA to AYUV conversion because none of
16198         the colorspace plugins can handle that yet.
16199
16200 2004-07-22  Wim Taymans  <wim@fluendo.com>
16201
16202         * examples/seeking/seek.c: (update_scale), (main):
16203         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16204         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16205         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16206         (gst_decode_bin_init), (gst_decode_bin_dispose),
16207         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16208         (no_more_pads), (close_link), (type_found),
16209         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16210         (plugin_init):
16211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16212         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16213         (gst_play_base_bin_dispose), (queue_overrun),
16214         (gen_preroll_element), (remove_prerolls), (unknown_type),
16215         (no_more_pads), (new_stream), (setup_source),
16216         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16217         (play_base_eos), (gst_play_base_bin_change_state),
16218         (gst_play_base_bin_add_element),
16219         (gst_play_base_bin_remove_element),
16220         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16221         (gst_play_base_bin_unlink_stream),
16222         (gst_play_base_bin_get_streaminfo):
16223         * gst/playback/gstplaybin.c: (gen_video_element),
16224         (gen_audio_element):
16225         * gst/playback/gststreaminfo.h:
16226         More playback updates, attempt to fix things after the state change
16227         breakage.
16228
16229 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16230
16231         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
16232         (gst_videoscale_scale_nearest_16bit):
16233           comment algorithm
16234
16235 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16236
16237         * gst/videotestsrc/gstvideotestsrc.c:
16238         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
16239         (gst_videotestsrc_init), (gst_videotestsrc_get),
16240         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
16241         (gst_videotestsrc_get_property):
16242         * gst/videotestsrc/gstvideotestsrc.h:
16243         * gst/videotestsrc/videotestsrc.c:
16244         * gst/videotestsrc/videotestsrc.h:
16245           cleanup and commenting
16246
16247 2004-07-21  Wim Taymans  <wim@fluendo.com>
16248
16249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
16250         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
16251         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
16252         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
16253         (_find_chain_get_unknown_part), (_find_streams_check),
16254         (gst_ogg_demux_push), (gst_ogg_pad_push):
16255         * ext/theora/theoradec.c: (theora_get_formats),
16256         (theora_dec_src_convert), (theora_dec_sink_convert),
16257         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16258         (theora_dec_chain):
16259         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16260         (vorbis_dec_convert), (vorbis_dec_src_query),
16261         (vorbis_dec_src_event), (vorbis_dec_event):
16262         More seeking fixes, oggdemux now supports seeking to time and
16263         uses the downstream element to convert granulepos to time.
16264         Seeking in theora-only ogg files now works.
16265
16266 2004-07-21  Wim Taymans  <wim@fluendo.com>
16267
16268         * ext/theora/theoradec.c: (gst_theora_dec_init),
16269         (theora_get_formats), (theora_get_event_masks),
16270         (theora_get_query_types), (theora_dec_src_convert),
16271         (theora_dec_sink_convert), (theora_dec_src_query),
16272         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
16273         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
16274         (vorbis_get_event_masks), (vorbis_get_query_types),
16275         (gst_vorbis_dec_init), (vorbis_dec_convert),
16276         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
16277         Added query/convert/formats functions to vorbis and theora decoders
16278         so that the outside world can use them too. Fixed seeking on an
16279         ogg/theora/vorbis file by disabling the seeking seeking on the
16280         theora srcpad.
16281
16282 2004-07-21  Julien MOUTTE  <julien@moutte.net>
16283
16284         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16285         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
16286         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
16287         images creation for both elements. We don't create the image on caps
16288         nego or renego, we just destroy the internal one if present if it does
16289         not match the needs. The chain function takes care of creating a new
16290         image when needed.
16291         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16292         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
16293         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
16294         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
16295         the image format information. The buffer pool checks for the context
16296         image format and discard images with different formats.
16297         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
16298
16299 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
16300
16301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16302         (gst_ffmpegcolorspace_chain):
16303           no point in doing any chaining if the pad we want to push from
16304           isn't usable.
16305
16306 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16307
16308         * gst-libs/gst/riff/riff-media.c:
16309         (gst_riff_create_audio_caps_with_data):
16310           Fix double end-to-native symbol conversion (#148021).
16311
16312 2004-07-20  David Schleef  <ds@schleef.org>
16313
16314         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
16315         Don't use an Atom that doesn't exist.
16316
16317 2004-07-20  Wim Taymans  <wim@fluendo.com>
16318
16319         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16320         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16321         (gst_multifdsink_client_remove),
16322         (gst_multifdsink_handle_client_write),
16323         (gst_multifdsink_queue_buffer):
16324         * gst/tcp/gstmultifdsink.h:
16325         More multifdsink stats. Avoid deadlock by releasing locks
16326         before sending out a signal.
16327
16328 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16329
16330         * po/LINGUAS:
16331         * po/hu.po:
16332           added Hungarian translation (Laszlo Dvornik)
16333
16334 2004-07-20  Wim Taymans  <wim@fluendo.com>
16335
16336         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16337         (gst_multifdsink_add), (gst_multifdsink_client_remove),
16338         (gst_multifdsink_handle_client_write),
16339         (gst_multifdsink_queue_buffer):
16340         * gst/tcp/gsttcp-marshal.list:
16341         Fixed the stupid marshal definition.
16342
16343 2004-07-20  Wim Taymans  <wim@fluendo.com>
16344
16345         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16346         (gst_multifdsink_init), (gst_multifdsink_add),
16347         (gst_multifdsink_client_remove),
16348         (gst_multifdsink_handle_client_write),
16349         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
16350         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
16351         (gst_multifdsink_init_send):
16352         * gst/tcp/gstmultifdsink.h:
16353         Added more stats, added timeout for a client, fixed some typos
16354         and added some comments.
16355
16356 2004-07-20  Wim Taymans  <wim@fluendo.com>
16357
16358         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
16359         (gst_multifdsink_add), (gst_multifdsink_get_stats),
16360         (gst_multifdsink_client_remove),
16361         (gst_multifdsink_handle_client_write):
16362         * gst/tcp/gstmultifdsink.h:
16363         * gst/tcp/gsttcp-marshal.list:
16364         Added get_stats method that returns a GValueArray of
16365         stats values.
16366
16367 2004-07-19  Benjamin Otte  <otte@gnome.org>
16368
16369         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16370           make sure longname, description and author are valid UTF-8
16371
16372 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16373
16374         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
16375         (gst_ximagesink_set_property):
16376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
16377         (gst_xvimagesink_set_property):
16378           make sure SYNCHRONOUS is respected after getting the X context
16379
16380 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16381
16382         * gst/matroska/matroska-demux.c:
16383         (gst_matroska_demux_handle_src_event),
16384         (gst_matroska_demux_parse_blockgroup):
16385         * gst/matroska/matroska-ids.h:
16386           add BlockReference tag and ignore it to clear out log.
16387           ignore NAVIGATION events to clear out log.
16388
16389 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
16390
16391         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16392         (gst_matroska_demux_add_stream):
16393         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
16394           add debug categories
16395
16396 2004-07-16  Wim Taymans  <wim@fluendo.com>
16397
16398         * ext/libpng/Makefile.am:
16399         * ext/libpng/gstpng.c: (plugin_init):
16400         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
16401         (gst_pngdec_get_type), (gst_pngdec_base_init),
16402         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
16403         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
16404         * ext/libpng/gstpngdec.h:
16405         Added png decoder.
16406
16407 2004-07-16  Julien MOUTTE  <julien@moutte.net>
16408
16409         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16410         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
16411         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
16412         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
16413         (gst_ximagesink_buffer_alloc):
16414         * sys/ximage/ximagesink.h:
16415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16416         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16417         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16418         (gst_xvimagesink_buffer_alloc):
16419         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
16420         again. Using internal data pointer of the x(v)image to store image's
16421         data to be coherent with the buffer alloc mechanism. Investigated the
16422         image destruction code to be sure that everything gets freed correctly.
16423
16424 2004-07-16  Wim Taymans  <wim@fluendo.com>
16425
16426         * gst-libs/gst/riff/riff-read.c:
16427         (gst_riff_read_strf_vids_with_data),
16428         (gst_riff_read_strf_auds_with_data):
16429         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16430         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16431         Make sure we don't create 0 sized subbuffers in riff-read.
16432         Signal the no more pads signal after reading the avi header.
16433
16434 2004-07-16  Wim Taymans  <wim@fluendo.com>
16435
16436         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16437         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
16438         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
16439         (gst_decode_bin_init), (gst_decode_bin_dispose),
16440         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16441         (no_more_pads), (close_link), (type_found),
16442         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16443         (gst_decode_bin_change_state), (plugin_init):
16444         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16445         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16446         (gst_play_base_bin_dispose), (queue_overrun),
16447         (gen_preroll_element), (remove_prerolls), (unknown_type),
16448         (no_more_pads), (new_stream), (setup_source),
16449         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
16450         (play_base_eos), (gst_play_base_bin_change_state),
16451         (gst_play_base_bin_add_element),
16452         (gst_play_base_bin_remove_element),
16453         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16454         (gst_play_base_bin_unlink_stream),
16455         (gst_play_base_bin_get_streaminfo):
16456         * gst/playback/gstplaybasebin.h:
16457         Better error recovery. Added configurable preroll queue size. Faster
16458         detection of no-more-pads.
16459
16460 2004-07-16  Wim Taymans  <wim@fluendo.com>
16461
16462         * gst-libs/gst/video/video.h:
16463         Added 32 bits RGBA. Not sure if we should use another mime-type
16464         for alpha rgb. Currently the presence of the alpha_mask property
16465         signals an alpha channel.
16466
16467 2004-07-16  Wim Taymans  <wim@fluendo.com>
16468
16469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
16470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16471         FPS seems to be 0.0 to MAX everywhere else.
16472
16473 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16474
16475         * gst-libs/gst/riff/riff-media.c:
16476         (gst_riff_create_video_caps_with_data):
16477           mp42/mp43 (no caps) exist too.
16478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
16479           Set pixel_width/height; we've got them in-caps.
16480         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16481         * gst/wavparse/gstwavparse.c: (plugin_init):
16482           Both are valid primary.
16483         * sys/oss/gstossmixer.c:
16484           Remove i18n hack and enable translations.
16485
16486 2004-07-15  Benjamin Otte  <otte@gnome.org>
16487
16488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16489         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
16490           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
16491
16492 2004-07-15  Benjamin Otte  <otte@gnome.org>
16493
16494         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16495         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
16496         (gst_alsa_close_audio):
16497           disable some of the debugging code for now. Writing debugging to a
16498           buffer is broken in current alsalib releases.
16499
16500 2004-07-12  Benjamin Otte  <otte@gnome.org>
16501
16502         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
16503           use bufferpools
16504
16505 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16506
16507         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
16508         (theora_dec_src_query), (theora_dec_event):
16509         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
16510           add debugging categories.  Remove \n's.
16511
16512 2004-07-13  Johan Dahlin  <johan@gnome.org>
16513
16514         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
16515         (gst_play_bin_get_property): Impl.
16516
16517 2004-07-13  Wim Taymans  <wim@fluendo.com>
16518
16519         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
16520         When trying to find the stream length, seek back N pages
16521         instead of just one, where N is the number of streams in
16522         the current chain.
16523
16524 2004-07-13  Wim Taymans  <wim@fluendo.com>
16525
16526         * gst-libs/gst/riff/riff-media.c:
16527         (gst_riff_create_audio_caps_with_data),
16528         (gst_riff_create_audio_caps),
16529         (gst_riff_create_audio_template_caps):
16530         * gst-libs/gst/riff/riff-media.h:
16531         * gst-libs/gst/riff/riff-read.c:
16532         (gst_riff_read_strf_vids_with_data),
16533         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
16534         * gst-libs/gst/riff/riff-read.h:
16535         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
16536         (gst_avi_demux_add_stream):
16537         Set codec_data on caps for avidemuxer.
16538
16539 2004-07-12  David Schleef  <ds@schleef.org>
16540
16541         * configure.ac: Fix test for Objective C
16542
16543 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
16544         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
16545         (gst_gdk_pixbuf_chain):
16546           Add svg and pcx to template caps, and ensure that getcaps returns a
16547           subset of the template caps.
16548           Copy each row manually for output, as gdkpixbuf may pad the
16549           rowstride to a 32-bit word boundary.
16550
16551 2004-07-12  Wim Taymans  <wim@fluendo.com>
16552
16553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
16554         (gst_riff_create_video_template_caps):
16555         Fix the template caps to include some more media types.
16556
16557 2004-07-12  Wim Taymans  <wim@fluendo.com>
16558
16559         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16560         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16561         (compare_ranks), (print_feature), (gst_decode_bin_init),
16562         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16563         (try_to_link_1), (new_pad), (close_link), (type_found),
16564         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16565         (gst_decode_bin_change_state), (plugin_init):
16566         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16567         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16568         (gst_play_base_bin_dispose), (queue_overrun),
16569         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16570         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16571         (gst_play_base_bin_get_property), (play_base_eos),
16572         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16573         (gst_play_base_bin_remove_element),
16574         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16575         (gst_play_base_bin_unlink_stream),
16576         (gst_play_base_bin_get_streaminfo):
16577         * gst/playback/gstplaybasebin.h:
16578         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16579         (gst_play_bin_class_init), (gst_play_bin_init),
16580         (gst_play_bin_dispose), (gst_play_bin_set_property),
16581         (gst_play_bin_get_property), (gen_video_element),
16582         (gen_audio_element), (remove_sinks), (setup_sinks),
16583         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16584         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16585         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16586         (gst_play_bin_query), (plugin_init):
16587         * gst/playback/test4.c: (main):
16588         More fixes on reusing of the element.
16589
16590 2004-07-11  Benjamin Otte  <otte@gnome.org>
16591
16592         * ext/mad/gstmad.c: (normal_seek):
16593           allow seeking for other methods than just SET
16594
16595 2004-07-11  Andy Wingo  <wingo@pobox.com>
16596
16597         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
16598         float, "any" caps -> buffer_frames=[0,MAX].
16599
16600         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
16601         doesn't intersect our caps with the template any more. Do it
16602         ourselves.
16603         (interleave_buffered_loop): Use g_newa instead of malloc/free.
16604
16605 2004-07-09  Wim Taymans  <wim@fluendo.com>
16606
16607         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16608         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16609         (compare_ranks), (print_feature), (gst_decode_bin_init),
16610         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16611         (try_to_link_1), (new_pad), (close_link), (type_found),
16612         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16613         (gst_decode_bin_change_state), (plugin_init):
16614         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16615         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16616         (gst_play_base_bin_dispose), (queue_overrun),
16617         (gen_preroll_element), (remove_prerolls), (no_more_pads),
16618         (new_stream), (setup_source), (gst_play_base_bin_set_property),
16619         (gst_play_base_bin_get_property), (play_base_eos),
16620         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16621         (gst_play_base_bin_remove_element),
16622         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16623         (gst_play_base_bin_unlink_stream),
16624         (gst_play_base_bin_get_streaminfo):
16625         * gst/playback/gstplaybasebin.h:
16626         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16627         (gst_play_bin_class_init), (gst_play_bin_init),
16628         (gst_play_bin_dispose), (gst_play_bin_set_property),
16629         (gst_play_bin_get_property), (gen_video_element),
16630         (gen_audio_element), (remove_sinks), (setup_sinks),
16631         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
16632         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16633         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16634         (gst_play_bin_query), (plugin_init):
16635         * gst/playback/test4.c: (main):
16636         Work on object reuse and seeking.
16637
16638 2004-07-09  Wim Taymans  <wim@fluendo.com>
16639
16640         * examples/seeking/seek.c: (iterate):
16641         Don't consume all CPU in the idle loop.
16642
16643 2004-07-09  Wim Taymans  <wim@fluendo.com>
16644
16645         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
16646         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
16647         Add pad to element *after* setting the pad functions so that
16648         the scheduler can use the correct ones.
16649
16650 2004-07-09  Wim Taymans  <wim@fluendo.com>
16651
16652         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16653         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
16654         Sync to keyframe after seek
16655
16656 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16657
16658         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16659         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
16660         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
16661         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
16662         * ext/libvisual/visual.c: (gst_visual_change_state):
16663         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
16664         * ext/theora/theoradec.c: (theora_dec_change_state):
16665         * ext/theora/theoraenc.c: (theora_enc_change_state):
16666         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
16667         * gst-libs/gst/navigation/navigation.c:
16668         * gst/adder/gstadder.c: (gst_adder_change_state):
16669         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16670         (gst_audio_convert_get_buffer):
16671         * gst/multipart/multipartdemux.c:
16672         (gst_multipart_demux_change_state):
16673         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
16674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
16675         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
16676         * gst/videoscale/gstvideoscale.c:
16677         (gst_videoscale_handle_src_event):
16678         * gst/volume/gstvolume.c: (volume_chain_int16):
16679           don't assert in state change, this should be done by the base
16680           GstElement class.
16681           various debugging fixes.
16682
16683 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16684
16685         * configure.ac:
16686         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16687         (gst_play_dispose), (gst_play_set_location),
16688         (gst_play_set_data_src), (gst_play_set_video_sink),
16689         (gst_play_set_audio_sink), (gst_play_set_visualization),
16690         (gst_play_connect_visualization), (gst_play_get_sink_element),
16691         (gst_play_get_all_by_interface):
16692         * gst-libs/gst/play/play.h:
16693           add new method to get elements implementing an interface.
16694           add various error logging
16695
16696 2004-07-08  Wim Taymans  <wim@fluendo.com>
16697
16698         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
16699         (make_mpeg_pipeline), (make_mpegnt_pipeline),
16700         (make_playerbin_pipeline), (query_durations_elems),
16701         (query_durations_pads), (query_positions_elems),
16702         (query_positions_pads), (update_scale), (iterate), (stop_seek),
16703         (main):
16704         Added playbin seeking example.
16705
16706 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16707
16708         * gst-libs/gst/play/play.c: (gst_play_set_location),
16709         (gst_play_set_data_src), (gst_play_set_video_sink),
16710         (gst_play_set_audio_sink), (gst_play_set_visualization),
16711         (gst_play_connect_visualization), (gst_play_get_framerate):
16712           use a macro to look up elements from hash table
16713
16714 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16715
16716         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16717         (gst_play_get_length_callback), (gst_play_set_location),
16718         (gst_play_seek_to_time), (gst_play_set_data_src),
16719         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16720         (gst_play_set_visualization), (gst_play_connect_visualization),
16721         (gst_play_get_sink_element):
16722         - add debugging info
16723         - fix looking up sink elements by iterating over complete caps
16724         - put everything except for source and autoplugger in a complete bin
16725
16726 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16727
16728         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
16729         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
16730         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
16731         (gst_alsa_sink_write), (gst_alsa_sink_loop):
16732         * ext/alsa/gstalsasink.h:
16733         - add debugging info
16734         - clean up schizophrenia of data/buffer/event
16735         - fix double event unref error
16736
16737 2004-07-08  Wim Taymans  <wim@fluendo.com>
16738
16739         * gst/playback/Makefile.am:
16740         Add headers to noinst
16741
16742 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16743
16744         * tools/gst-launch-ext-m.m:
16745         * tools/gst-launch-ext.1.in:
16746           convert to the third millenium
16747
16748 2004-07-07  David Schleef  <ds@schleef.org>
16749
16750         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
16751
16752 2004-07-07  Wim Taymans  <wim@fluendo.com>
16753
16754         * gst/playback/Makefile.am:
16755         * gst/playback/README:
16756         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16757         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16758         (compare_ranks), (print_feature), (gst_decode_bin_init),
16759         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
16760         (try_to_link_1), (new_pad), (close_link), (type_found),
16761         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
16762         (plugin_init):
16763         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
16764         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
16765         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
16766         (gen_preroll_element), (no_more_pads), (new_stream),
16767         (setup_source), (gst_play_base_bin_set_property),
16768         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
16769         (gst_play_base_bin_add_element),
16770         (gst_play_base_bin_remove_element),
16771         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
16772         (gst_play_base_bin_unlink_stream),
16773         (gst_play_base_bin_get_streaminfo):
16774         * gst/playback/gstplaybasebin.h:
16775         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16776         (gst_play_bin_class_init), (gst_play_bin_init),
16777         (gst_play_bin_dispose), (gst_play_bin_set_property),
16778         (gst_play_bin_get_property), (gen_video_element),
16779         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
16780         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
16781         (gst_play_bin_get_formats), (gst_play_bin_convert),
16782         (gst_play_bin_get_query_types), (gst_play_bin_query),
16783         (plugin_init):
16784         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16785         (gst_stream_info_get_type), (gst_stream_info_class_init),
16786         (gst_stream_info_init), (gst_stream_info_new),
16787         (gst_stream_info_dispose), (gst_stream_info_set_property),
16788         (gst_stream_info_get_property):
16789         * gst/playback/gststreaminfo.h:
16790         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16791         (main):
16792         * gst/playback/test2.c: (main):
16793         * gst/playback/test3.c: (update_scale), (main):
16794         More playbin fixes. Added README. Do better element filtering.
16795         Added base class to preroll media. Added test apps.
16796
16797 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
16798
16799         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
16800         * ext/mpeg2dec/gstmpeg2dec.h:
16801           various debugging improvements.  Reset stream to next picture
16802           instead of sequence header, otherwise seeks cannot work.
16803
16804 2004-07-07  Wim Taymans  <wim@fluendo.com>
16805
16806         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
16807         (gst_video_box_class_init), (gst_video_box_set_property),
16808         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
16809         Use pad_alloc where possible.
16810
16811 2004-07-07  Wim Taymans  <wim@fluendo.com>
16812
16813         * sys/oss/gstosselement.c: (gst_osselement_reset),
16814         (gst_osselement_parse_caps):
16815         * sys/oss/gstosselement.h:
16816         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16817         Fix offset on osssrc.
16818
16819 2004-07-07  Wim Taymans  <wim@fluendo.com>
16820
16821         * ext/theora/theora.c: (plugin_init):
16822         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
16823         (theora_dec_src_query), (theora_dec_chain):
16824         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
16825         (theora_enc_sink_link), (theora_buffer_from_packet),
16826         (theora_push_packet), (theora_enc_chain):
16827         Fix theora granulepos calculation.
16828         Fix overflow in duration/position calculation.
16829         Bump rank to PRIMARY for theoradec.
16830         Use granulepos of last packet to calculate position.
16831         Set keyframe flag on buffers when needed.
16832
16833 2004-07-06  David Schleef  <ds@schleef.org>
16834
16835         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
16836         serious?  (Fixed, obviously.)
16837
16838 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16839
16840         * po/LINGUAS:
16841         * po/cs.po:
16842           added Czech translation (Miloslav Trmac)
16843
16844 2004-07-05  Wim Taymans  <wim@fluendo.com>
16845
16846         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16847         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16848         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16849         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16850         (close_link), (type_found), (gst_decode_bin_set_property),
16851         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
16852         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
16853         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
16854         (gst_decode_bin_query), (plugin_init):
16855         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16856         (gst_play_bin_class_init), (gst_play_bin_init),
16857         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
16858         (get_video_element), (new_pad), (setup_source),
16859         (gst_play_bin_set_property), (gst_play_bin_get_property),
16860         (gst_play_bin_change_state), (gst_play_bin_add_element),
16861         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16862         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16863         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16864         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16865         * gst/playback/test.c: (main):
16866         More fixes, cleaned up playbin, make it use decodebin. Added
16867         threaded property to playbin.
16868
16869 2004-07-05  Wim Taymans  <wim@fluendo.com>
16870
16871         * configure.ac:
16872         * gst/playback/Makefile.am:
16873         * gst/playback/decodetest.c: (main):
16874         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
16875         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
16876         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
16877         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
16878         (close_link), (type_found), (gst_decode_bin_set_property),
16879         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
16880         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
16881         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
16882         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
16883         (plugin_init):
16884         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
16885         (gst_play_bin_class_init), (gst_play_bin_init),
16886         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
16887         (collect_sink_pads), (find_compatibles), (close_pad_link),
16888         (try_to_link_1), (new_pad), (close_link), (type_found),
16889         (setup_source), (gst_play_bin_set_property),
16890         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
16891         (compare_ranks), (gst_play_bin_collect_factories),
16892         (gst_play_bin_change_state), (gst_play_bin_add_element),
16893         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
16894         (gst_play_bin_send_event), (gst_play_bin_get_formats),
16895         (gst_play_bin_convert), (gst_play_bin_get_query_types),
16896         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
16897         * gst/playback/test.c: (main):
16898         Added some playback helper elements and some test apps, very alpha
16899         still.
16900
16901 2004-07-04  Benjamin Otte  <otte@gnome.org>
16902
16903         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16904           only restart audio when we indeed have an xrun to fix repeated
16905           xruns. Fix suggested by Giuliano Pochini.
16906
16907 2004-07-03  David Schleef  <ds@schleef.org>
16908
16909         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
16910         call to gst_debug_log() if debugging is disabled (bug #145118)
16911
16912 2004-07-03  Benjamin Otte  <otte@gnome.org>
16913
16914         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
16915           use our own functions for restarting the alsa device.
16916         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16917           I should apply patches myself - use MIN for the third argument, not
16918           the second, this fixes seeking
16919
16920 2004-07-02  David Schleef  <ds@schleef.org>
16921
16922         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
16923         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
16924         do with the logic.
16925
16926 2004-07-02  David Schleef  <ds@schleef.org>
16927
16928         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
16929         output buffers.  Fix logic mistake.  (bug #144866)
16930
16931 2004-07-02  David Schleef  <ds@schleef.org>
16932
16933         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
16934         on X.  (bug #144753)
16935
16936 2004-07-02  David Schleef  <ds@schleef.org>
16937
16938         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
16939         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
16940         (bug #144624)
16941         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16942         (gst_osselement_rate_probe_check): Add another workaround for
16943         buggy drivers (bug #145336)
16944
16945 2004-07-02  David Schleef  <ds@schleef.org>
16946
16947         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
16948         Most systems don't have MSG_NOSIGNAL.
16949
16950 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16951
16952         * Makefile.am:
16953         * gst-libs/gst/colorbalance/Makefile.am:
16954         * gst-libs/gst/mixer/Makefile.am:
16955         * gst-libs/gst/play/Makefile.am:
16956         * gst-libs/gst/tuner/Makefile.am:
16957           (hopefully) fix both install and dist and make error message useful.
16958           needs testing across automakes.
16959
16960 2004-07-02  Benjamin Otte  <otte@gnome.org>
16961
16962         * ext/ogg/gstogg.c: (plugin_init):
16963           we require bytestream now
16964         * ext/ogg/gstoggdemux.c:
16965           huge diff to implement chain setup in a fast and generic way. This
16966           improves tag reading and startup of huge files (read: Theora videos)
16967           quite a bit. It probably contains bugs, too, so please test.
16968           Seeking is not improved to the fast method.
16969
16970 2004-06-29  Wim Taymans  <wim@fluendo.com>
16971
16972         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
16973         * ext/ogg/gstoggmux.c:
16974         Fix memleak in oggdemux when running unconnected pads.
16975         doc update in mux, start working on keyframe mode.
16976
16977 2004-06-29  Benjamin Otte  <otte@gnome.org>
16978
16979         * sys/oss/gstosssink.c:
16980         * sys/oss/gstosssrc.c:
16981           advertise correct template caps - we indeed do non-native endianness
16982           and 8bit audio has no endianness
16983         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
16984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
16985           avoid (wrong) duplications in getcaps function and return
16986           template caps
16987
16988 2004-06-29  Wim Taymans  <wim@fluendo.com>
16989
16990         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
16991         (gst_multifdsink_class_init), (gst_multifdsink_add),
16992         (gst_multifdsink_remove), (gst_multifdsink_clear),
16993         (gst_multifdsink_client_remove),
16994         (gst_multifdsink_handle_client_read),
16995         (gst_multifdsink_client_queue_data),
16996         (gst_multifdsink_client_queue_caps),
16997         (gst_multifdsink_client_queue_buffer),
16998         (gst_multifdsink_handle_client_write),
16999         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17000         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17001         (gst_multifdsink_init_send), (gst_multifdsink_close):
17002         Fix wrong GList iteration that could crash the server when
17003         more then 2 clients disconnect at the same time. Read all the
17004         pending commands in one batch to recover from command storms under
17005         very heavy load.
17006
17007 2004-06-28  Wim Taymans  <wim@fluendo.com>
17008
17009         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
17010         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
17011         (gst_videomixer_pad_set_property),
17012         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
17013         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
17014         (gst_videomixer_class_init), (gst_videomixer_init),
17015         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
17016         (pad_zorder_compare), (gst_videomixer_sort_pads),
17017         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
17018         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
17019         (gst_videomixer_update_queues), (gst_videomixer_loop),
17020         (plugin_init):
17021         Avoid divide by zero, choose masterpad as the pad with the highest
17022         framerate.
17023
17024 2004-06-27  Julien Moutte  <julien@moutte.net>
17025
17026         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17027         (gst_ximagesink_xwindow_new):
17028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17029         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
17030         function directly. We might want to call it from somewhere else one day.
17031
17032 2004-06-27  Julien Moutte  <julien@moutte.net>
17033
17034         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
17035         (gst_ximagesink_xwindow_new):
17036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
17037         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
17038         window decorations.
17039
17040 2004-06-27  Wim Taymans  <wim@fluendo.com>
17041
17042         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
17043         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
17044         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
17045         (gst_dvdec_set_property), (gst_dvdec_get_property):
17046         * ext/dv/gstdvdec.h:
17047         Implement drop_factor property to lower the framerate with
17048         a factor.
17049
17050 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17051
17052         * gst-libs/gst/colorbalance/Makefile.am:
17053         * gst-libs/gst/mixer/Makefile.am:
17054         * gst-libs/gst/play/Makefile.am:
17055         * gst-libs/gst/tuner/Makefile.am:
17056           unbreak Company's fix that didn't install the -enum.h files
17057
17058 2004-06-27  Wim Taymans  <wim@fluendo.com>
17059
17060         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
17061         (gst_dvdec_change_state):
17062         * ext/dv/gstdvdec.h:
17063         Fix timestamp, duration and offset of the buffers.
17064
17065 2004-06-27  Wim Taymans  <wim@fluendo.com>
17066
17067         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17068         (gst_multifdsink_class_init), (gst_multifdsink_add),
17069         (gst_multifdsink_remove), (gst_multifdsink_clear),
17070         (gst_multifdsink_client_remove),
17071         (gst_multifdsink_handle_client_read),
17072         (gst_multifdsink_client_queue_data),
17073         (gst_multifdsink_client_queue_caps),
17074         (gst_multifdsink_client_queue_buffer),
17075         (gst_multifdsink_handle_client_write),
17076         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17077         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17078         (gst_multifdsink_init_send), (gst_multifdsink_close):
17079         * gst/tcp/gstmultifdsink.h:
17080         * gst/tcp/gsttcpserversink.c:
17081         (gst_tcpserversink_handle_server_read),
17082         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
17083         More multifdsink fixes, more recovery policy fixes.
17084         Removed stupid g_print
17085
17086 2004-06-26  Wim Taymans  <wim@fluendo.com>
17087
17088         * gst/tcp/Makefile.am:
17089         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
17090         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
17091         (gst_multifdsink_class_init), (gst_multifdsink_init),
17092         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
17093         (gst_multifdsink_handle_client_read),
17094         (gst_multifdsink_client_queue_data),
17095         (gst_multifdsink_client_queue_caps),
17096         (gst_multifdsink_client_queue_buffer),
17097         (gst_multifdsink_handle_client_write),
17098         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
17099         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
17100         (gst_multifdsink_chain), (gst_multifdsink_set_property),
17101         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
17102         (gst_multifdsink_close), (gst_multifdsink_change_state):
17103         * gst/tcp/gstmultifdsink.h:
17104         * gst/tcp/gsttcpplugin.c: (plugin_init):
17105         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
17106         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
17107         (gst_tcpserversink_handle_server_read),
17108         (gst_tcpserversink_handle_select),
17109         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
17110         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17111         * gst/tcp/gsttcpserversink.h:
17112         Added multifdsink, made tcpserversink a subclass of fdsink, removed
17113         one of the locks, added recovery policy to multifdsink.
17114
17115 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17116
17117         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17118           fix decision for when getting frames with same timestamp
17119         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17120         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17121         (gst_v4lsrc_get_property):
17122         * sys/v4l/gstv4lsrc.h:
17123           add latency offset property
17124
17125 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
17126
17127         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
17128         (plugin_init):
17129           fix debugging. add category.
17130
17131 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17132
17133         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17134           fix wrong offsets
17135
17136 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17137
17138         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17139         (gst_alsa_src_get_time), (gst_alsa_src_loop),
17140         (gst_alsa_src_change_state):
17141           return a time that is in sync with the element's processing
17142
17143 2004-06-25  Wim Taymans  <wim@fluendo.com>
17144
17145         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17146         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17147         (gst_tcpserversink_client_remove),
17148         (gst_tcpserversink_handle_client_read),
17149         (gst_tcpserversink_client_queue_data),
17150         (gst_tcpserversink_client_queue_caps),
17151         (gst_tcpserversink_client_queue_buffer),
17152         (gst_tcpserversink_handle_client_write),
17153         (gst_tcpserversink_queue_buffer),
17154         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
17155         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
17156         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
17157         (gst_tcpserversink_close):
17158         * gst/tcp/gsttcpserversink.h:
17159         Serversink rewrite. Really do non blocking writes to clients and
17160         maintain an internal queue to handle slower clients while not
17161         disturbing fast clients.
17162
17163 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
17164
17165         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17166           better debug, don't override OFFSET and OFFSET_END
17167
17168 2004-06-25  Iain <iain@prettypeople.org>
17169
17170         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
17171         name=source for the wavparse pipeline.
17172
17173 2004-06-24  Johan Dahlin  <johan@gnome.org>
17174
17175         * ext/theora/theoraenc.c (theora_enc_chain): Call
17176         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
17177         streamheader caps are set correctly.
17178
17179 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17180
17181         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17182         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
17183           respect minimum bitrate; same could be done for max bitrate
17184
17185 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17186
17187         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
17188         (gst_vorbisenc_setup):
17189           fix sample rate range
17190
17191 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
17192
17193         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
17194         (gst_oggvorbisenc_setup):
17195         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
17196         (gst_vorbisenc_setup):
17197           resolve ambiguities in code and description
17198
17199 2004-06-24  Wim Taymans  <wim@fluendo.com>
17200
17201         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
17202         * ext/alsa/gstalsa.h:
17203         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17204         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
17205         Use alsa trigger_tstamp to get the timestamp of the first
17206         sample in the buffer for more precise sync. Some cleanups.
17207
17208 2004-06-24  Wim Taymans  <wim@fluendo.com>
17209
17210         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
17211         (gst_audiorate_init), (gst_audiorate_chain),
17212         (gst_audiorate_set_property), (gst_audiorate_get_property):
17213         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17214         (gst_videorate_chain):
17215         Added some logging, fixed an overflow bug in videorate.
17216
17217 2004-06-24  Benjamin Otte  <otte@gnome.org>
17218
17219         * ext/kio/Makefile.am:
17220           fix for builddir != srcdir and distcheck
17221
17222 2004-06-24  Benjamin Otte  <otte@gnome.org>
17223
17224         * gst-libs/gst/colorbalance/Makefile.am:
17225         * gst-libs/gst/mixer/Makefile.am:
17226         * gst-libs/gst/play/Makefile.am:
17227         * gst-libs/gst/tuner/Makefile.am:
17228         * gst/tcp/Makefile.am:
17229         * sys/dxr3/Makefile.am:
17230           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
17231           tarball.
17232           Also add all *.list files that were missing.
17233         * Makefile.am:
17234           add a distcheck hook to ensure the above doesn't happen again.
17235
17236 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
17237
17238         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
17239
17240 2004-06-23  Colin Walters  <walters@redhat.com>
17241
17242         * m4/Makefile.am: Distribute gst-fionread.m4.
17243
17244 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17245
17246         * configure.ac: back to dev
17247
17248 2004-06-23  Wim Taymans  <wim@fluendo.com>
17249
17250         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
17251         (gst_alsa_xrun_recovery):
17252         * ext/alsa/gstalsa.h:
17253         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17254         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
17255         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
17256         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
17257         (gst_alsa_src_loop):
17258         Add clock to alsasrc. Take new capture timestamp when
17259         restarting after an overrun. Split up some functions between
17260         alsasrc and alsasink.
17261
17262 === release 0.8.2 ===
17263
17264 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17265
17266         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17267         (gst_alsa_change_state), (gst_alsa_update_avail),
17268         (gst_alsa_xrun_recovery):
17269         * ext/alsa/gstalsa.h:
17270         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17271           merge back changes from release
17272
17273 2004-06-23  Wim Taymans  <wim@fluendo.com>
17274
17275         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
17276         (gst_audiorate_init), (gst_audiorate_chain),
17277         (gst_audiorate_set_property), (gst_audiorate_get_property):
17278         Implement sample dropping and notify
17279
17280 2004-06-22  Wim Taymans  <wim@fluendo.com>
17281
17282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17283         (theora_enc_sink_link), (theora_buffer_from_packet),
17284         (theora_push_packet), (theora_enc_chain):
17285         Some cleanups, make sure the timestamps are correct.
17286
17287 2004-06-22  Wim Taymans  <wim@fluendo.com>
17288
17289         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
17290         (gst_alsa_change_state), (gst_alsa_update_avail),
17291         (gst_alsa_xrun_recovery):
17292         * ext/alsa/gstalsa.h:
17293         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17294         Cleanups, take queued samples into account when reporting
17295         the time.
17296
17297 2004-06-22  Wim Taymans  <wim@fluendo.com>
17298
17299         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17300         (gst_videorate_init):
17301         Initialize the property as well.
17302
17303 2004-06-22  Wim Taymans  <wim@fluendo.com>
17304
17305         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
17306         (gst_videorate_init), (gst_videorate_chain),
17307         (gst_videorate_set_property), (gst_videorate_get_property):
17308         Add property to make videorate silent.
17309         Add property to prefer new frames over old ones.
17310
17311 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17312
17313         * sys/osxvideo/Makefile.am:
17314         Workaround so that the osxvideo .so file gets linked with the
17315         Cocoa, OpenGL and QuickTime frameworks
17316
17317 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17318
17319         * sys/osxaudio/Makefile.am:
17320         Workaround so that the osxaudio .so file gets linked with the
17321         CoreAudio framework
17322
17323 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17324
17325         * configure.ac:
17326         Whoops, my fault...fixed build issues
17327
17328 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17329
17330         * configure.ac:
17331         Add objective-c support if running in Darwin/Mac OS X
17332         * sys/Makefile.am:
17333         * sys/osxvideo:
17334         * sys/osxvideo/Makefile.am:
17335         * sys/osxvideo/osxvideosink.h:
17336         * sys/osxvideo/osxvideosink.m:
17337         * sys/osxvideo/cocoawindow.h:
17338         * sys/osxvideo/cocoawindow.m:
17339         Add osxvideosink, a cocoa-based osx video sink
17340
17341
17342 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
17343         * ext/dvdnav/gst-dvd:
17344         Grab the gconf key from the right spot
17345         * gst/debug/gstnavseek.c: (gst_navseek_init),
17346         (gst_navseek_segseek), (gst_navseek_handle_src_event),
17347         (gst_navseek_chain):
17348         * gst/debug/gstnavseek.h:
17349           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
17350           and loop parameters of a segment seek.
17351         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
17352         (gst_videotestsrc_get_event_masks),
17353         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
17354         * gst/videotestsrc/gstvideotestsrc.h:
17355           Add seeking support to videotestsrc
17356           Initialise the timestamp_offset variable.
17357
17358 2004-06-18  Wim Taymans  <wim@fluendo.com>
17359
17360         * ext/sidplay/gstsiddec.cc:
17361         Fix negotiation and set correct end offset.
17362
17363 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17364
17365         * configure.ac: branch and prerelease
17366
17367 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17368
17369         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
17370         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
17371         (gst_tcpclientsrc_init_receive):
17372         * gst/tcp/gsttcpclientsrc.h:
17373           read caps when connecting to server for GDP so we set them correctly
17374
17375 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17376
17377         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
17378           notify drops and duplicates
17379         * gst/videoscale/videoscale.c: (videoscale_get_structure):
17380           no good reason to limit ourselves to 100x100
17381
17382 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17383
17384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
17385         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
17386         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17387         (gst_v4lsrc_get_property):
17388         * sys/v4l/gstv4lsrc.h:
17389         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17390         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17391         (gst_v4l_set_audio):
17392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
17393         (gst_v4lsrc_try_capture):
17394         * sys/v4l/v4lsrc_calls.h:
17395           change try_palette to more general try_capture
17396           add autoprobe option so we can turn off autoprobing
17397           various fixes
17398
17399 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * configure.ac:
17402           add videorate
17403         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
17404         (gst_ximagesink_class_init):
17405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
17406         (gst_xvimagesink_class_init):
17407           run them as finalize, not dispose, since dispose can be invoked
17408           multiple times
17409
17410 2004-06-17  Wim Taymans  <wim@fluendo.com>
17411
17412         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
17413         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
17414         * ext/alsa/gstalsa.h:
17415         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17416         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
17417         (gst_alsa_src_change_state):
17418         * ext/alsa/gstalsasrc.h:
17419         Make the xrun code timestamp and offset the buffers correctly.
17420         moved the clock to the base class, use alsa methods to get time.
17421         Do correct timestamping on outgoing buffers.
17422
17423 2004-06-17  Wim Taymans  <wim@fluendo.com>
17424
17425         * gst/audiorate/Makefile.am:
17426         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
17427         (gst_audiorate_base_init), (gst_audiorate_class_init),
17428         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
17429         (gst_audiorate_set_property), (gst_audiorate_get_property),
17430         (gst_audiorate_change_state), (plugin_init):
17431         Added an audiorate converter that fills in gaps.
17432
17433 2004-06-17  Johan Dahlin  <johan@gnome.org>
17434
17435         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
17436
17437 2004-06-16  Wim Taymans  <wim@fluendo.com>
17438
17439         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
17440         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17441         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17442         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17443         (gst_v4lsrc_get_property):
17444         * sys/v4l/gstv4lsrc.h:
17445         Added a copy mode to v4lsrc where it will output a copied version
17446         of its internal hardware buffer.
17447         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
17448         can't | them.
17449
17450 2004-06-16  Wim Taymans  <wim@fluendo.com>
17451
17452         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17453         Timestamp fixes.
17454
17455 2004-06-16  Wim Taymans  <wim@fluendo.com>
17456
17457         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
17458         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
17459         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
17460         (gst_v4lsrc_get_property):
17461         * sys/v4l/gstv4lsrc.h:
17462         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17463         Added a sync mode enum property to control v4lsrc timestamp method
17464         Removed the use-fixed-fps property and moved functionality in
17465         the enum.
17466         Don't error on an error value from v4l-conf, it might not always
17467         be a real error.
17468
17469 2004-06-16  Wim Taymans  <wim@fluendo.com>
17470
17471         * gst/videorate/Makefile.am:
17472         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
17473         (gst_videorate_base_init), (gst_videorate_class_init),
17474         (gst_videorate_getcaps), (gst_videorate_link),
17475         (gst_videorate_init), (gst_videorate_chain),
17476         (gst_videorate_set_property), (gst_videorate_get_property),
17477         (gst_videorate_change_state), (plugin_init):
17478         Added a video timestamp corrector.
17479
17480 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17481
17482         fixed a potential leak with previous commit
17483
17484         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17485
17486 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17487
17488         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
17489         Added missing refcount, fixes bug #144425
17490         Cheers Tim for finding the bug
17491
17492 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17493
17494         * sys/v4l/gstv4l.c: (plugin_init):
17495         * sys/v4l/gstv4lcolorbalance.c:
17496         * sys/v4l/gstv4lcolorbalance.h:
17497         * sys/v4l/gstv4lelement.c:
17498         * sys/v4l/gstv4lelement.h:
17499         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17500         * sys/v4l/gstv4lmjpegsink.h:
17501         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17502         * sys/v4l/gstv4lmjpegsrc.h:
17503         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17504         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17505         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
17506         * sys/v4l/gstv4lsrc.h:
17507         * sys/v4l/gstv4ltuner.c:
17508         * sys/v4l/gstv4ltuner.h:
17509         * sys/v4l/gstv4lxoverlay.c:
17510         * sys/v4l/gstv4lxoverlay.h:
17511         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
17512         (gst_v4l_set_window), (gst_v4l_enable_overlay):
17513         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17514         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
17515         (gst_v4l_set_audio):
17516         * sys/v4l/v4l_calls.h:
17517         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17518         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
17519         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
17520         (gst_v4lmjpegsink_playback_init),
17521         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
17522         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
17523         (gst_v4lmjpegsink_playback_stop),
17524         (gst_v4lmjpegsink_playback_deinit):
17525         * sys/v4l/v4lmjpegsink_calls.h:
17526         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17527         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
17528         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
17529         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
17530         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
17531         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
17532         * sys/v4l/v4lmjpegsrc_calls.h:
17533         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17534         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
17535         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
17536         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
17537         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
17538         (gst_v4lsrc_try_palette):
17539         * sys/v4l/v4lsrc_calls.h:
17540           bunch of paranoia cleanups
17541
17542 2004-06-14  David Schleef  <ds@schleef.org>
17543
17544         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
17545         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
17546         Send discont events and change timestamps appropriately when
17547         we get a seek event.  (bug #144240)
17548         * ext/cdparanoia/gstcdparanoia.h:
17549
17550 2004-06-14  Benjamin Otte  <otte@gnome.org>
17551
17552         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
17553           snd_pcm_hw_params_set_rate  since the latter fails for no good
17554           reason on some setups.
17555
17556 2004-06-14  David Schleef  <ds@schleef.org>
17557
17558         * gst/volume/demo.c: (value_changed_callback): exp10() is not
17559         standard.  Thank you for playing.
17560
17561 2004-06-14  Wim Taymans  <wim@fluendo.com>
17562
17563         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
17564         Patch 1.3 broke the ordering of the colorspace info and
17565         made the plugin basically work by coincidence, reordered
17566         the info.
17567
17568 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17569
17570         * ext/lame/gstlame.c:
17571         * ext/mad/gstmad.c:
17572           sync caps.  Make sure mad can only output a list of rates, not
17573           a full range.  In the future, have three caps lists for each of the
17574           mpeg versions.  Change mpegversion to a double as well.
17575
17576 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17577
17578         * gst/volume/.cvsignore:
17579         * gst/volume/Makefile.am:
17580         * gst/volume/demo.c: (value_changed_callback), (idler),
17581         (setup_gui), (main):
17582           added small demo app
17583
17584 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
17585         * ext/esd/esdsink.c: (gst_esdsink_change_state):
17586         * ext/esd/esdsink.h:
17587         Close the esd connection on pause, because esd will just wait -
17588         blocking all other esd clients indefinitely.
17589
17590 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
17591
17592         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
17593           previous commit with GST_DEBUG
17594
17595 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
17596
17597         * configure.ac:
17598           add a header check for a dvdread header in dvdnav.  Fixes #133002
17599
17600 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17601
17602         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
17603         * gst/tcp/gsttcpclientsink.h:
17604         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
17605         * gst/tcp/gsttcpclientsrc.h:
17606         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
17607         (gst_tcpserversink_handle_server_read),
17608         (gst_tcpserversink_init_send):
17609         * gst/tcp/gsttcpserversink.h:
17610         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
17611         * gst/tcp/gsttcpserversrc.h:
17612         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
17613         version of IP)
17614
17615 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
17616
17617         * configure.ac:
17618         Added ogg library so that OSX detects libtheora properly
17619
17620 2004-06-11  Wim Taymans  <wim@fluendo.com>
17621
17622         * ext/theora/theoradec.c: (theora_dec_chain),
17623         (theora_dec_change_state):
17624         Don't try to decode frames before we received a keyframe.
17625
17626 2004-06-11  Wim Taymans  <wim@fluendo.com>
17627
17628         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17629         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17630         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17631         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17632         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17633         Added property to set the maximum delay of a page.
17634
17635 2004-06-10  Wim Taymans  <wim@fluendo.com>
17636
17637         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17638         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
17639         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17640         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
17641         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
17642         Added max-delay property to control the maximum amount
17643         of data to put in one page.
17644
17645 2004-06-10  Wim Taymans  <wim@fluendo.com>
17646
17647         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17648         (gst_theora_enc_init), (theora_enc_sink_link),
17649         (theora_buffer_from_packet), (theora_enc_set_property),
17650         (theora_enc_get_property):
17651         Set duration on encoded buffer, added some more properties
17652
17653 2004-06-10  Wim Taymans  <wim@fluendo.com>
17654
17655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
17656         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
17657         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
17658         * ext/theora/theoraenc.c: (theora_enc_chain):
17659         Fix refcounting bugs
17660
17661 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17662
17663         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17664         (gst_asf_demux_loop), (gst_asf_demux_process_file),
17665         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
17666         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
17667         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
17668         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
17669         (gst_asf_demux_change_state):
17670         * gst/asfdemux/gstasfdemux.h:
17671           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
17672           feels like. I think we should set a new requirement for demuxers
17673           from now on to implement sane loop functions, data loops, query
17674           and seek functions before first commit into CVS. And this commit
17675           fixes all of the above.
17676
17677 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
17678
17679         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
17680           vorbis comments are properly encoded in UTF-8 before adding them
17681           to a GstTagList
17682
17683 2004-06-09  Benjamin Otte  <otte@gnome.org>
17684
17685         * ext/alsa/gstalsa.c: (add_channels):
17686           handle min <= max correctly
17687         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
17688         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
17689           add fixation functions so we fixate correctly. No preferring of alaw
17690           anymore because it's the first structure.
17691         * ext/alsa/gstalsa.h:
17692         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
17693         (gst_alsa_hw_params_dump):
17694           add functions to ease debugging in alsalib
17695         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17696         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17697         (gst_alsa_start_audio):
17698           only specify hw params if we really setup a format (fixes #134007 -
17699           or at least works around it)
17700
17701 2004-06-09  Wim Taymans  <wim@fluendo.com>
17702
17703         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
17704         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
17705         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
17706         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
17707         (gst_ogg_mux_loop):
17708         Use stream caps to setup the initial pages in the ogg stream.
17709         Correctly set the streamheader caps on the srcpad.
17710
17711 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17712
17713         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
17714         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
17715         (gst_v4lsrc_getcaps):
17716         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
17717         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
17718           add querying of fps lists for webcams.  Negotiating to a framerate
17719           now works.
17720
17721 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17722
17723         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17724         (theora_push_buffer), (theora_push_packet),
17725         (theora_set_header_on_caps), (theora_enc_chain):
17726           mark buffers and put on streamheader, raw theora streaming
17727           now works too, whee
17728
17729 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17730
17731         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17732         (gst_tcp_gdp_read_caps):
17733           do a looping read for caps and GDP headers too
17734
17735 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17736
17737         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17738         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
17739           return EOS instead of NULL in _get
17740
17741 2004-06-08  Wim Taymans  <wim@fluendo.com>
17742
17743         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
17744         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
17745         (gst_tcp_gdp_write_caps):
17746         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17747         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17748         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
17749         Memory leak fixes
17750
17751 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17752
17753         * ext/vorbis/Makefile.am:
17754         * ext/vorbis/vorbis.c: (plugin_init):
17755         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
17756         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
17757         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
17758         (vorbis_parse_change_state):
17759         * ext/vorbis/vorbisparse.h:
17760           adding a vorbisparse element that marks the buffers, streaming
17761           raw vorbis using GDP now works, whee
17762
17763 2004-06-08  Wim Taymans  <wim@fluendo.com>
17764
17765         * ext/jpeg/Makefile.am:
17766         * ext/jpeg/README:
17767         * ext/jpeg/gstjpeg.c: (plugin_init):
17768         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
17769         (gst_smokedec_base_init), (gst_smokedec_class_init),
17770         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
17771         * ext/jpeg/gstsmokedec.h:
17772         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
17773         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
17774         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
17775         (gst_smokeenc_resync), (gst_smokeenc_chain),
17776         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
17777         * ext/jpeg/gstsmokeenc.h:
17778         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
17779         (smokecodec_flush_destination), (smokecodec_term_destination),
17780         (smokecodec_init_source), (smokecodec_fill_input_buffer),
17781         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
17782         (smokecodec_term_source), (smokecodec_encode_new),
17783         (smokecodec_decode_new), (smokecodec_info_free),
17784         (smokecodec_set_quality), (smokecodec_get_quality),
17785         (smokecodec_set_threshold), (smokecodec_get_threshold),
17786         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
17787         (find_best_size), (abs_diff), (put), (smokecodec_encode),
17788         (smokecodec_parse_header), (smokecodec_decode):
17789         * ext/jpeg/smokecodec.h:
17790         Added a new simple jpeg based codec
17791
17792 2004-06-08  Wim Taymans  <wim@fluendo.com>
17793
17794         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17795         (gst_multipart_mux_loop):
17796         Fix memory leak
17797
17798 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
17801         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
17802         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
17803         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
17804         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
17805         * gst/tcp/gsttcpserversink.h:
17806           take streamheader into account
17807
17808 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17809
17810         * gst/level/Makefile.am:
17811         * gst/level/gstlevel.c: (gst_level_class_init):
17812           clean up marshal generation
17813
17814 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17815
17816         * gst/tcp/Makefile.am:
17817         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
17818         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
17819         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
17820         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
17821         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
17822         (gst_tcpclientsrc_get_property):
17823         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
17824         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
17825         (gst_tcpserversink_handle_client_read),
17826         (gst_tcpserversink_handle_client_write),
17827         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
17828         * gst/tcp/gsttcpserversink.h:
17829           add signals client-added and client-removed
17830         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
17831         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
17832         (gst_tcpserversrc_get_property):
17833         uniformized, change default protocol to NONE
17834         * gst/tcp/gsttcp-marshal.list: added
17835 2004-06-07  Benjamin Otte  <otte@gnome.org>
17836
17837         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17838           handle discont events if they happen before caps nego
17839
17840 2004-06-07  Wim Taymans  <wim@fluendo.com>
17841
17842         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
17843         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
17844         (gst_multipart_demux_plugin_init):
17845         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
17846         (gst_multipart_mux_init), (gst_multipart_mux_loop),
17847         (gst_multipart_mux_change_state):
17848         Small updates, fix a memleak
17849
17850 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
17851
17852         * configure.ac: OSS portability
17853         * ext/arts/gst_arts.c: idem
17854         * sys/oss/gstosselement.c: idem
17855         * sys/oss/gstossmixer.c: idem
17856         * sys/oss/gstosssink.c: idem
17857         * sys/oss/gstosssrc.c: idem
17858         * sys/oss/oss_probe.c: idem
17859           - check for soundcard.h in different places for some BSD
17860
17861 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
17862
17863         * AUTHORS:
17864         Add me to the authors file
17865         * configure.ac:
17866         Increase the libdv requirement to >= version 0.100
17867         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
17868         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
17869         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
17870         * ext/dv/gstdvdec.h:
17871         Add support for the new_media flag when sending DISCONT events
17872         Make the querying work when video pad is not linked
17873
17874 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17875
17876         reviewed by Benjamin Otte  <otte@gnome.org>
17877
17878         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
17879           create a NULL-initialized array of pads, so we don't think they
17880           exist already. (fixes #143130)
17881
17882 2004-06-07  Benjamin Otte  <otte@gnome.org>
17883
17884         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
17885         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
17886         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
17887           don't use // coments
17888
17889 2004-06-07  Benjamin Otte  <otte@gnome.org>
17890
17891         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
17892           cast to GstClockTime to get higher granularity
17893         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17894           use gst_element_set_time_delay to get the exact time
17895         * ext/mad/gstmad.c: (gst_mad_chain):
17896           use the negotiated rate instead of the current frame's rate which
17897           might be wrong because of bit errors. This avoids emitting totally
17898           bogus timestamps and screwing sync.
17899         (fixes #143454)
17900
17901 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
17902
17903         reviewed by Benjamin Otte  <otte@gnome.org>
17904
17905         * gst/adder/gstadder.c: (gst_adder_loop):
17906           properly error out when no negotiation has happened yet. (fixes
17907           #143032)
17908
17909 2004-06-06  Benjamin Otte  <otte@gnome.org>
17910
17911         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
17912           forward correctly transformed offset in discont events. Based on
17913           patch by Arwed v. Merkatz. (fixes #142851)
17914
17915 2004-06-06  David Schleef  <ds@schleef.org>
17916
17917         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
17918         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
17919         problems on several systems.
17920
17921 2004-06-06  Benjamin Otte  <otte@gnome.org>
17922
17923         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
17924           use explicit caps on the srcpad
17925         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17926           properly error out if caps couldn't be set (fixes #142764)
17927
17928 2004-06-06  Benjamin Otte  <otte@gnome.org>
17929
17930         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
17931         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
17932         (gst_alsa_start_audio):
17933           - don't call set_periods_integer anymore, it breaks the
17934           configuration randomly
17935           - call snd_pcm_hw_params_set_access directly instead of using masks
17936           - don't fail if the sw_params can't be set, just use the default
17937           params and hope it works. Alsalib has weird issues when you touch
17938           sw_params and does no proper error reporting about what failed.
17939         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17940         (gst_alsa_close_audio):
17941           make our alsa debugging go via gst debugging and not conditionally
17942           defined
17943         * ext/alsa/gstalsa.h:
17944           add ALSA_DEBUG_FLUSH macro
17945         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
17946         (plugin_init):
17947           wrap alsa errors to be printed via the gst debugging system and not
17948           spammed to stderr
17949
17950 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17951
17952         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
17953         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
17954         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
17955         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
17956         (qtdemux_parse_trak):
17957         * gst/qtdemux/qtdemux.h:
17958           Bitch. Also known as seeking, querying & co.
17959         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17960         (gst_osssink_change_state):
17961         * sys/oss/gstosssink.h:
17962           Resyncing is for weenies, this hack is no longer needed and was
17963           broken anyway (since it - unintendedly - always leaves resync to
17964           TRUE).
17965
17966 2004-06-05  Andrew Turner <zxombie@hotpop.com>
17967
17968         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
17969         * gst/tcp/gsttcpclientsrc.h: idem
17970           - define MSG_NOSIGNAL if not done
17971           - include unistd.h for off_t
17972           (fixes #143749)
17973
17974 2004-06-05  Benjamin Otte  <otte@gnome.org>
17975
17976         * configure.ac:
17977         * ext/kio/Makefile.am:
17978           check for qt's moc preprocessor explicitly and use it
17979
17980 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17981
17982         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
17983           don't get a signal for EPIPE on socket writes
17984           (somebody check if this works on other platforms)
17985
17986 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17987
17988         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
17989         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17990           check error condition on available samples correctly
17991
17992 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
17993
17994         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
17995           avoid a segfault
17996         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
17997         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
17998         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
17999         (gst_tcpserversrc_gdp_read_header):
18000          use ssize_t over size_t since the former is signed and thus the
18001          check for error codes can work
18002
18003 2004-06-02  Wim Taymans  <wim@fluendo.com>
18004
18005         reviewed by: Johan
18006
18007         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18008         (gst_multipart_mux_loop):
18009         Oops
18010
18011 2004-06-02  Wim Taymans  <wim@fluendo.com>
18012
18013         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
18014         (gst_multipart_mux_init), (gst_multipart_mux_loop),
18015         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18016         (gst_multipart_mux_change_state):
18017         Added configurable boundary specifier, added the value as a
18018         caps field as well.
18019
18020 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18021
18022         * gst/tcp/gsttcp.c:
18023         * gst/tcp/gsttcpclientsrc.c:
18024         * gst/tcp/gsttcpclientsrc.h:
18025         * gst/tcp/gsttcpserversrc.c:
18026           - portability fix, to compile on OSX
18027             (fixes #143146)
18028
18029         * sys/osxaudio/gstosxaudioelement.c:
18030         * sys/osxaudio/gstosxaudiosink.c:
18031         * sys/osxaudio/gstosxaudiosrc.c:
18032           - compilation warnings on OSX
18033             (fixes #143153)
18034
18035 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18036
18037         * ext/vorbis/vorbisdec.c : sign warning fixes
18038
18039         * gst-libs/gst/mixer/mixertrack.c :
18040           do no use defines which are glib 2.4 specific
18041
18042 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
18043
18044         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
18045           buffer since libflac doesn't expect it (reports a sync error when
18046           it encounters that)
18047
18048
18049 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
18050
18051         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
18052         * gst-libs/gst/mixer/mixertrack.c:
18053         (gst_mixer_track_get_property), (get_mixer_track_init),
18054         (get_mixer_track_get_property): Added property accessors
18055         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
18056         * gst-libs/gst/mixer/mixeroptions.c:
18057         (gst_mixer_options_get_values): Added
18058         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
18059         * gst-libs/gst/mixer/mixer.c: Fixed comment
18060
18061
18062 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18063
18064         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
18065           improve error messages on open
18066
18067
18068 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18069
18070         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
18071           check if v4l-conf is in path
18072
18073 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18074
18075         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
18076           change assert to a more readable error message
18077
18078 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18079
18080         * gst-libs/gst/tuner/tunerchannel.h:
18081           - add a freq_multiplicator field to make the conversion
18082             between internal frequency unit and Hz
18083         * sys/v4l/gstv4lelement.c:
18084         * sys/v4l2/gstv4l2element.c:
18085           - change default video device to /dev/video0
18086         * sys/v4l/v4l_calls.c:
18087         * sys/v4l2/v4l2_calls.c:
18088           - we only expose frequency to the user in Hz instead of
18089             bastard v4lX unit (either 62.5kHz or 62.5Hz)
18090
18091 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
18092         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18093           Initialise b_o_s and e_o_s variables
18094         * gst-libs/gst/riff/riff-media.c:
18095         (gst_riff_create_video_caps_with_data):
18096           Add some unusual fourcc's from mplayer avi's
18097         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
18098           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
18099           autoplugging.
18100
18101 2004-05-28  Wim Taymans  <wim@fluendo.com>
18102
18103         * configure.ac:
18104         * gst/alpha/Makefile.am:
18105         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
18106         (gst_alpha_get_type), (gst_alpha_base_init),
18107         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
18108         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
18109         (gst_alpha_chroma_key), (gst_alpha_chain),
18110         (gst_alpha_change_state), (plugin_init):
18111         A plugin to add an alpha channel to I420 video. Can optionally do
18112         chroma keying.
18113         * gst/multipart/Makefile.am:
18114         * gst/multipart/multipart.c: (plugin_init):
18115         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
18116         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
18117         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
18118         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
18119         (gst_multipart_demux_change_state),
18120         (gst_multipart_demux_plugin_init):
18121         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
18122         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
18123         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
18124         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
18125         (gst_multipart_mux_pad_unlink),
18126         (gst_multipart_mux_request_new_pad),
18127         (gst_multipart_mux_handle_src_event),
18128         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
18129         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
18130         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
18131         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
18132         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
18133         send multipart jpeg images to a browser.
18134         * gst/videobox/Makefile.am:
18135         * gst/videobox/README:
18136         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
18137         (gst_video_box_get_type), (gst_video_box_base_init),
18138         (gst_video_box_class_init), (gst_video_box_init),
18139         (gst_video_box_set_property), (gst_video_box_get_property),
18140         (gst_video_box_sink_link), (gst_video_box_i420),
18141         (gst_video_box_ayuv), (gst_video_box_chain),
18142         (gst_video_box_change_state), (plugin_init):
18143         Crops or adds borders around an image. can do alpha channel
18144         borders as well.
18145         * gst/videomixer/Makefile.am:
18146         * gst/videomixer/README:
18147         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
18148         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
18149         (gst_videomixer_pad_get_sink_event_masks),
18150         (gst_videomixer_pad_get_property),
18151         (gst_videomixer_pad_set_property),
18152         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
18153         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
18154         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
18155         (gst_videomixer_base_init), (gst_videomixer_class_init),
18156         (gst_videomixer_init), (gst_videomixer_request_new_pad),
18157         (gst_videomixer_handle_src_event),
18158         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
18159         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
18160         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
18161         (gst_videomixer_loop), (gst_videomixer_get_property),
18162         (gst_videomixer_set_property), (gst_videomixer_change_state),
18163         (plugin_init):
18164         Generic video mixer plugin, can handle multiple inputs all with
18165         different framerates and video sizes. Is fully alpha channel
18166         aware.
18167
18168 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18169
18170         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
18171           Select first track as master track. Not sure how else to handle
18172           that...
18173         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
18174           Discard discont events. Should fix #142962.
18175
18176 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18177
18178         * ext/alsa/Makefile.am:
18179         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
18180         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
18181         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
18182         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
18183         (gst_alsa_mixer_get_option):
18184         * ext/alsa/gstalsamixer.h:
18185         * ext/alsa/gstalsamixeroptions.c:
18186         (gst_alsa_mixer_options_get_type),
18187         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
18188         (gst_alsa_mixer_options_new):
18189         * ext/alsa/gstalsamixeroptions.h:
18190         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
18191         * ext/alsa/gstalsamixertrack.h:
18192           Add enumerations (as GstMixerOptions). Make correct distinction
18193           between input/output tracks. Add capture/playback private flag.
18194           Use flag to decide on whether to set capture or playback volumes
18195           or switches. Use playback and record switches.
18196         * gst-libs/gst/mixer/Makefile.am:
18197         * gst-libs/gst/mixer/mixer-marshal.list:
18198         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
18199         (gst_mixer_set_option), (gst_mixer_get_option),
18200         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
18201         (gst_mixer_volume_changed), (gst_mixer_option_changed):
18202         * gst-libs/gst/mixer/mixer.h:
18203         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
18204         (gst_mixer_options_class_init), (gst_mixer_options_init),
18205         (gst_mixer_options_dispose):
18206         * gst-libs/gst/mixer/mixeroptions.h:
18207           Add GstMixerOptions.
18208         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
18209           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
18210           broken device detection on computers with multiple OSS sound
18211           cards.
18212
18213 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18214
18215         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18216           fixate nicely even when the peer is not negotiating
18217
18218 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18219
18220         * gst/audioconvert/gstaudioconvert.c:
18221         (gst_audio_convert_parse_caps):
18222           make sure we don't allow depth > width
18223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18224           fixate endianness to G_BYTE_ORDER as default
18225         * gst/audioscale/gstaudioscale.c:
18226           we don't handle another endianness as host-endianness
18227
18228 2004-05-25  David Schleef  <ds@schleef.org>
18229
18230         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
18231
18232 2004-05-24  Benjamin Otte  <otte@gnome.org>
18233
18234         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
18235         (gst_oggvorbisenc_setup):
18236           properly fail when we can't setup the vorbis encoder due to
18237           unsupported settings
18238         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
18239         (gst_vorbisenc_setup):
18240           same
18241         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18242           fix case where warnings occured when one pad was unlinked while the
18243           other's link function was called
18244
18245 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18246
18247         * gst/tcp/Makefile.am:
18248           use GST_ENABLE_NEW
18249
18250 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18251
18252         * gst-libs/gst/resample/private.h:
18253           don't use optimizations that are #if 0'ed
18254
18255 2004-05-24  Wim Taymans  <wim@fluendo.com>
18256
18257         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
18258         Fix potential division by zero error and hopefully get
18259         the position query right to get correct timestamps on avi
18260         audio.
18261
18262 2004-05-24  Wim Taymans  <wim@fluendo.com>
18263
18264         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
18265         (gst_videoscale_scale_nearest_str2),
18266         (gst_videoscale_scale_nearest_str4),
18267         (gst_videoscale_scale_nearest_32bit),
18268         (gst_videoscale_scale_nearest_24bit),
18269         (gst_videoscale_scale_nearest_16bit):
18270         Fix the scaling algorithm and avoid a buffer overflow.
18271         removed the while loop in the scaling function as it
18272         was used for point sampling only.
18273
18274 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18275
18276         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
18277         (gst_id3_tag_class_init), (gst_id3_tag_init),
18278         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
18279         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
18280         (gst_id3_tag_send_tag_event):
18281           lots of fixes to make id3mux work and id3demux work correctly
18282
18283 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18284
18285         * ext/Makefile.am:
18286           add rules to build shout2send (was removed by accident
18287           when this module was no more marked experimental/broken)
18288
18289 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18290
18291         * ext/shout2/gstshout2.c:
18292         * ext/shout2/gstshout2.h:
18293           adding a "connection problem" signal to shout2send
18294           (fixes #142954)
18295
18296 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
18297
18298         * ext/kio/kioreceiver.cpp:
18299         * ext/kio/kioreceiver.h:
18300           fix sign comparison issues
18301
18302 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18303
18304         * gst/cdxaparse/gstcdxaparse.c:
18305         * gst/cdxaparse/gstcdxaparse.h:
18306           some renaming
18307           add some checks/sanity
18308           prepare for seek addition
18309
18310         * sys/sunaudio/gstsunaudio.c:
18311           remove exported dupe init function
18312
18313 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
18314
18315         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
18316         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
18317           Fix format conversion and position querying.
18318         * gst/debug/progressreport.c: (gst_progressreport_report):
18319           Don't output a bogus total value that we didn't query.
18320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18321           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
18322           only a blank window after xine has been used.
18323
18324 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18325
18326         * m4/as-arts.m4:
18327           sync with upstream version to fix test on FC2
18328           readd with -ko to preserve Id header
18329
18330 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18331
18332         * configure.ac:
18333           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
18334         * gst/tcp/gsttcpclientsrc.c: idem
18335         * gst/tcp/gsttcpserversink.c: idem
18336         * gst/tcp/gsttcpserversrc.c: idem
18337         * m4/gst-fionread.m4: idem
18338
18339         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
18340
18341         * configure.ac: enable speex plugin for speex 1.1.5+
18342         * ext/speex/gstspeexenc.c: fix cast warning
18343
18344         * ext/esd/README: fix typo
18345
18346 2004-05-20  David Schleef  <ds@schleef.org>
18347
18348         * configure.ac: Minor cosmetic change to convince the buildbot to
18349         reautogen.
18350         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
18351         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
18352         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
18353         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
18354         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
18355         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
18356         More hacking.  Plays audio now.
18357
18358 2004-05-20  David Schleef  <ds@schleef.org>
18359
18360         * configure.ac:
18361         * sys/Makefile.am:
18362
18363 2004-05-20  David Schleef  <ds@schleef.org>
18364
18365         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
18366         * sys/osxaudio/gstosxaudio.c:
18367         * sys/osxaudio/gstosxaudioelement.c:
18368         * sys/osxaudio/gstosxaudioelement.h:
18369         * sys/osxaudio/gstosxaudiosink.c:
18370         * sys/osxaudio/gstosxaudiosink.h:
18371         * sys/osxaudio/gstosxaudiosrc.c:
18372         * sys/osxaudio/gstosxaudiosrc.h:
18373
18374 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18375
18376         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
18377         (gst_vorbisenc_chain):
18378           put the codec headers on the caps as streamheader as well as
18379           pushing them out
18380
18381 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18382
18383         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18384         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
18385         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
18386         split up push_packet into two functions
18387
18388 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18389
18390         * gst/tcp/.cvsignore:
18391           ignore enums
18392         * gst/tcp/Makefile.am:
18393         * gst/tcp/README:
18394         * gst/tcp/gsttcp.c:
18395         * gst/tcp/gsttcp.h:
18396         * gst/tcp/gsttcpclientsink.c:
18397         * gst/tcp/gsttcpclientsink.h:
18398         * gst/tcp/gsttcpclientsrc.c:
18399         * gst/tcp/gsttcpclientsrc.h:
18400         * gst/tcp/gsttcpplugin.c:
18401         * gst/tcp/gsttcpserversink.c:
18402         * gst/tcp/gsttcpserversink.h:
18403         * gst/tcp/gsttcpserversrc.c:
18404         * gst/tcp/gsttcpserversrc.h:
18405           add new tcp elements
18406
18407 2004-05-19  Wim Taymans  <wim@fluendo.com>
18408
18409         * gst/law/mulaw-conversion.c: (mulaw_encode):
18410         Fix overflow bug in ulaw encoding.
18411
18412 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18413
18414         * ext/mad/gstmad.c: (gst_mad_handle_event):
18415           don't unref the event twice
18416
18417 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18418
18419         * configure.ac:
18420           remove -Wno-sign-compare
18421
18422 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18423
18424         * configure.ac:
18425           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
18426           if you want to work against glib 2.2 and 2.4
18427
18428 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
18429
18430         * gst/tcp/Makefile.am:
18431         * gst/tcp/gsttcp.c:
18432         * gst/tcp/gsttcp.h:
18433         * gst/tcp/gsttcpsink.h:
18434         * gst/tcp/gsttcpsrc.h:
18435           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
18436
18437 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18438
18439         * gst/debug/tests.c: (md5_get_value):
18440           fix segfault on gst-inspect
18441
18442 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18443
18444         * gst/debug/testplugin.c:
18445         * gst/debug/tests.c:
18446         * gst/debug/tests.h:
18447           add new extensible and configurable testing element. Current tests
18448           include buffer count, stream length, timestamp/duration matching and
18449           md5.
18450         * gst/debug/Makefile.am:
18451         * gst/debug/gstdebug.c: (plugin_init):
18452           add infrastructure for new element
18453
18454 2004-05-19  Johan Dahlin  <johan@gnome.org>
18455
18456         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
18457         ending of the array. Fixes gst-inspect segfault on ppc.
18458
18459 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18460
18461         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
18462
18463         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
18464
18465 2004-05-18  David Schleef  <ds@schleef.org>
18466
18467         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
18468         warnings (bugs, actually) noticed by gcc but not forte.
18469
18470 2004-05-18  David Schleef  <ds@schleef.org>
18471
18472         * sys/sunaudio/Makefile.am:
18473         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
18474
18475 2004-05-18  David Schleef  <ds@schleef.org>
18476
18477         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
18478         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
18479         to allow qtdemux to use non-seekable streams. (bug #142272)
18480
18481 2004-05-18  David Schleef  <ds@schleef.org>
18482
18483         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
18484         (gst_resample_sinc_ft_float): Remove use of static temporary
18485         buffer.  This code was obviously not supposed to last long, but
18486         it's stuck in our ABI, so it required a little hack to make it
18487         ABI-compatible.  Fixes #142585.
18488         * gst-libs/gst/resample/resample.h: same.
18489
18490 2004-05-18  David Schleef  <ds@schleef.org>
18491
18492         * configure.ac: Add sunaudio
18493         * examples/Makefile.am: make gstplay depend on gconf
18494         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
18495         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
18496         (convert_table_lookup), (img_convert): remove c99-isms
18497         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
18498           unsigned, to fix a warning on Solaris
18499         * gst/mpeg1sys/systems.c: bcopy->memcpy
18500         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
18501         * sys/Makefile.am: Add sunaudio
18502
18503 2004-05-18  Wim Taymans  <wim@fluendo.com>
18504
18505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
18506         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
18507         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
18508         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
18509         (gst_ogg_mux_loop):
18510         Fix an ugly memleak where the muxer didn't flush enough ogg
18511         pages. This also resulted in badly muxed ogg files.
18512
18513 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18514
18515         * gst/asfdemux/asfheaders.c :
18516         * gst/asfdemux/asfheaders.h :
18517         * gst/asfdemux/gstasfdemux.c :
18518           - fix ASF_OBJ_PADDING guid
18519           - add 3 new object guids (language list, metadata,
18520             extended stream properties)
18521           - add a function to parse extended header objects
18522
18523 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18524
18525         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18526           remove leftover debugging g_print
18527
18528 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18529
18530         * ext/mad/gstmad.c: (gst_mad_handle_event):
18531           Fix for when the first format in a discont event is not a
18532           byte-based one. Should fix #137710.
18533
18534 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18535
18536         * m4/a52.m4 : fix compilation with -Wall -Werror
18537         * m4/libfame.m4 : idem
18538         * m4/libmikmod.m4 : idem
18539
18540 2004-05-17  Benjamin Otte  <otte@gnome.org>
18541
18542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18543           signal the new tags before giving up the reference
18544
18545 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18546
18547         * ext/shout2/gstshout2.c:
18548           use application/ogg instead of application/x-ogg (patch by Patrick
18549           Guimond, fixes #142432)
18550         * sys/oss/gstosselement.c: (gst_osselement_reset),
18551         (gst_osselement_sync_parms):
18552           don't set fragment size unless specified (fixes #142493)
18553
18554 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18555
18556         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
18557           fixes #142664
18558
18559 2004-05-17  Benjamin Otte  <otte@gnome.org>
18560
18561         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18562           compute offsets correctly for internal buffers so timestamps are set
18563           correctly when we can't seek. Also handle cases where there are no
18564           offsets. (based on a patch by David Moore, fixes #142507)
18565
18566 2004-05-17  Benjamin Otte  <otte@gnome.org>
18567
18568         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18569           use correct variable when determining amount of data to skip so we
18570           don't skip into the void and segfault
18571
18572 2004-05-16  Benjamin Otte  <otte@gnome.org>
18573
18574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18575           Hi, I'm a memleak
18576
18577 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18578
18579         * gst/asfdemux/gstasfdemux.c:
18580           - fix a mem leak and always propagate tags
18581           - add WMV3 to known video codecs (but no decoder yet)
18582           - replace "surplus data" at end of audio header for what
18583             it is : codec specific data
18584           - fix a typo
18585
18586 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
18587
18588         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * gst-libs/gst/audio/audioclock.c:
18591           Fix wrong return type (#142205).
18592
18593 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
18596           Ignore CRCs by default (fixes #142566).
18597
18598 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18599
18600         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
18601         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
18602         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
18603         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
18604         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
18605         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
18606           Fix for cases where we fail to attach to a mixer.
18607
18608 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18609
18610         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
18611           Don't touch events after not owning them anymore.
18612         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
18613         (gst_wavparse_fmt), (gst_wavparse_other),
18614         (gst_wavparse_handle_seek), (gst_wavparse_loop),
18615         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
18616         (gst_wavparse_srcpad_event):
18617         * gst/wavparse/gstwavparse.h:
18618           Add seeking, fix querying.
18619
18620 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18621
18622         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18623           - process comments even if they don't end with \0\0
18624             g_convert would ignore them if present and works well without them
18625
18626 2004-05-16  Benjamin Otte  <otte@gnome.org>
18627
18628         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
18629           simplify caps
18630
18631 2004-05-16  Benjamin Otte  <otte@gnome.org>
18632
18633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18634           don't write to memory we might not write to - g_convert does that
18635           for us anyway (fixes #142613)
18636         (gst_asf_demux_audio_caps):
18637           comment out gst_util_dump_mem
18638
18639 2004-05-16  Benjamin Otte  <otte@gnome.org>
18640
18641         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18642           compute correct expected timestamps after seek (broken since
18643           last commit)
18644         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
18645           rename element and debugging category to gdkpixbufscale
18646
18647 2004-05-16  Benjamin Otte  <otte@gnome.org>
18648
18649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18650           add error checking to snd_pcm_delay and remove duplicate call to
18651           snd_pcm_delay that caused issues (see inline code comments)
18652         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
18653           make more readable and fix return value when snd_pcm_delay fails
18654         (fixes #142586)
18655
18656 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
18657         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
18658         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
18659         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
18660         (gst_pixbufscale_link), (gst_pixbufscale_init),
18661         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
18662         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
18663         (gst_pixbufscale_get_property), (pixbufscale_init):
18664         * ext/gdk_pixbuf/pixbufscale.h:
18665         Add these files I forgot earlier
18666
18667 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
18668         * ext/gdk_pixbuf/Makefile.am:
18669         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18670         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18671         Add new pixbufscale element to scale RGB video
18672         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
18673         and HYPER interpolation correctly.
18674         * ext/theora/theoraenc.c: (theora_enc_chain),
18675         Discard buffer and return if explicit caps could not be set
18676         (theora_enc_get_property):
18677         Make _get return kbps for the bitrate consistent with
18678         the _set function.
18679
18680
18681 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18682
18683         * ext/libvisual/visual.c: (gst_visual_chain):
18684           add missing visual_audio_analyze
18685
18686 2004-05-14  David Schleef  <ds@schleef.org>
18687
18688         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
18689         is killed while we're playing.
18690         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
18691         gst_element_no_more_pads().
18692
18693 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18694
18695         * gst-libs/gst/riff/riff-read.c :
18696           - fix INFO tag extraction in RIFF/AVI files
18697             because gst_event_unref (event) also freed taglist
18698           - avoid a mem leak
18699
18700 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18701
18702         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
18703         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
18704
18705         * gst/auparse/gstauparse.c :
18706           - add code (commented for now) to support audio/x-adpcm on src pad
18707             (we have no decoder for those layout yet)
18708
18709         * gst/cdxaparse/gstcdxaparse.c :
18710         * gst/cdxaparse/gstcdxaparse.h :
18711           - partial rewrite using RiffRead (ripped iain's wavparse code)
18712
18713         * gst/rtp/gstrtpL16enc.c : typo
18714         * gst/rtp/gstrtpgsmenc.c : typo
18715
18716 2004-05-13  Benjamin Otte  <otte@gnome.org>
18717
18718         * configure.ac:
18719           check for exact version of libvisual, it's not supposed to be
18720           API/ABI stable yet
18721
18722 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18723
18724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
18725           signal no-more-pads
18726
18727 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18728
18729         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
18730         Report which format was used for GST_FORMAT_DEFAULT
18731         * gst/debug/Makefile.am:
18732         * gst/debug/gstdebug.c: (plugin_init):
18733         * gst/debug/progressreport.c: (gst_progressreport_base_init),
18734         (gst_progressreport_class_init), (gst_progressreport_init),
18735         (gst_progressreport_report), (gst_progressreport_set_property),
18736         (gst_progressreport_get_property), (gst_progressreport_chain),
18737         (gst_progressreport_plugin_init):
18738         Add progressreport element for testing.
18739
18740 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18741
18742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
18743         * sys/v4l/gstv4lsrc.h:
18744         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
18745         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
18746         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
18747         (gst_v4lsrc_grab_frame):
18748           add more debugging
18749           send a discont at start
18750
18751 2004-05-12  Colin Walters  <walters@redhat.com>
18752
18753         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
18754         inflooping if we can't find a chunk.  Or in other words, don't blow
18755         chunks if we don't have a chunk to blow.
18756
18757 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
18758         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
18759         Remove old debug output
18760         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
18761         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
18762         (gst_dvdec_set_property), (gst_dvdec_get_property):
18763         Change the quality setting to an enum, so it works from gst-launch
18764         Don't renegotiate a non-linked pad. Allows audio only decoding.
18765         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
18766         (gst_deinterlace_link), (gst_deinterlace_init):
18767         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18768         (gst_videodrop_link):
18769         Some caps negotiation fixes
18770
18771 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18772
18773         * ext/tarkin/gsttarkin.c :
18774           - Change RANK from NONE to PRIMARY
18775         * ext/gdk_pixbuf/gstgdkpixbuf.c :
18776           - Change RANK from NONE to MARGINAL
18777         * ext/divx/gstdivxenc.c :
18778           - Change RANK from PRIMARY to NONE (encoder/spider issue)
18779
18780 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18781
18782         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
18783         (gst_vorbisenc_push_packet):
18784           copy a function that was added between 1.0 and 1.0.1 until we
18785           depend on worthwhile features of post-1.0
18786
18787 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18788
18789         * configure.ac:
18790           enable shout2 by default
18791         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
18792         (gst_shout2send_base_init), (gst_shout2send_init),
18793         (gst_shout2send_connect), (gst_shout2send_change_state):
18794         * ext/shout2/gstshout2.h:
18795           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
18796           #142262)
18797         * ext/theora/theora.c: (plugin_init):
18798           don't set rank on encoders
18799
18800 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
18801
18802         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
18803           Use codec_data property instead of flag1 and flag2 for wma
18804
18805 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18806
18807         * gst/cdxaparse/gstcdxaparse.c :
18808           - Add mpegversion to CAPS to make it link
18809           - Rank is as GST_RANK_SECONDARY instead of NONE
18810         * gst/auparse/gstauparse.c :
18811           - Document all audio encoding we can encounter from Solaris 9
18812             headers and libsndfile information.
18813           - Increase max. rate from 48000 to 192000 (to match other elements)
18814           - Don't try to play junk data between header and samples
18815
18816 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18817
18818         * ext/libvisual/visual.c: (gst_visual_getcaps):
18819           use the right caps depending on endianness (I hope)
18820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
18821           use GST_RANK_NONE for all non-decoding elements or spider gets
18822           mighty confused
18823
18824 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18825
18826         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
18827           Fix some odd cases and fix BE metadata parsing of unicode16 text.
18828
18829 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18830
18831         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18832         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18833         (gst_switch_loop), (gst_switch_get_type):
18834           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
18835           HEADERS. Had to be said.
18836
18837 2004-05-10  David Schleef  <ds@schleef.org>
18838
18839         * configure.ac: Add prototype Dirac support.
18840         * ext/Makefile.am:
18841         * ext/dirac/Makefile.am:
18842         * ext/dirac/gstdirac.cc:
18843         * ext/dirac/gstdiracdec.cc:
18844
18845 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
18848         (gst_auparse_init), (gst_auparse_chain),
18849         (gst_auparse_change_state):
18850           Hack around spider. Remove me some day please.
18851
18852 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18853
18854         * gst/auparse/gstauparse.c: (gst_auparse_chain):
18855           Fix for some uninitialized variables in previous patch, also
18856           makes it work. Fixes #142286 while we're at it.
18857
18858 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18859
18860         * gst/auparse/gstauparse.c:
18861                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
18862                 only unsupported formats are ADPCM/CCITT G.72x
18863                 reviewed by Ronald
18864         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
18865
18866 2004-05-10  Wim Taymans  <wim@fluendo.com>
18867
18868         * ext/vorbis/Makefile.am:
18869         * ext/vorbis/README:
18870         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
18871         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
18872         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
18873         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
18874         (gst_oggvorbisenc_convert_sink),
18875         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
18876         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
18877         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
18878         (get_constraints_string), (update_start_message),
18879         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
18880         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
18881         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
18882         * ext/vorbis/oggvorbisenc.h:
18883         * ext/vorbis/vorbis.c: (plugin_init):
18884         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
18885         (raw_caps_factory), (gst_vorbisenc_class_init),
18886         (gst_vorbisenc_init), (gst_vorbisenc_setup),
18887         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
18888         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
18889         * ext/vorbis/vorbisenc.h:
18890         Added a raw vorbis encoder to be used with the oggmuxer.
18891         We still need the old encoder for some gnome applications,
18892         read the README to find out how that works.
18893         The raw encoder is called "rawvorbisenc" until 0.9.
18894
18895 2004-05-10  Wim Taymans  <wim@fluendo.com>
18896
18897         * ext/ogg/gstogg.c: (plugin_init):
18898         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
18899         (gst_ogg_print):
18900         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
18901         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
18902         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
18903         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
18904         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
18905         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
18906         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
18907         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
18908         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
18909         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
18910         Added an ogg muxer.
18911         Small typo fixes in the demuxer.
18912
18913 2004-05-10  Wim Taymans  <wim@fluendo.com>
18914
18915         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
18916         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
18917         (theora_enc_change_state), (theora_enc_set_property),
18918         (theora_enc_get_property):
18919         Mark the last packet with an EOS flag which is not really needed
18920         in gstreamer.
18921         Do some better video framerate initialisation.
18922         Update the buffer timestamp.
18923
18924 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
18925
18926         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
18927         Return the result of the parent state change call
18928
18929 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
18930
18931         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
18932         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
18933         * gst/law/alaw-encode.c : (idem)
18934         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
18935         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
18936         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
18937
18938 2004-05-09  Benjamin Otte  <otte@gnome.org>
18939
18940         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
18941           don't use a fixed buffer size when writing variable length data to
18942           it. Fixes memory corruption and makes alsasrc work
18943
18944 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18945
18946         * ext/gnomevfs/gstgnomevfssink.c:
18947         (_gst_boolean_allow_overwrite_accumulator),
18948         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
18949           Run glib's default signal handler (??) in RUN_CLEANUP rather than
18950           RUN_LAST, and don't use that to set the accumulator value because
18951           then it's always FALSE.
18952
18953 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18954
18955         * gst-libs/gst/riff/riff-media.c:
18956         (gst_riff_create_video_caps_with_data),
18957         (gst_riff_create_audio_caps),
18958         (gst_riff_create_audio_template_caps):
18959         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
18960           Fix for unaligned RIFF files (i.e. where all the chunks together
18961           in a LIST chunk are not of the same size as the size given in
18962           the LIST chunk header). Fixes several odd WAVE files. Also fix
18963           ADPCM (block_align property) in audio, so that wavparse based
18964           on this works now as it used to stand-alone.
18965
18966 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
18967
18968         reviewed by Benjamin Otte  <otte@gnome.org>
18969
18970         * ext/a52dec/gsta52dec.c:
18971         * ext/divx/gstdivxdec.c:
18972         * ext/divx/gstdivxenc.c:
18973         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
18974         * ext/faac/gstfaac.c: (gst_faac_base_init):
18975         * ext/faad/gstfaad.c: (gst_faad_base_init):
18976         * ext/ivorbis/vorbisfile.c:
18977         * ext/lame/gstlame.c:
18978         * ext/libfame/gstlibfame.c:
18979         * ext/mpeg2enc/gstmpeg2enc.cc:
18980         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
18981         * ext/sidplay/gstsiddec.cc:
18982         * ext/speex/gstspeexdec.c:
18983         * ext/speex/gstspeexenc.c:
18984         * ext/xvid/gstxviddec.c:
18985         * ext/xvid/gstxvidenc.c:
18986           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
18987           (fixes #142193)
18988
18989 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18990
18991         * ext/alsa/gstalsa.c: (device_list),
18992         (gst_alsa_class_probe_devices):
18993         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18994           Fix alsa oddness in mixer after the combination of using mixer
18995           in source/sink elements and using hw:x,y instead of just hw:x.
18996
18997 2004-05-09  Benjamin Otte  <otte@gnome.org>
18998
18999         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
19000         (gst_wavparse_create_sourcepad):
19001           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
19002           sourcepads
19003
19004 2004-05-09  Benjamin Otte  <otte@gnome.org>
19005
19006         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19007           allow discont events before caps nego
19008
19009 2004-05-08  Benjamin Otte  <otte@gnome.org>
19010
19011         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19012           don't leak events
19013
19014 2004-05-08  Benjamin Otte  <otte@gnome.org>
19015
19016         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
19017         (gst_level_change_state), (gst_level_init):
19018         * gst/level/gstlevel.h:
19019           figure out if we're initialized directly instead of keeping a
19020           variable that's wrong in 90% of cases
19021           don't initialize pads and then leak them and use a new unitialized
19022           pad. (fixes #142084)
19023           these were bugs so n00bish I didn't find them for an hour :/
19024
19025 2004-05-08 Iain <iain@prettypeople.org>
19026
19027         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
19028         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
19029         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
19030         return the length that was read.
19031         (gst_riff_read_strf_auds): Allow fmt tags as well.
19032
19033 2004-05-07  David Schleef  <ds@schleef.org>
19034
19035         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
19036         signed char assumption in faad.h.
19037
19038 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
19041           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
19042
19043 2004-05-07  Colin Walters  <walters@redhat.com>
19044
19045         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
19046         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
19047         function.
19048         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
19049         Add dispose function.
19050
19051 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
19052         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
19053           Fix caps nego and pad templates. RGB mode caps should
19054           work now.
19055         * ext/dvdnav/gst-dvd:
19056           Move mpeg2dec inside the thread because otherwise the
19057           queue rejects cap changes mid-stream
19058         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
19059         (gst_mpeg2dec_flush_decoder):
19060           For mpeg2dec > 0.4.0, call the flush function instead of
19061           manually extracting all in-flight frames.
19062         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
19063         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
19064           Change mime type video/dv go video/x-dv to match the
19065           rest of gst-plugins
19066
19067 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19068
19069         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
19070         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
19071         (gst_alsa_sink_class_init):
19072         * ext/alsa/gstalsasink.h:
19073         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
19074         (gst_alsa_src_class_init):
19075         * ext/alsa/gstalsasrc.h:
19076           Make alsasink/src a subclass of alsamixer so that mixer stuff
19077           shows up in gst-rec. Needs some finetuning.
19078
19079 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19080
19081         * ext/lame/gstlame.c: (gst_lame_chain):
19082           simplify
19083         * ext/mad/gstmad.c: (gst_mad_handle_event):
19084           fix event leak
19085         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19086           be able to detect mp3 files < 4096 bytes
19087
19088 2004-05-06  Wim Taymans  <wim@fluendo.com>
19089
19090         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
19091         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
19092         (theora_enc_set_property), (theora_enc_get_property):
19093         Also encode the first frame, cleanup some code.
19094
19095 2004-05-06  Wim Taymans  <wim@fluendo.com>
19096
19097         * ext/mpeg2enc/gstmpeg2enc.cc:
19098         Forward events first before deciding that negotiation was
19099         not performed.
19100
19101 2004-05-06  Wim Taymans  <wim@fluendo.com>
19102
19103         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19104         First process the events before deciding that negotiation
19105         was not performed.
19106
19107 2004-05-06  Wim Taymans  <wim@fluendo.com>
19108
19109         * ext/theora/Makefile.am:
19110         * ext/theora/theora.c: (plugin_init):
19111         * ext/theora/theoradec.c: (theora_dec_change_state):
19112         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
19113         (gst_theora_enc_class_init), (gst_theora_enc_init),
19114         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
19115         (theora_enc_chain), (theora_enc_change_state),
19116         (theora_enc_set_property), (theora_enc_get_property):
19117         Added a theora encoder, grouped the encoder and decoder into the
19118         same plugin.
19119
19120 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19121
19122         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19123         (gst_jpegenc_chain):
19124         fix DURATION on outgoing buffers
19125         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19126         debug using time formats
19127         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19128         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19129         (gst_xvimagesink_sink_link):
19130         windows with width/height 0 generate X errors, so don't allow them
19131
19132 2004-05-05  Wim Taymans  <wim@fluendo.com>
19133
19134         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
19135         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
19136         (gst_mpeg2dec_negotiate_format):
19137         * ext/mpeg2dec/gstmpeg2dec.h:
19138           removed the static pad template so that we can add the
19139           more accurate framerate value to the caps.
19140
19141
19142 2004-05-04  Benjamin Otte  <otte@gnome.org>
19143
19144         * configure.ac:
19145           check for kdemacros.h, too (should fix #141821)
19146         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19147           don't crash if no header was sent, but nicely error out (fixes part
19148           of #141554)
19149
19150 2004-05-04  Wim Taymans  <wim@fluendo.com>
19151
19152         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
19153         parent dispose function to avoid segfault on destroy.
19154
19155 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
19156
19157         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19158         (plugin_init):
19159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19160         (gst_xvimagesink_sink_link):
19161         clean up debugging caps
19162         also recreate xvimage when format has changed
19163
19164 2004-05-04  Benjamin Otte  <otte@gnome.org>
19165
19166         * ext/libvisual/Makefile.am:
19167         * ext/libvisual/visual.c: (gst_visual_class_init),
19168         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
19169         (gst_visual_srclink), (gst_visual_chain),
19170         (gst_visual_change_state), (plugin_init):
19171           use a GstAdapter to correctly adapt buffer sizes - allows using a
19172           framerate
19173
19174 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19175
19176         * sys/v4l/gstv4lelement.h:
19177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
19178         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
19179         (gst_v4lsrc_buffer_free):
19180         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
19181         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19182         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
19183         (gst_v4lsrc_requeue_frame):
19184         move some debugging categories around
19185         query for fps index and set accordingly if found
19186
19187 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19188
19189         * ext/lame/gstlame.c:
19190         correct defaults that lame_init puts out of range
19191
19192 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19193
19194         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
19195         (gst_divxenc_class_init):
19196         fix range since -1 is the default
19197         * gst/mpeg1sys/gstmpeg1systemencode.c:
19198         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
19199         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
19200         (gst_rtjpegdec_chain):
19201         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
19202         (gst_rtjpegenc_chain):
19203         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
19204         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
19205         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
19206         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
19207         * sys/v4l/gstv4lsrc.c:
19208         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19209         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
19210         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
19211         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
19212         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
19213           remove gst_info calls
19214
19215 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19216
19217         * Makefile.am:
19218         * po/af.po:
19219         * po/az.po:
19220         * po/en_GB.po:
19221         * po/nl.po:
19222         * po/sr.po:
19223         * po/sv.po:
19224           Updated translations
19225
19226 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
19227
19228         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19229           refactor/comment code
19230
19231 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19232
19233         * gst/asfdemux/Makefile.am:
19234         * gst/asfdemux/asfheaders.c:
19235         * gst/asfdemux/asfheaders.h:
19236         * gst/asfdemux/gstasf.c: (plugin_init):
19237         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
19238         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
19239         (gst_asf_demux_setup_pad):
19240         * gst/asfdemux/gstasfdemux.h:
19241         * gst/asfdemux/gstasfmux.c:
19242         * gst/asfdemux/gstasfmux.h:
19243           Add tagging support to demuxer, split out registration in its own
19244           file instead of in demux (hacky), and prevent having some tables
19245           in our memory multiple times (in asfheaders.h).
19246
19247 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19248
19249         * gst/matroska/matroska-demux.c:
19250         (gst_matroska_demux_parse_metadata):
19251         * gst/matroska/matroska-ids.h:
19252           Basic tag reading support.
19253
19254 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19255
19256         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
19257           Really detect ac-3 audio.
19258         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
19259           really detect matroska files (off-by-1).
19260
19261 2004-04-30  David Schleef  <ds@schleef.org>
19262
19263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19264         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
19265         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
19266         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
19267         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
19268         hackage -- parse a lot more atoms, extract a few tags.  One might even
19269         mistake this for tag support.  Maybe it is.
19270         * gst/qtdemux/qtdemux.h:
19271
19272 2004-04-30  Colin Walters  <walters@verbum.org>
19273
19274         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
19275
19276 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19277
19278         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19279         (gst_ffmpegcolorspace_getcaps):
19280           remove broken nego fix
19281
19282 2004-04-30  Benjamin Otte  <otte@gnome.org>
19283
19284         * configure.ac:
19285         * ext/Makefile.am:
19286         * ext/libvisual/Makefile.am:
19287         * ext/libvisual/visual.c:
19288           add initial support for libvisual (http://libvisual.sourceforge.net)
19289           libvisual is still quite alpha, so expect crashes in there :)
19290
19291 2004-04-29  David Schleef  <ds@schleef.org>
19292
19293         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
19294         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
19295         up qtdemux to make it spit out codec_data.  Do _not_ look at this
19296         code; you will no longer respect me.
19297
19298 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19299
19300         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
19301         * ext/alsa/gstalsa.h :
19302         change alsa pcm device discovery to find more than 1 device
19303         per card. code review by Ronald.
19304
19305 2004-04-29  David Schleef  <ds@schleef.org>
19306
19307         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
19308         Add a check for a driver bug on FreeBSD.  (bug #140565)
19309
19310 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19311
19312         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
19313         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19314         (gst_jpegenc_getcaps):
19315           move format setting to inner loop
19316         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19317         (gst_ffmpegcolorspace_getcaps):
19318           use GST_PAD_CAPS if available so that we use already negotiated
19319           caps
19320         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19321         (qtdemux_parse_moov), (qtdemux_parse):
19322           extra debugging
19323         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
19324         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
19325           move hardcoded path to DEFINE
19326
19327 2004-04-28  David Schleef  <ds@schleef.org>
19328
19329         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
19330         (bug #140064)
19331
19332 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19333
19334         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
19335           Don't probe for playback device if we're a source element. Fixes
19336           #139658.
19337
19338 2004-04-29  Benjamin Otte  <otte@gnome.org>
19339
19340         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19341         (gst_id3_tag_chain):
19342           rewrite buffer offset
19343
19344 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19345
19346         * configure.ac:
19347         * ext/Makefile.am:
19348         * ext/dts/Makefile.am:
19349         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
19350         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
19351         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
19352         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
19353         (gst_dtsdec_loop), (gst_dtsdec_change_state),
19354         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
19355         (plugin_init):
19356         * ext/dts/gstdtsdec.h:
19357           New DTS decoder.
19358         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
19359         (gst_faad_srcconnect):
19360           Add ESDS atom handling (.m4a).
19361
19362 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19363
19364         * ext/divx/gstdivxdec.c: (plugin_init):
19365           Remove comment that makes no sense.
19366         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
19367           Fix for obvious typo that resulted in warnings during gst-register.
19368         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
19369         (gst_xviddec_sink_link):
19370           Fix caps negotiation a bit better.
19371         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
19372           We call this 'codec_data', not 'esds'.
19373
19374 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19375
19376         * gst/monoscope/gstmonoscope.c:
19377           make sure we only provide 256x128
19378         * gst/monoscope/monoscope.c: (monoscope_init):
19379           assert size of 256x128
19380
19381 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19382
19383         * Makefile.am:
19384         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
19385         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
19386           fixate to max width and height of device
19387
19388 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19389
19390         * Makefile.am:
19391         * sys/v4l/gstv4l.c:
19392         * sys/v4l/gstv4lsrc.c:
19393         * sys/v4l/v4l_calls.c:
19394         * sys/v4l/v4lsrc_calls.c:
19395           fix for qc-usb driver which fakes having more than one buffer
19396           by handing the same buffer twice, which confused GStreamer's/v4lsrc
19397           buffer_free override
19398           add debugging
19399
19400 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * Makefile.am:
19403         * gst/videotestsrc/gstvideotestsrc.c:
19404         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
19405         (gst_videotestsrc_init), (gst_videotestsrc_get),
19406         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
19407         * gst/videotestsrc/gstvideotestsrc.h:
19408           add num-buffers property
19409
19410         2004-04-26  Benjamin Otte  <otte@gnome.org>
19411
19412         * ext/mad/gstid3tag.c: (plugin_init):
19413           set id3mux rank to NONE so it doesn't confuse spider
19414           require audio/mpeg,mpegversion=1 in id3mux
19415
19416 2004-04-26  Benjamin Otte  <otte@gnome.org>
19417
19418         * configure.ac:
19419           detect faad correctly as non-working if it's indeed non-working
19420
19421 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
19422
19423         * Makefile.am:
19424         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
19425         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
19426         fix _getcaps so it only negotiates to its supported format
19427
19428 2004-04-25  Benjamin Otte  <otte@gnome.org>
19429
19430         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19431           fix memleak
19432
19433 2004-04-23  Benjamin Otte  <otte@gnome.org>
19434
19435         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19436           audio/x-raw-int with height rules! not. Now it's depth.
19437
19438 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19439
19440         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
19441         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
19442         (gst_wavparse_loop):
19443           Missing variable initialization. Add handling of DVI ADPCM. Fix
19444           mis-parsing of LIST chunks. This works around a bug where we mis-
19445           parse non-aligning LIST chunks (so LIST chunks where the contents
19446           don't align with the actual LIST size). The correct fix is to use
19447           rifflib, I'm not going to fix wavparse - too much work. All this
19448           fixes #104878.
19449
19450 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19451
19452         reviewed by Benjamin Otte  <otte@gnome.org>
19453
19454         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
19455           fix shoutcast not working (fixes #140844)
19456
19457 2004-04-22  Benjamin Otte  <otte@gnome.org>
19458
19459         * ext/hermes/gsthermescolorspace.c:
19460         (gst_hermes_colorspace_caps_remove_format_info):
19461         * gst/colorspace/gstcolorspace.c:
19462         (gst_colorspace_caps_remove_format_info):
19463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19464         (gst_ffmpegcolorspace_caps_remove_format_info):
19465           s/gst_caps_simplify/gst_caps_do_simplify/
19466
19467 2004-04-22  Benjamin Otte  <otte@gnome.org>
19468
19469         * gst-libs/gst/riff/riff-media.c:
19470         (gst_riff_create_video_caps_with_data):
19471           mpegversion is an int
19472         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
19473           don't try to create pad templates with NULL caps, use any caps
19474           instead.
19475
19476 2004-04-20  David Schleef  <ds@schleef.org>
19477
19478         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
19479         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
19480         (bug #140384)
19481
19482 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19483
19484         reviewed by David Schleef
19485
19486         * ext/mad/gstid3tag.c: Add stdlib.h
19487         * gst/rtp/gstrtpgsmenc.c: same
19488         * gst/tags/gstid3tag.c: same
19489         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
19490         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
19491         GST_DISABLE_LOADSAVE use.
19492         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
19493         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
19494         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
19495         atol(3)).
19496         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
19497         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
19498         strtoul(3)).
19499         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
19500         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
19501         $(ID3_CFLAGS).
19502         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
19503         $(LIBFAME_CFLAGS).
19504
19505 2004-04-20  David Schleef  <ds@schleef.org>
19506
19507         * gst/realmedia/rmdemux.c:  This was supposed to part of the
19508         last checkin.  Same idea.
19509
19510 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
19511
19512         reviewed by David Schleef
19513
19514         * configure.ac: bump required gstreamer version to 0.8.1.1
19515         because of following changes [--ds]
19516
19517         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
19518         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
19519         (gst_riff_read_header):  Use GST_READ_UINT*
19520         macros to access possibly unaligned memory.
19521
19522         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
19523         (mp3_type_find):  Use GST_READ_UINT*
19524         macros to access possibly unaligned memory.
19525         (mp3_type_find, mpeg1_parse_header, qt_type_find)
19526         (speex_type_find): Likewise
19527
19528         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
19529
19530         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
19531         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
19532         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
19533         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
19534         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
19535         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
19536         macros to access possibly unaligned memory.
19537
19538         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
19539         Likewise.
19540
19541         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
19542         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
19543
19544         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
19545         Likewise.
19546
19547         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
19548         (gst_mpeg2subt_chain_subtitle): Likewise.
19549
19550         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
19551         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
19552         Likewise.
19553
19554         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
19555         Likewise.
19556
19557         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
19558         Likewise.
19559
19560         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
19561         Likewise.
19562
19563 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19564
19565         * configure.ac:
19566           update required version of GStreamer because of GST_TIME_FORMAT
19567
19568 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19569
19570         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
19571           remove leftover g_print
19572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19573           don't try setting only a subset of the caps. We don't want to kill
19574           autoplugging on purpose
19575
19576 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19577
19578         * sys/ximage/ximagesink.c: (plugin_init):
19579         * sys/xvimage/xvimagesink.c: (plugin_init):
19580           add debugging categories
19581
19582 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19583
19584         * po/en_GB.po:
19585         * po/LINGUAS:
19586           Adding en_GB translation (Gareth Owen)
19587
19588 2004-04-20  David Schleef  <ds@schleef.org>
19589
19590         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
19591         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
19592         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
19593         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
19594         A number of new features and hacks to extract the esds atom and
19595         put it into the caps.  (bug #137724)
19596
19597 2004-04-19  David Schleef  <ds@schleef.org>
19598
19599         * gconf/Makefile.am: Fix for non-GNU make
19600         * gst-libs/gst/Makefile.am: Change directory order to handle
19601         GstPlay linking with gstinterfaces
19602         * gst-libs/gst/audio/make_filter: make use of tr portable
19603         * gst-libs/gst/play/Makefile.am: Add intended \
19604         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19605         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
19606         function prototype instead of void *.
19607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
19608         macro.
19609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19610         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
19611         * gst/videofilter/make_filter: make use of tr portable
19612         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
19613
19614 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19615
19616         * po/LINGUAS:
19617         * po/uk.po:
19618           Added Ukrainian translation (Maxim V. Dziumanenko)
19619
19620 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19621
19622         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
19623         (gst_gsmdec_link), (gst_gsmdec_chain):
19624           Fix capsnego, simplify chain function slightly.
19625         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
19626           Add GSM.
19627
19628 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19629
19630         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
19631         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
19632         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
19633           Hack to make wavparse work with spider (always -> sometimes pad).
19634           Fixes #135862 && #140411.
19635
19636 2004-04-18  Benjamin Otte  <otte@gnome.org>
19637
19638         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
19639         (gst_osselement_rate_probe_check),
19640         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
19641           get rid of \n in debug output
19642
19643 2004-04-17  Iain <iain@prettypeople.org>
19644
19645         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
19646         not just EOS.
19647
19648 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19649
19650         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
19651         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
19652         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
19653         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
19654         (gst_id3_tag_src_link), (gst_id3_tag_chain),
19655         (gst_id3_tag_change_state), (plugin_init):
19656           deprecate id3tag element and replace with id3demux/id3mux.
19657           great side effect: this ugly file is now even uglier, yay!
19658         * ext/mad/gstmad.h:
19659           remove non-available function
19660           update for new get_type
19661
19662 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19663
19664         * configure.ac:
19665           require mpeg2dec >= 0.4.0
19666
19667 2004-04-17  Benjamin Otte  <otte@gnome.org>
19668
19669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19670         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
19671         (gst_xvimagesink_set_xwindow_id):
19672           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
19673           assorted cleanup fixes.
19674
19675 2004-04-16  David Schleef  <ds@schleef.org>
19676
19677         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
19678         * sys/xvimage/xvimagesink.h: same
19679
19680 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
19681
19682         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19683           Fix GST_ELEMENT_ERROR with (NULL)
19684
19685 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * gst-libs/gst/riff/riff-media.c:
19688         (gst_riff_create_video_caps_with_data):
19689           Add div[3456] as fourccs for DivX 3 (fixes #140137).
19690
19691 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19692
19693         * gst-libs/gst/riff/riff-media.c:
19694         (gst_riff_create_video_caps_with_data),
19695         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
19696         (gst_riff_create_video_template_caps),
19697         (gst_riff_create_audio_template_caps):
19698         * gst-libs/gst/riff/riff-media.h:
19699         * gst-libs/gst/riff/riff-read.c:
19700         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
19701         * gst-libs/gst/riff/riff-read.h:
19702         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
19703           Add MS RLE support. I added some functions to read out strf chunks
19704           into strf chunks and the data behind it. This is usually color
19705           palettes (as in RLE, but also in 8-bit RGB). Also use those during
19706           caps creation. Lastly, add ADPCM (similar to wavparse - which
19707           should eventually be rifflib based).
19708         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
19709         (gst_matroska_demux_init), (gst_matroska_demux_reset):
19710         * gst/matroska/matroska-demux.h:
19711           Remove placeholders for some prehistoric tagging system. Didn't add
19712           support for any tag system really anyway.
19713         * gst/qtdemux/qtdemux.c:
19714           Add support for audio/x-m4a (MPEG-4) through spider.
19715         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19716         (gst_wavparse_loop):
19717           ADPCM support (#135862). Increase max. buffer size because we
19718           cannot split buffers for ADPCM (screws references) and I've seen
19719           files with 2048 byte chunks. 4096 seems safe for now.
19720
19721 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19722
19723         * configure.ac: bump nano to 1
19724
19725 === release 0.8.1 ===
19726
19727 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
19728
19729         * configure.ac: releasing 0.8.1, "Comforting Sounds"
19730
19731 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19732
19733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19734           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
19735           Fixes #140058
19736
19737 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19738
19739         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
19740           lower rank of dvddemux so that it's not used for mpeg playback.
19741
19742 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19743
19744         * configure.ac:
19745           save libs correctly when checking mad
19746
19747 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
19748
19749         * ext/mad/gstid3tag.c: (plugin_init):
19750           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
19751
19752 2004-04-13  David Schleef  <ds@schleef.org>
19753
19754         * common/m4/gst-feature.m4: Call -config scripts with
19755         --plugin-libs if it is supported.
19756         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
19757         JPEG images are image/jpeg.
19758         * gst/debug/Makefile.am:
19759         * gst/debug/negotiation.c: (gst_negotiation_class_init),
19760         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
19761         (gst_negotiation_update_caps), (gst_negotiation_get_property),
19762         (gst_negotiation_plugin_init): Add a property that acts like
19763         filter caps.
19764         * testsuite/gst-lint:  Move license checking to be a standard
19765         test.
19766
19767 2004-04-13  David Schleef  <ds@schleef.org>
19768
19769         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
19770         patch from Sebastien Cote (bug #139958)
19771
19772 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19773
19774         * examples/gstplay/Makefile.am:
19775         * examples/gstplay/player.c: (main):
19776           make the commandline player example use gconf settings
19777
19778 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
19779
19780         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19781         (gst_cacasink_sinkconnect), (gst_cacasink_init),
19782         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
19783           init/end library during state transition, not object
19784           creation/disposal.  get rid of custom dispose handler.
19785
19786
19787 2004-04-12  Christian Schaller <Uraeus@gnome.org>
19788
19789         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
19790         be a symlink
19791
19792 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19793
19794         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
19795           Handle JUNK chunks inside data section. Prevents warnings.
19796
19797 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19800         (gst_riff_create_video_template_caps):
19801           Add MS video v1.
19802         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19803         (gst_avi_demux_stream_data):
19804           Add support for "rec-list" chunks.
19805
19806 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19807
19808         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
19809           Fix another codecname mismatch.
19810
19811 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19812
19813         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19814           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
19815           so that MJPEG plays back.
19816
19817 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19818
19819         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19820         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
19821         * gst/mpeg1videoparse/gstmp1videoparse.h:
19822           Fix for some slight mis-cuts in buffer parsing, and for some
19823           potential overflows or faults-causers. Adds disconts. Also fixes
19824           #139105 while we're at it.
19825
19826 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * configure.ac:
19829         * sys/v4l2/gstv4l2element.h:
19830           Workaround for missing struct v4l2_buffer declaration in Suse 9
19831           and Mandrake 10 linux/videodev2.h header file (#135919).
19832
19833 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19834
19835         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
19836           Bail out if no filename was given.
19837
19838 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
19841         (gst_v4l2_fourcc_from_structure):
19842           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
19843           Y41B somewhere).
19844
19845 2004-04-09  Benjamin Otte  <otte@gnome.org>
19846
19847         * ext/gnomevfs/gstgnomevfssink.c:
19848         (_gst_boolean_allow_overwrite_accumulator),
19849         (gst_gnomevfssink_class_init):
19850           fix erase signal - if any handler returns false the file will not be
19851           overwritten. If no handler is connected, the file will not be
19852           overwritten either.
19853           renamed signal to "allow-overwrite"
19854         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
19855           free string when adding it to ID3 failed
19856         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19857           unref event when done
19858         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
19859           free caps
19860         * gst/typefind/gsttypefindfunctions.c:
19861         (mpeg_video_stream_type_find):
19862           fix invalid read
19863
19864 2004-04-08  David Schleef  <ds@schleef.org>
19865
19866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19867         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
19868
19869 2004-04-08  David Schleef  <ds@schleef.org>
19870
19871         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
19872         we don't support (bug #139532)
19873
19874 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
19875
19876         * ext/mad/gstmad.c: (gst_mad_handle_event),
19877         (gst_mad_check_caps_reset), (gst_mad_chain),
19878         (gst_mad_change_state):
19879           only set explicit caps if they haven't been set before for
19880           this stream.  MPEG-audio sample rate/channels aren't allowed
19881           to change in-stream.
19882           Fixes #139382
19883
19884 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19885
19886         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
19887         (_gst_boolean_did_something_accumulator),
19888         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
19889         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
19890         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
19891         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
19892         (gst_gnomevfssink_change_state):
19893           Fix erase signal. Don't erase by default. Remove handoff signal.
19894           Remove erase property. Don't segfault. General cleanup.
19895
19896 2004-04-07  Benjamin Otte  <otte@gnome.org>
19897
19898         * gst-libs/gst/gconf/test-gconf.c: (main):
19899           add missing gst_init
19900
19901 2004-04-07  Benjamin Otte  <otte@gnome.org>
19902
19903         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19904           free the mutexes, too
19905
19906 2004-04-07  Benjamin Otte  <otte@gnome.org>
19907
19908         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
19909           actually free the URI string
19910         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
19911           compute offset correctly when passing discont events
19912         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19913           don't leak discont events
19914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
19915           add some missing breaks so caps aren't copied randomly
19916         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
19917           if we realloc memory, we better use it
19918
19919 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19920
19921         * ext/mad/gstmad.c: (normal_seek):
19922           fix GST_FORMAT_TIME usage
19923
19924 2004-04-05  David Schleef  <ds@schleef.org>
19925
19926         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
19927         a deprecated function (hack!)
19928
19929 2004-04-05  Benjamin Otte  <otte@gnome.org>
19930
19931         * ext/esd/esdmon.c: (gst_esdmon_get):
19932           fix nonterminated vararg and memleak
19933
19934 2004-04-05  Benjamin Otte  <otte@gnome.org>
19935
19936         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
19937         (gst_ladspa_init), (gst_ladspa_force_src_caps),
19938         (gst_ladspa_set_property), (gst_ladspa_get_property),
19939         (gst_ladspa_instantiate), (gst_ladspa_activate),
19940         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
19941           clean up debugging
19942
19943 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
19944
19945         reviewed by Benjamin Otte  <otte@gnome.org>
19946
19947         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
19948           check for broken LADSPA parameters (fixes #138635)
19949
19950 2004-04-05  Benjamin Otte  <otte@gnome.org>
19951
19952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
19953           advertise buffer-frames correctly on sinkpads
19954
19955 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19956
19957         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
19958         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
19959         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
19960         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
19961         (gst_mad_check_caps_reset), (gst_mad_chain):
19962         add more debugging, only reset caps when we're not in error state
19963
19964 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19965
19966         * ext/mad/gstmad.c: add debugging category, comment + cleanups
19967
19968 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19969
19970         reviewed by Benjamin Otte  <otte@gnome.org>
19971
19972         * configure.ac:
19973           fix == in test(1) operator
19974
19975 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
19976
19977         reviewed by Benjamin Otte  <otte@gnome.org>
19978
19979         * configure.ac:
19980           fix --export-symblos-regex to a working regex.
19981
19982 2004-04-04  Benjamin Otte  <otte@gnome.org>
19983
19984         * sys/oss/.cvsignore:
19985           add for oss_probe
19986
19987 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
19988
19989         reviewed by Benjamin Otte  <otte@gnome.org>
19990
19991         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
19992           add missing 'new_media' argument (fixes #138168)
19993         * gst/matroska/matroska-demux.c:
19994         (gst_matroska_demux_handle_seek_event):
19995           add vararg terminator (fixes #138169)
19996
19997 2004-04-02  David Schleef  <ds@schleef.org>
19998
19999         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
20000         disted (bug #138914)
20001
20002 2004-04-01  Benjamin Otte  <otte@gnome.org>
20003
20004         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
20005         (gst_alsa_close_audio):
20006           handle case better where a soundcard can't pause
20007         * ext/ogg/gstoggdemux.c:
20008           don't crash when we get events but don't have pads yet
20009
20010 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20011
20012         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
20013           throw an error if we couldn't probe any caps.
20014
20015 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20016
20017         * ext/dvdnav/gst-dvd:
20018         Add a really simple sample DVD player
20019
20020 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
20021
20022         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
20023         (gst_a52dec_push), (gst_a52dec_handle_event),
20024         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
20025         (gst_a52dec_change_state):
20026         * ext/a52dec/gsta52dec.h:
20027           Use a debug category, Output timestamps correctly
20028           Emit tag info, Handle events, tell liba52dec about cpu
20029           capabilities so it can use MMX etc.
20030         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
20031           Fix a crasher accessing invalid memory
20032         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
20033         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
20034         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20035         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
20036         (dvdnavsrc_query):
20037           Some support for byte-format seeking.
20038           Small fixes for still frames and menu button overlays
20039         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
20040         (gst_mpeg2dec_alloc_buffer):
20041           Use a debug category. Adjust the report level of several items to
20042           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
20043           so it doesn't lose the GstBuffer pointer
20044         * gst/debug/Makefile.am:
20045         * gst/debug/gstdebug.c: (plugin_init):
20046         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
20047         (gst_navseek_base_init), (gst_navseek_class_init),
20048         (gst_navseek_init), (gst_navseek_seek),
20049         (gst_navseek_handle_src_event), (gst_navseek_set_property),
20050         (gst_navseek_get_property), (gst_navseek_chain),
20051         (gst_navseek_plugin_init):
20052         * gst/debug/gstnavseek.h:
20053           Add the navseek debug element for seeking back and forth in a
20054           video stream using arrow keys.
20055         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
20056         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
20057         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
20058         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
20059         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
20060         (gst_mpeg2subt_parse_header), (gst_get_nibble),
20061         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
20062         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
20063         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
20064         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
20065         * gst/mpeg2sub/gstmpeg2subt.h:
20066           Pretty much a complete rewrite. Now a loopbased element. May still
20067           require work to properly synchronise subtitle buffers.
20068         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
20069         (gst_dvd_demux_send_subbuffer):
20070         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
20071           Don't attempt to create subbuffers of size 0
20072           Reduce a couple of error outputs to warnings.
20073         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
20074         (gst_y4mencode_chain):
20075         Output the y4m frame header correctly.
20076
20077 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20078
20079         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20080           throw errors instead of allowing SIGFPE
20081
20082 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
20083
20084         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
20085         (gst_gconf_render_bin_from_key):
20086           leak plugging and style fixing
20087
20088 2004-03-31  David Schleef  <ds@schleef.org>
20089
20090         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
20091         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
20092         (bug #138225)
20093         * gst/debug/Makefile.am:
20094         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
20095         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
20096         plugin.
20097         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
20098         (gst_negotiation_base_init), (gst_negotiation_class_init),
20099         (gst_negotiation_init), (gst_negotiation_getcaps),
20100         (gst_negotiation_pad_link), (gst_negotiation_chain),
20101         (gst_negotiation_set_property), (gst_negotiation_get_property),
20102         (gst_negotiation_plugin_init):  New element to talk about random
20103         negotiation things happening in a pipeline.
20104
20105 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20106
20107         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
20108           fix integer addition with help of Stefan Kost
20109
20110 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
20111
20112         * po/nl.po: updated Dutch translation (Elros Cyriatan)
20113
20114 2004-03-30  David Schleef  <ds@schleef.org>
20115
20116         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
20117         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
20118         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
20119         (bug #137504)
20120         * ext/mpeg2dec/gstmpeg2dec.h:
20121
20122 2004-03-30  David Schleef  <ds@schleef.org>
20123
20124         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
20125
20126 2004-03-30  David Schleef  <ds@schleef.org>
20127
20128         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
20129         Michael Petullo) to handle .mov
20130
20131 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20132
20133         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
20134         (gst_osselement_rate_check_rate):
20135           probe caps correctly for sound cards that only support one format
20136
20137 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20138
20139         * ext/kio/kiosrc.cpp: (process_events):
20140           update handling event processing if inside KDE - untested
20141
20142 2004-03-29  David Schleef  <ds@schleef.org>
20143
20144         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
20145         by 2 to not interfere with other colorspaces.
20146         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
20147         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
20148         one to not interfere with ffmpeg_colorspace.
20149
20150 2004-03-29  David Schleef  <ds@schleef.org>
20151
20152         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
20153         aren't in the caps.
20154         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
20155         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
20156
20157 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20158
20159         * gst-libs/gst/riff/riff-media.c:
20160           fail on error, don't try to set stuff on NULL caps
20161
20162 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20163
20164         * configure.ac:
20165         * ext/Makefile.am:
20166         * ext/kio/Makefile.am:
20167         * ext/kio/kioreceiver.cpp:
20168         * ext/kio/kioreceiver.h:
20169         * ext/kio/kiosrc.cpp:
20170         * ext/kio/kiosrc.h:
20171           add experimental kiosrc plugin
20172         * ext/alsa/gstalsaplugin.c: (plugin_init):
20173           initialize debugging category only when we're sure registering the
20174           plugins worked.
20175
20176 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20177
20178         * examples/gstplay/player.c: (main):
20179         * gst-libs/gst/play/play.c: (gst_play_class_init),
20180         (gst_play_set_location), (gst_play_set_data_src),
20181         (gst_play_set_video_sink), (gst_play_set_audio_sink),
20182         (gst_play_set_visualization), (gst_play_connect_visualization):
20183           check return values of element_set_state and return FALSE where
20184           failed
20185
20186 2004-03-29  Benjamin Otte  <otte@gnome.org>
20187
20188         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
20189           try harder to check if an event is really a discont
20190
20191 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
20192
20193         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
20194         * po/az.po:
20195
20196 2004-03-28  Benjamin Otte  <otte@gnome.org>
20197
20198         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
20199         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
20200         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
20201           get rid of non-standard "..." ranges in case statements.
20202
20203 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
20204
20205         * gst/mpegstream/gstmpegdemux.c:
20206         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
20207         specific functionality split to the new dvddemux element.
20208         * gst/mpegstream/gstdvddemux.c:
20209         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
20210         streams, derived from mpegdemux.
20211         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
20212         up. SCR based timestamp rewriting can be turned off (will probably
20213         completely disappear soon).
20214         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
20215         hacking. General cleanup. All printf statements replaced by
20216         debugging messages. Almost complete libdvdnav support.
20217         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
20218         by events. New properties for audio and subpicture languages.
20219         (dvdnavsrc_update_highlight): Now uses events.
20220         (dvdnavsrc_user_op): Cleaned up.
20221         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
20222         based). Lots of cleanup, and propper support for most libdvdnav
20223         events.
20224         (dvdnavsrc_make_dvd_event): New function.
20225         (dvdnavsrc_make_dvd_nav_packet_event): New function.
20226         (dvdnavsrc_make_clut_change_event): New function.
20227
20228 2004-03-26  Benjamin Otte  <otte@gnome.org>
20229
20230         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
20231           fix bug where typefinding would claim it's theora whenever less then
20232           7 bytes of data were available
20233
20234 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20235
20236         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
20237         (gst_alawdec_base_init), (gst_alawdec_class_init),
20238         (gst_alawdec_init), (gst_alawdec_chain):
20239         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
20240         (gst_alawenc_base_init), (gst_alawenc_class_init),
20241         (gst_alawenc_init), (gst_alawenc_chain):
20242         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
20243         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
20244         (gst_mulawdec_init), (gst_mulawdec_chain):
20245         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
20246         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
20247         (gst_mulawenc_init), (gst_mulawenc_chain):
20248           Fix capsnego in all four, remove the unused property functions and
20249           simplify the chain functions slightly. I guess we could use macros
20250           or something similar for those, since the code is so similar, but
20251           I'm currently too lazy...
20252
20253 2004-03-24  David Schleef  <ds@schleef.org>
20254
20255         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
20256         (gst_osselement_close_audio), (gst_osselement_probe_caps),
20257         (gst_osselement_get_format_structure),
20258         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
20259         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
20260         (gst_osselement_rate_int_compare): Add code to handle rate probing
20261         (bug #120883)
20262         * sys/oss/gstosselement.h: same
20263         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
20264         Use rate probing provided by osselement.
20265         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
20266
20267 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
20270         (gst_xvidenc_get_property):
20271           ulong/int mess-up.
20272
20273 2004-03-24  David Schleef  <ds@schleef.org>
20274
20275         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
20276         (gst_speexdec_init):
20277         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
20278         (gst_speexenc_init):  Create the pad template correctly (from
20279         the static pad template, not a NULL pointer.)
20280
20281 2004-03-25  Benjamin Otte  <otte@gnome.org>
20282
20283         * gst/debug/Makefile.am:
20284         * gst/debug/breakmydata.c:
20285           add element that quasi-randomly changes bytes in the stream.
20286           Intended use is robustness checking of demuxers and decoders in
20287           media tests.
20288
20289 2004-03-24  Benjamin Otte  <otte@gnome.org>
20290
20291         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
20292         (gst_alsa_probe_hw_params):
20293         * ext/alsa/gstalsa.h:
20294           debugging output fixes
20295
20296 2004-03-24  Benjamin Otte  <otte@gnome.org>
20297
20298         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
20299           don't g_return_if_fail if element is PLAYING, fail silently as every
20300           other element.
20301         * gst/effectv/gstquark.c: (gst_quarktv_chain):
20302           only fix needed for cast lvalue issues in gst-plugins
20303         * gst/volenv/gstvolenv.c: (gst_volenv_init):
20304           add proxy_getcaps
20305
20306 2004-03-24  Benjamin Otte  <otte@gnome.org>
20307
20308         * gst/level/gstlevel.c: (gst_level_init):
20309           add proxying getcaps function, so level doesn't advertise impossible
20310           caps
20311
20312 2004-03-24  David Schleef  <ds@schleef.org>
20313
20314         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
20315         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
20316         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
20317         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
20318         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
20319         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
20320         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
20321         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
20322         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
20323         messages.  Divide the chunk size by the compression ratio
20324         (needed for MACE audio)
20325
20326 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
20329           Fix buffer overflow read error.
20330
20331 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20332
20333         * ext/alsa/gstalsa.h:
20334           Remove unused entry.
20335         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
20336           Add cinepak.
20337         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20338         (gst_videodrop_link), (gst_videodrop_chain):
20339           Fix, sort of. Was horribly broken with new capsnego. Bah...
20340
20341 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
20342
20343         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
20344         (plugin_init):
20345         Add a monkeysaudio typefind function
20346
20347 2004-03-23  Johan Dahlin  <johan@gnome.org>
20348
20349         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
20350         (gst_play_video_fixate): Check so the structure has the field
20351         before trying to fixate them, this makes it possible to have
20352         fakesinks for video and audio output without printing errors on
20353         the output console.
20354
20355 2004-03-22  David Schleef  <ds@schleef.org>
20356
20357         * sys/oss/Makefile.am:
20358         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
20359         (check_rate), (add_rate):  Rate probing test app.
20360
20361 2004-03-21  Benjamin Otte  <otte@gnome.org>
20362
20363         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
20364         (_fixate_caps_to_int), (gst_audio_convert_fixate):
20365           add a fixation function that pretty much does the right thing (fixes
20366           #137556)
20367
20368 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
20369
20370         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
20371
20372 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
20373
20374         reviewed by: Benjamin Otte  <otte@gnome.org>
20375
20376         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20377           terminate gst_event_new_discontinuous correctly (fixes parts of
20378           #137711)
20379
20380 2004-03-19  David Schleef  <ds@schleef.org>
20381
20382         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
20383         since it doesn't depend on X, and it's part of our ABI.
20384
20385 2004-03-19  Iain <iain@prettypeople.org>
20386
20387         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
20388         is_int in the structure, not the local variable.
20389
20390 2004-03-19  David Schleef  <ds@schleef.org>
20391
20392         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
20393         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
20394         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
20395         Improvements in caps negotiation.
20396
20397 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20398
20399         * po/LINGUAS:
20400         * po/af.po:
20401           adding Afrikaans (Petri Jooste)
20402
20403 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20404
20405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20406         (gst_ffmpegcolorspace_chain):
20407         throw error instead of g_critical (#137588)
20408
20409 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
20410
20411         * Makefile.am:
20412         * configure.ac:
20413           dist common and m4 correctly
20414         * po/sv.po:
20415
20416 2004-03-17  David Schleef  <ds@schleef.org>
20417
20418         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
20419         (bug #137348)
20420
20421 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * po/LINGUAS:
20424         * po/sv.po:
20425           adding Swedish translation (Christian Rose)
20426
20427 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * Makefile.am: use release.mak
20430
20431 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20432
20433         * common/ChangeLog:
20434         * common/gst-autogen.sh:
20435           add some explanation about the version detection
20436         * configure.ac:
20437           fix X check
20438
20439 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20440
20441         * configure.ac: bump nano to 1
20442
20443 === release 0.8.0 ===
20444
20445 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20446
20447         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
20448
20449 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20450
20451         * configure.ac:
20452           update libtool version
20453         * gst-libs/gst/media-info/Makefile.am:
20454           actually use libtool version
20455
20456 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20457
20458         * configure.ac: fix speex detection to work with 1.0 but not 1.1
20459
20460 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20461
20462         * configure.ac:
20463         * gst-plugins.spec.in:
20464         * pkgconfig/Makefile.am:
20465         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
20466         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
20467         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
20468         * pkgconfig/gstreamer-libs.pc.in:
20469         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20470         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20471         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
20472         * pkgconfig/gstreamer-plugins.pc.in:
20473           remove @VERSION@ from some of the pc files since core and plugins
20474           are decoupled.
20475           created gstreamer-plugins.pc as it's a better name, but keeping
20476           -libs around for now to get fixes upstream done first.
20477
20478 2004-03-15  Julien MOUTTE <julien@moutte.net>
20479
20480         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
20481         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
20482         * gst-libs/gst/play/play.h:
20483
20484 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20485
20486         * *.c, *.cc: don't mix tabs and spaces
20487
20488 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20489
20490         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
20491           use the new ffmpegcolorspace
20492         * gst-plugins.spec.in:
20493           package new colorspace and media-info
20494         * configure.ac:
20495         * pkgconfig/Makefile.am:
20496           fix some more disting issues
20497         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
20498         * pkgconfig/gstreamer-media-info.pc.in:
20499           generate media-info pc files
20500
20501 2004-03-15  Johan Dahlin  <johan@gnome.org>
20502
20503         * *.h: Revert indenting
20504
20505 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20506
20507         * configure.ac:
20508           adding ffmpegcolorspace element
20509         * gst/ffmpegcolorspace/Makefile.am:
20510         * gst/ffmpegcolorspace/avcodec.h:
20511         * gst/ffmpegcolorspace/common.h:
20512         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20513         * gst/ffmpegcolorspace/dsputil.h:
20514         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20516         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
20517         (gst_ffmpeg_caps_to_pix_fmt):
20518         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20519         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20520         (gst_ffmpegcolorspace_caps_remove_format_info),
20521         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
20522         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
20523         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
20524         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
20525         (gst_ffmpegcolorspace_set_property),
20526         (gst_ffmpegcolorspace_get_property),
20527         (gst_ffmpegcolorspace_register):
20528         * gst/ffmpegcolorspace/imgconvert.c:
20529         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20530         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20531         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20532         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20533         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20534         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
20535         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
20536         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
20537         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
20538         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
20539         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
20540         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
20541         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
20542         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
20543         (img_get_alpha_info), (deinterlace_line),
20544         (deinterlace_line_inplace), (deinterlace_bottom_field),
20545         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20546         * gst/ffmpegcolorspace/imgconvert_template.h:
20547         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20548         * gst/ffmpegcolorspace/mmx.h:
20549         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
20550           adding ffmpegcolorspace element supplied by Ronald after cleaning
20551           up and pulling in the right bits of upstream source.
20552           I'm sure a better C/compiler wizard could do some cleaning up (for
20553           example use GLIB's malloc stuff), but as a first pass this
20554           works very well
20555
20556 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
20557
20558         * ext/alsa/gstalsa.h:
20559           I assume Ronald forgot to commit the change to have cardname
20560           as a struct member.  Expect some public spanking at the next
20561           opportunity.
20562
20563 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20564
20565         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
20566         (gst_alsa_open_audio), (gst_alsa_close_audio):
20567         * ext/alsa/gstalsa.c:
20568           Don't open the device if we're a mixer (= padless).
20569         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
20570         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
20571         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
20572           Open mixer during state change rather than during object
20573           initialization. Also, get a device name. Currently in a somewhat
20574           hackish fashion, but I didn't really find something better.
20575
20576 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20577
20578         * *.c, *.h: run gst-indent
20579
20580 2004-03-14  Benjamin Otte  <otte@gnome.org>
20581
20582         * gst/modplug/gstmodplug.cc:
20583         * gst/modplug/gstmodplug.h:
20584           set correct timestamps on outgoing buffers
20585
20586 2004-03-14  Benjamin Otte  <otte@gnome.org>
20587
20588         * gst/modplug/gstmodplug.cc:
20589           handle events - don't do crap when a discont arrives that's not
20590           necessary
20591           This allows correct loading and playback of mods in Rhythmbox
20592
20593 2004-03-14  Benjamin Otte  <otte@gnome.org>
20594
20595         * configure.ac:
20596         * gst-libs/gst/gconf/Makefile.am:
20597         * pkgconfig/Makefile.am:
20598           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
20599           they get rebuilt properly
20600         * configure.ac:
20601           when checking for vorbis, try pkgconfig first.
20602         * gst/modplug/gstmodplug.cc:
20603           add fixate function
20604
20605 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20606
20607         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
20608           Fix for obvious mistake, where we first shift the offset and then
20609           read a samplesize element assuming the old offset. Note that this
20610           part still has something weird, i.e. my movies containing those
20611           don't actually play well, but at least there's something that looks
20612           like sound now.
20613
20614 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
20615         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
20616         (plugin_init):
20617         Add a typefind function for speex format
20618
20619 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20620
20621         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
20622         (gst_asf_demux_setup_pad):
20623           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
20624           instead of 0. Reason is simple: some elements have a fps range
20625           of 1-max instead of 0-max. So now ASF video actually works.
20626
20627 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
20628
20629         * po/LINGUAS:
20630         * po/sr.po:
20631           adding serbian as a language
20632
20633 2004-03-13  Benjamin Otte  <otte@gnome.org>
20634
20635         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20636           return taglist correctly from _get function, don't gst_pad_push it.
20637           (fixes #137042)
20638
20639 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20640         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20641
20642 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20643
20644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
20645         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
20646         (gst_alsa_mixer_track_new):
20647         * ext/alsa/gstalsamixertrack.h:
20648           Fix ancient leftovers... MixerTrack is a GObject.
20649
20650 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20651
20652         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
20653         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
20654           Don't block during probing...
20655
20656 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
20659         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
20660         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
20661         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
20662         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
20663         (gst_alsa_open_audio), (gst_alsa_close_audio):
20664         * ext/alsa/gstalsa.h:
20665           Add propertyprobe interface implementation, add some device-name
20666           property, all this so that it looks good in gnome-volume-control.
20667
20668 2004-03-12  David Schleef  <ds@schleef.org>
20669
20670         * configure.ac: the Hermes library controls hermescolorspace, not
20671         colorspace.
20672         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20673         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
20674         not /* */
20675         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
20676         * ext/sdl/sdlvideosink.h: ditto.
20677         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
20678
20679 2004-03-12  Benjamin Otte  <otte@gnome.org>
20680
20681         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
20682         (gst_x_overlay_got_xwindow_id):
20683         * gst-libs/gst/xoverlay/xoverlay.h:
20684           replace XID with unsigned long to get rid of the xlibs dependency in
20685           XOverlay (fixes #137004)
20686
20687 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
20688         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
20689         (gst_agingtv_setup):
20690         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
20691         (gst_dicetv_base_init), (gst_dicetv_class_init),
20692         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
20693         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
20694         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
20695         (gst_edgetv_setup), (gst_edgetv_rgb32):
20696         * gst/effectv/gsteffectv.c:
20697         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
20698         (gst_quarktv_set_property):
20699         * gst/effectv/gstrev.c: (gst_revtv_get_type),
20700         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
20701         (gst_revtv_setup), (gst_revtv_rgb32):
20702         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
20703         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
20704         (gst_shagadelictv_init), (gst_shagadelictv_setup),
20705         (gst_shagadelictv_rgb32):
20706         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
20707         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
20708         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
20709         * gst/effectv/gstwarp.c:
20710         Port everything that can be ported to videofilter and fix up the caps.
20711         Can someone with a big-endian machine please check these?
20712
20713 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20714
20715         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
20716         (gst_osssink_chain), (gst_osssink_change_state):
20717           Latest fixes for A/V sync, audio playback and such. This is about
20718           all... MPEG playback issues are mostly related to the async build-
20719           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
20720
20721 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20722
20723         patch from: Stephane Loeuillet
20724
20725         * configure.ac:
20726           use pkg-config for some libraries, falling back to the old .m4 way
20727           (fixes #131270)
20728         * m4/libdv.m4:
20729           removed
20730
20731 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20732
20733         * configure.ac:
20734         * tools/Makefile.am:
20735         * tools/Makefile.in:
20736         * tools/gst-launch-ext-m.m:
20737         * tools/gst-launch-ext.1.in:
20738         * tools/gst-visualise-m.m:
20739         * tools/gst-visualise.1:
20740         * tools/gst-visualise.1.in:
20741           reorganizing generation of script tools
20742
20743 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20744
20745         * ext/divx/gstdivxdec.c:
20746           Downgrade priority. We prefer ffdec_mpeg4.
20747         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
20748         (gst_faad_chain), (gst_faad_change_state):
20749           Fix capsnego. Doesn't work for some sounds because we don't have
20750           a 5:1 to stereo element.
20751         * ext/xvid/gstxvid.c: (plugin_init):
20752           Add priority.
20753         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20754         (gst_osssink_change_state):
20755           Add discont handling.
20756
20757 2004-03-09  Colin Walters  <walters@verbum.org>
20758
20759         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
20760         conversion.
20761
20762 2004-03-09  Benjamin Otte  <otte@gnome.org>
20763
20764         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
20765           the signals take 2 arguments
20766
20767 2004-03-09  David Schleef  <ds@schleef.org>
20768
20769         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
20770         (gst_alsa_fixate): Add fixate function.  (bug #136686)
20771         * ext/alsa/gstalsa.h:
20772         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
20773
20774 2004-03-09  Benjamin Otte  <otte@gnome.org>
20775
20776         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
20777         (gst_mikmod_change_state):
20778         * ext/mikmod/gstmikmod.h:
20779           make mikmod's loop function not loop infinitely and call
20780           gst_element_yield anymore
20781         * gst/modplug/gstmodplug.cc:
20782           fix pad negotiation (fixes #136590)
20783
20784 2004-03-09  David Schleef  <ds@schleef.org>
20785
20786         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
20787         doesn't conflict with the internal colorspace plugin.
20788         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
20789         satisfy the crappy-ass shell shipped by a certain vendor.
20790         * gst/videofilter/make_filter: same (bug #135299)
20791
20792 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20793
20794         * configure.ac: bump nano to 1
20795
20796 === release 0.7.6 ===
20797
20798 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20799
20800         * configure.in: releasing 0.7.6, "There"
20801
20802 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20803
20804         * pkgconfig/gstreamer-play-uninstalled.pc.in:
20805         * pkgconfig/gstreamer-play.pc.in:
20806           synchronize the two
20807
20808 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20809
20810         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
20811         (cdparanoia_open), (cdparanoia_event):
20812           fix/add error handling
20813         * po/POTFILES.in:
20814           add cdparanoia source
20815         * tools/Makefile.am:
20816           make scripts executable
20817
20818 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
20819
20820         * configure.ac:
20821         * ext/vorbis/Makefile.am:
20822         * sys/Makefile.am:
20823           remove id3types, vorbisfile and xvideosink from the build (#133783)
20824
20825 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
20828           Fix metadata read crash (#136537).
20829
20830 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20831
20832         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
20833         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
20834           adding mime types, fixing the one-stop function
20835
20836 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20837
20838         * ext/nas/nassink.c and /ext/nas/nassink.h:
20839         More NAS love from Arwed von Merkatz
20840         So lets all sing 'Can you feel the NAS tonight'
20841
20842 2004-03-08  Christian Schaller <Uraeus@gnome.org>
20843
20844         * tools/gst-launch-ext.in:
20845         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
20846
20847 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20848
20849         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
20850         (gst_mpeg2dec_init):
20851         remove the user_data pad for now, because it is being used in
20852         fixating causing MPEG playback to fixate on 1000 Hz for playback.
20853         If someone knows how to fix this properly, please do.
20854
20855 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
20856
20857         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20858         (gst_osssink_get_time):
20859         add a warning, IMO this won't get triggered anymore, remove later
20860
20861 2004-03-07  David Schleef  <ds@schleef.org>
20862
20863         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
20864         format (bug #136470)
20865
20866 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20867
20868         * gst-libs/Makefile.am:
20869         * gst-libs/gst/media-info/Makefile.am:
20870         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
20871         (error_callback), (gst_media_info_error_create),
20872         (gst_media_info_error_element), (gmip_init), (gmip_reset),
20873         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
20874         * gst-libs/gst/media-info/media-info-priv.h:
20875         * gst-libs/gst/media-info/media-info-test.c: (main):
20876         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
20877         (gst_media_info_class_init), (gst_media_info_instance_init),
20878         (gst_media_info_set_source), (gst_media_info_read_with_idler),
20879         (gst_media_info_read_idler), (gst_media_info_read):
20880         * gst-libs/gst/media-info/media-info.h:
20881         fixed, should work now
20882
20883 2004-03-07  Christian Schaller <Uraeus@gnome.org>
20884
20885         * ext/nas/nassink.c:
20886         A bunch of NAS fixes from Arwed von Merkatz
20887
20888 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20889
20890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
20891         (qtdemux_parse_trak):
20892           Fix crash (j might be greater than n_samples, in which case we're
20893           writing outside the allocated space for the array) and memleak.
20894
20895 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * sys/oss/gstosssink.c: (gst_osssink_chain):
20898           And another caller that couldn't handle delay < 0 (unsigned
20899           integer overflow). Video now continues playing on an audio
20900           buffer underrun, and the clock continues working. Audio still
20901           stalls.
20902
20903 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20904
20905         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
20906         (gst_osssink_get_time):
20907           get_delay() may return values lower than 0. In those cases, we
20908           should not actually cast to *unsigned* int64, that will break
20909           stuff horribly. In my case, it screwed up A/V sync in movies
20910           in totem rather badly.
20911
20912 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20913
20914         * ext/faac/gstfaac.c: (gst_faac_chain):
20915         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
20916         * ext/libpng/gstpngenc.c: (user_write_data):
20917         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
20918         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
20919         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
20920         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
20921         Fix several misuse of gst_buffer_merge (it doesn't take ownership
20922         of any buffer), should fix some leaks. I hope I didn't unref buffers
20923         that shouldn't be...
20924
20925 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20926
20927         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
20928         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
20929         (error_callback), (gmi_reset), (gmi_seek_to_track),
20930         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
20931         (gmip_find_type_post), (gmip_find_stream_post),
20932         (gmip_find_track_streaminfo_post):
20933         * gst-libs/gst/media-info/media-info-priv.h:
20934         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
20935         (info_print), (main):
20936         * gst-libs/gst/media-info/media-info.c:
20937         (gst_media_info_error_create), (gst_media_info_error_element),
20938         (gst_media_info_instance_init), (gst_media_info_get_property),
20939         (gst_media_info_new), (gst_media_info_set_source),
20940         (gst_media_info_read_idler), (gst_media_info_read):
20941         * gst-libs/gst/media-info/media-info.h:
20942           first pass at making this work again.  This seems to work on
20943           tagged ogg/vorbis and mp3 files.
20944
20945 2004-03-06  Benjamin Otte  <otte@gnome.org>
20946
20947         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20948           fix huge leak: gst_buffer_merge doesn't unref the first argument
20949           itself.
20950
20951 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20952
20953         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
20954           report layer/mode/emphasis
20955
20956 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20957
20958         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
20959
20960 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20961
20962         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
20963           signal serial
20964
20965 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20966
20967         * ext/vorbis/vorbis.c: (plugin_init):
20968         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20969         (gst_vorbis_dec_init), (vorbis_dec_event):
20970         add debug category
20971         make vorbisdec handle _BYTE and _TIME queries
20972
20973 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20974
20975         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
20976           from the xing header
20977
20978 2004-03-06  Benjamin Otte  <otte@gnome.org>
20979
20980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
20981         (gst_audio_convert_link), (gst_audio_convert_change_state),
20982         (gst_audio_convert_buffer_from_default_format):
20983           do conversions from/to float correctly, fix some caps nego errors,
20984           export correct supported caps in template and getcaps, use correct
20985           caps in try_set_caps functions
20986
20987 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
20988
20989         For some reason, I only committed a ChangeLog entry yesterday and
20990         not the corresponding code...
20991         * ext/mad/gstmad.c: Fix detection of Xing headers
20992         * gst/tags/gstid3tag.c: Changes to support TLEN tags
20993
20994 2004-03-06  Benjamin Otte  <otte@gnome.org>
20995
20996         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
20997         (gst_ogg_demux_src_query):
20998           make sure to handle the case where there's no current chain
20999           gracefully.
21000
21001 2004-03-05  David Schleef  <ds@schleef.org>
21002
21003         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
21004         Add fixate function. (bug #131128)
21005         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
21006         (gst_sdlvideosink_fixate):  Add fixate function.
21007         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21008         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
21009         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
21010         Fix missing break that was causing ulaw to be interpreted as
21011         raw int.
21012
21013 2004-03-05  David Schleef  <ds@schleef.org>
21014
21015         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
21016         Fix code that ignores return value of gst_buffer_merge().
21017         (bug #114560)
21018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
21019         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
21020         * testsuite/gst-lint:  Check for above.
21021
21022 2004-03-05  David Schleef  <ds@schleef.org>
21023
21024         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
21025         caps and throw an element error.  (bug #136334)
21026
21027 2004-03-05  David Schleef  <ds@schleef.org>
21028
21029         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
21030         (gst_faad_chain): Fix negotiation.
21031         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
21032         key and button events.
21033         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
21034         dung heap of code.
21035         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
21036         depends on gconf
21037         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
21038         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
21039         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
21040         function to encourage better negotiation, particularly between
21041         audioconvert and osssink.
21042         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21043         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
21044         more important.
21045         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
21046         typefinding.
21047         * gst/vbidec/vbiscreen.c:  Add glib header
21048         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
21049
21050 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
21051
21052         * ext/mad/gstmad.c: Fix detection of Xing headers
21053         * gst/tags/gstid3tag.c: Changes to support TLEN tags
21054
21055 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21056
21057         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
21058         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
21059           debug updates
21060
21061 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
21062
21063         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21064         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
21065         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
21066         files, and report the parsed length as a GST_TAG_DURATION tag.
21067         * gst/tags/gstid3tag.c: support TLEN (duration) tag
21068
21069 2004-03-05  Benjamin Otte  <otte@gnome.org>
21070
21071         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
21072           convert channels correctly. convert correctly to unsigned.
21073
21074 2004-03-05  Julien MOUTTE <julien@moutte.net>
21075
21076         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
21077         we have a window before clearing it.
21078
21079 2004-03-05  Julien MOUTTE <julien@moutte.net>
21080
21081         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
21082         have a window before clearing it.
21083
21084 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21085
21086         * gconf/gstreamer.schemas.in:
21087         * gst-libs/gst/gconf/Makefile.am:
21088           version installation path the same way as for 0.6
21089         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21090         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21091         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21092           remove comment that was fixed
21093
21094 2004-03-05  David Schleef  <ds@schleef.org>
21095
21096         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
21097         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
21098         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
21099         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
21100         Add prototype code for handling seeking and querying.
21101
21102 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21103
21104         * examples/gstplay/player.c: (main):
21105           Initialize variables to NULL. Prevents a segfault because the
21106           (uninitialized) variable is not NULL, resulting in a crash on
21107           trying to reach error->message.
21108
21109 2004-03-05  Benjamin Otte  <otte@gnome.org>
21110
21111         * gst/audioconvert/gstaudioconvert.c:
21112         (gst_audio_convert_buffer_to_default_format):
21113         make float=>int conversion work correctly even in cornercases.
21114
21115 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
21116
21117         * debian/README.Debian:
21118         * debian/build-deps:
21119         * debian/changelog:
21120         * debian/control:
21121         * debian/control.in:
21122         * debian/copyright:
21123         * debian/gstreamer-a52dec.files:
21124         * debian/gstreamer-aa.files:
21125         * debian/gstreamer-alsa.files:
21126         * debian/gstreamer-alsa.manpages:
21127         * debian/gstreamer-arts.files:
21128         * debian/gstreamer-artsd.files:
21129         * debian/gstreamer-audiofile.files:
21130         * debian/gstreamer-avifile.files:
21131         * debian/gstreamer-cdparanoia.files:
21132         * debian/gstreamer-colorspace.files:
21133         * debian/gstreamer-doc.files:
21134         * debian/gstreamer-dv.files:
21135         * debian/gstreamer-dvd.files:
21136         * debian/gstreamer-esd.files:
21137         * debian/gstreamer-festival.files:
21138         * debian/gstreamer-flac.files:
21139         * debian/gstreamer-gconf.conffiles:
21140         * debian/gstreamer-gconf.files:
21141         * debian/gstreamer-gconf.postinst:
21142         * debian/gstreamer-gnomevfs.files:
21143         * debian/gstreamer-gsm.files:
21144         * debian/gstreamer-http.files:
21145         * debian/gstreamer-jack.files:
21146         * debian/gstreamer-jpeg.files:
21147         * debian/gstreamer-mad.files:
21148         * debian/gstreamer-mikmod.files:
21149         * debian/gstreamer-misc.files:
21150         * debian/gstreamer-mpeg2dec.files:
21151         * debian/gstreamer-oss.files:
21152         * debian/gstreamer-plugin-apps.files:
21153         * debian/gstreamer-plugin-apps.manpages:
21154         * debian/gstreamer-plugin-libs-dev.files:
21155         * debian/gstreamer-plugin-libs.files:
21156         * debian/gstreamer-plugin-template.postinst:
21157         * debian/gstreamer-plugin-template.postrm:
21158         * debian/gstreamer-sdl.files:
21159         * debian/gstreamer-sid.files:
21160         * debian/gstreamer-vorbis.files:
21161         * debian/gstreamer-x.files:
21162         * debian/mk.control:
21163         * debian/rules:
21164         Debian package info not maintained here.
21165
21166 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21167
21168         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
21169         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
21170         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
21171         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
21172         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
21173         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
21174         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
21175         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
21176         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
21177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
21178         * gst-libs/gst/colorbalance/colorbalance.c:
21179         (gst_color_balance_class_init):
21180         * gst-libs/gst/colorbalance/colorbalancechannel.c:
21181         (gst_color_balance_channel_class_init):
21182         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
21183         * gst-libs/gst/play/play.c: (gst_play_class_init):
21184         * gst-libs/gst/propertyprobe/propertyprobe.c:
21185         (gst_property_probe_iface_init):
21186         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
21187         * gst-libs/gst/tuner/tunerchannel.c:
21188         (gst_tuner_channel_class_init):
21189         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
21190         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
21191         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
21192         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
21193         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
21194         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
21195         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
21196         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
21197         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
21198           fix signals to use - instead of _
21199         * ext/libcaca/gstcacasink.h:
21200         * ext/sdl/sdlvideosink.h:
21201           fix header rename
21202
21203 2004-03-04  David Schleef  <ds@schleef.org>
21204
21205         * testsuite/gst-lint:  Add a check for bad signal names.
21206
21207 2004-03-04  <kost@imn.htwk-leipzig.de>
21208
21209         reviewed by David Schleef
21210
21211         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
21212         modified the alpha channel and caused a warning. (bug #136192)
21213
21214 2004-04-03  Christian Schaller <Uraeus@gnome.org>
21215
21216         * gst-plugins.spec.in:
21217         Change names of plugins to actually be correct. Try to keep things
21218         alphabetical to avoid getting beat up by Thomas
21219
21220 2004-03-03  Julien MOUTTE <julien@moutte.net>
21221
21222         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
21223         Using ximagesink as a default if no gconf key found. We should
21224         probably consider using alsasink instead of osssink for the audio
21225         part.
21226
21227 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21228
21229         * configure.ac:
21230           fix --with-plugins, don't think it ever worked before
21231         * gst-plugins.spec.in:
21232           even more updates
21233
21234 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21235
21236         * ext/sdl/sdlvideosink.h:
21237         * sys/ximage/ximagesink.h:
21238         * sys/xvideo/xvideosink.h:
21239         * sys/xvimage/xvimagesink.h:
21240           Fix for move of gstvideosink.h -> videosink.h.
21241
21242 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21243
21244         * gst-libs/gst/xwindowlistener/Makefile.am:
21245           this is a plugin library, not a library
21246
21247 2004-03-01  David Schleef  <ds@schleef.org>
21248
21249         * AUTHORS:  Added some names.  Add yourself if you're still
21250         missing.
21251
21252 2004-03-01  David Schleef  <ds@schleef.org>
21253
21254         * MAINTAINERS: Add
21255
21256 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21257
21258         * gst-plugins.spec.in: clean up spec file
21259
21260 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21261
21262         * gst-libs/gst/video/Makefile.am:
21263         * gst-libs/gst/video/gstvideosink.c:
21264         * gst-libs/gst/video/gstvideosink.h:
21265           rename gstvideosink.h to videosink.h to match other headers
21266         * gst/mixmatrix/Makefile.am:
21267           fix plugin filename
21268         * gst/tags/Makefile.am: fix plugin filename
21269
21270 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21271
21272         * gst/tags/Makefile.am: fix plugin filename
21273
21274 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
21275
21276         * examples/gstplay/player.c: (got_time_tick), (main):
21277           add error handler
21278           display time_tick more readably
21279         * gst/mixmatrix/Makefile.am:
21280           fix plugin file name
21281
21282 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
21283
21284         * sys/oss/gstosselement.c: (gst_osselement_probe),
21285         (device_combination_append), (gst_osselement_class_probe_devices):
21286         * sys/oss/gstosselement.h:
21287           Reworked enumeration of oss dsps and mixers so that gst-mixer works
21288           on my system using alsa oss emulation, fixes bug #135597
21289
21290 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21291
21292         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
21293         (gst_videodrop_chain), (gst_videodrop_change_state):
21294         * gst/videodrop/gstvideodrop.h:
21295           Work based on timestamp of input data, not based on the expected
21296           framerate from the input. The consequence is that this element now
21297           not only scales framerates, but also functions as a framerate
21298           corrector or framerate stabilizer/constantizer.
21299
21300 2004-02-27  David Schleef  <ds@schleef.org>
21301
21302         patches from jmmv@menta.net (Julio M. Merino Vidal)
21303
21304         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
21305         GST_ELEMENT_ERROR call (bug #135634)
21306         * gst/interleave/interleave.c: (interleave_buffered_loop),
21307         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
21308         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
21309         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
21310         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
21311         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
21312         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
21313         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
21314         Fix GST_ELEMENT_ERROR call.
21315         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
21316         GST_ELEMENT_ERROR call.
21317
21318 2004-02-27  Benjamin Otte  <otte@gnome.org>
21319
21320         * gst-libs/gst/audio/audio.h:
21321           add macro to make sure header isn't included twice
21322         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
21323           don't use gst_buffer_free
21324         * gst/playondemand/filter.func:
21325           don't use gst_data_free. Free data only once.
21326
21327 2004-02-26  David Schleef  <ds@schleef.org>
21328
21329         * gst-libs/gst/colorbalance/Makefile.am:
21330         * gst-libs/gst/mixer/Makefile.am:
21331         * gst-libs/gst/tuner/Makefile.am:
21332         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
21333         should not be disted, -marshal.h files should not be installed,
21334         and -enum.h files _should_ be installed.  Fix to make this the
21335         case.
21336
21337 === release 0.7.5 ===
21338
21339 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
21340
21341         * configure.ac: release 0.7.5, "Under The Sea"
21342
21343 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21344
21345         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
21346         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
21347         * gst/videoscale/gstvideoscale.c:
21348         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
21349           assorted debug/warning fixes
21350
21351 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21352
21353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21354         (gst_videoscale_init), (gst_videoscale_chain),
21355         (gst_videoscale_set_property), (plugin_init):
21356         * gst/videoscale/gstvideoscale.h:
21357         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
21358         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
21359         (gst_videoscale_planar400), (gst_videoscale_packed422),
21360         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
21361         (gst_videoscale_24bit), (gst_videoscale_16bit),
21362         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
21363         (gst_videoscale_scale_plane_slow),
21364         (gst_videoscale_scale_point_sample),
21365         (gst_videoscale_scale_nearest),
21366         (gst_videoscale_scale_nearest_str2),
21367         (gst_videoscale_scale_nearest_str4),
21368         (gst_videoscale_scale_nearest_32bit),
21369         (gst_videoscale_scale_nearest_24bit),
21370         (gst_videoscale_scale_nearest_16bit):
21371         add debugging category and use it properly
21372         fix use of GST_PTR_FORMAT
21373
21374 2004-02-25  Andy Wingo  <wingo@pobox.com>
21375
21376         * gst/interleave/interleave.c (interleave_buffered_loop): Always
21377         push only when channel->buffer is NULL. Prevents segfaults doing
21378         the state change after a nonlocal exit, like a scheme exception.
21379
21380         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
21381         Handle the case where the intersected caps is empty.
21382
21383 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
21384
21385         * gst/law/mulaw-decode.c: (mulawdec_link):
21386         * gst/law/mulaw.c: (plugin_init):
21387           fix mulawdec so it actually works again
21388
21389 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
21390
21391         reviewed by: David Schleef  <ds@schleef.org>
21392
21393         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
21394         (gst_gamma_init), (gst_gamma_set_property),
21395         (gst_gamma_get_property), (gst_gamma_calculate_tables),
21396         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
21397         for RGB, with separate r g and b correction factors. (#131167)
21398
21399 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
21400
21401         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
21402           only signal tags for bitrate if they're > 0 (#134894)
21403
21404 2004-02-24  David Schleef  <ds@schleef.org>
21405
21406         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
21407         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
21408         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
21409         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
21410         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
21411         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
21412         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
21413         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
21414         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
21415         category.  Attempt to fix timestamp calculation.
21416
21417 2004-02-24  Johan Dahlin  <johan@gnome.org>
21418
21419         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
21420
21421 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21422
21423         * configure.ac:
21424         * gconf/Makefile.am:
21425         * gconf/gstreamer.schemas:
21426         * gst-libs/gst/gconf/Makefile.am:
21427         * gst-libs/gst/gconf/gconf.c:
21428           version gconf schemas and install locations
21429
21430 2004-02-23  Benjamin Otte  <otte@gnome.org>
21431
21432         * ext/xine/xineinput.c: (gst_xine_input_dispose):
21433         (gst_xine_input_subclass_init):
21434           call parent dispose.
21435           change pad template for CD reader correctly
21436         * ext/xine/Makefile.am:
21437         * ext/xine/gstxine.h:
21438         * ext/xine/xine.c: (plugin_init):
21439         * ext/xine/xineaudiosink.c:
21440           wrap audio sinks, too
21441         * gst-libs/gst/resample/private.h:
21442         * gst-libs/gst/resample/resample.c: (gst_resample_init),
21443         (gst_resample_reinit), (gst_resample_scale),
21444         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
21445         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
21446         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
21447         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
21448         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
21449         * gst-libs/gst/resample/resample.h:
21450         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
21451         (gst_audioscale_class_init), (gst_audioscale_link),
21452         (gst_audioscale_get_buffer), (gst_audioscale_init),
21453         (gst_audioscale_chain), (gst_audioscale_set_property),
21454         (gst_audioscale_get_property):
21455         * gst/audioscale/gstaudioscale.h:
21456           s/resample_*/gst_resample_*/i to not clobber namespaces
21457
21458 2004-02-23  Julien MOUTTE  <julien@moutte.net>
21459
21460         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
21461         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
21462         (gst_riff_create_video_template_caps),
21463         (gst_riff_create_audio_template_caps),
21464         (gst_riff_create_iavs_template_caps):
21465         * gst-libs/gst/riff/riff-media.h:
21466         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21467         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
21468         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
21469         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21470         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
21471         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
21472         (gst_matroska_demux_plugin_init): First batch implementing audio and
21473         video codec tags in demuxers.
21474
21475 2004-02-22  Benjamin Otte  <otte@gnome.org>
21476
21477         * ext/xine/Makefile.am:
21478         * ext/xine/gstxine.h:
21479         * ext/xine/xine.c: (plugin_init):
21480         * ext/xine/xineinput.c:
21481           add input plugin wrapper. Playback from files, http, mms and cdda
21482           works.
21483         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
21484           remove leftover G_GNUC_UNUSED
21485         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
21486         (gst_asf_demux_identify_guid):
21487           improve debugging output
21488
21489 2004-02-22  Benjamin Otte  <otte@gnome.org>
21490
21491         reported by: Padraig O'Briain <padraig.obriain@sun.com>
21492
21493         * autogen.sh:
21494           replace test -e with test -x for mkinstalldirs to be more portable.
21495           (fixes #134816)
21496
21497 2004-02-22  Benjamin Otte  <otte@gnome.org>
21498
21499         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
21500
21501         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
21502           set rank to PRIMARY
21503         * gst/volume/gstvolume.c: (plugin_init):
21504           set rank to NONE
21505         fixes #134960
21506
21507 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
21508
21509         reviewed by Benjamin Otte  <otte@gnome.org>
21510
21511         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
21512           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
21513
21514 2004-02-22  Benjamin Otte  <otte@gnome.org>
21515
21516         * configure.ac:
21517           export [_]*{gst,Gst,GST}.* symbols from plugins
21518
21519 2004-02-22  Christophe Fergeau <teuf@gnome.org>
21520
21521         reviewed by: Benjamin Otte  <otte@gnome.org>
21522
21523         * ext/lame/gstlame.c: (add_one_tag):
21524         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
21525         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
21526         (gst_vorbisenc_metadata_set1):
21527         * gst/tags/gstid3tag.c:
21528         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
21529           apply fixes from bugs #135042 (lame can't write tags) and #133817
21530           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
21531
21532 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
21533
21534         * configure.ac: Export only gst_plugin_desc from plugins.
21535          Note that this change only makes any effect with Linux using libtool
21536          1.5.2 or higher. Otherwise it is silently ignored, but it would build
21537          fine. And don't try to have several versions of libtool in different
21538          directories.
21539
21540 2004-02-20  Andy Wingo  <wingo@pobox.com>
21541
21542         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
21543         interleave respectively.
21544
21545         * gst/interleave/deinterleave.c: New plugin: deinterleave
21546         (replaces on oneton).
21547         * gst/interleave/interleave.c: New plugin: interleave.
21548         * gst/interleave/plugin.h: Support file.
21549         * gst/interleave/plugin.c: Support file.
21550
21551         * configure.ac: Remove intfloat and oneton, add interleave.
21552
21553         * ext/sndfile/gstsf.c: Handle events better.
21554
21555         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
21556         and float2int operation. int2float has scheduling problems as
21557         noted in in2float_chain.
21558
21559 2004-02-20  Benjamin Otte  <otte@gnome.org>
21560
21561         * ext/xine/Makefile.am:
21562         * ext/xine/gstxine.h:
21563         * ext/xine/xine.c:
21564         * ext/xine/xineaudiodec.c:
21565         * ext/xine/xinecaps.c:
21566           add first version of xine plugin wrapper. Currently only wraps the
21567           QDM2 win32 DLL, and even that only in proof-of-concept quality.
21568         * configure.ac:
21569         * ext/Makefile.am:
21570           add xine plugin wrapper, disabled by default. Use --enable-xine to
21571           build. Note that it'll segfault on gst-register if you don't remove
21572           the goom and tvtime post plugins from xine.
21573         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21574         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
21575           add extradata parsing for QDM2.
21576           change around debugging prints.
21577
21578 2004-02-19  Benjamin Otte  <otte@gnome.org>
21579
21580         * ext/lame/gstlame.c: (gst_lame_chain):
21581         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
21582           use gst_tag_list_insert when you want to insert tags
21583
21584 2004-02-18  David Schleef  <ds@schleef.org>
21585
21586         * configure.ac:  Move massink to gst-rotten
21587         * ext/Makefile.am:
21588         * ext/mas/Makefile.am:
21589         * ext/mas/massink.c:
21590         * ext/mas/massink.h:
21591
21592 2004-02-18  David Schleef  <ds@schleef.org>
21593
21594         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
21595         typefinding, since it seems to be worse than nothing.
21596         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
21597         atom to recognize .mp4 and .m4a files as video/quicktime.
21598
21599 2004-02-18  David Schleef  <ds@schleef.org>
21600
21601         * gst/sine/demo-dparams.c: (quit_live),
21602         (dynparm_log_value_changed), (dynparm_value_changed), (main):
21603         Use double dparams, not float.
21604         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21605         (gst_sinesrc_init): Change sync default to FALSE, since multiple
21606         sync'd elements don't really work correctly.
21607         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
21608         (volume_update_volume), (volume_get_property):  Change dparam
21609         to double.
21610
21611 2004-02-18  Julien MOUTTE  <julien@moutte.net>
21612
21613         * sys/ximage/ximagesink.c:
21614         (gst_ximagesink_xwindow_update_geometry),
21615         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21616         (gst_ximagesink_change_state), (gst_ximagesink_expose),
21617         (gst_ximagesink_init): Rework the way software video scaling works. So
21618         now we check on each chain call if the video frames are feeling the
21619         window. If not we try to renegotiate caps. On failure we memorize that
21620         and we won't try again for that PLAYING sessions.
21621         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
21622         failure.
21623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
21624         synchronous flag.
21625
21626 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21627
21628         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
21629           break up _link so we can give a better debug message for errors
21630
21631 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
21632
21633         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
21634           set up debug category
21635
21636 2004-02-18  Julien MOUTTE <julien@moutte.net>
21637
21638         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21639         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
21640         the way renegotiation work. The event handling function is not taking
21641         care of external windows and renegotiate method check for pad flags
21642         NEGOTIATING. Should fix : #133209
21643
21644 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21645
21646         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
21647         pad is negotiating before trying renegotiation.
21648
21649 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21650
21651         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
21652           pass on all possible mime types as typefind hints
21653
21654 2004-02-17  Julien MOUTTE <julien@moutte.net>
21655
21656         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
21657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
21658         possible SHM leak if we crash. All other apps using XShm are doing
21659         that.
21660
21661 2004-02-17  Julien MOUTTE  <julien@moutte.net>
21662
21663         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
21664         (gst_ximagesink_expose): Renegotiate size on expose.
21665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
21666         size on expose.
21667
21668 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21669
21670         * testsuite/alsa/sinesrc.c:
21671           cosmetic fix to fix compile issue with gcc 2.95.4
21672
21673 2004-02-16  Julien MOUTTE <julien@moutte.net>
21674
21675         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
21676         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
21677         failed opening the audio device.
21678         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
21679         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
21680         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
21681         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
21682         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
21683         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
21684         (gst_ximagesink_change_state), (gst_ximagesink_chain),
21685         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
21686         Removing some useless g_return_if_fail like wingo suggested.
21687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
21688         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
21689         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
21690         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
21691         (gst_xvimagesink_update_colorbalance),
21692         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
21693         (gst_xvimagesink_xcontext_clear),
21694         (gst_xvimagesink_get_fourcc_from_caps),
21695         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
21696         (gst_xvimagesink_set_xwindow_id),
21697         (gst_xvimagesink_colorbalance_list_channels),
21698         (gst_xvimagesink_colorbalance_set_value),
21699         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
21700         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
21701
21702 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
21703
21704         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
21705           throw error when not negotiated instead of asserting
21706
21707 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21708
21709         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
21710         correct data refcounting.
21711
21712 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21713
21714         * gst/switch/gstswitch.c: (gst_switch_change_state),
21715         (gst_switch_class_init): Cleaning the sinkpads correctly on state
21716         change, mostly the EOS flag.
21717
21718 2004-02-15  Julien MOUTTE  <julien@moutte.net>
21719
21720         * examples/gstplay/player.c: (got_eos), (main): Adding some
21721         output for debugging.
21722         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
21723         timeouts if we go to any state different from PLAYING.
21724         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
21725         more EOS bugs in riff lib.
21726
21727 2004-02-14  Julien MOUTTE  <julien@moutte.net>
21728
21729         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
21730         visualization until i find a way to fix switch correctly.
21731         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
21732         EOS arrives.
21733         * gst/switch/gstswitch.c: (gst_switch_release_pad),
21734         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
21735         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
21736         Reworked switch to get a more correct behaviour with events and refing
21737         of data stored in sinkpads.
21738         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
21739         we don't pull from a pad in EOS.
21740
21741 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21742
21743         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21744           remove v1 tag even if we can't read it (makes sure we don't detect
21745           it again)
21746
21747 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21748
21749         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
21750         (gst_alsa_xrun_recovery):
21751         * ext/alsa/gstalsa.h:
21752           try xrun recovery when wait failed. Make xrun recovery function
21753           return TRUE/FALSE to indicate success. (might fix #134354)
21754
21755 2004-02-13  David Schleef  <ds@schleef.org>
21756
21757         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
21758         (dynparm_value_changed), (main): Convert from float to double.
21759         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
21760
21761 2004-02-13  David Schleef  <ds@schleef.org>
21762
21763         * gst/silence/gstsilence.c: (gst_silence_class_init),
21764         (gst_silence_set_clock), (gst_silence_get),
21765         (gst_silence_set_property), (gst_silence_get_property):
21766         * gst/silence/gstsilence.h: Add sync property.
21767         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21768         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
21769         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
21770         * gst/sine/gstsinesrc.h: Add sync property.
21771
21772 2004-02-13  David Schleef  <ds@schleef.org>
21773
21774         * gst/intfloat/gstint2float.c: (conv_f32_s16),
21775         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
21776
21777 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21778
21779         * configure.ac:
21780         * ext/Makefile.am:
21781         * gst-libs/ext/Makefile.am:
21782           move ffmpeg plugin to gst-ffmpeg module
21783
21784 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
21785
21786         * configure.ac: use GST_ARCH to detect architecture
21787
21788 2004-02-12  Julien MOUTTE  <julien@moutte.net>
21789
21790         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
21791
21792 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
21793
21794         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
21795           classify LADSPA plugins based on number of src/sink pads
21796           (#133663, Stefan Kost)
21797         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
21798           fix dparams registration
21799           (#133528, Stefan Kost)
21800         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
21801           fix use of isprint and use g_ascii_isprint instead
21802           (#133316, Stefan Kost)
21803
21804 2004-02-11  David Schleef  <ds@schleef.org>
21805
21806         Convert a few inner loops to use liboil.  This is currently
21807         optional, and is only enabled if liboil is present (duh!).
21808         * configure.ac: Check for liboil-0.1
21809         * gst/intfloat/Makefile.am:
21810         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
21811         (gst_int2float_chain_gint16):
21812         * gst/videofilter/Makefile.am:
21813         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
21814         (tablelookup_u8), (gst_videobalance_planar411):
21815         * gst/videotestsrc/Makefile.am:
21816         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
21817         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
21818         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
21819         (paint_hline_RGB565), (paint_hline_xRGB1555):
21820
21821 2004-02-11  David Schleef  <ds@schleef.org>
21822
21823         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
21824         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
21825         (gst_colorspace_getcaps), (gst_colorspace_link),
21826         (gst_colorspace_base_init), (gst_colorspace_init),
21827         (gst_colorspace_chain), (gst_colorspace_change_state),
21828         (plugin_init): Merge Ronald's patch (bug #117897) and update
21829         for new caps and negotiation.  Seems to work, although it
21830         shows off bugs in lcs.
21831
21832 2004-02-11  David Schleef  <ds@schleef.org>
21833
21834         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
21835         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
21836
21837 2004-02-11  David Schleef  <ds@schleef.org>
21838
21839         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
21840         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
21841         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
21842         Add server and port properties
21843
21844 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21845
21846         * m4/a52.m4:
21847         * m4/aalib.m4:
21848         * m4/as-ffmpeg.m4:
21849         * m4/as-liblame.m4:
21850         * m4/as-slurp-ffmpeg.m4:
21851         * m4/check-libheader.m4:
21852         * m4/esd.m4:
21853         * m4/freetype2.m4:
21854         * m4/gconf-2.m4:
21855         * m4/glib.m4:
21856         * m4/gst-alsa.m4:
21857         * m4/gst-artsc.m4:
21858         * m4/gst-ivorbis.m4:
21859         * m4/gst-matroska.m4:
21860         * m4/gst-sdl.m4:
21861         * m4/gst-shout2.m4:
21862         * m4/gst-sid.m4:
21863         * m4/gtk.m4:
21864         * m4/libdv.m4:
21865         * m4/libfame.m4:
21866         * m4/libmikmod.m4:
21867         * m4/ogg.m4:
21868         * m4/vorbis.m4:
21869           fix underquotedness of macros (#133800)
21870         * m4/as-avifile.m4:
21871         * m4/xmms.m4:
21872           removed because no longer used
21873
21874 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * configure.ac:
21877           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
21878           by autopoint (fixes #132996)
21879
21880 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21881
21882         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
21883         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
21884         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
21885         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
21886           fix memleaks
21887
21888 2004-02-11  David Schleef  <ds@schleef.org>
21889
21890         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
21891         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
21892         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
21893         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
21894         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
21895         (gst_jpegenc_class_init), (gst_jpegenc_init),
21896         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
21897         (gst_jpegenc_chain), (gst_jpegenc_set_property),
21898         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
21899         * ext/jpeg/gstjpegenc.h: Fix negotiation.
21900
21901 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21902
21903         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21904         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
21905         * ext/mikmod/gstmikmod.h:
21906           fix caps negotiation in mikmod
21907         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
21908           output debug information
21909
21910 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21911
21912         * gst-libs/gst/colorbalance/Makefile.am:
21913         * gst-libs/gst/navigation/Makefile.am:
21914         * gst-libs/gst/xoverlay/Makefile.am:
21915           remove unused GST_OPT_CFLAGS from Makefiles
21916           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
21917
21918 2004-02-07  David Schleef  <ds@schleef.org>
21919
21920         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
21921         push events to pads that haven't been created (#133508)
21922
21923 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
21924
21925         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
21926         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
21927         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
21928         (gst_dvdec_loop), (gst_dvdec_change_state):
21929         Second attempt at committing a working dvdec element.
21930
21931 2004-02-06  David Schleef  <ds@schleef.org>
21932
21933         Build fixes for OS X: (see #129600)
21934         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
21935         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
21936         (gst_riff_read_strf_iavs):
21937         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
21938         (gst_avi_demux_stream_odml):
21939         * gst/playondemand/Makefile.am:
21940         * gst/rtp/rtp-packet.c:
21941
21942 2004-02-05  David Schleef  <ds@schleef.org>
21943
21944         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
21945         last change, because it Just Doesn't Compile.
21946
21947 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21948
21949         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
21950           skip undecodable id3v2 tag instead of keeping it
21951
21952 2004-02-05  David Schleef  <ds@schleef.org>
21953
21954         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
21955         Unref leaked buffer.  (Noticed by Ronald)
21956
21957 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
21958
21959         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21960         Sync requires with other checks.  >= vs =.
21961
21962 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
21963
21964         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
21965         (gst_dvdec_video_link), (gst_dvdec_loop):
21966         * ext/dv/gstdvdec.h:
21967           rework the caps negotiation so that dvdec works again instead
21968           of just segfaulting.
21969
21970 === release 0.7.4 ===
21971
21972 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21973
21974         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
21975         * configure.ac: changed for release
21976
21977 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
21978
21979         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
21980         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
21981         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
21982         * pkgconfig/gstreamer-play-uninstalled.pc.in:
21983           reworked patch by David Lehn to fix libdir and includedir for
21984           uninstalled libraries
21985           removed play and gconf from gstreamer-libs since they have their
21986           own pkgconfig files
21987
21988 2004-02-04  David Schleef  <ds@schleef.org>
21989
21990         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
21991         memleak.
21992
21993 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21994
21995         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
21996           use correct GST_TAG_ENCODER tag
21997
21998 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21999
22000         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
22001           be sure to stop the clock when going to paused
22002         * sys/oss/gstosssink.c: (gst_osssink_change_state):
22003           reset number of transmitted when going to ready.
22004         fixes #132935
22005
22006 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
22007
22008         reviewed by Benjamin Otte
22009
22010         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
22011           extract track count (fixes #133410)
22012
22013 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22014
22015         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
22016           that should be !=, not == (fixes #132519)
22017
22018 2004-02-04  David Schleef  <ds@schleef.org>
22019
22020         Make sure set_explicit_caps() is called before adding pad.
22021         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22022         * gst/id3/gstid3types.c: (gst_id3types_loop):
22023         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22024         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22025
22026 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22027
22028         * configure.ac:
22029           bump nano to 2, first prerelease
22030           put back AM_PROG_LIBTOOL
22031
22032 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
22033
22034         * testsuite/alsa/Makefile.am:
22035           these are user test apps, not automatic testsuite tests
22036
22037 2004-02-04  David Schleef  <ds@schleef.org>
22038
22039         Convert GST_DEBUG_CAPS() to GST_DEBUG():
22040         * gst/mpeg1videoparse/gstmp1videoparse.c:
22041         (mp1videoparse_parse_seq):
22042         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
22043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
22044         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
22045         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
22046         (gst_xvideosink_getcaps):
22047         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
22048         * testsuite/gst-lint: more tests
22049
22050 2004-02-04  David Schleef  <ds@schleef.org>
22051
22052         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
22053         with the code that they would expand to.
22054         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
22055         (gst_flacdec_get_src_query_types),
22056         (gst_flacdec_get_src_event_masks):
22057         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
22058         (gst_gnomevfssrc_get_query_types),
22059         (gst_gnomevfssrc_get_event_mask):
22060
22061 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22062
22063         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
22064         (gst_sinesrc_dispose):
22065           fix memleak by properly disposing sinesrc
22066
22067 2004-02-04  Julien MOUTTE  <julien@moutte.net>
22068
22069         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
22070         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
22071         an overlay to redraw the image because it has been exposed.
22072         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
22073         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
22074         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
22075         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
22076         interface
22077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
22078         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
22079         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
22080         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
22081         interface
22082
22083 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22084
22085         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
22086           more memleak fixage
22087
22088 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22089
22090         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
22091         * gst/typefind/gsttypefindfunctions.c:
22092           fix memleaks shown by gst-typefind
22093
22094 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22095
22096         * common/glib-gen.mak:
22097           add hack rule to touch .Plo files
22098         * gst-libs/gst/colorbalance/Makefile.am:
22099         * gst-libs/gst/mixer/Makefile.am:
22100         * gst-libs/gst/play/Makefile.am:
22101         * gst-libs/gst/tuner/Makefile.am:
22102           remove glib_root variable
22103
22104 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22105
22106         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
22107           set explicit caps before adding the element, so the autopluggers can
22108           plug correctly.
22109         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
22110         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
22111         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22112         (dv_type_find):
22113           fix memleaks in typefind functions. gst_type_find_suggest takes a const
22114           argument.
22115
22116 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22117
22118         * gst-libs/gst/colorbalance/Makefile.am:
22119         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
22120         * gst-libs/gst/colorbalance/colorbalance.c:
22121         * gst-libs/gst/colorbalance/colorbalance.h:
22122         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
22123         * gst-libs/gst/mixer/Makefile.am:
22124         * gst-libs/gst/mixer/mixer-marshal.list:
22125         * gst-libs/gst/mixer/mixer.c:
22126         * gst-libs/gst/mixer/mixer.h:
22127         * gst-libs/gst/mixer/mixermarshal.list:
22128         * gst-libs/gst/play/Makefile.am:
22129         * gst-libs/gst/play/play.h:
22130         * gst-libs/gst/tuner/Makefile.am:
22131         * gst-libs/gst/tuner/tuner-marshal.list:
22132         * gst-libs/gst/tuner/tuner.c:
22133         * gst-libs/gst/tuner/tuner.h:
22134         * gst-libs/gst/tuner/tunermarshal.list:
22135           use new glib-gen.mak snippet to clean up Makefile.am
22136           fix various bugs in Makefile.am's
22137
22138 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22139
22140         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22141           handle chain parsing correctly in the multichain case
22142         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
22143         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
22144         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22145         (theora_dec_chain):
22146           handle events and queries correctly
22147
22148 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22149
22150         * .cvsignore:
22151         Ignore generated file _stdint.h.
22152
22153 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22154
22155         * gst-libs/gst/colorbalance/Makefile.am:
22156         * gst-libs/gst/colorbalance/colorbalance.h:
22157         * gst-libs/gst/mixer/Makefile.am:
22158         * gst-libs/gst/mixer/mixer.h:
22159         * gst-libs/gst/play/Makefile.am:
22160         * gst-libs/gst/play/play.h:
22161         * gst-libs/gst/tuner/Makefile.am:
22162         * gst-libs/gst/tuner/tuner.h:
22163         Generate enum type code with glib-mkenums.
22164         * gst-libs/gst/colorbalance/.cvsignore:
22165         * gst-libs/gst/mixer/.cvsignore:
22166         * gst-libs/gst/play/.cvsignore:
22167         * gst-libs/gst/tuner/.cvsignore:
22168         Ignore generated files.
22169
22170 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22171
22172         * gst-libs/gst/audio/.cvsignore:
22173         Ignore generated file.
22174         * gst-libs/gst/audio/Makefile.am:
22175         Do not install example filter.
22176
22177 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
22178
22179         * examples/switch/.cvsignore:
22180         Ignore generated file.
22181
22182 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22183
22184         * common/m4/ax_create_stdint_h.m4:
22185         * configure.ac:
22186           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
22187           _stdint.h.
22188         * Makefile.am:
22189           remove generated _stdint.h in DISTCLEANFILES
22190         * ext/a52dec/gsta52dec.c:
22191           include _stdint.h for a52dec. (should fix #133064)
22192
22193 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22194
22195         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
22196         (gst_tag_to_vorbis_comments):
22197         Add replaygain support to vorbistag
22198
22199 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
22200         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22201         (gst_ffmpeg_caps_to_extradata):
22202           Fix SVQ3 caps flag properties
22203           Use glib macro for bytes swap
22204
22205 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22206
22207         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
22208         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
22209         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
22210         * ext/sndfile/gstsf.c: (plugin_init):
22211         * gst/avi/gstavi.c: (plugin_init):
22212         * sys/dxr3/dxr3init.c: (plugin_init):
22213         * sys/oss/gstossaudio.c: (plugin_init):
22214         * sys/v4l/gstv4l.c: (plugin_init):
22215         * sys/v4l2/gstv4l2.c: (plugin_init):
22216           remove textdomain calls
22217         * po/nl.po:
22218           update Dutch translation
22219
22220 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22221
22222         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
22223         (gst_play_set_audio_sink): Moving volume in the audio thread for
22224         instantaneous volume change. Maybe i will add another volume in front
22225         of visualization later, not sure yet though.
22226
22227 2004-02-02  Julien MOUTTE  <julien@moutte.net>
22228
22229         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22230         (gst_ximagesink_handle_xevents): Better X events handling, only take
22231         the latest events for configure and motion.
22232         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
22233
22234 2004-02-02  Jon Trowbridge  <trow@gnu.org>
22235
22236         reviewed by: David Schleef  <ds@schleef.org>
22237
22238         Fix memory leaks:
22239         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
22240         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
22241
22242 2004-02-02  David Schleef  <ds@schleef.org>
22243
22244         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
22245         of lines.
22246         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
22247         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22248         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
22249         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
22250         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
22251         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
22252         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
22253         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
22254         (gst_float2_2_int_link):
22255         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
22256         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
22257         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
22258         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
22259         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
22260         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
22261         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
22262         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
22263         * testsuite/gst-lint: Add tests for bzero and ;;
22264
22265 2004-02-02  David Schleef  <ds@schleef.org>
22266
22267         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
22268
22269 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22270
22271         * ext/aalib/gstaasink.c: (gst_aasink_open):
22272         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
22273         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22274         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
22275         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
22276         (gst_afsink_close_file):
22277         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
22278         (gst_afsrc_close_file):
22279         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
22280         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
22281         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
22282         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
22283         * ext/esd/esdmon.c: (gst_esdmon_get):
22284         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
22285         * ext/faac/gstfaac.c: (gst_faac_chain):
22286         * ext/faad/gstfaad.c: (gst_faad_chain):
22287         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
22288         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
22289         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
22290         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
22291         (gst_flacdec_loop):
22292         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
22293         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
22294         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
22295         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
22296         (gst_gnomevfssink_close_file):
22297         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
22298         (gst_gnomevfssrc_open_file):
22299         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
22300         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
22301         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
22302         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
22303         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
22304         * ext/mad/gstmad.c: (gst_mad_chain):
22305         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
22306         * ext/mpeg2dec/gstmpeg2dec.c:
22307         * ext/mpeg2enc/gstmpeg2enc.cc:
22308         * ext/mplex/gstmplex.cc:
22309         * ext/mplex/gstmplexibitstream.cc:
22310         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
22311         (gst_ogg_demux_push):
22312         * ext/raw1394/gstdv1394src.c:
22313         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
22314         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
22315         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
22316         (gst_sf_loop):
22317         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
22318         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
22319         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
22320         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
22321         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
22322         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
22323         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
22324         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
22325         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22326         (gst_riff_read_element_data), (gst_riff_read_seek),
22327         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
22328         * gst/adder/gstadder.c: (gst_adder_loop):
22329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
22330         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
22331         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
22332         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
22333         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
22334         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
22335         * gst/goom/gstgoom.c: (gst_goom_chain):
22336         * gst/id3/gstid3types.c: (gst_id3types_loop):
22337         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22338         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
22339         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
22340         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22341         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
22342         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
22343         (gst_ebml_read_float), (gst_ebml_read_header):
22344         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
22345         (gst_matroska_demux_parse_blockgroup):
22346         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
22347         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
22348         * gst/oneton/gstoneton.c: (gst_oneton_chain):
22349         * gst/silence/gstsilence.c: (gst_silence_get):
22350         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
22351         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
22352         * gst/speed/gstspeed.c: (speed_loop):
22353         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
22354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
22355         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
22356         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
22357         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
22358         (gst_wavparse_loop):
22359         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
22360         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
22361         (dxr3audiosink_close):
22362         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
22363         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
22364         (dxr3videosink_close), (dxr3videosink_write_data):
22365         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
22366         * sys/oss/gstosssink.c: (gst_osssink_chain):
22367         * sys/oss/gstosssrc.c: (gst_osssrc_get):
22368         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
22369         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
22370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
22371         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
22372         (gst_v4l_set_window), (gst_v4l_enable_overlay):
22373         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
22374         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
22375         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
22376         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
22377         (gst_v4l_set_audio):
22378         * sys/v4l/v4l_calls.h:
22379         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
22380         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
22381         (gst_v4lmjpegsink_playback_init),
22382         (gst_v4lmjpegsink_playback_start):
22383         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
22384         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
22385         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
22386         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
22387         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
22388         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
22389         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
22390         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
22391         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
22392         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
22393         (gst_v4l2_get_output), (gst_v4l2_set_output),
22394         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
22395         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
22396         (gst_v4l2_set_attribute):
22397         * sys/v4l2/v4l2_calls.h:
22398         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
22399         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
22400         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
22401         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
22402         (gst_v4l2src_capture_stop):
22403         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
22404         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
22405         (gst_ximagesink_chain):
22406         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
22407         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
22408         (gst_xvideosink_xwindow_new):
22409         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22410         (gst_xvimagesink_chain):
22411
22412 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22413
22414         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22415         (gst_volume_get_volume), (volume_class_init), (volume_init),
22416         (volume_chain_int16), (volume_update_volume):
22417         * gst/volume/gstvolume.h:
22418           make code more readable by removing magic numbers
22419           make mixer interface export 0-100 range
22420           make it internally map to 0.0-1.0 range so users don't distort
22421           output by putting the sliders at full volume
22422
22423 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22424
22425         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
22426         (gst_play_state_change), (gst_play_seek_to_time):
22427         block the tick callback for 0.5 secs after doing a seek
22428
22429 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22430
22431         * gst-libs/gst/play/play.c: (gst_play_new):
22432           check for GError
22433
22434 2004-02-01  Julien MOUTTE  <julien@moutte.net>
22435
22436         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
22437         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
22438         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
22439         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
22440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
22441         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
22442
22443 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
22444
22445         * configure.ac:
22446         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22447           check for a function added in vorbis 1.1
22448
22449 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22450
22451         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
22452         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
22453           really start/stop clock only on PLAYING <=> PAUSED
22454         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
22455           remove \n from debugging lines
22456         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
22457           make it work when seeking does not
22458         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22459           reset on DISCONT
22460
22461 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22462
22463         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
22464           start clock on PAUSED=>PLAYING, not later
22465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
22466           extract correct time for different discont formats
22467         (gst_alsa_sink_get_time):
22468           don't segfault when no format is negotiated yet, just return 0
22469         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22470         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
22471         (gst_ogg_pad_push):
22472           handle flush and discont events correctly
22473         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
22474           handle discont events correctly
22475
22476 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
22477
22478         * gst-libs/gst/play/play.c: (gst_play_error_quark),
22479         (gst_play_error_create), (gst_play_error_plugin),
22480         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
22481         * gst-libs/gst/play/play.h:
22482           add error handling during creation
22483         * examples/gstplay/player.c: (main):
22484           use new gst_play_new
22485
22486
22487 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22488
22489         * ext/theora/theoradec.c: (theora_dec_chain):
22490           make comments work
22491         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22492         (vorbis_dec_src_event), (vorbis_dec_chain):
22493           add encoder tag, fix tag reading to be more error tolerant, change
22494           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
22495           gst_pad_event_default.
22496         * gst/tags/gstvorbistag.c:
22497         (gst_tag_list_from_vorbiscomment_buffer):
22498           undefine function specific define at end of function
22499
22500 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
22501
22502         * ext/flac/gstflac.c: (plugin_init):
22503         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
22504         * ext/flac/gstflacdec.h:
22505         * ext/flac/gstflacenc.h:
22506           Fix typos
22507
22508 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
22509
22510         * examples/gstplay/player.c: s/gstplay.h/play.h/
22511
22512 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22513
22514         * gst-libs/gst/play/Makefile.am:
22515         * gst-libs/gst/play/gstplay.c:
22516         * gst-libs/gst/play/gstplay.h:
22517         * gst-libs/gst/play/play.c:
22518           more surgery, operation complete
22519
22520 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22521
22522         * gst-libs/gst/play/play.old.c:
22523         * gst-libs/gst/play/play.old.h:
22524           after CVS surgery by moving, remove
22525         * gst-libs/gst/play/playpipelines.c:
22526           remove
22527
22528         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
22529           add negotiation error
22530
22531 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22532
22533         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
22534         (gst_ogg_demux_push):
22535           add some seeking debug info
22536           send a flush when seeking
22537
22538 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22539
22540         * configure.ac:
22541           use AC_C_INLINE
22542         * configure.ac:
22543         * ext/Makefile.am:
22544         * ext/theora/Makefile.am:
22545         * ext/theora/theoradec.c:
22546           add theora video decoder. Does just do simple decoding for now and
22547           has been tested against Theora cvs only. It only works when theora
22548           is compiled with --enable-static.
22549         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
22550           always reset packetno on DISCONT
22551
22552 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22553
22554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
22555           Fix audio.
22556
22557 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22558
22559         * gst/mpegaudioparse/gstmpegaudioparse.c:
22560         (mp3_type_frame_length_from_header):
22561           Fix header parsing - stolen from ffmpeg (thank you! :) ).
22562
22563 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22564
22565         * ext/esd/esdsink.c: (gst_esdsink_init):
22566           Since we have static pad template caps, we don't need to negotiate;
22567           either the core errors out or we know the format.
22568
22569 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22570
22571         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22572         (gst_riff_read_seek):
22573         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
22574         (gst_ebml_read_seek):
22575           Fix event handling.
22576
22577 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22578
22579         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
22580           removee video/x-theora from vp3 decoder, it doesn't handle raw
22581           theora streams
22582         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
22583           fix bug with finalizing element that never went to PAUSED
22584         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
22585           length and position queries were swapped
22586         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22587         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
22588         (vorbis_dec_src_event):
22589           implement querying time and bytes
22590
22591 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22592
22593         * just about every source file:
22594           gst_element_error -> GST_ELEMENT_ERROR
22595
22596 2004-01-29  Julien MOUTTE  <julien@moutte.net>
22597
22598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
22599         emiting FLUSH and even before DISCONT.
22600         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
22601         get the best instant seeking as possible yay!
22602
22603 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22604
22605         * gst/mpeg1videoparse/gstmp1videoparse.c:
22606         (gst_mp1videoparse_real_chain):
22607           Committed wrong version last week... Grr... Didn't notice until now.
22608
22609 2004-01-29  Julien MOUTTE <julien@moutte.net>
22610
22611         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
22612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
22613         have_xwindow_id signal in xwindow_create.
22614
22615 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22616
22617         * ext/ogg/gstoggdemux.c:
22618           lots of changes - mainly support for chained bitstreams, seeking,
22619           querying and bugfixes of course
22620         * ext/vorbis/Makefile.am:
22621         * ext/vorbis/vorbisdec.c:
22622         * ext/vorbis/vorbisdec.h:
22623           add vorbisdec raw vorbis decoder
22624         * ext/vorbis/vorbis.c: (plugin_init):
22625           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
22626         * gst/intfloat/Makefile.am:
22627         * gst/intfloat/float22int.c:
22628         * gst/intfloat/float22int.h:
22629         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
22630           add float2intnew plugin. It converts multichannel interleaved float to
22631           multichannel interleaved int. The name should probably be changed.
22632         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
22633         (plugin_init):
22634           add typefinding for raw theora video so oggdemux can detect it.
22635
22636 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22637
22638         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
22639         sink element first.
22640         * gst/videoscale/gstvideoscale.c:
22641         (gst_videoscale_handle_src_event): Fixing src event handler.
22642
22643 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22644
22645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
22646         (gst_v4lsrc_open), (gst_v4lsrc_close),
22647         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
22648         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
22649         * sys/v4l/gstv4lsrc.h:
22650         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
22651         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
22652           Implement resizing... Hack. But that's why v4l is b0rked...
22653
22654 2004-01-28  Julien MOUTTE <julien@moutte.net>
22655
22656         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22657         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
22658         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
22659         (gst_ximagesink_xwindow_destroy):
22660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22661         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22662         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
22663         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
22664         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
22665         correctly cleaning the image created to check xshm calls on succes,
22666         added a lot of XSync calls in X11 functions, and fixed a segfault when
22667         no image format was defined before negotiation happened.
22668
22669 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22670
22671         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
22672           use gst_element_get_time to get correct time
22673
22674 2004-01-28  Julien MOUTTE  <julien@moutte.net>
22675
22676         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
22677         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
22678         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
22679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
22680         (gst_xvimagesink_check_xshm_calls),
22681         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
22682         X plugins are now able to detect that XShm calls will fail even if the
22683         server claims that it has XShm support (remote displays most of the
22684         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
22685         so that we use non XShm functions. This feature is almost useless for
22686         xvimagesink as Xv is not supported on remote displays anyway, but
22687         it might happen than even on the local display XShm calls fail.
22688
22689 2004-01-27  David Schleef  <ds@schleef.org>
22690
22691         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
22692         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
22693         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
22694         changed esdsink to only use 44100,16,2, since esd sucks at rate
22695         conversion and esdsink has had difficulty negotiating.
22696
22697 2004-01-27  Julien MOUTTE <julien@moutte.net>
22698
22699         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
22700         (gst_play_seek_to_time): Fixing the way to get current position.
22701
22702 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22703
22704         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
22705           use gst_element_get_time to get correct time
22706
22707 2004-01-27  Julien MOUTTE <julien@moutte.net>
22708
22709         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
22710         fix ever... Inverting 2 lines of code make spider autoplug correctly
22711         tagged mp3 !
22712
22713 2004-01-27  David Schleef  <ds@schleef.org>
22714
22715         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
22716         Use gst_pad_try_set_caps_nonfixed().
22717
22718 2004-01-27  David Schleef  <ds@schleef.org>
22719
22720         * gst/ac3parse/gstac3parse.c: update to checklist 5
22721         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
22722         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
22723         * gst/audioscale/gstaudioscale.c: same
22724         * gst/auparse/gstauparse.c: same
22725         * gst/avi/gstavidemux.c: same
22726
22727 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22728
22729         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
22730           stop processing after EOS
22731
22732 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22733
22734         * gst/asfdemux/asfheaders.h:
22735         * gst/asfdemux/gstasfdemux.c:
22736         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
22737         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
22738         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
22739           lot's of fixes to make data extraction simpler and get the code
22740           architecture and compiler independant. Add debugging category
22741         * gst/goom/gstgoom.c: (gst_goom_change_state):
22742           reset channel count on PAUSED=>READY, not READY=>PAUSED
22743
22744 2004-01-26  Colin Walters  <walters@verbum.org>
22745
22746         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
22747         code to pull a bigger buffer in iradio mode.  This as a side effect
22748         makes typefinding work.
22749
22750 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22751
22752         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
22753         Fix SVQ3 decoding on PPC
22754
22755 2004-01-26  Julien MOUTTE <julien@moutte.net>
22756
22757         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
22758         that one managed to stay there... Fixed.
22759
22760 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
22761
22762         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
22763         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
22764         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
22765         (qtdemux_video_caps):
22766         * gst/qtdemux/qtdemux.h:
22767         Add SVQ3 specific flags to qtdemux and ffmpeg
22768
22769 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22770
22771         * gst-libs/gst/audio/audio.h:
22772           remove buffer-frames from audio caps
22773         * gst/audioconvert/gstaudioconvert.c:
22774           fix plugin to really work.
22775
22776 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22777
22778         * gst-libs/gst/mixer/mixer.c:
22779         * gst-libs/gst/propertyprobe/propertyprobe.c:
22780         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
22781         (gst_tuner_find_channel_by_name):
22782         * gst-libs/gst/tuner/tuner.h:
22783           Add gtk-doc style comments. Also fix a function name.
22784
22785 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22786
22787         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
22788         (gst_divxdec_negotiate):
22789           Fix for new capsnego - also fixes gst-player with divxdec.
22790
22791 2004-01-25  Julien MOUTTE  <julien@moutte.net>
22792
22793         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22794         (gst_play_identity_handoff), (gst_play_set_location),
22795         (gst_play_set_visualization), (gst_play_connect_visualization): Another
22796         try in visualization implementation. Still have an issue with switch
22797         blocking when pulling from video_queue and only audio comes out of
22798         spider.
22799         * gst/switch/gstswitch.c: (gst_switch_release_pad),
22800         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
22801         release method. And check if the pad is usable before pulling.
22802
22803 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22804
22805         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
22806         (gst_videobalance_init),
22807         (gst_videobalance_colorbalance_list_channels),
22808         (gst_videobalance_colorbalance_set_value),
22809         (gst_videobalance_colorbalance_get_value),
22810         (gst_videobalance_update_properties),
22811         (gst_videobalance_update_tables_planar411),
22812         (gst_videobalance_planar411):
22813         * gst/videofilter/gstvideobalance.h:
22814           Implement lookup-tables. +/- 10x faster.
22815
22816 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22817
22818         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22819         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22820           The index reading was broken. The rest worked fine, but the whole
22821           goal of my rewrite was to make avidemux readable, and this was
22822           not at all readable. Please use typed variables.
22823
22824 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22825
22826         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22827           Additional pad usability check.
22828         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
22829         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
22830         (gst_mp1videoparse_real_chain):
22831           Fix MPEG video stream parsing. The original plugin had several
22832           issues, including not timestamping streams where the source was
22833           not timestamped (this happens with PTS values in mpeg system
22834           streams, but MPEG video is also a valid stream on its own so
22835           that needs timestamps too). We use the display time code for that
22836           for now. Also, if one incoming buffer contains multiple valid
22837           frames, we push them all on correctly now, including proper EOS
22838           handling. Lastly, several potential segfaults were fixed, and we
22839           properly sync on new sequence/gop headers to include them in next,
22840           not previous frames (since they're header for the next frame, not
22841           the previous). Also see #119206.
22842         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
22843         (bpf_from_header):
22844           Move caps setting so we only do it after finding several valid
22845           MPEG-1 fraes sequentially, not right after the first one (which
22846           might be coincidental).
22847         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
22848         (mpeg_video_type_find), (mpeg_video_stream_type_find),
22849         (plugin_init):
22850           Add unsynced MPEG video stream typefinding, and change some
22851           probability values so we detect streams rightly. The idea is as
22852           follows: I can have an unsynced system stream which contains
22853           video. In the current code, I would randomly get a type for either
22854           system or video stream type found, because the probabilities are
22855           being calculated rather randomly. I now use fixed values, so we
22856           always prefer system stream if that was found (and that is how it
22857           should be). If no system stream was found, we can still identity                the stream as video-only.
22858
22859 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22860
22861         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
22862         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
22863           don't write to buffer. Extract data without the need of
22864           __attribute__ ((packed))
22865
22866 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22867
22868         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
22869         (mpeg1_sys_type_find):
22870           Fix MPEG-1 stream typefinding.
22871
22872 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22873
22874         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
22875           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
22876
22877 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22878
22879         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
22880         * ext/esd/gstesd.c: (plugin_init):
22881           private debugging, better error reporting
22882
22883 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22884
22885         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
22886         (gst_riff_read_init), (gst_riff_read_change_state):
22887         * gst-libs/gst/riff/riff-read.h:
22888           Remove stuff fromold metadata system.
22889
22890 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22891
22892         * ext/ogg/gstoggdemux.c:
22893           Fix wrong file comment.
22894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
22895         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
22896           Add metadata reading properly.
22897
22898 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
22899
22900         * ext/Makefile.am:
22901           Fix nas DIST_SUBDIRS
22902           Uraeus:
22903           Fix bug where make distcheck doesn't get run on adding stuff to
22904           the build.
22905
22906 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22907
22908         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
22909         * ext/divx/gstdivxdec.h:
22910           Fix divx3 ("msmpeg4") playback using divxdec.
22911
22912 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22913
22914         * gst/typefind/gsttypefindfunctions.c:
22915         (mp3_type_frame_length_from_header): fix bug in length computation
22916         (mp3_type_find): improve debugging output
22917
22918 2004-01-23  Julien MOUTTE  <julien@moutte.net>
22919
22920         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
22921         (gst_play_set_location), (gst_play_seek_to_time),
22922         (gst_play_set_audio_sink), (gst_play_set_visualization),
22923         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
22924         the pipeline from scratch. Visualization is back and switch went out as
22925         i realized it was not possible to use the way i wanted.
22926         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
22927         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
22928         clearing in state change from READY to NULL. So that one can clean the
22929         X ressources keeping the element.
22930         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
22931         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
22932         (gst_xvimagesink_colorbalance_set_value),
22933         (gst_xvimagesink_colorbalance_get_value),
22934         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
22935         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
22936         change from READY to NULL and fixed some stupid bugs in colorbalance
22937         get/set values. Also added the following feature : when nobody tries to
22938         set some values to the colorbalance levels before the xcontext is
22939         grabbed, then when creating channels list from Xv attributes we set the
22940         internal values to the Xv defaults. This way we handle buggy Xv drivers
22941         that set default hue values far from the middle of the range (Thanks
22942         to Jon Trowbridge for pointing that issue).
22943         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
22944         colorbalance levels have been set before xcontext is grabbed.
22945
22946 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
22947
22948         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
22949           Fix the ossmixer case where we shouldn't open /dev/dsp* because
22950           it might block operations (which is bad for a mixer).
22951
22952 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22953
22954         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
22955         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
22956         (gmip_find_type_pre):
22957         * gst-libs/gst/media-info/media-info-priv.h:
22958         * gst-libs/gst/media-info/media-info.c:
22959         (gst_media_info_instance_init), (gst_media_info_read_idler):
22960         add fakesink to get caps on decoder src pad again
22961         fix callback prototype to match new have_type signal signature
22962
22963 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
22964
22965         * gst/adder/gstadder.c: (gst_adder_link):
22966           fix non-compile and cut-n-paste code
22967
22968 2004-01-21  David Schleef  <ds@schleef.org>
22969
22970         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
22971         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
22972         (gst_swfdec_init), (gst_swfdec_change_state):
22973         * ext/swfdec/gstswfdec.h:
22974         Fix negotiation.
22975         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
22976         (gst_adder_request_new_pad): Fix negotiation.
22977         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
22978         Add a fixate function.
22979         * gst/intfloat/gstfloat2int.c:
22980         * gst/intfloat/gstfloat2int.h:
22981         * gst/intfloat/gstint2float.c:
22982         * gst/intfloat/gstint2float.h:
22983         Completely rewrite the negotiation.  Doesn't quite work yet,
22984         due to some buffer-frames problem.
22985
22986 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22987
22988         * ext/gnomevfs/gstgnomevfssrc.c:
22989         * sys/v4l2/v4l2_calls.h:
22990           fix includes for distcheck
22991
22992 2004-01-21  Christian Schaller <uraeus@gnome.org>
22993
22994         * ext/nas/
22995         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
22996         based on earlier patch from Laurent Vivier
22997
22998 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
22999
23000         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
23001         Fix wma caps property
23002         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
23003         Fix typo (flags1 and flags2)
23004
23005 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23006
23007         * gst-libs/gst/media-info/media-info-priv.c:
23008         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
23009         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
23010         (gmip_find_stream), (gmip_find_track_metadata),
23011         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
23012         (gmip_find_track_format):
23013         * gst-libs/gst/media-info/media-info-priv.h:
23014         * gst-libs/gst/media-info/media-info-test.c: (main):
23015         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
23016         (gst_media_info_read_idler), (gst_media_info_read):
23017         * gst-libs/gst/media-info/media-info.h:
23018           register debugging category and use it for debugging
23019
23020 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23021
23022         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
23023         (gst_vorbisfile_new_link):
23024           signal streaminfo through tags
23025
23026 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23027
23028         * ext/mplex/gstmplex.cc:
23029         * ext/mplex/gstmplexibitstream.cc:
23030           g++ doesn't like NULL in our i18n/error macros, should be
23031           either (NULL) or ("").
23032
23033 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23034
23035         * sys/dxr3/dxr3audiosink.c:
23036         * sys/dxr3/dxr3init.c:
23037         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
23038         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
23039           Fix more error error error errors (missing includes here).
23040
23041 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23042
23043         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23044           fix thomas' error errors.
23045
23046 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23047
23048         * ext/mpeg2enc/gstmpeg2enc.cc:
23049           fix error errors.
23050
23051 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23052
23053         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23054         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23055           Fix for new error system.
23056
23057 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23058
23059         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
23060           fix for new error reporting
23061
23062 2004-01-20  David Schleef  <ds@schleef.org>
23063
23064         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
23065         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
23066         (gst_ximagesink_set_xwindow_id): Change to using a framerate
23067         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
23068         and neither is 100+, most likely.
23069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
23070         (gst_xvimagesink_getcaps): same
23071
23072 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23073
23074         * configure.ac:
23075           Up version requirement to 2.0.3 (not yet released) to avoid symbol
23076           clashes with ffmpeg.
23077
23078 2004-01-20  Julien MOUTTE  <julien@moutte.net>
23079
23080         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23081         (gst_switch_init): Fixed switch element : proxying link and setting
23082         caps from src to sink on request.
23083
23084 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23085
23086         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
23087         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
23088         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
23089         fix element_error
23090
23091 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23092
23093         * sys/v4l/v4l_calls.h:
23094         * sys/v4l2/v4l2_calls.h:
23095           element_error fixes
23096
23097 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23098
23099         * gst-libs/gst/gst-i18n-plugin.h:
23100           add locale.h
23101           remove config.h inclusion
23102
23103 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23104
23105         * autogen.sh:
23106           adding autopoint invocation
23107         * Makefile.am:
23108         * configure.ac:
23109         * gst-libs/gst/gettext.h:
23110           adding gettext bits
23111         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
23112         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
23113         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23114         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23115         (gst_gnomevfssink_close_file):
23116         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
23117         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
23118         * gst-libs/gst/gst-i18n-plugin.h:
23119         * gst/avi/gstavi.c: (plugin_init):
23120         * sys/dxr3/dxr3init.c: (plugin_init):
23121         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
23122         * sys/oss/gstossaudio.c: (plugin_init):
23123         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23124         * sys/v4l/gstv4l.c: (plugin_init):
23125         * sys/v4l/v4l_calls.c: (gst_v4l_open):
23126         * sys/v4l2/gstv4l2.c: (plugin_init):
23127         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23128         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
23129         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
23130         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
23131         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
23132         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
23133           make sure locale and translation domain are set
23134           fix translated strings
23135         * po/.cvsignore:
23136         * po/LINGUAS:
23137         * po/Makevars:
23138         * po/POTFILES.in:
23139         * po/nl.po:
23140           put translation files into place
23141         * sys/xvideo/imagetest.c: (main):
23142         * ext/dv/demo-play.c: (main):
23143           fix unnecessary translations
23144
23145 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23146
23147         * ext/sndfile/gstsf.c:
23148         * gst/avi/gstavimux.c:
23149         * ext/audiofile/gstafsink.c:
23150         * ext/audiofile/gstafsrc.c:
23151         * ext/gnomevfs/gstgnomevfssink.c:
23152         * ext/gnomevfs/gstgnomevfssrc.c:
23153         * sys/oss/gstosselement.c:
23154         * sys/v4l/v4l_calls.h:
23155           fix i18n include
23156
23157 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
23160         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
23161         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
23162         (gst_v4l2_get_output), (gst_v4l2_set_output),
23163         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
23164         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
23165         (gst_v4l2_set_attribute):
23166         update to new error handling
23167
23168 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23169
23170         * ext/sidplay/gstsiddec.cc:
23171         * gst/modplug/gstmodplug.cc:
23172           parenthese NULL because C++ seems angry about it
23173
23174 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23175
23176         * gst-libs/gst/gst-i18n-plugin.h:
23177           add skeleton i18n stuff, but needs to be further implemented
23178
23179 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23180
23181         * examples/gstplay/player.c: (main):
23182         * ext/aalib/gstaasink.c: (gst_aasink_open):
23183         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
23184         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
23185         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
23186         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
23187         (gst_afsink_close_file):
23188         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
23189         (gst_afsrc_close_file):
23190         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
23191         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
23192         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
23193         * ext/esd/esdmon.c: (gst_esdmon_get):
23194         * ext/esd/esdsink.c: (gst_esdsink_chain):
23195         * ext/faac/gstfaac.c: (gst_faac_chain):
23196         * ext/faad/gstfaad.c: (gst_faad_chain):
23197         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
23198         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
23199         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
23200         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
23201         (gst_flacdec_loop):
23202         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
23203         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
23204         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
23205         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
23206         (gst_gnomevfssink_close_file):
23207         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23208         (gst_gnomevfssrc_open_file):
23209         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
23210         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
23211         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
23212         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
23213         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
23214         * ext/mad/gstmad.c: (gst_mad_chain):
23215         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
23216         * ext/mpeg2dec/gstmpeg2dec.c:
23217         * ext/mpeg2enc/gstmpeg2enc.cc:
23218         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23219         * ext/mplex/gstmplex.cc:
23220         * ext/mplex/gstmplexibitstream.cc:
23221         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
23222         (gst_ogg_demux_push), (gst_ogg_pad_push):
23223         * ext/raw1394/gstdv1394src.c:
23224         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
23225         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
23226         * ext/sidplay/gstsiddec.cc:
23227         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
23228         (gst_sf_loop):
23229         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
23230         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
23231         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
23232         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23233         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
23234         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
23235         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
23236         * gst-libs/gst/Makefile.am:
23237         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
23238         (gst_riff_read_element_data), (gst_riff_read_seek),
23239         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
23240         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
23241         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
23242         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
23243         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
23244         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23245         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
23246         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23247         * gst/goom/gstgoom.c: (gst_goom_chain):
23248         * gst/id3/gstid3types.c: (gst_id3types_loop):
23249         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
23250         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
23251         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
23252         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
23253         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
23254         (gst_ebml_read_float), (gst_ebml_read_header):
23255         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
23256         (gst_matroska_demux_parse_blockgroup):
23257         * gst/modplug/gstmodplug.cc:
23258         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
23259         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
23260         * gst/oneton/gstoneton.c: (gst_oneton_chain):
23261         * gst/silence/gstsilence.c: (gst_silence_get):
23262         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23263         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
23264         * gst/speed/gstspeed.c: (speed_loop):
23265         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
23266         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23267         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
23268         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
23269         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
23270         (gst_wavparse_loop):
23271         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
23272         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
23273         (dxr3audiosink_close):
23274         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
23275         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
23276         (dxr3videosink_close), (dxr3videosink_write_data):
23277         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
23278         * sys/oss/gstosselement.h:
23279         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
23280         (gst_osssink_chain):
23281         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23282         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23283         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
23284         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
23285         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
23286         (gst_v4l_enable_overlay):
23287         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
23288         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
23289         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
23290         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
23291         (gst_v4l_set_audio):
23292         * sys/v4l/v4l_calls.h:
23293         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
23294         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
23295         (gst_v4lmjpegsink_playback_init),
23296         (gst_v4lmjpegsink_playback_start):
23297         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
23298         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
23299         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
23300         (gst_v4lmjpegsrc_requeue_frame):
23301         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
23302         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
23303         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
23304         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
23305         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
23306         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
23307         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
23308         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
23309         (gst_v4l2src_capture_stop):
23310         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
23311         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23312         (gst_ximagesink_chain):
23313         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
23314         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
23315         (gst_xvideosink_xwindow_new):
23316         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23317         (gst_xvimagesink_chain):
23318         use new error signal, function and categories
23319
23320 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
23321
23322         * configure.ac:
23323         * ext/Makefile.am:
23324         * ext/musicbrainz/gsttrm.c:
23325         * ext/musicbrainz/gsttrm.h:
23326         * ext/musicbrainz/Makefile.am:
23327         Add a trm plugin
23328
23329 2004-01-18  Julien MOUTTE  <julien@moutte.net>
23330
23331         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
23332         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
23333         synchronous property for debugging.
23334         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
23335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23336         (gst_xvimagesink_set_property): Moving a pointer declaration to a
23337         smaller block, fixing indent.
23338
23339 2004-01-16  David Schleef  <ds@schleef.org>
23340
23341         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
23342         property affects the video stream.
23343         * sys/xvimage/xvimagesink.c:
23344         * sys/xvimage/xvimagesink.h:
23345         Add synchronous property for debugging.  Should probably be
23346         disabled in non-CVS builds.  Make sure that the Xv attribute
23347         exists before we set it (crash!).  Fix a silly float bug that
23348         caused colorbalance to just not work.
23349
23350 2004-01-17  Christian Schaller <Uraeus@gnome.org>
23351
23352         * tools/gst-launch-ext.in - update for new plugins
23353
23354 2004-01-16  David Schleef  <ds@schleef.org>
23355
23356         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
23357         already-freed caps.
23358
23359 2994-01-16  Christian Schaller <Uraeus@gnome.org>
23360
23361         * Update spec for new colorspace plugin and libcaca plugin
23362         * Fix compilation of libcaca plugin (clock -> id)
23363
23364 2004-01-16  Julien MOUTTE <julien@moutte.net>
23365
23366         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
23367         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
23368         (gst_xvimagesink_set_xwindow_id),
23369         (gst_xvimagesink_colorbalance_set_value),
23370         (gst_xvimagesink_colorbalance_get_value),
23371         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23372         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
23373         correct colorbalance properties. They can now be set when the element
23374         is still in NULL state. The values will be committed to the Xv Port
23375         when xcontext is initialized.
23376         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
23377         brightness int values in the GstXvImagesink structure.
23378
23379 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23380
23381         * gst-libs/gst/Makefile.am:
23382           restructure so having local patches works easier.
23383
23384 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23385
23386         * ext/mpeg2enc/Makefile.am:
23387         * ext/mpeg2enc/gstmpeg2enc.cc:
23388         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
23389           Bugfix with respect to EOS handling.
23390
23391 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23392
23393         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
23394           Link with right caps (else, it segfaults).
23395         * ext/mplex/gstmplexjob.cc:
23396           Fix for slight API change in 1.6.1.93 release of mjpegtools.
23397
23398 2004-01-15  David Schleef  <ds@schleef.org>
23399
23400         * gst-libs/gst/audio/Makefile.am:
23401         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
23402         from the template.
23403         * gst-libs/gst/audio/gstaudiofilter.c:
23404         * gst-libs/gst/audio/gstaudiofilter.h:
23405         Add bytes_per_sample and size and n_samples calculation.
23406         * gst-libs/gst/audio/gstaudiofilterexample.c:
23407         Remove, now autogenerated.
23408         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23409         Moved from gstaudiofilterexample, object name changed, code added
23410         so that it actually works.
23411         * gst-libs/gst/audio/make_filter:
23412         Script to build an audiofilter subclass from the template.
23413         * gst/colorspace/Makefile.am:
23414         * gst/colorspace/yuv2yuv.c:
23415         Remove file, since it's GPL, and we don't use it.
23416
23417 2004-01-15  Julien MOUTTE  <julien@moutte.net>
23418
23419         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23420         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
23421         them use the buffer free function to test how the buffer was allocated.
23422
23423 2004-01-15  David Schleef  <ds@schleef.org>
23424
23425         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
23426         that handles osssink fallback.
23427         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23428         (gst_audio_convert_getcaps):
23429         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
23430         Add audio/x-qdm2 for QDM2 audio.
23431         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
23432         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
23433         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
23434         Decrease minimum size to 16x16.
23435         * gst/wavparse/gstwavparse.c:
23436         Convert disabled pad template caps to new caps.
23437         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23439         (gst_xvimagesink_chain): Throw element error when display cannot
23440         be opened.  Increase minimum framerate to 1.0.  Check the data
23441         free function on a buffer to make sure it is the type we expect
23442         before manipulating it.
23443
23444 2004-01-15  Julien MOUTTE <julien@moutte.net>
23445
23446         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23447         (gst_videobalance_colorbalance_set_value): Implement passthru if
23448         settings are in the middle.
23449         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
23450
23451 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23452
23453         * gst/videofilter/Makefile.am:
23454         * gst/volume/Makefile.am:
23455           Since we use videofilter symbols, link to it.
23456
23457 2004-01-15  Julien MOUTTE <julien@moutte.net>
23458
23459         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
23460         mixer interface type to HARDWARE.
23461         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
23462         type to SOFTWARE.
23463         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
23464         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
23465         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
23466         (gst_volume_interface_init), (gst_volume_list_tracks),
23467         (gst_volume_set_volume), (gst_volume_get_volume),
23468         (gst_volume_set_mute), (gst_volume_mixer_init),
23469         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
23470         (volume_init): Implementing mixer interface.
23471         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
23472         * sys/oss/gstosselement.c: (gst_osselement_get_type),
23473         (gst_osselement_change_state): Removing some trailing commas in
23474         structures.
23475         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
23476         interface type to HARDWARE.
23477         * sys/v4l/gstv4lcolorbalance.c:
23478         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
23479         type to HARDWARE.
23480         * sys/v4l2/gstv4l2colorbalance.c:
23481         (gst_v4l2_color_balance_interface_init): Setting colorbalance
23482         interface type to HARDWARE.
23483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
23484         same code than ximagesink for event handling.
23485
23486 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23487
23488         * ext/snapshot/Makefile.am:
23489         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
23490         (gst_snapshot_chain):
23491         * ext/snapshot/gstsnapshot.h:
23492           This has to be a joke... Snapshot should be connected to a tee,
23493           colorspace element before it and EOS after that, where the other
23494           src of the tee receives normal data.
23495           The current way is *wrong*.
23496
23497 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23498
23499         * ext/hermes/gsthermescolorspace.c:
23500           Fix another compile error. Same as below.
23501
23502 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23503
23504         * gst/colorspace/gstcolorspace.c:
23505         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
23506         (gst_colorspace_i420_to_yv12):
23507           Fix compiling... Didn't test if it actually works.
23508
23509 2004-01-15  David Schleef  <ds@schleef.org>
23510
23511         * configure.ac:
23512         * gst/colorspace/Makefile.am:
23513         * gst/colorspace/gstcolorspace.c:
23514         * gst/colorspace/gstcolorspace.h:
23515         * gst/colorspace/yuv2rgb.c:
23516         * gst/colorspace/yuv2rgb.h:
23517         Duplicate the ext/hermes colorspace plugin, and remove Hermes
23518         code and GPL code.  Fix for new caps negotiation.  Rewrite
23519         much of the format handling code, and some of the conversion
23520         code.  Basically, rewrote almost everything.  This element
23521         handles I420, YV12 to RGB conversions.
23522         * ext/hermes/Makefile.am:
23523         * ext/hermes/gsthermescolorspace.c:
23524         Rename colorspace to hermescolorspace.  Fix negotiation issues.
23525         Remove non-Hermes related code.  This element handles lots of
23526         RGB to RGB conversions, but no YUV.
23527         * ext/hermes/gstcolorspace.c:
23528         * ext/hermes/gstcolorspace.h:
23529         * ext/hermes/rgb2yuv.c:
23530         * ext/hermes/yuv2rgb.c:
23531         * ext/hermes/yuv2rgb.h:
23532         * ext/hermes/yuv2rgb_mmx16.s:
23533         * ext/hermes/yuv2yuv.c:
23534         * ext/hermes/yuv2yuv.h:
23535         Remove old code.
23536
23537 2004-01-14  Colin Walters  <walters@verbum.org>
23538
23539         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
23540         they've already been.
23541
23542 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23543
23544         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
23545           assume tag mode when pad is not connected
23546
23547 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23548
23549         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23550           Don't update the time of the clock
23551         (gst_alsa_sink_loop):
23552           sync to the clock given to alsasink, not the own clock
23553         * sys/oss/gstosssink.c: (gst_osssink_chain):
23554           sync to the clock
23555         (gst_osssink_change_state):
23556           activate the clock
23557         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23559           remove bogus code that made DISCONT events unhandled
23560         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
23561           explicitly case to double in _set_simple. (fixes 2nd warning in bug
23562           #131502)
23563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
23564         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
23565         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
23566           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
23567           2nd warning in bug #131502)
23568
23569 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23570
23571         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
23572         (gst_videobalance_colorbalance_set_value),
23573         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
23574         for colorbalance interface implementation.
23575         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
23576         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
23577         (gst_ximagesink_dispose), (gst_ximagesink_init),
23578         (gst_ximagesink_class_init): Adding DISPLAY property.
23579         * sys/ximage/ximagesink.h: Adding display_name to store display.
23580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23581         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
23582         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
23583         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
23584         properties (they still need polishing though for gst-launch use : no
23585         xcontext yet, i ll do that tomorrow).
23586         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
23587
23588 2004-01-14  Julien MOUTTE  <julien@moutte.net>
23589
23590         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
23591         (gst_play_set_location), (gst_play_set_visualization): Preparing
23592         switch integration, adding videobalance in the pipeline.
23593
23594 2004-01-14  Julien MOUTTE <julien@moutte.net>
23595
23596         * gst-libs/gst/colorbalance/colorbalance.c:
23597         (gst_color_balance_class_init): Adding a default type.
23598         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
23599         the type.
23600         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
23601         (gst_videobalance_dispose), (gst_videobalance_class_init),
23602         (gst_videobalance_init), (gst_videobalance_interface_supported),
23603         (gst_videobalance_interface_init),
23604         (gst_videobalance_colorbalance_list_channels),
23605         (gst_videobalance_colorbalance_set_value),
23606         (gst_videobalance_colorbalance_get_value),
23607         (gst_videobalance_colorbalance_init): Implementing colorbalance
23608         interface.
23609         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
23610         list.
23611         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
23612         bug which was triggering a BadAccess X error when setting an overlay
23613         before pad was really negotiated.
23614         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
23615         Using the colorbalance type macro.
23616
23617 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23618
23619         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
23620         (gst_flacenc_chain):
23621           handle tags correctly
23622         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
23623           extract ID3v1 tags correctly
23624
23625 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23626
23627         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
23628         (plugin_init):
23629           Improve matroska typefinding for odd-typed headers...
23630
23631 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23632
23633         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
23634           Fix for using incremental number on padnames.
23635
23636 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23637
23638         * ext/divx/gstdivxdec.c:
23639         * ext/divx/gstdivxenc.c:
23640           Set category to divx4linux instead of divx (too generic).
23641         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
23642         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
23643         (gst_wavparse_loop), (gst_wavparse_change_state):
23644         * gst/wavparse/gstwavparse.h:
23645           fix parsing of WAV files with non-standard fmt-tag size and fix
23646           skipping of unrecognized chunks... Someone please fix this thing
23647           to use rifflib so all this is automated.
23648         * sys/v4l/Makefile.am:
23649         * sys/v4l2/Makefile.am:
23650           Add X_CFLAGS because we depend on X (for overlay).
23651
23652 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
23653
23654         * ext/mpeg2dec/gstmpeg2dec.c:
23655           Don't issue a timestamp unless we tagged the frame
23656           with a PTS.
23657
23658 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23659
23660         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
23661           Query the audio element to get the time, not the clock. We're
23662           interested in the element's time here.
23663
23664 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23665
23666         * ext/aalib/gstaasink.c: (gst_aasink_chain):
23667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23668         * ext/esd/esdsink.c: (gst_esdsink_chain):
23669         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
23670         * ext/mas/massink.c: (gst_massink_chain):
23671         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
23672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
23673         (gst_matroska_demux_parse_metadata):
23674         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
23675         (gst_mpeg_parse_release_locks):
23676         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
23677         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
23678         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
23679         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
23680         (gst_osssink_change_state):
23681         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
23682         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23683         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
23684         (gst_xvideosink_release_locks):
23685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
23686           use element time.
23687         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
23688         (gst_alsa_clock_stop):
23689         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
23690         (gst_audio_clock_get_internal_time):
23691           simplify for use with new clocking code.
23692         * testsuite/alsa/Makefile.am:
23693         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
23694           fix testsuite for new caps system
23695
23696 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23697
23698         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
23699         * ext/flac/gstflacenc.c: (add_one_tag):
23700           length is already host endian, no need to convert. Fixes playback of
23701           tagged files on PPC. (bug #128384)
23702
23703 2004-01-13  Julien MOUTTE <julien@moutte.net>
23704
23705         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
23706         colorbalance interface stating if it is hardware based or software
23707         based.
23708         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
23709         Removing a trailing comma.
23710         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23711         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
23712         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
23713         the documentation seems to be wrong on the -1000 to 1000 interval.
23714
23715 2004-01-12  David Schleef  <ds@schleef.org>
23716
23717         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
23718         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
23719         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
23720         Fix negotiation.  Add a bufferalloc function for the sink pad,
23721         and generally clean up some of the code.
23722
23723 2004-01-12  Julien MOUTTE <julien@moutte.net>
23724
23725         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23726         (gst_color_balance_channel_dispose): Adding safety check in dispose
23727         method.
23728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
23729         (gst_xvimagesink_xcontext_clear),
23730         (gst_xvimagesink_interface_supported),
23731         (gst_xvimagesink_colorbalance_list_channels),
23732         (gst_xvimagesink_colorbalance_set_value),
23733         (gst_xvimagesink_colorbalance_get_value),
23734         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
23735         Adding colorbalance interface support to set XV parameters such as
23736         HUE, BRIGHTNESS, CONTRAST, SATURATION.
23737         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
23738         interface.
23739
23740 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23741
23742         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
23743         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
23744         (gst_audio_convert_init), (gst_audio_convert_set_property),
23745         (gst_audio_convert_get_property), (gst_audio_convert_chain),
23746         (gst_audio_convert_link),
23747         (gst_audio_convert_buffer_to_default_format),
23748         (gst_audio_convert_buffer_from_default_format), (plugin_init):
23749           - implement _getcaps and use it
23750           - improve linking
23751           - remove float caps since no float conversion is actually done
23752           - remove properties and arguments that were to be used for rate
23753             conversion
23754
23755 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23756
23757         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
23758         (gst_audio_structure_set_int):
23759         * gst-libs/gst/audio/audio.h:
23760           add helper functions for _getcaps matching the standard audio
23761           templates
23762
23763 2004-01-12  David Schleef  <ds@schleef.org>
23764
23765         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23766         Test that pad is negotiated before getting its caps.
23767
23768 2004-01-12  Julien MOUTTE <julien@moutte.net>
23769
23770         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
23771         analyzing the pads of an element the bin is mostly in READY state so
23772         no caps were negotiated. This helper function needs to work with
23773         _get_caps directly then. I was not freeing them though, added that to
23774         fix the mem leak.
23775
23776 2004-01-12  Julien MOUTTE <julien@moutte.net>
23777
23778         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
23779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
23780         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
23781         than the free_func.
23782
23783 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
23784
23785         * sys/oss/gstossaudio.c: (plugin_init):
23786         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
23787         * sys/oss/gstosselement.h:
23788           make an oss debugging category
23789           make failure more descriptive
23790
23791 2004-01-11  David Schleef  <ds@schleef.org>
23792
23793         * ext/ffmpeg/gstffmpeg.c:
23794         * ext/ffmpeg/gstffmpegcodecmap.c:
23795         * ext/ffmpeg/gstffmpegdec.c:
23796         * ext/ffmpeg/gstffmpegenc.c:
23797         * ext/ffmpeg/gstffmpegprotocol.c:
23798         * ext/gdk_pixbuf/gstgdkanimation.c:
23799         * ext/jpeg/gstjpeg.c:
23800         * ext/libpng/gstpng.c:
23801         * ext/mpeg2dec/perftest.c:
23802         * ext/speex/gstspeex.c:
23803         * gst-libs/gst/resample/dtos.c:
23804         * gst/intfloat/gstintfloatconvert.c:
23805         * gst/oneton/gstoneton.c:
23806         * gst/rtjpeg/RTjpeg.c:
23807         * gst/rtp/gstrtp.c:
23808         * sys/dxr3/dxr3init.c:
23809         * sys/glsink/gstgl_nvimage.c:
23810         * sys/glsink/gstgl_pdrimage.c:
23811         * sys/glsink/gstglsink.c:
23812         * testsuite/gst-lint:
23813         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
23814
23815 2004-01-11  David Schleef  <ds@schleef.org>
23816
23817         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
23818         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
23819         * ext/gdk_pixbuf/gstgdkanimation.c:
23820         (gst_gdk_animation_iter_create_pixbuf):
23821         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23822         (gst_gdk_pixbuf_chain):
23823         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23824         * ext/jack/gstjack.c: (gst_jack_change_state):
23825         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
23826         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
23827         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
23828         * gst/videofilter/gstvideofilter.c:
23829         (gst_videofilter_set_output_size):
23830         Remove all usage of gst_pad_get_caps(), and replace it with
23831         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
23832
23833 2004-01-11  David Schleef  <ds@schleef.org>
23834
23835         * configure.ac:
23836         * ext/Makefile.am: Fixes to make ext/libcaca compile.
23837         * ext/divx/gstdivxdec.c:
23838         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
23839         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
23840         handle images that span multiple buffers.  Now work with both
23841         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
23842         * ext/gdk_pixbuf/gstgdkpixbuf.h:
23843         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
23844         video/video.h changes
23845         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
23846         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23847         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
23848         of GstData free function.
23849         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23850         same.
23851
23852 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23853
23854         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
23855         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
23856         (gst_v4l2element_get_property):
23857         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
23858           add norm, channel and frequency properties.
23859         * sys/v4l2/gstv4l2tuner.c:
23860           fixes for tuner interface changes
23861         * sys/v4l2/gstv4l2element.h:
23862         * sys/v4l2/gstv4l2src.c:
23863         * sys/v4l2/gstv4l2src.h:
23864         * sys/v4l2/v4l2src_calls.c:
23865         * sys/v4l2/v4l2src_calls.h:
23866           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
23867
23868 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23869
23870         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
23871         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
23872         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
23873         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
23874         * gst-libs/gst/tuner/tuner.h:
23875           GObjects aren't const.
23876           Add find_by_name functions.
23877           Add checks to _changed functions.
23878         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
23879         (gst_v4l_tuner_get_norm):
23880           Fixes for above.
23881
23882 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23883
23884         * gst-libs/gst/video/video.h:
23885           Fix caps template names to be understandable.
23886           Prefix everything with GST_VIDEO.
23887         * ext/aalib/gstaasink.c:
23888         * ext/divx/gstdivxdec.c:
23889         * ext/divx/gstdivxenc.c:
23890         * ext/gdk_pixbuf/gstgdkpixbuf.c:
23891         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
23892         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
23893         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
23894         * ext/libcaca/gstcacasink.c:
23895         * ext/libpng/gstpngenc.c: (raw_caps_factory):
23896         * ext/snapshot/gstsnapshot.c:
23897         * ext/swfdec/gstswfdec.c:
23898         * ext/xvid/gstxviddec.c:
23899         * ext/xvid/gstxvidenc.c:
23900         * gst/chart/gstchart.c:
23901         * gst/deinterlace/gstdeinterlace.c:
23902         * gst/effectv/gsteffectv.c:
23903         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
23904         * gst/goom/gstgoom.c:
23905         * gst/median/gstmedian.c:
23906         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
23907         (gst_monoscope_srcconnect), (gst_monoscope_chain):
23908         * gst/overlay/gstoverlay.c:
23909         * gst/smooth/gstsmooth.c:
23910         * gst/smpte/gstsmpte.c:
23911         * gst/synaesthesia/gstsynaesthesia.c:
23912         * gst/videocrop/gstvideocrop.c:
23913         * gst/videodrop/gstvideodrop.c:
23914         * gst/y4m/gsty4mencode.c:
23915         * sys/qcam/gstqcamsrc.c:
23916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
23917           Make them work with new video.h file.
23918         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23919         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23921         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23922           Make it work with new buffer allocation system.
23923
23924 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23925
23926         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
23927         pad_alloc_buffer implementation to use ->srcpad
23928         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
23929         pad_alloc_buffer implementation to use ->srcpad
23930         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
23931         pad_alloc_buffer implementation to use ->srcpad
23932         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23933         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23934         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23935         a reference to everything we need.
23936         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
23937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23938         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23939         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
23940         a reference to everything we need.
23941         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
23942
23943 2004-01-11  David Schleef  <ds@schleef.org>
23944
23945         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
23946         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
23947         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
23948         structure members.
23949         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
23950         value during a resize/renegotiation.
23951         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
23952         gst_pad_alloc_buffer();
23953         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
23954         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
23955         structure members.
23956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
23957         Fix for rename of buffer private structure members.
23958         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
23959         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
23960         Fix for rename of buffer private structure members.
23961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
23962         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
23963         Fix for rename of buffer private structure members.
23964
23965 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
23966
23967         reviewed by: David Schleef <ds@schleef.org>
23968
23969         * gst/videofilter/Makefile.am:
23970         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
23971         from the patch by ds to fit in with recent make_filter changes.
23972
23973 2004-01-11  Julien MOUTTE  <julien@moutte.net>
23974
23975         * configure.ac: Adding examples/switch/Makefile
23976         * examples/Makefile.am: Adding examples/switch
23977         * examples/switch/Makefile.am: Adding switcher example.
23978         * examples/switch/switcher.c: (got_eos), (idle_iterate),
23979         (switch_timer), (main): Adding an example demonstrating switch usage
23980         with 2 videotestsrc showing different patterns.
23981         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
23982         (gst_switch_init): Fixing switch with the new caps system.
23983
23984 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23985
23986         * gst-libs/gst/video/video.h:
23987           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
23988           They should probably be like
23989           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
23990
23991 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23992
23993         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
23994         (qtdemux_parse_trak):
23995           fix audio chunk size/timestamp calculation
23996
23997 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
23998
23999         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
24000           fix SVQ3 caps
24001
24002 2004-01-11  Steve Baker  <steve@stevebaker.org>
24003
24004         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
24005         (gst_agingtv_base_init), (gst_agingtv_class_init),
24006         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
24007         (gst_agingtv_set_property), (gst_agingtv_get_property):
24008         Port agingTV to videofilter
24009
24010 2004-01-09  Julien MOUTTE <julien@moutte.net>
24011
24012         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
24013         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24014
24015 2004-01-09  Julien MOUTTE <julien@moutte.net>
24016
24017         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
24018         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24019         * gst-libs/gst/xoverlay/xoverlay.c:
24020         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
24021         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
24022         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24023         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24024         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
24025         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
24026         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
24027         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
24028         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24029         interface implementation to handle xid being 0 and fix some bugs
24030         triggered by Benjamin's testcase.
24031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
24032         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24033         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
24034         the bufferalloc_function to replace bufferpools, fixing the XOverlay
24035         interface implementation to handle xid being 0 and fix some bugs
24036         triggered by Benjamin's testcase.
24037
24038 2004-01-09  David Schleef  <ds@schleef.org>
24039
24040         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
24041         mouse pointer events.  It works.
24042
24043 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
24046           Use explicit caps - fix capsnego.
24047         * ext/xvid/gstxviddec.c:
24048         * ext/xvid/gstxvidenc.c:
24049           Remove macro-inside-macro which caused compile errors.
24050         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
24051           Error out if it's not a RIFF file. Else we error out without
24052           gst_element_error() which is not good...
24053
24054 2004-01-08  David Schleef  <ds@schleef.org>
24055
24056         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
24057         Fix pad_link function to handle formats that ffmpeg returns
24058         as multiple caps structures.
24059         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
24060         Only complain if source buffer is _smaller_ than expected.
24061         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
24062         (gst_videoscale_handle_src_event): Resize navigation events
24063         when passing them upstream.
24064         * gst/videotestsrc/gstvideotestsrc.c:
24065         * gst/videotestsrc/gstvideotestsrc.h:
24066         * gst/videotestsrc/videotestsrc.c:
24067         * gst/videotestsrc/videotestsrc.h:
24068         Rewrite many of the buffer painting functions to handle odd
24069         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
24070         been verified to work with my video card.
24071         * testsuite/gst-lint:  Add check for elements calling
24072         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
24073
24074 2004-01-08  David Schleef  <ds@schleef.org>
24075
24076         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
24077         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
24078
24079 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24080
24081         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
24082         configure event is not emiting the desired size signal. That fixes
24083         aspect ratio issues with gst-player.
24084
24085 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24086
24087         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
24088           Fix capsnego.
24089
24090 2004-01-08  Julien MOUTTE  <julien@moutte.net>
24091
24092         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
24093         public method to fire size signal.
24094
24095 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24096
24097         * examples/gstplay/Makefile.am: Adding the interface library.
24098         * gst-libs/gst/play/Makefile.am: Adding the interface library.
24099         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
24100         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
24101         GST_IS_X_OVERLAY before signal connect.
24102         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
24103         Removing the have_video_size signal.
24104         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
24105         and associated public method.
24106         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24107         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
24108         signal.
24109         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
24110         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
24111         signal.
24112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
24113         Using XOverlay public method to fire size signal.
24114
24115 2004-01-07  David Schleef  <ds@schleef.org>
24116
24117         * gst/videofilter/Makefile.am:
24118         * gst/videofilter/gstvideotemplate.c:
24119         * gst/videofilter/make_filter:
24120         Create gstvideoexample.c in a srcdir!=builddir friendly way.
24121         Convert make_filter to /bin/sh script.
24122
24123 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
24124
24125         * gst/modplug/gstmodplug.cc: fix element description
24126
24127 2004-01-07  Julien MOUTTE  <julien@moutte.net>
24128
24129         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24130         (got_video_size): Adding some new lines in g_print calls.
24131         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24132         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
24133         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
24134         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
24135         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
24136         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
24137         Complete code review, reverting some stuff i disagree with, adding
24138         some fixes : time synchronization on invalid timestamps, renegotiation
24139         of private window.
24140         * sys/ximage/ximagesink.h:
24141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
24142         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
24143         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
24144         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
24145         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
24146         (gst_xvimagesink_buffer_new),
24147         (gst_xvimagesink_navigation_send_event),
24148         (gst_xvimagesink_set_xwindow_id),
24149         (gst_xvimagesink_get_desired_size),
24150         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
24151         stuff i disagree with, adding some fixes : Renegotiation of private
24152         window, implementing get_desired_size.
24153
24154 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24155
24156         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
24157         (gst_afsink_handle_event):
24158         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
24159         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
24160         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
24161         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
24162         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
24163           Fix for instantiate-test (see core). Also remove dead code from
24164           jpegenc (which still needs fixing, but that's lower on my TODO
24165           list...).
24166         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
24167           Never return NULL as caps.
24168
24169 2004-01-07  David Schleef  <ds@schleef.org>
24170
24171         * configure.ac:
24172         * ext/Makefile.am:
24173         * ext/librfb/Makefile.am:
24174         * ext/librfb/gstrfbsrc.c:
24175         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
24176         is the protocol used by VNC.
24177
24178 2004-01-07  David Schleef  <ds@schleef.org>
24179
24180         * gst/videofilter/gstvideotemplate.c:
24181         * gst/videofilter/gstvideotemplate.h:
24182         * gst/videofilter/make_filter:
24183         Merge videotemplate header into source file.
24184         * gst/effectv/Makefile.am:
24185         * gst/effectv/gsteffectv.c: (plugin_init):
24186         * gst/effectv/gstwarp.c:
24187         Make warpTV a subclass of videofilter.
24188
24189 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24190
24191         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
24192           Add guard against invalid utf-8 conversions in mad. Just in case.
24193
24194 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24195
24196         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24197           Fix for bug shown by poisoning
24198
24199 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24200
24201         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
24202         (gst_v4lmjpegsrc_buffer_free):
24203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
24204         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
24205         (gst_v4lsrc_buffer_free):
24206           Fix for removed bufferpools.
24207
24208 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24209
24210         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
24211         Fix caps negotiation.
24212
24213         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
24214         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
24215         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
24216         (dvdnavsrc_event):
24217         * ext/mpeg2dec/gstmpeg2dec.c:
24218         * gst-libs/gst/navigation/navigation.c:
24219         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
24220         * gst-libs/gst/navigation/navigation.h:
24221         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
24222         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
24223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
24224         Super-simple first version of mouse and keyboard events. Clicking
24225         on a DVD menu now works, although it may not take you where you
24226         expected.
24227
24228         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24229         * gst/videotestsrc/gstvideotestsrc.c:
24230         (gst_videotestsrc_src_fixate):
24231         These fixate functions were broken - they never actually
24232         fixated :)
24233
24234 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24235
24236         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
24237         (gst_icecastsend_init):
24238           fix for new caps system.
24239         * gst-libs/gst/mixer/mixertrack.h:
24240         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
24241           Add 'master track' flag (for tools like ACME that only want to
24242           change the main volume).
24243
24244 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
24245
24246         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
24247         (gst_xvid_csp_to_caps):
24248         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
24249         * ext/xvid/gstxvidenc.c:
24250         ifdef out ARGB type when it isn't available
24251         in xvidcore 1.0.0beta2
24252
24253 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24254
24255         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
24256           When we have received a new SCR right in the first buffer after
24257           a seek (so in the same cycle that handles the discont), we should
24258           handle the buffer instead of unreffing it, else we lose data.
24259
24260 2004-01-06  Iain <iain@prettypeople.org>
24261
24262         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
24263           buffer-frames caps too.
24264
24265         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
24266           caps that we need, don't destroy them all and rebuild them. And when
24267           creating src pads, use the src pad template rather than the sink...
24268
24269 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24270
24271         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
24272           Add pad to element *after* setting functions such as event handler.
24273           Without this, the scheduler (opt) will link pads, set the event
24274           handler from the default event function (dispatcher in gstpad.c)
24275           and *after* that, we will set our own event function, which will
24276           thus never be used (and thus mpegdemux doesn't handle events).
24277
24278 2004-01-04  David Schleef  <ds@schleef.org>
24279
24280         Fix the fixate functions to handle new prototype:
24281         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
24282         * gst/videotestsrc/gstvideotestsrc.c:
24283         (gst_videotestsrc_src_fixate):
24284         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
24285         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
24286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
24287
24288 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24289
24290         * sys/ximage/ximagesink.h:
24291         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
24292         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
24293         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
24294         (gst_ximagesink_xoverlay_init):
24295           assorted fixes to make (re)embedding work
24296         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
24297         (gst_ximagesink_get_desired_size):
24298           implement desired size additions to XOverlay
24299
24300 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24301
24302         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
24303         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
24304         (gst_x_overlay_got_desired_size):
24305         * gst-libs/gst/xoverlay/xoverlay.h:
24306           Add optional "desired size" signal and querying.
24307
24308 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24309
24310         * gst/matroska/matroska-demux.c:
24311         (gst_matroska_demux_parse_blockgroup):
24312           Fix EBML-laced block parsing. Diffs are relative to previous
24313           lace, not the first lace. Thanks to Mosu from the Matroska
24314           team for detecting this.
24315         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24316         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
24317         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
24318         (gst_wavparse_change_state):
24319         * gst/wavparse/gstwavparse.h:
24320           Quickfix for capsnego.
24321
24322 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24323
24324         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
24325           Fix indenting, fix pad creation.
24326
24327 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24328
24329         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
24330         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
24331         (gst_xviddec_sink_link):
24332           Implement src_getcaps() so proper size caps is negotiated.
24333
24334 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24335
24336         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
24337           Finish flac decoder on EOS. See #116178.
24338
24339 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24340
24341         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
24342         (gst_matroska_demux_add_stream):
24343         * gst/matroska/matroska-ids.h:
24344           Add getcaps() function to fix capsnego...
24345
24346 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24347
24348         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24349         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
24350         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
24351           Fix more integer overflows. Again, see #126967.
24352
24353 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24354
24355         * ext/mpeg2dec/gstmpeg2dec.c:
24356           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
24357           #130416.
24358
24359 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24360
24361         * configure.ac:
24362         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
24363         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
24364         * ext/xvid/gstxvid.h:
24365         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
24366         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
24367         (gst_xviddec_src_link), (gst_xviddec_sink_link),
24368         (gst_xviddec_change_state):
24369         * ext/xvid/gstxviddec.h:
24370         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
24371         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
24372         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
24373         (gst_xvidenc_link), (gst_xvidenc_set_property),
24374         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
24375         * ext/xvid/gstxvidenc.h:
24376           Update xvid plugin to latest xvid (1.0.0-beta3) API.
24377
24378 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24379
24380         * gst/rtp/rtp-packet.c:
24381           Add sys/types.h include, since OS X doesn't define in_addr_t
24382           in netinet/in.h, like it does on Linux (see #129600).
24383
24384 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
24385
24386         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
24387
24388         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
24389           Correct logic of dispose function (see #129306).
24390
24391 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24392
24393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
24394         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
24395         (gst_mpeg_parse_init):
24396         * gst/mpegstream/gstmpegparse.h:
24397           Remove clock (which was never provided, i.e. dead code), and
24398           also fix integer overflows at high PTS values (see #126967).
24399
24400 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24401
24402         * ext/flac/gstflacdec.c:
24403         * ext/libpng/gstpngenc.h:
24404         * ext/mikmod/gstmikmod.h:
24405           OS X fixes (see #126628).
24406
24407 2004-01-02  David Schleef  <ds@schleef.org>
24408
24409         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
24410         (gst_alsa_src_base_init): Remove bogus "src" request pad.
24411         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
24412         (gst_mpeg_parse_class_init): Move pad template registration
24413         to class_init, since the derived class (mpegdemux) doesn't
24414         want them.
24415
24416 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24417
24418         * sys/ximage/Makefile.am:
24419         * sys/xvideo/Makefile.am:
24420         * sys/xvimage/Makefile.am:
24421           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
24422           after installation (see #127664).
24423
24424 2004-01-02  David Schleef  <ds@schleef.org>
24425
24426         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
24427         (gst_ffmpegenc_connect):  Negotiation fixes.
24428         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
24429         Remove inappropriate gst_caps_free().
24430         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24431         Reenable Ronald's internal resize code, since the core handles
24432         it correctly now.
24433
24434 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24435
24436         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
24437         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
24438         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
24439           Fix pad template stuff.
24440
24441 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24442
24443         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
24444         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
24445           fix signed integer reading/writing.
24446
24447 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24448
24449         * ext/alsa/README:
24450           Remove outdated document
24451
24452 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
24453
24454         * gst/cutter/gstcutter.c: (gst_cutter_init):
24455           src pad was being created twice - oops.
24456
24457 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24458
24459         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24460           Comment out internal resize. It doesn't handle the resulting
24461           XEvent internally, does another try_set_caps() which leads to
24462           a really nice loop.
24463           Real fix will come when Julien and Dave are awake. ;).
24464
24465 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24466
24467         * ext/mpeg2enc/gstmpeg2enc.cc:
24468           fix const/nonconst compile issue.
24469
24470 2004-01-02  David Schleef  <ds@schleef.org>
24471
24472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
24473         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
24474         Add fixate function and a check for bad formats.
24475
24476 2004-01-01  David Schleef  <ds@schleef.org>
24477
24478         Negotiation fixes:
24479         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24480         (gst_audiofilter_init):
24481         * gst/debug/efence.c: (gst_efence_init):
24482         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
24483         (gst_deinterlace_init):
24484         * gst/volume/gstvolume.c: (volume_connect):
24485
24486 2004-01-01  David Schleef  <ds@schleef.org>
24487
24488         Convert elements to use gst_pad_use_explicit_caps() where
24489         appropriate:
24490         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
24491         * ext/audiofile/gstafparse.c: (gst_afparse_init),
24492         (gst_afparse_open_file):
24493         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
24494         (gst_afsrc_open_file):
24495         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
24496         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
24497         (gst_ffmpegdec_chain):
24498         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
24499         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
24500         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
24501         (gst_gdk_pixbuf_chain):
24502         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
24503         (gst_jpegdec_chain):
24504         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
24505         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
24506         (gst_mikmod_negotiate):
24507         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
24508         (gst_mpeg2dec_negotiate_format):
24509         * ext/mpeg2enc/gstmpeg2enc.cc:
24510         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24511         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
24512         (gst_speexdec_sinkconnect):
24513         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
24514         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
24515         (gst_vorbisfile_new_link):
24516         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
24517         (gst_ac3parse_chain):
24518         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
24519         (gst_asf_demux_setup_pad):
24520         * gst/auparse/gstauparse.c: (gst_auparse_init),
24521         (gst_auparse_chain):
24522         * gst/id3/gstid3types.c: (gst_id3types_loop):
24523         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
24524         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
24525         (mp1videoparse_parse_seq):
24526         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
24527         (bpf_from_header):
24528         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
24529         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
24530         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
24531         (gst_mpeg_parse_send_data):
24532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
24533         (gst_qtdemux_add_stream):
24534         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
24535         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
24536         (gst_wavparse_parse_fmt):
24537
24538 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24539
24540         * configure.ac:
24541           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
24542           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
24543           it therefore uses the wrong include paths. Too bad... Note
24544           that 1.6.1.93 is not release yet. ;).
24545           Also add a check for mplex, which is now using the lib'ified
24546           mplex from mjpegtools, too.
24547         * ext/ffmpeg/gstffmpegcodecmap.c:
24548           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
24549           issues. I don't think ffmpeg handles 3ivx correctly, so this
24550           probably won't work. But it won't hurt either.
24551         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
24552         (gst_ffmpegdec_chain):
24553         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
24554         (gst_ffmpegenc_chain_audio):
24555           Fix memleak in audio encoding. Close codec if open fails, this
24556           calls the cleanup routines so we can re-use the context.
24557         * ext/mpeg2enc/gstmpeg2enc.cc:
24558           Fix pad template names/types, fix memory issue with getcaps().
24559         * ext/mpeg2enc/gstmpeg2encoder.cc:
24560         * ext/mpeg2enc/gstmpeg2encoder.hh:
24561           Fix compile issue with new caps system (const thingy).
24562         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24563         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
24564           We read a first frame right on initing, so that we have a caps
24565           when we init the output. This caps is cached in padprivate and
24566           read as first frame.
24567         * ext/mplex/Makefile.am:
24568         * ext/mplex/gstmplex.cc:
24569         * ext/mplex/gstmplex.h:
24570         * ext/mplex/gstmplex.hh:
24571         * ext/mplex/gstmplexibitstream.cc:
24572         * ext/mplex/gstmplexibitstream.hh:
24573         * ext/mplex/gstmplexjob.cc:
24574         * ext/mplex/gstmplexjob.hh:
24575         * ext/mplex/gstmplexoutputstream.cc:
24576         * ext/mplex/gstmplexoutputstream.hh:
24577           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
24578           had issues, didn't do capsnego, supported only a subset of the
24579           mplex features and required a mplex fork in our local CVS. Plus
24580           that it worked agaist a very old mplex version. Rewriting was
24581           faster than updating it.
24582         * gst-libs/ext/Makefile.am:
24583         * gst-libs/ext/mplex/INSTRUCT:
24584         * gst-libs/ext/mplex/Makefile.am:
24585         * gst-libs/ext/mplex/README:
24586         * gst-libs/ext/mplex/TODO:
24587         * gst-libs/ext/mplex/ac3strm_in.cc:
24588         * gst-libs/ext/mplex/audiostrm.hh:
24589         * gst-libs/ext/mplex/audiostrm_out.cc:
24590         * gst-libs/ext/mplex/aunit.hh:
24591         * gst-libs/ext/mplex/bits.cc:
24592         * gst-libs/ext/mplex/bits.hh:
24593         * gst-libs/ext/mplex/buffer.cc:
24594         * gst-libs/ext/mplex/buffer.hh:
24595         * gst-libs/ext/mplex/fastintfns.h:
24596         * gst-libs/ext/mplex/format_codes.h:
24597         * gst-libs/ext/mplex/inputstrm.cc:
24598         * gst-libs/ext/mplex/inputstrm.hh:
24599         * gst-libs/ext/mplex/lpcmstrm_in.cc:
24600         * gst-libs/ext/mplex/mjpeg_logging.cc:
24601         * gst-libs/ext/mplex/mjpeg_logging.h:
24602         * gst-libs/ext/mplex/mjpeg_types.h:
24603         * gst-libs/ext/mplex/mpastrm_in.cc:
24604         * gst-libs/ext/mplex/mpegconsts.cc:
24605         * gst-libs/ext/mplex/mpegconsts.h:
24606         * gst-libs/ext/mplex/mplexconsts.hh:
24607         * gst-libs/ext/mplex/multplex.cc:
24608         * gst-libs/ext/mplex/outputstream.hh:
24609         * gst-libs/ext/mplex/padstrm.cc:
24610         * gst-libs/ext/mplex/padstrm.hh:
24611         * gst-libs/ext/mplex/stillsstream.cc:
24612         * gst-libs/ext/mplex/stillsstream.hh:
24613         * gst-libs/ext/mplex/systems.cc:
24614         * gst-libs/ext/mplex/systems.hh:
24615         * gst-libs/ext/mplex/vector.cc:
24616         * gst-libs/ext/mplex/vector.hh:
24617         * gst-libs/ext/mplex/videostrm.hh:
24618         * gst-libs/ext/mplex/videostrm_in.cc:
24619         * gst-libs/ext/mplex/videostrm_out.cc:
24620         * gst-libs/ext/mplex/yuv4mpeg.cc:
24621         * gst-libs/ext/mplex/yuv4mpeg.h:
24622         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
24623         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
24624           We don't fork mjpegtools' mplex in our CVS anymore.
24625         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
24626         (gst_avi_demux_add_stream):
24627         * gst/avi/gstavidemux.h:
24628           Add getcaps() function for proper caps nego. This makes some
24629           parts of AVI playback/reading work.
24630         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
24631           Resize window on new capsnego. This is probably wrong, but
24632           I'm still committing it because with current capsnego, the
24633           first successfull capsnego is auto-fixated, therefore rounded
24634           down to the lowest values in the caps. this results in a 16x16
24635           XWindow that is not reized when real capsnego finishes.
24636           Dave, I see more cases of this, do you know a proper solution?
24637         * tools/gst-launch-ext.in:
24638           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
24639
24640 2003-12-31  David Schleef  <ds@schleef.org>
24641
24642         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
24643         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
24644           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
24645
24646 2003-12-30  David Schleef  <ds@schleef.org>
24647
24648         * ext/ffmpeg/gstffmpegcolorspace.c:
24649         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
24650         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
24651         (gst_ffmpegcsp_chain): Negotiation fixes
24652         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
24653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24654         (gst_audio_convert_link), (gst_audio_convert_channels):
24655         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
24656         (gst_audioscale_link), (gst_audioscale_get_buffer),
24657         (gst_audioscale_chain): Negotiation fixes
24658         * gst/audioscale/gstaudioscale.h:
24659         * gst/videofilter/gstvideofilter.c:
24660         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
24661         (gst_videofilter_link), (gst_videofilter_init),
24662         (gst_videofilter_set_output_size), (gst_videofilter_setup),
24663         (gst_videofilter_find_format_by_structure):
24664         * gst/videofilter/gstvideofilter.h: Negotiation fixes
24665         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
24666         (gst_videoscale_link):
24667         * gst/videoscale/videoscale.c: (videoscale_get_structure),
24668         (videoscale_find_by_structure), (gst_videoscale_setup):
24669         * gst/videoscale/videoscale.h: Negotiation fixes
24670         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
24671         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
24672         function, restrict resizing to a multiple of 4 (hack until
24673         everyone supports odd sizes correctly).
24674
24675 2003-12-29  Colin Walters  <walters@verbum.org>
24676
24677         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
24678         signed.
24679
24680 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
24681
24682         * ext/sndfile/gstsf.c: (gst_sf_loop):
24683           Fix warning about discarding const qualifier
24684
24685 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
24686
24687         * gst/cutter/gstcutter.c:
24688         * gst/videoscale/gstvideoscale.c:
24689         * gst/volenv/gstvolenv.c:
24690         * gst-libs/gst/audio/audio.c:
24691         * gst-libs/gst/video/video.c:
24692           Fix warnings
24693
24694 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24695
24696         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
24697           Don't send ALSA debugging to stderr.
24698         * ext/alsa/gstalsa.h:
24699           Use GST_WARNING instead of g_warning when ALSA functions fail.
24700
24701 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24702
24703         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
24704           Free XVAdapterInfo correctly.
24705
24706 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24707
24708         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
24709         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
24710           Make id3tag use correct caps nego.
24711
24712 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
24713
24714         * ext/ivorbis/vorbis.c:
24715         * ext/ivorbis/vorbisenc.h:
24716         * ext/ivorbis/vorbisfile.c:
24717           Modify so that it uses the new caps things
24718
24719 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24720
24721         * testsuite/spider/spider1.c: (main):
24722         * testsuite/spider/spider2.c: (main):
24723         * testsuite/spider/spider3.c: (main):
24724           Make tests compile again. They probably don't work.
24725
24726 2003-12-24  Colin Walters  <walters@verbum.org>
24727
24728         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
24729         we can't fixate the caps anymore.
24730
24731 2003-12-23  David Schleef  <ds@schleef.org>
24732
24733         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
24734         * sys/oss/gstosssink.c: (gst_osssink_init),
24735         (gst_osssink_sink_fixate): Add fixate function.
24736
24737 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24738
24739         * ext/ffmpeg/gstffmpegcodecmap.c:
24740         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
24741         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
24742         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
24743         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
24744         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
24745         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24746         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
24747           fix typo in RGB masks, and move back to "old" colorspace
24748           capsnego code until whoever wrote this new crap has actually
24749           tested it so that it works.
24750           And yes, this works, keep it that way please.
24751
24752 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24753
24754         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
24755         (gst_divxdec_init), (gst_divxdec_negotiate):
24756         * ext/divx/gstdivxdec.h:
24757         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
24758         (gst_divxenc_init):
24759         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
24760         (gst_faac_sinkconnect), (gst_faac_srcconnect):
24761         * ext/mpeg2enc/gstmpeg2enc.cc:
24762         * ext/mpeg2enc/gstmpeg2encoder.cc:
24763         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
24764         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
24765         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
24766         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
24767         (dxr3spusink_init):
24768         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
24769         (dxr3videosink_init):
24770           Fix caps breakage after Dave's caps branch merge.
24771
24772 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24773
24774         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
24775           Fix for 24bpp display.
24776
24777 2003-12-23  Colin Walters  <walters@verbum.org>
24778
24779         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
24780         a GnomeVFSHandle directly.
24781
24782 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24783
24784         * gst/volume/Makefile.am:
24785         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
24786         (volume_base_init), (volume_init):
24787           Reenable volume element and fix to work with new caps stuff.
24788           Rhythmbox needs this.
24789
24790 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24791
24792         * gst/qtdemux/qtdemux.c: (plugin_init):
24793           qtdemux requires bytestream
24794
24795 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24796
24797         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
24798           Fix remaining caps handling errors due to CAPS merge.
24799
24800 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
24801
24802         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
24803         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
24804         (gst_faad_srcconnect):
24805           Port to new caps system.
24806
24807 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24808
24809         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
24810         (got_video_size), (main): using g_print instead of g_message.
24811         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
24812         signal which was not emitted because of "switch" element added to the
24813         bin but not connected. (Removing from the bin temporarily)
24814
24815 2003-12-21  Julien MOUTTE  <julien@moutte.net>
24816
24817         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
24818         find X development files. I don't understand the previous tests and
24819         they fail on my debian/ppc unstable. This one works.
24820         * examples/gstplay/player.c: (main): Set the pipeline to READY before
24821         exiting.
24822         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
24823         (gst_play_set_video_sink), (gst_play_set_audio_sink),
24824         (gst_play_set_visualization): Add some safety checks in set_ methods
24825         and state_change. This was throwing some ugly CRITICAL messages when
24826         pipeline was getting disposed and casts were failing.
24827
24828 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24829
24830         * configure.ac:
24831           Improve mpeg2enc detection. This is for distributions that do
24832           ship mjpegtools, but without mpeg2enc. Also does object check
24833           for might there ever be ABI incompatibility.
24834         * ext/mpeg2enc/gstmpeg2enc.cc:
24835           Add Andrew as second maintainer (he's helping me), and also add
24836           an error if no caps was set. This happens if I pull before capsnego
24837           and that's something I should solve sometime else.
24838         * gst/matroska/matroska-demux.c:
24839         (gst_matroska_demux_parse_blockgroup):
24840           Fix time parsing.
24841         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
24842         (gst_matroska_mux_track_header):
24843           Add caps to templates.
24844         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
24845           Add mpegversion=1 to prevent confusion with MPEG/AAC.
24846         * gst/mpegstream/gstmpegdemux.c:
24847           Remove layer since it causes warnings about unfixed caps.
24848         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
24849           Fix obvious typo (we error out if caps were set, we should of
24850           course error out if *no* caps were set).
24851         * sys/oss/gstosselement.c: (gst_osselement_convert):
24852           Fix format conversion, we confused bits/bytes.
24853         * sys/oss/gstosselement.h:
24854           Improve documentation for 'bps'.
24855         * sys/v4l/TODO:
24856           Remove stuff about plugins that need removing - this was done
24857           ages ago.
24858         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
24859         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
24860         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
24861         (gst_v4lsrc_src_query):
24862         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
24863         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
24864           Add get_query_types(), get_formats() and query() functions.
24865
24866 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
24867
24868         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
24869         * moved CVS to freedesktop.org