ext/vorbis/vorbisenc.*: Fix EOS handling. Still needs a fix in the ogg muxer to...
[platform/upstream/gst-plugins-base.git] / ChangeLog
1 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
6         * ext/vorbis/vorbisenc.h:
7           Fix EOS handling.  Still needs a fix in the ogg muxer to
8           mark the last page as eos somehow.
9
10 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11
12         * common/gtk-doc-plugins.mak:
13         * docs/plugins/Makefile.am:
14         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15         * gst/ffmpegcolorspace/Makefile.am:
16         * gst/ffmpegcolorspace/avcodec.h:
17         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18         * gst/tcp/gstmultifdsink.c:
19           fix up ffmpegcolorspace docs; extract header
20
21 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
22
23         * common/gtk-doc-plugins.mak:
24         * docs/plugins/Makefile.am:
25         * docs/plugins/gst-plugins-base-plugins-sections.txt:
26         * ext/theora/Makefile.am:
27         * ext/theora/gsttheoraenc.h:
28         * ext/theora/theoraenc.c:
29         * ext/vorbis/vorbisenc.c:
30           pick up signals and args for vorbis; add some docs for vorbis
31
32 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * common/gstdoc-scangobj:
35         * common/gtk-doc-plugins.mak:
36         * docs/libs/Makefile.am:
37         * docs/plugins/gst-plugins-base-plugins.args:
38         * docs/plugins/gst-plugins-base-plugins.hierarchy:
39         * docs/plugins/gst-plugins-base-plugins.interfaces:
40         * docs/plugins/gst-plugins-base-plugins.prerequisites:
41         * docs/plugins/gst-plugins-base-plugins.signals:
42           only scanobj stuff from our source module.  Not sure yet
43           if that's correct, given the hierarchy stuff :)
44
45 2005-09-15  Wim Taymans  <wim@fluendo.com>
46
47         * gst/audioconvert/gstaudioconvert.c:
48         And enable 24 bits mode as well..
49
50 2005-09-15  Wim Taymans  <wim@fluendo.com>
51
52         * gst-libs/gst/rtp/Makefile.am:
53         * gst-libs/gst/rtp/gstbasertppayload.c:
54         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
55         (gst_basertppayload_class_init), (gst_basertppayload_init),
56         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
57         (gst_basertppayload_chain), (gst_basertppayload_set_options),
58         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
59         (gst_basertppayload_set_property),
60         (gst_basertppayload_get_property),
61         (gst_basertppayload_change_state):
62         * gst-libs/gst/rtp/gstbasertppayload.h:
63         Added rtp payloader base class.
64
65 2005-09-15  Andy Wingo  <wingo@pobox.com>
66
67         * configure.ac (plugindir): Remove the EOL matcher from the
68         regexp, as it causes me problems. Libtool? Make? Who knows?
69
70 2005-09-14  David Schleef  <ds@schleef.org>
71
72         * check/generic/states.c: 
73         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
74         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
75           Fixes for changes in registry API.
76
77         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
78           to GST_PLUGIN_LDFLAGS.
79         * ext/libvisual/visual.c: Make the library shut up.
80         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
81         * gst-libs/gst/audio/gstaudiofilter.c: same
82
83 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
84
85         * docs/plugins/Makefile.am:
86         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
87         * docs/plugins/inspect/plugin-libvisual.xml:
88         * docs/plugins/tmpl/element-tcpserversink.sgml:
89         * ext/theora/theoraenc.c:
90           add libvisual plugin and theoraenc element to docs
91
92 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
93
94         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
95         * docs/plugins/gst-plugins-base-plugins-sections.txt:
96         * ext/theora/theoraenc.c:
97           add theoraenc
98
99 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
100
101         * gst/audioconvert/Makefile.am:
102           Audioconvert derives from GstBaseTransform and should
103           link to the library with our base elements to avoid
104           unresolved symbols. Makes things work with MinGW (#316160)
105
106         * gst/playback/test4.c: (main):
107           Fix MinGW build problem and use g_usleep() instead of 
108           sleep() (#316162)
109
110 2005-09-12  Wim Taymans  <wim@fluendo.com>
111
112         * gst/audioconvert/audioconvert.c: (float),
113         (audio_convert_prepare_context), (audio_convert_convert):
114         * gst/audioconvert/audioconvert.h:
115         Cleanups, speedups, simplifications, added back support
116         for 24 bits.
117
118 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
119
120         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
121         * docs/plugins/gst-plugins-base-plugins-sections.txt:
122         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
123         * docs/plugins/tmpl/element-tcpserversink.sgml:
124         * gst/ffmpegcolorspace/gstffmpeg.c:
125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
126         * gst/videotestsrc/gstvideotestsrc.c:
127         * gst/volume/gstvolume.c:
128           add more elements to the docs
129
130 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
131
132         * check/Makefile.am:
133         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
134         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
135           Add extra tests for basetransform based components. 
136           Comment out the test_element_negotiation test until we decide
137           if it's testing correct behaviour.
138         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
139         (gst_visual_chain), (gst_visual_change_state):
140           Slightly more correct but still bogus timestamping.
141           Fix state change function.
142         * gst/audioconvert/gstaudioconvert.c:
143         (gst_audio_convert_class_init):
144         * gst/audioresample/gstaudioresample.c:
145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
146         (gst_ffmpegcsp_class_init):
147         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
148         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
149         (gst_videoscale_prepare_image):
150         * gst/volume/gstvolume.c: (gst_volume_class_init),
151         (volume_transform_ip):
152           Basetransform updates. Enable passthrough modes.
153         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
154         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
155         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
156           Negotiation fix that allows the window to return to the original
157           size and renegotiate passthrough upstream. Extra debug output.
158
159 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
160
161         * gst/sine/gstsinesrc.c:
162         * gst/volume/gstvolume.c:
163           fix up header include
164
165 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
166
167         * gst-libs/gst/audio/gstbaseaudiosink.c:
168         (gst_base_audio_sink_render):
169         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
170         * gst/volume/gstvolume.c: (gst_volume_class_init),
171         (volume_transform):
172           fixing lost sync, some more debugging
173
174 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
175
176         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
177         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
178         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
179         (gst_xvimagesink_check_xshm_calls):
180           Fix compilation when XShm is not available.
181
182 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
183
184         * ext/libvisual/visual.c: (gst_visual_dispose),
185         (gst_visual_getcaps), (gst_visual_src_setcaps),
186         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
187         (gst_visual_change_state):
188           Finish fixing up libvisual plugin so that it runs. 
189
190 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
191
192         * ext/vorbis/vorbisenc.c:
193         * gst-libs/gst/tag/gstvorbistag.c:
194           gsttaginterface.h -> gsttagsetter.h
195
196 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
197
198         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
199           added another test that failes for me (test is not active by default)
200
201 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
202
203         * configure.ac:
204           v4l2 is no longer in gst-plugins-base
205
206 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
207
208         * configure.ac:
209           In the output at the end, don't show the first plugin on the same
210           line as "Core plug-ins, always built:".
211           Indent the output as for other plugin categories
212         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
213           #define that can be used to not use peer buffer_alloc functions for
214           test purposes.
215         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
216         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
217         (gst_ximagesink_show_frame):
218         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
219         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
220         (gst_xvimagesink_show_frame):
221           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
222           fails gracefully instead of XError aborting or deadlocking.
223
224 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
225
226         * ext/libvisual/Makefile.am:
227           link against gst-base-libs
228
229 2005-09-06  David Schleef  <ds@schleef.org>
230
231         * configure.ac: Enable libvisual plugin.
232         * ext/libvisual/Makefile.am:
233         * ext/libvisual/visual.c: Fixes to make it compile.
234
235 === release 0.9.2 ===
236
237 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
238
239         * NEWS:
240         * RELEASE:
241         * configure.ac:
242         * docs/random/ChangeLog-0.8:
243           releasing 0.9.2, "Spoon"
244
245 2005-09-05  Michael Smith <msmith@fluendo.com>
246
247         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
248           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
249           that in the vorbisenc element.
250
251 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
252
253         * common/gtk-doc-plugins.mak:
254         * docs/plugins/Makefile.am:
255           fix distcheck
256         * gst/audioresample/resample.c:
257           fix wrong docstring
258
259 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
260
261         * common/gst-xmlinspect.py:
262         * common/gtk-doc-plugins.mak:
263           only inspect plugins for this given package
264           require gst-python 0.9
265
266 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
267
268         * Makefile.am:
269         * autogen.sh:
270         * common/gst-xmlinspect.py:
271         * configure.ac:
272         * docs/Makefile.am:
273         * docs/plugins/inspect/plugin-alsa.xml:
274         * docs/plugins/inspect/plugin-audioresample.xml:
275         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
276         * docs/plugins/inspect/plugin-ogg.xml:
277         * docs/plugins/tmpl/element-gnomevfssink.sgml:
278         * docs/plugins/tmpl/element-multifdsink.sgml:
279         * docs/plugins/tmpl/element-tcpserversink.sgml:
280         * docs/plugins/tmpl/element-vorbisenc.sgml:
281         * gst-plugins-base.spec.in:
282           various doc-related updates
283
284 2005-08-31  Wim Taymans  <wim@fluendo.com>
285
286         * gst-libs/gst/audio/gstbaseaudiosink.c:
287         (gst_base_audio_sink_render):
288         Resync if the buffer timestamps drift more than a 10th 
289         of a second.
290
291 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
292
293         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
294         (gst_v4lsrc_get_property):
295           The 'timestamp-offset' property is registered as an int64, so
296           let's use g_value_{set|get}_int64() in our setter and getter
297           functions (makes it work and fixes warnings with gst-inspect).
298
299 2005-08-30  Wim Taymans  <wim@fluendo.com>
300
301         * check/elements/audioconvert.c: (setup_audioconvert):
302         * check/elements/audioresample.c: (setup_audioresample):
303         * check/elements/volume.c: (setup_volume):
304         Fix checks.
305
306 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
307
308         * common/gtk-doc-plugins.mak:
309         * common/plugins.xsl:
310         * docs/plugins/Makefile.am:
311           make module a param
312
313 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
314
315         * examples/seeking/seek.c: (make_mp3_pipeline),
316         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
317         (play_cb), (pause_cb), (stop_cb):
318           update the example
319
320 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
321
322         * gst/volume/gstvolume.c: (gst_volume_class_init),
323         (volume_transform):
324           do not update controlled params, if buffer has no timestamp
325
326 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
327
328         * configure.ac:
329         * gst/sine/Makefile.am:
330         * gst/volume/Makefile.am:
331           controllerized elements also need to link against controller-libs ;)
332
333 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
334
335         * docs/libs/tmpl/gstcolorbalance.sgml:
336         * docs/libs/tmpl/gstgconf.sgml:
337         * docs/libs/tmpl/gstmixer.sgml:
338         * docs/libs/tmpl/gstringbuffer.sgml:
339         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
340         (gst_sinesrc_create):
341         * gst/volume/gstvolume.c: (gst_volume_class_init),
342         (volume_transform):
343           controllerized two audio plugins
344
345 2005-08-29  Andy Wingo  <wingo@pobox.com>
346
347         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
348         (vorbis_handle_data_packet): Fix some int overflow errors.
349
350         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
351         -1.
352         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
353         valid.
354         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
355         if it's valid. Fixed streaming-mode playback.
356
357         * check/elements/volume.c (cleanup_volume): Fix for running
358         CK_FORK=no.
359
360         * check/elements/audioconvert.c: Convert from native endian, not
361         little endian.
362
363 2005-08-29  Michael Smith <msmith@fluendo.com>
364
365         * ext/ogg/Makefile.am:
366         * ext/ogg/gstogg.c: (plugin_init):
367         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
368         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
369         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
370         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
371         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
372         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
373         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
374         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
375         Add an ogg parser element.
376
377 2005-08-28  Andy Wingo  <wingo@pobox.com>
378
379         * Updates for two-arg init from GST_BOILERPLATE_FULL.
380
381 2005-08-26  Wim Taymans  <wim@fluendo.com>
382
383         * gst/audioconvert/audioconvert.c: (if), (float),
384         (audio_convert_get_func_index), (check_default),
385         (audio_convert_clean_fmt), (audio_convert_prepare_context),
386         (audio_convert_clean_context), (audio_convert_get_sizes),
387         (audio_convert_convert):
388         Cleanups.
389
390 2005-08-26  Wim Taymans  <wim@fluendo.com>
391
392         * gst/audioconvert/audioconvert.c: (if), (float),
393         (audio_convert_get_func_index), (check_default),
394         (audio_convert_clean_fmt), (audio_convert_prepare_context),
395         (audio_convert_clean_context), (audio_convert_get_sizes),
396         (audio_convert_convert):
397         More elegant and working temp buffer selection algo.
398
399 2005-08-26  Wim Taymans  <wim@fluendo.com>
400
401         * gst/audioconvert/audioconvert.c: (if), (float),
402         (audio_convert_get_func_index), (check_default),
403         (audio_convert_clean_fmt), (audio_convert_prepare_context),
404         (audio_convert_clean_context), (audio_convert_get_sizes),
405         (get_temp_buffer), (audio_convert_convert):
406         Use realloc else we lose our original data.
407
408 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
409
410         * gst/audioresample/gstaudioresample.c:
411           use base class' newsegment to properly timestamp
412
413 2005-08-26  Wim Taymans  <wim@fluendo.com>
414
415         * gst/audioconvert/audioconvert.c: (if), (float),
416         (audio_convert_get_func_index), (check_default),
417         (audio_convert_clean_fmt), (audio_convert_prepare_context),
418         (audio_convert_clean_context), (audio_convert_get_sizes),
419         (get_temp_buffer), (audio_convert_convert):
420         * gst/audioconvert/gstaudioconvert.c:
421         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
422         (gst_audio_convert_transform_caps),
423         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
424         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
425         Oops, allocate enough space to perform the channel mix.
426
427 2005-08-26  Wim Taymans  <wim@fluendo.com>
428
429         * gst/audioconvert/Makefile.am:
430         * gst/audioconvert/audioconvert.c: (if), (float),
431         (audio_convert_get_func_index), (check_default),
432         (audio_convert_clean_fmt), (audio_convert_prepare_context),
433         (audio_convert_clean_context), (audio_convert_get_sizes),
434         (get_temp_buffer), (audio_convert_convert):
435         * gst/audioconvert/audioconvert.h:
436         * gst/audioconvert/gstaudioconvert.c:
437         (gst_audio_convert_class_init), (gst_audio_convert_init),
438         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
439         (gst_audio_convert_get_unit_size),
440         (gst_audio_convert_transform_caps),
441         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
442         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
443         * gst/audioconvert/gstaudioconvert.h:
444         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
445         (gst_channel_mix_fill_identical),
446         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
447         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
448         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
449         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
450         (gst_channel_mix_mix):
451         * gst/audioconvert/gstchannelmix.h:
452         Cleanups, librarify a bit, optimize, better negotiation and more.
453
454 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
455
456         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
457         Another from MikeS:
458         During typefinding, don't support negative offsets
459         (offsets from the end of the stream) in our typefind->peek() function
460         - nothing embedded in ogg ever needs them. However, we need to recognise
461         those requests and reject them, otherwise we return invalid pointers.
462
463 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
464
465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
466         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
467         (vorbisdec_finalize), (vorbis_handle_type_packet):
468           Big shout-out to MikeS for fixing this giant memory leak.
469           Huzzah!
470
471 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
472
473         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
474         (audio_convert_get_unit_size):
475           plug some leaks
476
477 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
478
479         * check/Makefile.am:
480         * check/elements/audioconvert.c: (setup_audioconvert),
481         (cleanup_audioconvert), (get_int_caps), (verify_convert),
482         (GST_START_TEST), (audioconvert_suite), (main):
483           add a test for audioconvert
484         * gst/audioresample/gstaudioresample.c:
485         * gst/audioresample/gstaudioresample.h:
486           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
487           note that for buffers of 1/3 sec this means DURATION(c) is 
488           one nanosecond more than for a and b
489
490 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
491
492         * check/Makefile.am:
493         * check/elements/audioresample.c: (setup_audioresample),
494         (cleanup_audioresample), (fail_unless_perfect_stream),
495         (test_perfect_stream_instance), (GST_START_TEST),
496           add a check for audioresample
497         (audioresample_suite), (main):
498         * check/elements/volume.c: (GST_START_TEST):
499           remove unused method
500         * gst/audioresample/gstaudioresample.c:
501           set correct buffer parameters since we're changing them
502         * gst/audioresample/resample_ref.c: (resample_scale_ref):
503           add some debug
504
505 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
506
507         * gst/audioresample/debug.c:
508         * gst/audioresample/gstaudioresample.c:
509           add room for extra overlap samples when asked to transform size
510           protect against possible mem corruption and check for discrepancies
511           between written size and outbuffer's size so we can warn for
512           potential problems
513         * gst/audioresample/resample.c: (resample_init),
514         (resample_get_output_size_for_input), (resample_get_output_size),
515         (resample_set_n_channels), (resample_set_format):
516           set debug level based on RESAMPLE_DEBUG env var
517           make sure that get_output_size* returns a whole number of
518           sample_size
519           set sample_size each time either channel or format is set
520         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
521         * gst/audioresample/resample_functable.c:
522         (resample_scale_functable):
523         * gst/audioresample/resample_ref.c: (resample_scale_ref):
524           remove r->sample_size, it's done in resample.c now
525           add some debugging to the ref implementation
526           make sure we only give back bytes that are wholes of the sample
527           size
528
529 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
530         * gst/playback/gstplaybasebin.c: (fill_buffer):
531         Revert unpopular change for GST_MESSAGE_SRC to GObject.
532
533 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
534
535         * gst/volume/gstvolume.c:
536           made set_caps function static
537
538 2005-08-24  Wim Taymans  <wim@fluendo.com>
539
540         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
541         (gst_vorbisenc_change_state):
542         Stop leaking taglists.
543
544 2005-08-24  Wim Taymans  <wim@fluendo.com>
545
546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
547         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
548         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
549         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
550         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
551         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
552         Parse seeking events better.
553         Unref static caps.
554         Generate correct newsegment events, fixes seeking in live oggs.
555
556         * ext/theora/theoradec.c: (theora_dec_src_query),
557         (theora_dec_src_event), (theora_dec_src_getcaps),
558         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
559         Use newsegment values to report correct play time.
560
561         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
562         (vorbis_dec_src_event), (vorbis_dec_sink_event):
563         * ext/vorbis/vorbisdec.h:
564         Parse and use newsegment values to report correct play time.
565
566         * gst-libs/gst/audio/gstbaseaudiosink.c:
567         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
568         Clear ringbuffer on flush.
569         Use newsegment values to calculate playback time.
570
571         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
573         Basesink does newsegment calculations for us now.
574
575 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
576
577         * check/Makefile.am:
578         * configure.ac:
579           add core's plugins to the mix so that playbin works
580         * check/generic/states.c: (GST_START_TEST):
581           set a 0 timeout on pipelines, so they don't force the next
582           state change
583         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
584         (gst_play_base_bin_change_state):
585           remove the crappy error handling and do GST error handling
586
587 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
588
589         * check/Makefile.am:
590         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
591           add same test as to core, it bitches out on playbin atm.
592
593 2005-08-24  Wim Taymans  <wim@fluendo.com>
594
595         * configure.ac:
596         Remove audioscale.
597
598 2005-08-24  Wim Taymans  <wim@fluendo.com>
599
600         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
601         (gst_videoscale_prepare_size), (parse_caps),
602         (gst_videoscale_set_caps), (gst_videoscale_get_size),
603         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
604         (gst_videoscale_transform):
605         * gst/videoscale/gstvideoscale.h:
606         Refactor, make use of BaseTranform really well.
607
608 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
609
610         * configure.ac:
611           compile audioresample
612         * gst/audioresample/Makefile.am:
613         * gst/audioresample/buffer.c:
614         * gst/audioresample/functable.c:
615         * gst/audioresample/gstaudioresample.c:
616         * gst/audioresample/gstaudioresample.h:
617         * gst/audioresample/resample.c:
618         (resample_get_output_size_for_input):
619         * gst/audioresample/resample.h:
620         * gst/audioresample/resample_chunk.c:
621         * gst/audioresample/resample_functable.c:
622         * gst/audioresample/resample_ref.c:
623           port to use basetransform; doesn't work in all cases yet
624
625 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
626
627         * gst/audioconvert/gstaudioconvert.c:
628         (gst_audio_convert_class_init), (gst_audio_convert_init),
629         (audio_convert_get_unit_size), (audio_convert_transform_caps),
630         (audio_convert_fixate_caps), (audio_convert_set_caps),
631         (audio_convert_transform),
632         (gst_audio_convert_buffer_to_default_format),
633         (gst_audio_convert_buffer_from_default_format),
634         (gst_audio_convert_channels):
635         * gst/audioconvert/gstchannelmix.c:
636         * gst/audioconvert/gstchannelmix.h:
637           port to basetransform
638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
639         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
640         (gst_ffmpegcsp_get_unit_size):
641         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
642         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
643           fix for basetransform changes
644
645 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
646
647         * check/Makefile.am:
648           Add CHECK_CFLAGS and LDFLAGS
649
650         * gst/playback/gstplaybasebin.c: (fill_buffer):
651           GST_MESSAGE_SRC became a GObject
652
653 2005-08-24  Wim Taymans  <wim@fluendo.com>
654
655         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
656         (gst_ring_buffer_clear_all):
657         * gst-libs/gst/audio/gstringbuffer.h:
658         Added function to clear the ringbuffer.
659
660 2005-08-24  Andy Wingo  <wingo@pobox.com>
661
662         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
663         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
664         of _open and _close.
665
666         * sys/v4l/gstv4lxoverlay.h:
667         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
668         an Xv connection here, instead of all the time. Make Xv only be
669         loaded if you axe for it. Kindof a workaround for buggy behaviour
670         of Xv when using remote xservers (XvQueryExtension would block).
671         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
672         replace the _open and _close public API. Only start the xv
673         connection if necessary.
674         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
675
676 2005-08-23  David Schleef  <ds@schleef.org>
677
678         * gst/audioresample/Makefile.am: Leet audioresampling code
679         * gst/audioresample/buffer.c:
680         * gst/audioresample/buffer.h:
681         * gst/audioresample/debug.c:
682         * gst/audioresample/debug.h:
683         * gst/audioresample/functable.c:
684         * gst/audioresample/functable.h:
685         * gst/audioresample/gstaudioresample.c:
686         * gst/audioresample/gstaudioresample.h:
687         * gst/audioresample/resample.c:
688         * gst/audioresample/resample.h:
689         * gst/audioresample/resample_chunk.c:
690         * gst/audioresample/resample_functable.c:
691         * gst/audioresample/resample_ref.c:
692
693 2005-08-23  Wim Taymans  <wim@fluendo.com>
694
695         * examples/seeking/seek.c: (make_vorbis_pipeline),
696         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
697         Small seek updates.
698
699 2005-08-23  Andy Wingo  <wingo@pobox.com>
700
701         * gst-libs/gst/audio/gstbaseaudiosrc.c
702         (gst_base_audio_src_fixate): Only fixate endianness if it is
703         present in the caps.
704
705 2005-08-22  Andy Wingo  <wingo@pobox.com>
706
707         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
708         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
709         device-name property.
710
711         * gst-libs/gst/audio/gstaudiosrc.h:
712         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
713         close_device in the ring buffer, like gstaudiosink.
714
715         * ext/alsa/gstalsamixer.h:
716         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
717         macro to implement the interface without much code. Cleanups. 
718
719         * ext/alsa/gstalsasrc.h:
720         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
721         READY.
722
723         * ext/alsa/Makefile.am: Add new files.
724         * ext/alsa/gstalsamixerelement.c: 
725         * ext/alsa/gstalsamixerelement.c: Split element code out from
726         mixer code so that alsasrc can be a mixer too.
727
728 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
729
730         * check/elements/volume.c: (setup_volume), (cleanup_volume),
731         (GST_START_TEST):
732         * check/elements/vorbisdec.c: (setup_vorbisdec),
733         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
734         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
735         (vorbis_handle_identification_packet),
736         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
737         (vorbis_handle_header_packet), (vorbis_dec_push),
738         (vorbis_dec_chain):
739           use the setup/teardown methods to save code.  save code is good.
740
741 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
742
743         * check/Makefile.am:
744           add ext dir for plugins
745           add vorbisdec test conditionally
746         * check/elements/volume.c: (setup_volume), (cleanup_volume),
747         (GST_START_TEST), (volume_suite):
748           add a test with wrong caps
749         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
750         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
751           add a vorbisdec test
752         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
753         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
754           clean up debug output
755         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
756           yay, fix a segfault/security issue in vorbisdec
757           gst-launch fakesrc ! vorbisdec wasn't happy
758         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
759         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
760         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
761         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
762         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
763         (gst_vorbisenc_set_metadata), (get_constraints_string),
764         (update_start_message), (gst_vorbisenc_setup),
765         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
766         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
767         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
768         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
769         * ext/vorbis/vorbisenc.h:
770           march in line
771         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
772         (gst_ffmpegcsp_transform):
773           have the kow come home
774         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
775           debug my func ptr
776         * gst/volume/gstvolume.c: (volume_set_caps):
777           add a debug
778
779 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
780
781         * Makefile.am:
782         * check/.cvsignore:
783         * check/Makefile.am:
784         * check/elements/.cvsignore:
785         * check/elements/volume.c: (chain_func), (event_func),
786         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
787         (main):
788         * configure.ac:
789           add unit test structure for gst-plugins-base
790           add a test for volume
791         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
792         (gst_volume_set_volume), (gst_volume_get_volume),
793         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
794         (volume_funcfind), (volume_process_float), (volume_process_int16),
795         (volume_set_caps), (volume_transform), (volume_update_mute),
796         (volume_update_volume), (volume_set_property),
797         (volume_get_property):
798           document a little; use basetransform vmethod _set_caps
799
800 2005-08-19  Andy Wingo  <wingo@pobox.com>
801
802         * ext/alsa/gstalsamixertrack.h:
803         * ext/alsa/gstalsamixertrack.c:
804         * ext/alsa/gstalsamixeroptions.h:
805         * ext/alsa/gstalsamixeroptions.c:
806         * ext/alsa/gstalsamixer.h:
807         * ext/alsa/gstalsamixer.c: Port to 0.9.
808
809         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
810         Remove gstalsa.c and alsaclock. No more cruft here.
811         
812 2005-08-18  Wim Taymans  <wim@fluendo.com>
813
814         * gst-libs/gst/rtp/gstbasertpdepayload.c:
815         (gst_base_rtp_depayload_chain),
816         (gst_base_rtp_depayload_add_to_queue),
817         (gst_base_rtp_depayload_push),
818         (gst_base_rtp_depayload_queue_release):
819         * gst-libs/gst/rtp/gstbasertpdepayload.h:
820         Fix for RTPBuffer changes.
821
822         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
823         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
824         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
825         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
826         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
827         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
828         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
829         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
830         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
831         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
832         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
833         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
834         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
835         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
836         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
837         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
838         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
839         (gst_rtpbuffer_get_payload):
840         * gst-libs/gst/rtp/gstrtpbuffer.h:
841         Don't subclass GstBuffer but add methods and helper functions
842         to construct and manipulate RTP packets in regular GstBuffers.
843
844 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
845
846         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
847           moved statement below switch
848         * gst/volume/gstvolume.c: (gst_volume_class_init):
849           added debug ptr
850
851 2005-08-16  Wim Taymans  <wim@fluendo.com>
852
853         * gst-libs/gst/audio/gstbaseaudiosrc.c:
854         (gst_base_audio_src_change_state):
855         Open and close device in READY<->NULL state change.
856
857 2005-08-16  Andy Wingo  <wingo@pobox.com>
858
859         * examples/seeking/Makefile.am: Don't compile non-compiling
860         compiled objects with the compiler.
861
862         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
863         elements.
864
865 2005-08-12  Philippe Khalaf <burger@speedy.org>
866         * gst-libs/gst/rtp/gstbasertpdepayload.c:
867         * gst-libs/gst/rtp/gstbasertpdepayload.h:
868           Made a thread to release the queue.
869           Removed timestamp conversion for now.
870
871 2005-08-10  Philippe Khalaf <burger@speedy.org>
872         * gst-libs/gst/rtp/gstbasertpdepayload.c:
873         * gst-libs/gst/rtp/gstbasertpdepayload.h:
874           Added rtp timestamp -> gst timestamp conversion.
875           Fixed several problems with queue.
876
877 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
878
879         * gst-libs/gst/audio/gstaudioclock.h:
880         * gst-libs/gst/audio/gstaudiofilter.h:
881         * gst-libs/gst/audio/gstaudiosink.h:
882         * gst-libs/gst/audio/gstaudiosrc.h:
883         * gst-libs/gst/audio/gstbaseaudiosink.h:
884         * gst-libs/gst/audio/gstbaseaudiosrc.h:
885         * gst-libs/gst/audio/gstringbuffer.h:
886         * gst-libs/gst/net/gstnetbuffer.h:
887         * gst-libs/gst/rtp/gstbasertpdepayload.h:
888         * gst-libs/gst/rtp/gstrtpbuffer.h:
889           Add padding (you will need to rebuild gst-plugins-base,
890           gst-plugins and all applications afterwards!)
891
892 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
893
894         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
895         (gst_riff_parse_chunk):
896           Fix bug in debug message and add some more debug messages.
897
898 2005-08-08  Edward Hervey  <edward@fluendo.com>
899
900         * gst-libs/gst/riff/riff-media.c:
901         backported updates since branch
902
903 2005-08-08  Andy Wingo  <wingo@pobox.com>
904
905         * gst-libs/gst/audio/gstbaseaudiosink.c
906         (gst_base_audio_sink_change_state): Open the device in NULL->READY
907         like good elements should. Close on READY->NULL too.
908
909         * gst-libs/gst/audio/gstaudiosink.c
910         (gst_audioringbuffer_open_device,
911         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
912         (gst_audioringbuffer_release): Updates for new ring buffer API,
913         hook into the new audio sink api.
914
915         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
916         (GstAudioSinkClass.close): Just open and close the device -- no
917         resource allocation or configuration.
918         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
919         vmethods, handle device setup and resource allocation.
920
921         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
922         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
923         base class API.
924
925         * gst-libs/gst/audio/gstringbuffer.h
926         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
927         New vmethods.
928
929         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
930         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
931         New API functions. The device should be opened before acquiring
932         and closed after releasing.
933
934 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
935
936         * gst-libs/gst/interfaces/mixer.h:
937           Reset padding to GST_PADDING.
938
939 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
940
941         * gst/playback/gstplaybin.c: (remove_sinks):
942           Remove visualization from parent explicitely; works around some
943           apparent refcount issue that I haven't tracked down yet.
944
945 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
946
947         * ext/alsa/gstalsasink.c: (set_hwparams):
948           Assign debug category, add negotiation debug msgs.
949
950 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
951
952         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
953           Fix error code for file-not-found to NOT_FOUND.
954
955 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
956
957         * common/gtk-doc-plugins.mak:
958         * docs/plugins/Makefile.am:
959         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
960         * docs/plugins/gst-plugins-base-plugins-sections.txt:
961           renamed to actual element names, so much nicer to look at
962         * docs/plugins/tmpl/gstmultifdsink.sgml:
963           remove
964         * docs/plugins/tmpl/multifdsink.sgml:
965         * docs/plugins/tmpl/tcpserversink.sgml:
966           add
967         * ext/alsa/gstalsa.c:
968         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
969         * ext/ogg/gstoggmux.c:
970         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
971         * gst/playback/gstdecodebin.c:
972         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
973         * gst/tcp/gsttcpserversink.c:
974           various fixes and documentation additions
975
976 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
977
978         * common/Makefile.am:
979         * common/gstdoc-scangobj:
980         * common/gtk-doc-plugins.mak:
981         * common/gtk-doc.mak:
982           add a custom scangobj that uses the registry
983           add a custom gtk-doc-plugins.mak that uses it
984           some doc build fixes
985         * configure.ac:
986         * docs/Makefile.am:
987         * docs/plugins/Makefile.am:
988         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
989         * docs/plugins/gst-plugins-base-plugins-sections.txt:
990         * docs/plugins/gst-plugins-base-plugins.types:
991         * docs/plugins/tmpl/gstmultifdsink.sgml:
992           add docs for one element, multifdsink
993         * gst/adder/gstadder.h:
994         * gst/volume/gstvolume.h:
995           don't privatize enum
996         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
997         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
998         (gst_sync_method_get_type), (gst_client_status_get_type),
999         (gst_multifdsink_class_init),
1000         (gst_multifdsink_client_queue_buffer),
1001         (gst_multifdsink_handle_client_write):
1002         * gst/tcp/gstmultifdsink.h:
1003         * gst/tcp/gsttcp.h:
1004         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1005         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1006         (gst_tcpclientsink_render):
1007         * gst/tcp/gsttcpclientsink.h:
1008         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
1009         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
1010         (gst_tcpclientsrc_start):
1011         * gst/tcp/gsttcpclientsrc.h:
1012         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
1013         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
1014         * gst/tcp/gsttcpserversrc.h:
1015         * gst/typefind/gsttypefindfunctions.c:
1016           remove superfluous Type stuff
1017
1018 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1019
1020         * gst/playback/gstplaybin.c: (gen_video_element):
1021           Enable videoscale.
1022
1023 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1024
1025         * gst-libs/gst/gconf/gconf.c:
1026         * gst-libs/gst/gconf/gconf.h:
1027           Fix some Andy Problem [tm].
1028
1029 2005-08-04  Andy Wingo  <wingo@pobox.com>
1030
1031         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
1032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
1033         (gst_ffmpegcsp_get_size): Adapt to API changes.
1034
1035         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
1036         Implement an in-place do-nothing transform.
1037
1038 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1039
1040         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1041         (gst_ximagesink_renegotiate_size):
1042           Do not set new window sizes yet if we prepare a new buffer size
1043           for upstream renegotiation (software scaling) at some point in the
1044           future, because this new size waqs not actually accepted yet. Once
1045           accepted, renegotiation later on will set the new sizes just fine.
1046           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
1047           embedding testcase.
1048
1049 2005-08-03  Andy Wingo  <wingo@pobox.com>
1050
1051         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
1052         (gst_ximagesink_buffer_alloc): 
1053         Protect the height, width, and desired_caps with the pool_lock.
1054         Fixes videotestsrc ! queue ! ximagesink.
1055
1056 2005-08-02  Edward Hervey  <edward@fluendo.com>
1057
1058         * gst/volume/gstvolume.c:
1059         include left from controller cleanup
1060
1061 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
1062         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
1063           Stop collectpads before calling the parent state
1064           change function on PAUSED->READY.
1065
1066 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1067         * configure.ac:
1068           When testing for X libs, use the X CFlags 
1069         * gst/adder/gstadder.c: (gst_adder_change_state):
1070           Stop the collectpads before calling parent state change function
1071           on PAUSED->READY, otherwise we deadlock deactivating pads.
1072
1073 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
1074
1075         * configure.ac:
1076         * docs/libs/tmpl/gstcolorbalance.sgml:
1077         * docs/libs/tmpl/gstmixer.sgml:
1078         * examples/Makefile.am:
1079         * gst/sine/Makefile.am:
1080         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
1081         (gst_sinesrc_set_property), (plugin_init):
1082         * gst/sine/gstsinesrc.h:
1083         * gst/volume/Makefile.am:
1084         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1085         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
1086         (volume_process_float), (volume_process_int16),
1087         (volume_set_property), (plugin_init):
1088         * gst/volume/gstvolume.h:
1089           deactivate and remove dparams (libgstcontrol)
1090
1091 2005-07-29  Wim Taymans  <wim@fluendo.com>
1092
1093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
1094         Convert me to BaseTransform!! help..
1095
1096 2005-07-29  Andy Wingo  <wingo@pobox.com>
1097
1098         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
1099         sinks.
1100
1101         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
1102         support of both endiannesses.
1103
1104 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1105
1106         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1107           Fix confusing debug message (s/event/query/)
1108
1109 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1110
1111         * gst/videotestsrc/videotestsrc.h:
1112           Use "_stdint.h" instead of <stdint.h>
1113
1114 2005-07-27  Wim Taymans  <wim@fluendo.com>
1115
1116         * ext/vorbis/Makefile.am:
1117         Revert wrong commit.
1118
1119 2005-07-27  Wim Taymans  <wim@fluendo.com>
1120
1121         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
1122         More compilation fixen.
1123
1124 2005-07-27  Wim Taymans  <wim@fluendo.com>
1125
1126         * gst-libs/gst/audio/gstbaseaudiosink.c:
1127         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1128         (gst_base_audio_sink_create_ringbuffer),
1129         (gst_base_audio_sink_change_state):
1130         Fix compilation.
1131
1132 2005-07-27  Wim Taymans  <wim@fluendo.com>
1133
1134         * examples/seeking/seek.c: (setup_dynamic_link),
1135         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
1136         (query_positions_elems), (query_positions_pads), (do_seek):
1137         Update seek example.
1138
1139         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1140         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
1141         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
1142         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1143         (gst_ogg_demux_handle_event),
1144         (gst_ogg_demux_deactivate_current_chain),
1145         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1146         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1147         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
1148         (gst_ogg_demux_loop):
1149         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1150         * ext/theora/theoradec.c: (theora_dec_src_event),
1151         (theora_dec_src_getcaps), (theora_dec_sink_event),
1152         (theora_dec_push), (theora_dec_chain):
1153         * ext/vorbis/Makefile.am:
1154         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
1155         (vorbis_dec_sink_event), (vorbis_dec_push),
1156         (vorbis_handle_data_packet):
1157         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
1158         (gst_vorbisenc_chain):
1159         * gst/playback/gststreaminfo.c: (cb_probe):
1160         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
1161         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1162         * gst/videoscale/gstvideoscale.c:
1163         (gst_videoscale_handle_src_event):
1164         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
1165         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
1166         (gst_ximagesink_navigation_send_event):
1167         * sys/xvimage/xvimagesink.c:
1168         (gst_xvimagesink_navigation_send_event):
1169         Various event updates and cleanups
1170
1171 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1172
1173         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
1174           Fix segfault for I420/YV12.
1175
1176 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1177
1178         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1179           Report bitrate.
1180
1181 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1182
1183         * gst/playback/gstplaybin.c: (gen_video_element),
1184         (gen_audio_element):
1185           Switch to auto*sink elements as default sinks; add volume element
1186           so that volume control in totem works.
1187
1188 2005-07-21  Wim Taymans  <wim@fluendo.com>
1189
1190         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
1191         * gst/playback/gstplaybin.c: (setup_sinks),
1192         (gst_play_bin_change_state):
1193         Refcount fix and more comments.
1194
1195 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1196
1197         * sys/ximage/Makefile.am:
1198         * sys/ximage/ximage.c: (plugin_init):
1199         * sys/ximage/ximagesink.c:
1200         Prepare for adding ximagesrc, rename of plugin to ximage etc.
1201         
1202
1203 2005-07-21  Wim Taymans  <wim@fluendo.com>
1204
1205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1206         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1207         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1208         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1209         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1210         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
1211         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
1212         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
1213         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1214         Generate correct disconts for live chained oggs.
1215
1216         * gst-libs/gst/audio/gstbaseaudiosink.c:
1217         (gst_base_audio_sink_render),
1218         (gst_base_audio_sink_create_ringbuffer),
1219         (gst_base_audio_sink_change_state):
1220         Handle discont math correctly.
1221
1222         * gst/playback/gstplaybin.c: (add_sink):
1223         Some small debug cleanup.
1224
1225 2005-07-21  Wim Taymans  <wim@fluendo.com>
1226
1227         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
1228         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1229         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1230         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1231         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1232         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
1233         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1234         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
1235         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1236         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1237         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
1238         (gst_ogg_demux_change_state), (gst_ogg_print):
1239         Reorganize code to send the right disconts when in streaming
1240         mode.
1241
1242 2005-07-20  Andy Wingo  <wingo@pobox.com>
1243
1244         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
1245         fix (?), fixes a seggie mcfalterson (#310894).
1246
1247 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1248
1249         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
1250         (gst_ogg_mux_set_header_on_caps):
1251         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1252         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1253         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1254         * gst-libs/gst/audio/multichannel.c:
1255         (gst_audio_set_channel_positions),
1256         (gst_audio_set_structure_channel_positions_list):
1257         * gst/playback/gstdecodebin.c: (dynamic_create):
1258         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
1259         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1260           Fixes for API changes in core.
1261
1262 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1263
1264         * gst/playback/gstplaybasebin.c: (fill_buffer):
1265           Use _new_custom() so we can set custom message types for buffering
1266           messages.
1267
1268 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1269
1270         * configure.ac:
1271         * gst-libs/gst/Makefile.am:
1272         * gst-libs/gst/gconf/.cvsignore:
1273         * gst-libs/gst/gconf/Makefile.am:
1274         * gst-libs/gst/gconf/test-gconf.c:
1275         * pkgconfig/Makefile.am:
1276         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1277         * pkgconfig/gstreamer-gconf.pc.in:
1278           Remove gconf stuff, use gconf elements instead from now on.
1279
1280 2005-07-20  Wim Taymans  <wim@fluendo.com>
1281
1282         * gst-libs/gst/audio/TODO:
1283         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1284         (gst_audio_clock_get_internal_time):
1285         * gst-libs/gst/audio/gstaudioclock.h:
1286         * gst-libs/gst/audio/gstbaseaudiosink.c:
1287         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1288         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
1289         (gst_base_audio_sink_render),
1290         (gst_base_audio_sink_create_ringbuffer),
1291         (gst_base_audio_sink_change_state):
1292         Make sure the audio clock always returns an increasing value.
1293
1294 2005-07-19  Andy Wingo  <wingo@pobox.com>
1295
1296         * gst/videotestsrc/: Cleanups.
1297
1298 2005-07-19  Wim Taymans  <wim@fluendo.com>
1299
1300         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1301         Better debugging.
1302
1303 2005-07-19  Wim Taymans  <wim@fluendo.com>
1304
1305         * examples/seeking/seek.c: (make_dv_pipeline),
1306         (make_vorbis_theora_pipeline), (query_rates),
1307         (query_positions_elems), (query_positions_pads), (do_seek):
1308         Make correct DV pipeline.
1309
1310 2005-07-18  Andy Wingo  <wingo@pobox.com>
1311
1312         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
1313         default. Also because it's the only thing that really works. (This
1314         is used in the GConf elements).
1315         Use AS_LIBTOOL_TAGS.
1316
1317 2005-07-18  Wim Taymans  <wim@fluendo.com>
1318
1319         * gst/playback/gstdecodebin.c: (remove_element_chain):
1320         * gst/playback/gstplaybin.c: (add_sink):
1321         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1322         (gst_stream_info_set_mute):
1323         * gst/playback/gststreamselector.c:
1324         (gst_stream_selector_get_linked_pad),
1325         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
1326         More leak and compile fixes.
1327
1328 2005-07-18  Wim Taymans  <wim@fluendo.com>
1329
1330         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1331         (query_rates), (query_positions_elems), (query_positions_pads),
1332         (do_seek), (seek_cb), (stop_seek):
1333         Updated seek example. 
1334
1335         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
1336         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1337         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
1338         * gst/playback/gstplaybin.c: (add_sink):
1339         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1340         (gst_stream_info_set_mute):
1341         Some refcount leak fixes.
1342
1343 2005-07-16  Wim Taymans  <wim@fluendo.com>
1344
1345         * gst-libs/gst/audio/gstbaseaudiosink.c:
1346         (gst_base_audio_sink_render):
1347         Align samples even if we have roundoff errors in the 
1348         timestamp conversion.
1349
1350 2005-07-16  Wim Taymans  <wim@fluendo.com>
1351
1352         * docs/libs/tmpl/gstringbuffer.sgml:
1353         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1354         (query_rates), (query_positions_elems), (query_positions_pads),
1355         (update_scale), (do_seek):
1356         Updated seek example.
1357
1358         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1359         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
1360         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
1361         (gst_ogg_demux_loop):
1362         Push out correct discont values.
1363
1364         * ext/theora/theoradec.c: (theora_dec_src_convert),
1365         (theora_dec_sink_convert), (theora_dec_src_getcaps),
1366         (theora_dec_sink_event), (theora_handle_type_packet),
1367         (theora_handle_header_packet), (theora_dec_push),
1368         (theora_handle_data_packet), (theora_dec_chain),
1369         (theora_dec_change_state):
1370         Better timestamping.
1371
1372         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1373         (vorbis_dec_sink_event), (vorbis_dec_push),
1374         (vorbis_handle_data_packet), (vorbis_dec_chain):
1375         * ext/vorbis/vorbisdec.h:
1376         Better timestamping.
1377
1378         * gst-libs/gst/audio/gstbaseaudiosink.c:
1379         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
1380         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1381         Handle syncing on timestamps instead of sample offsets. Make
1382         use of DISCONT values as described in design docs.
1383
1384         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1385         (gst_base_audio_src_get_time):
1386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
1387         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
1388         (gst_ring_buffer_read):
1389         * gst-libs/gst/audio/gstringbuffer.h:
1390         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
1391         (gst_ximagesink_show_frame):
1392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1393         Correcly convert buffer timestamp to stream time.
1394
1395 2005-07-16  Wim Taymans  <wim@fluendo.com>
1396
1397         * gst/audioconvert/gstaudioconvert.c:
1398         (gst_audio_convert_get_buffer):
1399         Timestamp buffers correctly.
1400
1401         * gst/playback/gstplaybin.c: (gen_video_element):
1402         Make internal fakesink silent.
1403
1404 2005-07-15  Wim Taymans  <wim@fluendo.com>
1405
1406         * gst/ffmpegcolorspace/Makefile.am:
1407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1408         (gst_ffmpegcsp_caps_remove_format_info),
1409         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1410         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
1411         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
1412         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
1413         Ported ffmpegcolorspace to basetransform.
1414
1415         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
1416         * gst/volume/gstvolume.c: (volume_transform):
1417         Ported to new API.
1418
1419 2005-07-14  Wim Taymans  <wim@fluendo.com>
1420
1421         * gst/videotestsrc/Makefile.am:
1422         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
1423         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
1424         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
1425         (gst_videotestsrc_init), (gst_videotestsrc_event),
1426         (gst_videotestsrc_create), (gst_videotestsrc_start),
1427         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
1428         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1429         (gst_videotestsrc_get_property):
1430         * gst/videotestsrc/gstvideotestsrc.h:
1431         Make videotestsrc a pushsrc.
1432
1433 2005-07-14  Wim Taymans  <wim@fluendo.com>
1434
1435         * gst/tcp/gstfdset.c: (gst_fdset_free):
1436         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1437         (gst_multifdsink_add), (gst_multifdsink_remove),
1438         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1439         (gst_multifdsink_remove_client_link),
1440         (gst_multifdsink_client_queue_data),
1441         (gst_multifdsink_client_queue_caps),
1442         (gst_multifdsink_client_queue_buffer),
1443         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1444         (gst_multifdsink_stop):
1445         * gst/tcp/gstmultifdsink.h:
1446         0.8 backporting.
1447
1448         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
1449         Also draw image when not from a pool.
1450
1451 2005-07-14  Wim Taymans  <wim@fluendo.com>
1452
1453         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1454         (mute_stream), (silence_stream):
1455         Small debug additions.
1456
1457 2005-07-14  Wim Taymans  <wim@fluendo.com>
1458
1459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1460         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1461         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
1462         Better error recovery, ignore unconnected pads and
1463         non-fatal errors.
1464
1465 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1466
1467         * docs/libs/tmpl/gstaudio.sgml:
1468         * docs/libs/tmpl/gstcolorbalance.sgml:
1469         * docs/libs/tmpl/gstgconf.sgml:
1470         * docs/libs/tmpl/gstmixer.sgml:
1471         * docs/libs/tmpl/gstringbuffer.sgml:
1472         * docs/libs/tmpl/gsttuner.sgml:
1473         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1474         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1475         (gst_tcpclientsrc_class_init):
1476         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1477         (gst_tcpserversrc_class_init):
1478         * sys/v4l/gstv4lelement.c:
1479           more autistic cleanliness in functions/names/defines
1480
1481 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1482
1483         * configure.ac:
1484           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
1485           added manually to each Makefile.am so we are sure it goes
1486           *last* and doesn't add -L flags before linking in libs of our
1487           own, like, say, internal .la libs, that then accidentally pick
1488           up the installed copy.
1489         * docs/libs/Makefile.am:
1490         * ext/alsa/Makefile.am:
1491         * ext/cdparanoia/Makefile.am:
1492         * ext/gnomevfs/Makefile.am:
1493         * ext/libvisual/Makefile.am:
1494         * ext/ogg/Makefile.am:
1495         * ext/theora/Makefile.am:
1496         * ext/vorbis/Makefile.am:
1497         * gst-libs/gst/video/Makefile.am:
1498         * gst/adder/Makefile.am:
1499         * gst/audioconvert/Makefile.am:
1500         * gst/audiorate/Makefile.am:
1501         * gst/audioscale/Makefile.am:
1502         * gst/ffmpegcolorspace/Makefile.am:
1503         * gst/playback/Makefile.am:
1504         * gst/sine/Makefile.am:
1505         * gst/subparse/Makefile.am:
1506         * gst/tags/Makefile.am:
1507         * gst/tcp/Makefile.am:
1508         * gst/typefind/Makefile.am:
1509         * gst/videorate/Makefile.am:
1510         * gst/videoscale/Makefile.am:
1511         * gst/videotestsrc/Makefile.am:
1512         * gst/volume/Makefile.am:
1513         * sys/v4l/Makefile.am:
1514         * sys/ximage/Makefile.am:
1515         * sys/xvimage/Makefile.am:
1516           adapt properly to this change. This should make sure that
1517           plugins and libs properly link to the as-yet-uninstalled
1518           copies of stuff like libgstinterfaces and libgstvideo
1519
1520 2005-07-13  Andy Wingo  <wingo@pobox.com>
1521
1522         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
1523         (gst_v4lsrc_fixate): Fixate on format as well.
1524
1525         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
1526         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
1527         buffer points to it.
1528         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
1529         rather just doing X calls ourselves. Also fixes a memleak.
1530
1531 2005-07-12  Andy Wingo  <wingo@pobox.com>
1532
1533         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
1534         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
1535         (gst_v4lsrc_create): Re-add the copy-mode property, default to
1536         TRUE to avoid deadlocks if an element holds on to our buffers.
1537
1538 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1539
1540         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1541         (gst_sinesrc_init), (gst_sinesrc_create),
1542         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1543         (gst_sinesrc_start):
1544         * gst/sine/gstsinesrc.h:
1545           removing num-buffers property before moving it
1546
1547 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1548
1549         * configure.ac:
1550           use overridable ERROR_CFLAGS
1551         * docs/libs/gst-plugins-base-libs.types:
1552         * docs/libs/tmpl/gstringbuffer.sgml:
1553         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
1554         (gst_alsasink_class_init):
1555         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1556         (gst_alsasrc_class_init):
1557         * gst-libs/gst/audio/audio.h:
1558         * gst-libs/gst/audio/gstaudioclock.h:
1559         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1560         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
1561         (gst_audio_filter_link), (gst_audio_filter_init),
1562         (gst_audio_filter_chain), (gst_audio_filter_set_property),
1563         (gst_audio_filter_get_property),
1564         (gst_audio_filter_class_add_pad_templates):
1565         * gst-libs/gst/audio/gstaudiofilter.h:
1566         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1567         (gst_audio_filter_template_get_type),
1568         (gst_audio_filter_template_base_init),
1569         (gst_audio_filter_template_class_init),
1570         (gst_audio_filter_template_init),
1571         (gst_audio_filter_template_set_property),
1572         (gst_audio_filter_template_get_property), (plugin_init),
1573         (gst_audio_filter_template_setup),
1574         (gst_audio_filter_template_filter),
1575         (gst_audio_filter_template_filter_inplace):
1576         * gst-libs/gst/audio/gstaudiosink.c:
1577         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1578         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
1579         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1580         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1581         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
1582         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
1583         * gst-libs/gst/audio/gstaudiosink.h:
1584         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1585         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1586         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1587         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
1588         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
1589         (gst_audio_src_class_init), (gst_audio_src_init),
1590         (gst_audio_src_create_ringbuffer):
1591         * gst-libs/gst/audio/gstaudiosrc.h:
1592         * gst-libs/gst/audio/gstbaseaudiosink.c:
1593         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
1594         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1595         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
1596         (gst_base_audio_sink_set_property),
1597         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
1598         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
1599         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
1600         (gst_base_audio_sink_create_ringbuffer),
1601         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
1602         * gst-libs/gst/audio/gstbaseaudiosink.h:
1603         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1604         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
1605         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
1606         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
1607         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
1608         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
1609         (gst_base_audio_src_event), (gst_base_audio_src_create),
1610         (gst_base_audio_src_create_ringbuffer),
1611         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
1612         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1613         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1614         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
1615         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
1616         (gst_ring_buffer_debug_spec_caps),
1617         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1618         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1619         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1620         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1621         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
1622         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1623         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
1624         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1625         (gst_ring_buffer_clear):
1626         * gst-libs/gst/audio/gstringbuffer.h:
1627         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1628         (gst_video_sink_class_init), (gst_video_sink_get_type):
1629         * gst-libs/gst/video/videosink.h:
1630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1631         (gst_multifdsink_class_init),
1632         (gst_multifdsink_handle_client_write),
1633         (gst_multifdsink_change_state):
1634         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1635         (gst_tcpclientsink_setcaps):
1636         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1637         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
1638         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
1639         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1640         (gst_ximagesink_send_pending_navigation),
1641         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
1642         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
1643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
1644         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1645         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
1646         (gst_xvimagesink_send_pending_navigation),
1647         (gst_xvimagesink_navigation_send_event),
1648         (gst_xvimagesink_set_xwindow_id),
1649         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
1650         (gst_xvimagesink_get_type):
1651         more macro splitting
1652
1653 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1654
1655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1656           plug a memleak, allows me to import 1479 albums in one go
1657           in jamboree
1658         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1659         (vorbis_handle_type_packet), (vorbis_dec_chain),
1660         (vorbis_dec_change_state):
1661           fix some format strings
1662
1663 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1664
1665         * docs/libs/tmpl/gstcolorbalance.sgml:
1666         * docs/libs/tmpl/gstmixer.sgml:
1667         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1668         (gst_alsasink_set_property), (gst_alsasink_get_property):
1669         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1670         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
1671           add device property
1672
1673 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1674
1675         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1676         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1677         (audiocast_register_listener), (audiocast_thread_run),
1678         (gst_gnomevfssrc_send_additional_headers_callback),
1679         (gst_gnomevfssrc_received_headers_callback),
1680         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
1681         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
1682         (gst_gnomevfssrc_get_size):
1683           add/clean up debugging
1684         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1685           cleanups
1686
1687 2005-07-07  Andy Wingo  <wingo@pobox.com>
1688
1689         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
1690         framerate. Need to get a handle on when exactly this function is
1691         called, tho.
1692
1693         * sys/v4l/v4lsrc_calls.h:
1694         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
1695         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
1696         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
1697
1698         * sys/v4l/v4l_calls.h: Cast to V4lElement.
1699         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
1700         v4lelements are sources.
1701
1702         * sys/v4l/gstv4lxoverlay.h:
1703         * sys/v4l/gstv4lxoverlay.c:
1704         * sys/v4l/gstv4ltuner.h:
1705         * sys/v4l/gstv4ltuner.c: Header loc fixen.
1706         
1707         * sys/v4l/gstv4lsrc.h:
1708         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
1709         PushSrc/BaseSrc. Removed most sync-related properties, videorate
1710         or something should handle that. Made a live source.
1711
1712         * sys/v4l/gstv4lelement.h:
1713         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
1714         signals. Some cleanups.
1715
1716         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
1717
1718         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
1719         stuff.
1720
1721         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
1722         stuff.
1723
1724         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
1725
1726 2005-07-07  Wim Taymans  <wim@fluendo.com>
1727
1728         * ext/theora/theoradec.c: (theora_get_query_types),
1729         (theora_dec_src_getcaps), (theora_dec_push):
1730         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
1731         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
1732         Remove deprecated/unused query types.
1733
1734 2005-07-06  Wim Taymans  <wim@fluendo.com>
1735
1736         * ext/alsa/Makefile.am:
1737         * ext/alsa/gstalsaplugin.c: (plugin_init):
1738         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1739         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1740         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
1741         (gst_alsasrc_class_init), (gst_alsasrc_init),
1742         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
1743         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
1744         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
1745         (gst_alsasrc_reset):
1746         * ext/alsa/gstalsasrc.h:
1747         * gst-libs/gst/audio/Makefile.am:
1748         * gst-libs/gst/audio/gstaudiosink.c:
1749         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1750         (gst_audioringbuffer_start):
1751         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1752         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1753         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
1754         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1755         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1756         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1757         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
1758         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
1759         * gst-libs/gst/audio/gstaudiosrc.h:
1760         * gst-libs/gst/audio/gstbaseaudiosink.c:
1761         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1762         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
1763         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
1764         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1765         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
1766         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
1767         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
1768         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
1769         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
1770         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
1771         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
1772         (gst_baseaudiosrc_change_state):
1773         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1774         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1775         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
1776         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
1777         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
1778         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
1779         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
1780         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
1781         * gst-libs/gst/audio/gstringbuffer.h:
1782         Added audiosource base classes.
1783         Ported alsasrc, still very basic.
1784
1785 2005-07-06  Wim Taymans  <wim@fluendo.com>
1786
1787         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
1788         (theora_dec_push), (theora_handle_data_packet):
1789         Prepare for better timestamp fix later.
1790
1791         * gst/audioconvert/gstaudioconvert.c:
1792         List most accurate caps first
1793
1794         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
1795         Use proper pad task function.
1796
1797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1798         (gst_xvimagesink_show_frame):
1799         Fix deadlock when alloc failed.
1800
1801 2005-07-05  Andy Wingo  <wingo@pobox.com>
1802
1803         * ext/gnomevfs/gstgnomevfssrc.c:
1804         * gst/sine/gstsinesrc.c:
1805         * gst/tcp/gsttcpserversrc.c:
1806         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
1807
1808         * sys/v4l/: Port from 0.8.
1809
1810         * Many files: Null if we got it....
1811
1812 2005-07-05  Andy Wingo  <wingo@pobox.com>
1813
1814         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
1815         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
1816         Signedness fixes.
1817
1818 2005-07-05  Wim Taymans  <wim@fluendo.com>
1819
1820         * configure.ac:
1821         * gst/tcp/Makefile.am:
1822         * gst/tcp/README:
1823         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1824         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1825         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1826         (is_sync_frame), (gst_multifdsink_handle_client_write),
1827         (gst_multifdsink_render), (gst_multifdsink_start),
1828         (gst_multifdsink_stop), (gst_multifdsink_change_state):
1829         * gst/tcp/gstmultifdsink.h:
1830         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
1831         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
1832         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1833         * gst/tcp/gsttcp.h:
1834         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1835         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1836         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1837         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
1838         * gst/tcp/gsttcpclientsink.h:
1839         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1840         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1841         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1842         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
1843         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
1844         * gst/tcp/gsttcpclientsrc.h:
1845         * gst/tcp/gsttcpplugin.c: (plugin_init):
1846         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1847         * gst/tcp/gsttcpserversink.h:
1848         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1849         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1850         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
1851         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1852         (gst_tcpserversrc_stop):
1853         * gst/tcp/gsttcpserversrc.h:
1854         * gst/tcp/gsttcpsink.c:
1855         * gst/tcp/gsttcpsink.h:
1856         * gst/tcp/gsttcpsrc.c:
1857         * gst/tcp/gsttcpsrc.h:
1858         Ported tcp plugins to 0.9. 
1859         
1860
1861 2005-07-05  Andy Wingo  <wingo@pobox.com>
1862
1863         * gst/playback/gstplaybasebin.c (fill_buffer):
1864         message_new_application fixen.
1865
1866         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
1867         Style fix.
1868
1869 2005-07-04  Wim Taymans  <wim@fluendo.com>
1870
1871         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1872         Set caps on output buffer.
1873
1874 2005-07-04  Andy Wingo  <wingo@pobox.com>
1875
1876         * ext/gnomevfs/gstgnomevfssrc.c
1877         (gst_gnomevfssrc_received_headers_callback) 
1878         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
1879         hopefully.
1880
1881         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
1882         No refcount leakage.
1883
1884         * configure.ac: Enable -Werror.
1885         
1886         * ext/theora/theoradec.c (theora_dec_src_getcaps):
1887         * gst/audioconvert/bufferframesconvert.c
1888         (buffer_frames_convert_fixate):
1889         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
1890         (gst_audio_convert_fixate):
1891         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
1892         (gst_sinesrc_create): Fixate func changes.
1893         
1894         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1895         (gst_ximagesink_buffer_alloc): Unused var.
1896
1897 2005-07-01  Andy Wingo  <wingo@pobox.com>
1898
1899         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
1900         getcaps to do explicit caps. Needs to be done in all decoders,
1901         possibly via a base class.
1902
1903         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
1904
1905         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
1906         caps on the sink pad, just rely on the pad template. Also, setting
1907         ANY caps on a pad is not valid because the caps are not fixed.
1908
1909         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
1910         caps on the buffer, and get the width from the desired_caps if
1911         they're set.
1912         (gst_ximagesink_renegotiate_size): Implement via setting the
1913         desired_caps on the ximagesink.
1914         (gst_ximagesink_setcaps): Only reset the width of the player if it
1915         wasn't already set. Not sure if this is right.
1916         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
1917
1918         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
1919         that the user wants. NULL unless the window has been resized.
1920
1921         * gst/volume/gstvolume.c (volume_transform): Adapt to
1922         basetransform refcount changes.
1923         
1924 2005-07-01  Andy Wingo  <wingo@pobox.com>
1925
1926         * gst/videoscale/gstvideoscale.c:
1927         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
1928         from BaseTransform, implements a transform_caps. Removed dead code
1929         including some PAR stuff that was never reached -- should probably
1930         be added back somehow.
1931
1932 2005-07-01  Andy Wingo  <wingo@pobox.com>
1933
1934         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
1935         come later.
1936
1937 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1938
1939         * configure.ac:
1940         * docs/libs/Makefile.am:
1941         * docs/libs/gst-plugins-libs.types:
1942         * ext/alsa/Makefile.am:
1943         * ext/alsa/gstalsamixer.h:
1944         * ext/alsa/gstalsamixeroptions.h:
1945         * ext/alsa/gstalsamixertrack.h:
1946         * gst-libs/gst/Makefile.am:
1947         * gst-libs/gst/colorbalance/.cvsignore:
1948         * gst-libs/gst/colorbalance/Makefile.am:
1949         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1950         * gst-libs/gst/colorbalance/colorbalance.c:
1951         * gst-libs/gst/colorbalance/colorbalance.h:
1952         * gst-libs/gst/colorbalance/colorbalance.vcproj:
1953         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1954         * gst-libs/gst/colorbalance/colorbalancechannel.h:
1955         * gst-libs/gst/interfaces/Makefile.am:
1956         * gst-libs/gst/interfaces/colorbalance.c:
1957         (gst_color_balance_class_init):
1958         * gst-libs/gst/interfaces/colorbalance.h:
1959         * gst-libs/gst/interfaces/interfaces-marshal.list:
1960         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
1961         * gst-libs/gst/interfaces/mixer.h:
1962         * gst-libs/gst/interfaces/mixeroptions.h:
1963         * gst-libs/gst/interfaces/navigation.c:
1964         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
1965         * gst-libs/gst/interfaces/tuner.h:
1966         * gst/volume/Makefile.am:
1967         * gst/volume/gstvolume.c:
1968         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1969         * sys/ximage/Makefile.am:
1970         * sys/ximage/ximagesink.c:
1971         * sys/xvimage/Makefile.am:
1972         * sys/xvimage/xvimagesink.c:
1973           fold in all interfaces into an interfaces dir, preserving CVS
1974           history
1975
1976 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1977
1978         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1979           Fix build after riff changes.
1980
1981 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1982
1983         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1984         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
1985         (gst_riff_create_video_template_caps),
1986         (gst_riff_create_audio_template_caps),
1987         (gst_riff_create_iavs_template_caps):
1988         * gst-libs/gst/riff/riff-media.h:
1989         * gst-libs/gst/riff/riff-read.h:
1990         * gst-libs/gst/riff/riff.c: (gst_riff_init):
1991           Add gst_riff_init() to initialize the debug category, instead
1992           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
1993
1994 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1995
1996         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
1997           Oops, I shouldn't apply hacks.
1998
1999 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2000
2001         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
2002           Remove pad_loop function which doesn't work.
2003
2004 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2005
2006         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
2007           Send EOS when deactivating.
2008         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
2009         (check_queue), (queue_threshold_reached), (queue_out_of_data),
2010         (gen_preroll_element), (probe_triggered), (mute_stream),
2011         (silence_stream), (new_decoded_pad), (setup_substreams),
2012         (set_active_source):
2013         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
2014         (remove_sinks), (add_sink):
2015         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
2016           Change for new probe API.
2017
2018 2005-06-29  Wim Taymans  <wim@fluendo.com>
2019
2020         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
2021         * gst-libs/gst/audio/gstbaseaudiosink.c:
2022         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2023         (gst_baseaudiosink_change_state):
2024         * gst-libs/gst/audio/gstbaseaudiosink.h:
2025         * gst-libs/gst/audio/gstringbuffer.c:
2026         (gst_ringbuffer_set_callback):
2027         Fix compilation error.
2028         Ringbuffer starts out as not running.
2029         Free our clock in dispose.
2030         When releasing the ringbuffer we need to renegotiate so
2031         clear the pad caps.
2032
2033 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2034
2035         * autogen.sh:
2036         * configure.ac:
2037         * docs/Makefile.am:
2038         * docs/libs/Makefile.am:
2039         * docs/libs/gst-plugins-libs-docs.sgml:
2040         * docs/libs/gst-plugins-libs-sections.txt:
2041         * docs/libs/gst-plugins-libs.types:
2042         * docs/libs/tmpl/gstaudio.sgml:
2043         * docs/libs/tmpl/gstcolorbalance.sgml:
2044         * docs/libs/tmpl/gstringbuffer.sgml:
2045         * gst-libs/gst/audio/gstringbuffer.c:
2046         (gst_ringbuffer_set_callback):
2047           reinstate gtk-doc docs for plugin libs
2048
2049 2005-06-28  Wim Taymans  <wim@fluendo.com>
2050
2051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2052         (gst_ogg_demux_init):
2053         Removed pad loop function.
2054
2055 2005-06-28  Wim Taymans  <wim@fluendo.com>
2056
2057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2058         If we're building a chain we are not in an error case
2059         when we queue a buffer.
2060
2061 2005-06-28  Andy Wingo  <wingo@pobox.com>
2062
2063         * *.c: Don't cast to GstObject before reffing/unreffing.
2064
2065 2005-06-27  Andy Wingo  <wingo@pobox.com>
2066
2067         * gst/videotestsrc/gstvideotestsrc.c
2068         (gst_videotestsrc_activate_push): Activation API changes.
2069
2070         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
2071         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
2072         they have refs on the decodebin.
2073
2074         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
2075         parent class.
2076         (gst_ogg_pad_typefind): Don't leak a pad ref.
2077         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
2078         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
2079         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
2080
2081 2005-06-27  Edward Hervey  <edward@fluendo.com>
2082
2083         * ext/theora/theoradec.c: (theora_dec_change_state): 
2084         re-arranged call to parent's state change in order to avoid locks (or
2085         worse).
2086
2087 2005-06-26  Edward Hervey  <edward@fluendo.com>
2088
2089         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2090         2nd argument of 'unknow-type' signal is a GstCaps and not a
2091         GstMiniObject
2092
2093 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
2094         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2095           Set the worker thread's running flag to TRUE before starting the
2096           thread.
2097         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2098           Catch a failure to add typefind to the bin.
2099
2100 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2101
2102         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2103         (gst_sinesrc_init), (gst_sinesrc_create),
2104         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2105         (gst_sinesrc_start):
2106         * gst/sine/gstsinesrc.h:
2107           add num-buffers and timestamp-offset properties
2108         * gst/videotestsrc/gstvideotestsrc.c:
2109         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
2110         (gst_videotestsrc_get_property):
2111           add timestamp-offset property
2112
2113 2005-06-23  Christian Schaller  <uraeus@gnome.org>
2114
2115         * configure.ac: add videorate
2116         * gst-plugins-base.spec.in: add videorate
2117
2118 2005-06-23  Wim Taymans  <wim@fluendo.com>
2119
2120         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2121         (gst_videorate_getcaps), (gst_videorate_setcaps),
2122         (gst_videorate_event), (gst_videorate_chain):
2123         Fixed videorate, fixating an already fixated caps is not
2124         an error.
2125
2126 2005-06-23  Wim Taymans  <wim@fluendo.com>
2127
2128         * ext/ogg/README:
2129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
2130         Buffer on caps is not boxed anymore.
2131
2132 2005-06-22  Wim Taymans  <wim@fluendo.com>
2133
2134         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2135         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2136         Set buffers on caps as miniobjects and not as boxed.
2137
2138 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2139
2140         * configure.ac:
2141           back to HEAD
2142
2143 === release 0.9.1 ===
2144
2145 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2146
2147         * .cvsignore:
2148         * NEWS:
2149         * README:
2150         * RELEASE:
2151         * configure.ac:
2152         * po/af.po:
2153         * po/az.po:
2154         * po/cs.po:
2155         * po/en_GB.po:
2156         * po/hu.po:
2157         * po/it.po:
2158         * po/nb.po:
2159         * po/nl.po:
2160         * po/or.po:
2161         * po/sq.po:
2162         * po/sr.po:
2163         * po/sv.po:
2164         * po/uk.po:
2165         * po/vi.po:
2166           updates for release
2167
2168 2005-06-09  Andy Wingo  <wingo@pobox.com>
2169
2170         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
2171         
2172 2005-06-09  Andy Wingo  <wingo@pobox.com>
2173
2174         * configure.ac:
2175         * gst-libs/gst/Makefile.am:
2176         * gst-libs/gst/net/Makefile.am:
2177         Add gstnet to build.
2178
2179 2005-06-09  Andy Wingo  <wingo@pobox.com>
2180
2181         * gst-libs/gst/gconf/gconf.c:
2182         * gst/playback/test.c:
2183         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
2184         fixes.
2185
2186         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
2187
2188         * ext/theora/theoraenc.c (theora_enc_chain): 
2189         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
2190
2191         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
2192         RealPad.
2193
2194 2005-06-02  Wim Taymans  <wim@fluendo.com>
2195
2196         * gst-libs/gst/net/Makefile.am:
2197         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2198         * pkgconfig/gstreamer-libs.pc.in:
2199         Added net stuff, version net lib.
2200
2201 2005-06-02  Wim Taymans  <wim@fluendo.com>
2202
2203         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2204         (query_rates), (query_positions_elems), (query_positions_pads),
2205         (do_seek):
2206         Updated seek example.
2207
2208 2005-06-02  Andy Wingo  <wingo@pobox.com>
2209
2210         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
2211         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
2212         list.
2213
2214         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
2215         remove the typefind, the bin dispose will do it for us. When it's
2216         removed and unreffed, the signal handler will be disconnected,
2217         too.
2218         (unlinked): It's too difficult to disconnect from unlinked
2219         handlers, as they are on pads not elements. Just punt if the pads
2220         aren't grandkids of the bin.
2221
2222 2005-06-02  Wim Taymans  <wim@fluendo.com>
2223
2224         * ext/ogg/README:
2225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2226         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
2227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
2228         * ext/theora/theoradec.c: (theora_dec_src_query),
2229         (theora_handle_data_packet):
2230         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2231         (theora_enc_chain):
2232         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2233         (vorbis_handle_data_packet):
2234         * gst/audioconvert/bufferframesconvert.c:
2235         (buffer_frames_convert_chain):
2236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2237         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2238         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2239         (gst_ffmpegcsp_chain):
2240         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2241         (gst_videorate_getcaps), (gst_videorate_setcaps),
2242         (gst_videorate_event), (gst_videorate_chain):
2243         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
2244         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
2245         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2246         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2247         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2248         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2249         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2250         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2251         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2252         Cleanups and buffer alloc.
2253
2254 2005-05-31  Wim Taymans  <wim@fluendo.com>
2255
2256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
2257         Don't try to call the delay method when the device is not
2258         opened.
2259
2260 2005-05-31  Wim Taymans  <wim@fluendo.com>
2261
2262         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
2263         Get actual segment size and buffer size after opening
2264         the device.
2265
2266 2005-05-30  Wim Taymans  <wim@fluendo.com>
2267
2268         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2269         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
2270         Also FLUSH upstream, makes the loop function exit faster.
2271         
2272         * ext/theora/theoradec.c: (theora_dec_src_query):
2273         Some more debug info in the query.
2274         
2275         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2276         (gst_ximagesink_setcaps):
2277         Release lock on par error, better error reporting.
2278
2279 2005-05-26  Wim Taymans  <wim@fluendo.com>
2280
2281         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2282         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
2283         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
2284         Clear chains in READY
2285         Queue packets until the chain is activated.
2286
2287 2005-05-25  Wim Taymans  <wim@fluendo.com>
2288
2289         * gst-libs/gst/audio/gstaudiosink.c:
2290         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2291         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2292         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2293         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2294         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2295         (gst_audiosink_create_ringbuffer):
2296         * gst-libs/gst/audio/gstbaseaudiosink.c:
2297         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2298         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2299         (gst_baseaudiosink_set_property), (build_linear_format),
2300         (debug_spec_caps), (debug_spec_buffer),
2301         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2302         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2303         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2304         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2305         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2306         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2307         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2308         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2309         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2310         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2311         (wait_segment), (gst_ringbuffer_commit),
2312         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2313         (gst_ringbuffer_clear):
2314         Various small cleanups.
2315
2316         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2317         (gst_audio_convert_change_state):
2318         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
2319         No need to take the locks anymore.
2320
2321 2005-05-25  Wim Taymans  <wim@fluendo.com>
2322
2323         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2324         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
2325         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
2326         (type_found):
2327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
2328         (group_destroy), (group_commit), (queue_overrun),
2329         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
2330         (mute_stream), (new_decoded_pad), (setup_substreams),
2331         (setup_source), (mute_group_type), (set_active_source),
2332         (gst_play_base_bin_change_state):
2333         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2334         (gen_video_element), (gen_text_element), (gen_audio_element),
2335         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
2336         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
2337         (gst_stream_info_dispose), (gst_stream_info_set_mute):
2338         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2339         Some playbin cleanups mostly refcounting sloppyness.
2340
2341 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2342
2343         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2344           Work with streaming input.
2345
2346 2005-05-25  Wim Taymans  <wim@fluendo.com>
2347
2348         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2349         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2350         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2351         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
2352         No need to take the STREAM lock anymore.
2353
2354 2005-05-25  Wim Taymans  <wim@fluendo.com>
2355
2356         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2357         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
2358         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
2359         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
2360         (gst_ogg_demux_sink_activate):
2361         * ext/theora/theoradec.c: (theora_dec_src_event),
2362         (theora_handle_comment_packet), (theora_dec_chain),
2363         (theora_dec_change_state):
2364         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2365         (vorbis_handle_data_packet), (vorbis_dec_chain),
2366         (vorbis_dec_change_state):
2367         Remove STREAM locks as they are taken in core now.
2368         Never set bogus granulepos on vorbis/theora.
2369         Fix leaks in theoradec tag parsing.
2370
2371 2005-05-25  Wim Taymans  <wim@fluendo.com>
2372
2373         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2374         Fix memleaks, GST_BUFFER_DATA() is not freed.
2375
2376 2005-05-25  Wim Taymans  <wim@fluendo.com>
2377
2378         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2379         Open non-blocking, set to blocking mode afterwards to avoid
2380         lockups when audio device is busy.
2381
2382 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2383
2384         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
2385           This can't be good.
2386
2387 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2388
2389         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2390         (gst_audio_convert_chain), (gst_audio_convert_link_src),
2391         (gst_audio_convert_setcaps):
2392           Implement instant setup switching.
2393
2394 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2395
2396         * gst/playback/gstplaybasebin.c: (probe_triggered):
2397           Fix missing unlock.
2398         * gst/playback/gstplaybin.c: (add_sink):
2399           First add, then link (otherwise pad link fails).
2400
2401 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2402
2403         * examples/Makefile.am:
2404         fix buildbot (make distcheck)
2405
2406 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2407
2408         * gst/playback/gstplaybin.c: (gen_vis_element):
2409           Remove some wrong code. Doesn't work yet.
2410
2411 2005-05-19  Wim Taymans  <wim@fluendo.com>
2412
2413         * gst-libs/gst/net/Makefile.am:
2414         * gst-libs/gst/net/README:
2415         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
2416         (gst_netbuffer_class_init), (gst_netbuffer_init),
2417         (gst_netbuffer_finalize), (gst_netbuffer_copy),
2418         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
2419         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
2420         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
2421         * gst-libs/gst/net/gstnetbuffer.h:
2422         Added buffer subclass to store extra to/from addresses for
2423         network sources/sinks.
2424
2425 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2426
2427         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2428           Don't lock an unassigned variable.
2429
2430 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2431
2432         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2433           Increase buffer for video, decrease buffer for other media types.
2434         * gst/playback/gstplaybin.c: (gen_video_element),
2435         (gen_audio_element):
2436           Change names for debugging purposes.
2437
2438 2005-05-18  Wim Taymans  <wim@fluendo.com>
2439
2440         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2441         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2442         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2443         (gst_ffmpegcsp_chain):
2444         Enable buffer alloc passthrough if the source and dest
2445         formats are the same.
2446
2447 2005-05-17  Wim Taymans  <wim@fluendo.com>
2448
2449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2450         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2451         (gst_ogg_demux_chain_unlocked):
2452         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2453         (gst_audio_convert_caps_remove_format_info),
2454         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2455         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
2456         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2457         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2458         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
2459         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
2460         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2461         (gst_ffmpegcsp_get_property):
2462         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2463         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2464         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2465         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2466         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
2467         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2468         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
2469         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
2470         Leak fixes in oggdemux.
2471         Some cleanups in audioconvert.
2472         Make passthrough work along with buffer_alloc etc.
2473         Make buffer_alloc and buffer recycling actually work in
2474         xvimagesink.
2475
2476 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2477
2478         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
2479           make the compiler happy
2480
2481 2005-05-17  Wim Taymans  <wim@fluendo.com>
2482
2483         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2484         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2485         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
2486         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
2487         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2488         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
2489         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2490         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2491         (gst_xvimagesink_set_xwindow_id):
2492         * sys/xvimage/xvimagesink.h:
2493         Port xvimagesink to new MiniObject.
2494
2495 2005-05-17  Wim Taymans  <wim@fluendo.com>
2496
2497         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2498         (gst_audiofilter_chain):
2499         * gst-libs/gst/audio/gstaudiosink.c:
2500         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2501         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2502         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2503         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2504         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2505         (gst_audiosink_create_ringbuffer):
2506         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2507         (gst_audio_convert_caps_remove_format_info),
2508         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2509         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2511         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2512         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2513         Fix passthrough in ffmpegcolorspace.
2514         Fix memset in audiosink on wrong memory.
2515
2516 2005-05-16  David Schleef  <ds@schleef.org>
2517
2518         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
2519         to GstMiniObject.
2520
2521 2005-05-16  David Schleef  <ds@schleef.org>
2522
2523         Port from GstData to GstMiniObject.
2524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2525         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2526         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
2527         (gst_ogg_mux_collected):
2528         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2529         * ext/theora/theoradec.c: (theora_handle_comment_packet),
2530         (theora_handle_data_packet):
2531         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2532         (theora_set_header_on_caps), (theora_enc_chain):
2533         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2534         (vorbis_handle_comment_packet):
2535         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2536         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
2537         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
2538         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
2539         * gst/audioconvert/gstaudioconvert.c:
2540         (gst_audio_convert_get_buffer):
2541         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2542         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
2543         (mute_stream), (silence_stream):
2544         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2545         * gst/volume/gstvolume.c: (volume_transform):
2546         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2547         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
2548         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
2549         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
2550         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
2551         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
2552         (gst_ximagesink_buffer_alloc):
2553         * sys/ximage/ximagesink.h:
2554
2555 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2556
2557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2558         (fill_buffer), (check_queue), (queue_threshold_reached),
2559         (queue_out_of_data):
2560         * gst/playback/gstplaybasebin.h:
2561           Post buffer-fullness on the bus.
2562
2563 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2564
2565         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2566         (try_to_link_1):
2567         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2568         (group_commit), (probe_triggered), (setup_source),
2569         (gst_play_base_bin_change_state):
2570         * gst/playback/gstplaybasebin.h:
2571         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2572         (gst_play_bin_init), (remove_sinks), (setup_sinks),
2573         (gst_play_bin_change_state):
2574           Move setup_output_pads into a virtual function, remove
2575           group-switch (no longer needed) and redirect (handled by bus
2576           now) signals.
2577
2578 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2579
2580         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2581         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
2582         (get_active_group), (get_building_group), (group_destroy),
2583         (group_commit), (check_queue), (queue_overrun),
2584         (queue_threshold_reached), (queue_out_of_data),
2585         (gen_preroll_element), (remove_groups), (unknown_type),
2586         (add_element_stream), (no_more_pads), (probe_triggered),
2587         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
2588         (setup_substreams), (setup_source), (finish_source),
2589         (prepare_output), (muted_group_change_state),
2590         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2591         (gst_play_base_bin_change_state):
2592         * gst/playback/gstplaybasebin.h:
2593         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2594         (gst_play_bin_init), (gst_play_bin_set_property),
2595         (gen_video_element), (gen_text_element), (gen_audio_element),
2596         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2597         (gst_play_bin_change_state):
2598         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2599         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
2600         (stream_info_change_state), (gst_stream_info_set_mute),
2601         (gst_stream_info_get_property):
2602         * gst/playback/gststreaminfo.h:
2603         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2604         (gst_stream_selector_get_linked_pad),
2605         (gst_stream_selector_getcaps),
2606         (gst_stream_selector_get_linked_pads),
2607         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2608         * gst/playback/gststreamselector.h:
2609           Rough port of playbin. Needs some more work, but is mostly done,
2610           and uses a few locks in important places, which should make stuff
2611           like chain-switches clean. Still uses GST_STATE() in a few places,
2612           which isn't all that good an idea, subtitles/elements disabled
2613           because no elements to test with and thus probably broken, query
2614           and event handling moved to GstBin, internal thread removed
2615           alltogether because the pipeline does that for us now. Can play
2616           Ogg/Vorbis files. Haven't tested anything else yet.
2617
2618 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2619
2620         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2621           Do no-more-pads (needed for autoplugging).
2622
2623 2005-05-10  Andy Wingo  <wingo@pobox.com>
2624
2625         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
2626         message to the bus with the tags. Still not sent downstream tho.
2627
2628         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
2629         get_parent.
2630         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
2631         avoid refcounting hassles.
2632
2633 2005-05-09  Andy Wingo  <wingo@pobox.com>
2634
2635         * gst/volume/Makefile.am:
2636         * gst/volume/demo.c
2637         * gst/volume/gstvolume.h
2638         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
2639         basetransform. Probably need an audio filter base class.
2640
2641 2005-05-09  Wim Taymans  <wim@fluendo.com>
2642
2643         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
2644         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2645         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
2646         (gst_vorbisenc_chain):
2647         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2648         (gst_audio_convert_caps_remove_format_info),
2649         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2650         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2651         Make caps writable before writing to it.
2652         Fix negotiation in audioconvert some more.
2653
2654 2005-05-09  Wim Taymans  <wim@fluendo.com>
2655
2656         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2657         (gst_videorate_getcaps), (gst_videorate_setcaps),
2658         (gst_videorate_event), (gst_videorate_chain):
2659         Better negotiation.
2660
2661 2005-05-09  Wim Taymans  <wim@fluendo.com>
2662
2663         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2664         (gst_videorate_getcaps), (gst_videorate_setcaps),
2665         (gst_videorate_blank_data), (gst_videorate_init),
2666         (gst_videorate_event), (gst_videorate_chain),
2667         (gst_videorate_change_state):
2668         Port videorate, do a better job at negotiation while we're at
2669         it.
2670
2671 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
2672
2673         * configure.ac:
2674           Disable libvisual
2675
2676         * examples/Makefile.am:
2677         * gst-libs/gst/audio/Makefile.am:
2678         * gst-libs/gst/riff/Makefile.am:
2679         * gst-libs/gst/tag/Makefile.am:
2680         * gst-libs/gst/video/Makefile.am:
2681           Fixups for missing variables.
2682
2683 2005-05-09  Wim Taymans  <wim@fluendo.com>
2684
2685         * examples/seeking/seek.c: (make_theora_pipeline),
2686         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
2687         (query_rates), (query_positions_elems), (query_positions_pads),
2688         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
2689         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2690         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
2691         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
2692         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2693         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
2694         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2695         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2696         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2697         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2698         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2699         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2700         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2701         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
2702         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
2703         (theora_dec_src_convert), (theora_dec_sink_convert),
2704         (theora_dec_src_query), (theora_dec_sink_query),
2705         (theora_dec_src_event), (theora_dec_sink_event),
2706         (theora_handle_comment_packet), (theora_handle_type_packet),
2707         (theora_handle_header_packet), (theora_handle_data_packet),
2708         (theora_dec_chain):
2709         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2710         (vorbis_dec_convert), (vorbis_dec_src_query),
2711         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2712         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2713         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2714         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2715         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2716         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
2717         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
2718         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2719         (gst_play_bin_query):
2720         * gst/playback/test3.c: (update_scale):
2721         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
2722         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
2723         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2724         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2725         (gst_videotestsrc_src_query):
2726         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
2727         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
2728         (paint_hline_YUV9):
2729         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
2730         Port to new query API.
2731         Updated seek.
2732         Cleanups in x[v]imagesink
2733
2734 2005-05-09  Andy Wingo  <wingo@pobox.com>
2735
2736         * ext/alsa/gstalsasink.h:
2737         * ext/gnomevfs/gstgnomevfssrc.c:
2738         (gst_gnomevfssrc_get_icy_metadata):
2739         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
2740         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
2741         * ext/theora/theoradec.c (theora_dec_src_query)
2742         (theora_dec_src_event, theora_dec_sink_event)
2743         (theora_handle_comment_packet, theora_handle_data_packet):
2744         * ext/theora/theoraenc.c (theora_enc_chain):
2745         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
2746         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
2747         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2748         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
2749         (qt_type_find):
2750         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
2751         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
2752         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
2753         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
2754         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
2755         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
2756         (paint_setup_xBGR8888, paint_setup_RGBx8888)
2757         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
2758         (paint_setup_RGB565, paint_setup_xRGB1555):
2759         * gst/videotestsrc/videotestsrc.h:
2760         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
2761         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
2762         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
2763         GCC4 fixes.
2764         
2765         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
2766         gst_pad_query_position. Fixes oggdemux.
2767
2768 2005-05-08  David Schleef  <ds@schleef.org>
2769
2770         * configure.ac: Require liboil.
2771         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
2772         a few more.
2773         * gst/videotestsrc/videotestsrc.c:
2774         * gst/videotestsrc/videotestsrc.h:
2775
2776 2005-05-06  Wim Taymans  <wim@fluendo.com>
2777
2778         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2779         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2780         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2781         Well, unreffing a buffer right before pushing it is asking
2782         for trouble..
2783
2784 2005-05-06  Christian Schaller  <uraeus@gnome.org>
2785
2786         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
2787
2788 2005-05-06  Wim Taymans  <wim@fluendo.com>
2789
2790         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2791         (gst_audio_convert_caps_remove_format_info),
2792         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2793         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2795         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2796         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2797         * gst/sine/Makefile.am:
2798         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
2799         (gst_sinesrc_class_init), (gst_sinesrc_init),
2800         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
2801         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
2802         (gst_sinesrc_update_freq):
2803         * gst/sine/gstsinesrc.h:
2804         * gst/tcp/gstmultifdsink.c:
2805         * sys/xvimage/xvimagesink.c:
2806         Fixed negotiation wrt _peer_get_caps()
2807         Some cleanups.
2808
2809
2810 2005-05-06  Wim Taymans  <wim@fluendo.com>
2811
2812         * gst-libs/gst/audio/gstaudiosink.c:
2813         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2814         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2815         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2816         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2817         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2818         (gst_audiosink_create_ringbuffer):
2819         * gst-libs/gst/audio/gstbaseaudiosink.c:
2820         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2821         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2822         (gst_baseaudiosink_set_property), (build_linear_format),
2823         (debug_spec_caps), (debug_spec_buffer),
2824         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2825         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2826         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2827         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2828         * gst-libs/gst/audio/gstbaseaudiosink.h:
2829         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2830         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2831         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2832         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2833         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2834         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2835         (wait_segment), (gst_ringbuffer_commit),
2836         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2837         (gst_ringbuffer_clear):
2838         * gst-libs/gst/audio/gstringbuffer.h:
2839         Make the base audiosink return an error when there is no
2840         audiobuffer negotiated.
2841
2842 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2843
2844         * ext/Makefile.am:
2845         Disable cdparanoia until someone ports it!
2846
2847 2005-05-06  Wim Taymans  <wim@fluendo.com>
2848
2849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2850         (gst_ogg_demux_sink_activate):
2851         And revert after wingo's revert.. sigh..
2852
2853 2005-05-05  Andy Wingo  <wingo@pobox.com>
2854
2855         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
2856         GObject.
2857         * configure.ac: Return audiorate and subparse from the ghetto.
2858         Re-enable -Wall -Werror.
2859         * gst/subparse/gstsubparse.c:
2860         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
2861         or chain-based. Cleaned up a bit. Not tested.
2862         
2863 2005-05-05  Christian Schaller <christian@fluendo.com> 
2864
2865         * Makefile.am: remove stuff that is not building
2866         * configure.ac: remove stuff that is not building
2867         * examples/Makefile.am: remove stuff that is not building
2868         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
2869         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
2870         * sys/Makefile.am: remove stuff that is not building
2871         * testsuite/Makefile.am: remove stuff that is not building
2872
2873 2005-05-05  Andy Wingo  <wingo@pobox.com>
2874
2875         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2876         * gst-libs/gst/tag/gstvorbistag.c:
2877         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
2878         * gst/adder/gstadder.h:
2879         * gst/audioconvert/gstchannelmix.c:
2880         (gst_audio_convert_fill_one_other):
2881         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
2882         (gst_audiorate_init), (gst_audiorate_chain):
2883         * gst/playback/gstplaybasebin.c: (setup_source):
2884         * gst/playback/test3.c: (update_scale):
2885         Some GCC4 fixes
2886         
2887         * po/af.po:
2888         * po/az.po:
2889         * po/cs.po:
2890         * po/en_GB.po:
2891         * po/hu.po:
2892         * po/it.po:
2893         * po/nb.po:
2894         * po/nl.po:
2895         * po/or.po:
2896         * po/sq.po:
2897         * po/sr.po:
2898         * po/sv.po:
2899         * po/uk.po:
2900         * po/vi.po: Foo
2901
2902 2005-05-05  Wim Taymans  <wim@fluendo.com>
2903
2904         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2905         (gst_audio_convert_caps_remove_format_info),
2906         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
2907         (gst_audio_convert_change_state), (gst_audio_convert_channels):
2908         * gst/videotestsrc/gstvideotestsrc.c:
2909         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
2910         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
2911         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
2912         (gst_videotestsrc_init), (gst_videotestsrc_loop):
2913         Don't ignore _push() return values.
2914         Make sure no processing is done when shutting down.
2915         Videotestsrc pad activation fix.
2916
2917 2005-05-05  Wim Taymans  <wim@fluendo.com>
2918
2919         * gst/adder/Makefile.am:
2920         * gst/adder/gstadder.c: (gst_adder_setcaps),
2921         (gst_adder_class_init), (gst_adder_init),
2922         (gst_adder_request_new_pad), (gst_adder_collected),
2923         (gst_adder_change_state):
2924         * gst/adder/gstadder.h:
2925         Ported adder as an example of a mixer element using
2926         collect pads. Needs more negotiation work.
2927
2928 2005-05-05  Wim Taymans  <wim@fluendo.com>
2929
2930         * ext/theora/theoradec.c: (_inc_granulepos),
2931         (theora_dec_src_event), (theora_dec_sink_event),
2932         (theora_handle_comment_packet), (theora_handle_type_packet),
2933         (theora_handle_header_packet), (theora_handle_data_packet),
2934         (theora_dec_chain):
2935         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2936         (gst_theora_enc_init), (theora_enc_sink_setcaps),
2937         (theora_push_buffer), (theora_push_packet),
2938         (theora_enc_sink_event), (theora_enc_chain),
2939         (theora_enc_change_state), (theora_enc_set_property),
2940         (theora_enc_get_property):
2941         Added stream lock to decoder so that we can serialize
2942         the discont event.
2943         More theoraenc porting, recover from errors, do clean
2944         shutdown.
2945
2946 2005-05-05  Wim Taymans  <wim@fluendo.com>
2947
2948         * ext/ogg/Makefile.am:
2949         * ext/ogg/README:
2950         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2951         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
2952         (gst_ogg_print):
2953         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2954         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2955         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2956         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2957         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
2958         (gst_ogg_mux_change_state):
2959         Ported ogg muxer.
2960
2961 2005-05-05  Wim Taymans  <wim@fluendo.com>
2962
2963         * docs/design-audiosinks.txt:
2964         * gst-libs/gst/audio/TODO:
2965         * gst-libs/gst/audio/gstaudiosink.c:
2966         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2967         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2968         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2969         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2970         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2971         (gst_audiosink_create_ringbuffer):
2972         * gst-libs/gst/audio/gstbaseaudiosink.c:
2973         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2974         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2975         (gst_baseaudiosink_set_property), (build_linear_format),
2976         (debug_spec_caps), (debug_spec_buffer),
2977         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2978         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2979         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2980         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2981         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2982         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2983         (gst_ringbuffer_release), (gst_ringbuffer_play),
2984         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2985         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2986         (gst_ringbuffer_set_sample), (wait_segment),
2987         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2988         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2989         More work on the audiosink, mostly debugging and a race in
2990         shutdown.
2991
2992 2005-04-28  Wim Taymans  <wim@fluendo.com>
2993
2994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2995         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
2996         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2997         (vorbis_dec_src_query), (vorbis_dec_src_event),
2998         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2999         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3000         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
3001         Don't crap out when seeking back to position 0.
3002
3003 2005-04-28  Wim Taymans  <wim@fluendo.com>
3004
3005         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
3006         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
3007         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
3008         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3009         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
3010         Make audio sink configurable, use alsasink as default.
3011
3012 2005-04-28  Wim Taymans  <wim@fluendo.com>
3013
3014         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3015         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
3016         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
3017         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
3018         (vorbis_dec_change_state):
3019         * ext/vorbis/vorbisdec.h:
3020         Refactor, use STREAM_LOCK.
3021
3022 2005-04-28  Wim Taymans  <wim@fluendo.com>
3023
3024         * ext/theora/theoradec.c: (_inc_granulepos),
3025         (theora_dec_sink_event), (theora_handle_comment_packet),
3026         (theora_handle_type_packet), (theora_handle_header_packet),
3027         (theora_handle_data_packet), (theora_dec_chain),
3028         (theora_dec_change_state):
3029         Refactor a bit, use STREAM_LOCK.
3030
3031 2005-04-28  Wim Taymans  <wim@fluendo.com>
3032
3033         * ext/alsa/Makefile.am:
3034         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
3035         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
3036         (gst_alsa_link), (gst_alsa_close_audio):
3037         * ext/alsa/gstalsaplugin.c: (plugin_init):
3038         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3039         (gst_alsasink_dispose), (gst_alsasink_base_init),
3040         (gst_alsasink_class_init), (gst_alsasink_init),
3041         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
3042         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
3043         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
3044         (gst_alsasink_reset):
3045         * ext/alsa/gstalsasink.h:
3046         Implement alsasink with simple open/write/close API. 
3047         Make alsa dir build by disabling compilation of code.
3048
3049 2005-04-28  Wim Taymans  <wim@fluendo.com>
3050
3051         * gst-libs/gst/audio/Makefile.am:
3052         * gst-libs/gst/audio/audio.h:
3053         * gst-libs/gst/audio/audioclock.c:
3054         * gst-libs/gst/audio/audioclock.h:
3055         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
3056         (gst_audio_clock_class_init), (gst_audio_clock_init),
3057         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
3058         * gst-libs/gst/audio/gstaudioclock.h:
3059         * gst-libs/gst/audio/gstaudiosink.c:
3060         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3061         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3062         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3063         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3064         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3065         (gst_audiosink_create_ringbuffer):
3066         * gst-libs/gst/audio/gstbaseaudiosink.c:
3067         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3068         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3069         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
3070         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
3071         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3072         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3073         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3074         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3075         * gst-libs/gst/audio/gstbaseaudiosink.h:
3076         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3077         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
3078         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3079         (gst_ringbuffer_release), (gst_ringbuffer_play),
3080         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3081         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3082         (gst_ringbuffer_set_sample), (wait_segment),
3083         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3084         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3085         * gst-libs/gst/audio/gstringbuffer.h:
3086         Make ringbuffer faster and more simple by removing the locks
3087         in the playback thread.
3088         Add sample accurate playback based on buffer sample offsets.
3089         Make the baseaudiosink provide a clock.
3090         Parse caps in the base class.
3091         Correctly handle seeking, flushing and state changes.
3092
3093 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3094
3095         * configure.ac:
3096         * gst/audioconvert/Makefile.am:
3097         * gst/audioscale/Makefile.am:
3098           Fix part of the build.  Come on guys, autogen didn't even work :)
3099
3100 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3101
3102         * configure.ac:
3103         * gst-libs/gst/Makefile.am:
3104         * gst-libs/gst/media-info/.cvsignore:
3105         * gst-libs/gst/media-info/Makefile.am:
3106         * gst-libs/gst/media-info/README:
3107         * gst-libs/gst/media-info/media-info-priv.c:
3108         * gst-libs/gst/media-info/media-info-priv.h:
3109         * gst-libs/gst/media-info/media-info-test.c:
3110         * gst-libs/gst/media-info/media-info.c:
3111         * gst-libs/gst/media-info/media-info.h:
3112         * gst-libs/gst/media-info/media-info.vcproj:
3113         * pkgconfig/Makefile.am:
3114         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3115         * pkgconfig/gstreamer-media-info.pc.in:
3116           Remove media-info, which is also successed by playbin (see Totem
3117           implementation).
3118
3119 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3120
3121         * configure.ac:
3122         * examples/Makefile.am:
3123         * examples/gstplay/.cvsignore:
3124         * examples/gstplay/Makefile.am:
3125         * examples/gstplay/player.c:
3126         * gst-libs/gst/Makefile.am:
3127         * gst-libs/gst/play/.cvsignore:
3128         * gst-libs/gst/play/Makefile.am:
3129         * gst-libs/gst/play/play.c:
3130         * gst-libs/gst/play/play.h:
3131         * gst-libs/gst/play/play.vcproj:
3132         * pkgconfig/Makefile.am:
3133         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3134         * pkgconfig/gstreamer-play.pc.in:
3135           Remove libgstplay, playbin is now the official successor.
3136
3137 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3138
3139         * configure.ac:
3140         * gst-libs/gst/Makefile.am:
3141         * gst-libs/gst/xwindowlistener/Makefile.am:
3142         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3143         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
3144           Remove deprecated xwindowlistener (I've moved xwindowlistening
3145           in the v4l/v4l2 plugins over to serverside).
3146
3147 2005-04-25  David Schleef  <ds@schleef.org>
3148
3149         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
3150         to examples/dynparams.  Examples do not belong interspersed with
3151         source code.
3152         * examples/dynparams/demo-dparams.c:
3153         * gst/sine/Makefile.am:
3154         * gst/sine/demo-dparams.c:
3155
3156 2005-04-25  David Schleef  <ds@schleef.org>
3157
3158         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
3159         * gst-libs/gst/audio/Makefile.am:
3160         * gst-libs/gst/riff/Makefile.am:
3161         * gst-libs/gst/tag/Makefile.am:
3162         * gst-libs/gst/video/Makefile.am:
3163         * gst-libs/gst/xwindowlistener/Makefile.am:
3164
3165         Convert to 0.9 API, seems to work:
3166         * sys/ximage/Makefile.am:
3167         * sys/ximage/ximagesink.c:
3168
3169 2005-04-24  David Schleef  <ds@schleef.org>
3170
3171         Link plugins against libraries:
3172         * ext/alsa/Makefile.am:
3173         * gst/tcp/Makefile.am:
3174
3175         Remove asm code that should be in liboil
3176         * gst/videoscale/Makefile.am:
3177         * gst/videoscale/videoscale_x86_asm.s:
3178
3179         gettext wants these checked in:
3180         * po/af.po:
3181         * po/az.po:
3182         * po/cs.po:
3183         * po/en_GB.po:
3184         * po/hu.po:
3185         * po/it.po:
3186         * po/nb.po:
3187         * po/nl.po:
3188         * po/or.po:
3189         * po/sq.po:
3190         * po/sr.po:
3191         * po/sv.po:
3192         * po/uk.po:
3193         * po/vi.po:
3194
3195 2005-04-24  David Schleef  <ds@schleef.org>
3196
3197         Convert gst_main() to g_main_loop_run()
3198         * gst/playback/decodetest.c: (main):
3199         * gst/playback/test2.c: (main):
3200         * gst/playback/test3.c: (main):
3201         * gst/playback/test4.c: (main):
3202
3203         Link plugins against libraries:
3204         * ext/libvisual/Makefile.am:
3205         * sys/xvimage/Makefile.am:
3206
3207 2005-04-24  David Schleef  <ds@schleef.org>
3208
3209         * configure.ac: Remove idct and resample libs
3210         * gst-libs/gst/Makefile.am: same
3211
3212         Remove usage of gst_library_load():
3213         * ext/alsa/gstalsaplugin.c: (plugin_init):
3214         * ext/libvisual/visual.c: (plugin_init):
3215         * ext/ogg/gstogg.c: (plugin_init):
3216         * ext/theora/theora.c: (plugin_init):
3217         * ext/vorbis/vorbis.c: (plugin_init):
3218         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
3219         * gst/audioscale/gstaudioscale.c:
3220         * gst/adder/gstadder.c: (plugin_init):
3221         * gst/audioconvert/plugin.c: (plugin_init):
3222         * sys/ximage/ximagesink.c: (plugin_init):
3223         * sys/xvimage/xvimagesink.c: (plugin_init):
3224         * gst/tcp/gsttcpplugin.c: (plugin_init):
3225
3226         Link plugins against libraries:
3227         * ext/ogg/Makefile.am:
3228         * ext/theora/Makefile.am:
3229         * ext/vorbis/Makefile.am:
3230         * gst/audioconvert/Makefile.am:
3231
3232         Create proper libraries:
3233         * gst-libs/gst/riff/Makefile.am:
3234         * gst-libs/gst/audio/Makefile.am:
3235         * gst-libs/gst/video/Makefile.am:
3236
3237         Move resample library to audioscale plugin directory:
3238         * gst-libs/gst/resample/Makefile.am:
3239         * gst-libs/gst/resample/README:
3240         * gst-libs/gst/resample/dtof.c:
3241         * gst-libs/gst/resample/dtos.c:
3242         * gst-libs/gst/resample/functable.c:
3243         * gst-libs/gst/resample/private.h:
3244         * gst-libs/gst/resample/resample.c:
3245         * gst-libs/gst/resample/resample.h:
3246         * gst-libs/gst/resample/resample.vcproj:
3247         * gst-libs/gst/resample/test.c:
3248         * gst/audioscale/Makefile.am:
3249         * gst/audioscale/README:
3250         * gst/audioscale/dtof.c:
3251         * gst/audioscale/dtos.c:
3252         * gst/audioscale/functable.c:
3253         * gst/audioscale/private.h:
3254         * gst/audioscale/resample.c:
3255         * gst/audioscale/resample.h:
3256         * gst/audioscale/test.c:
3257
3258         Move tagedit library to gst-libs:
3259         * gst-libs/gst/tag/Makefile.am:
3260         * gst-libs/gst/tag/gstid3tag.c:
3261         * gst-libs/gst/tag/gsttagediting.c:
3262         * gst-libs/gst/tag/gsttageditingprivate.h:
3263         * gst-libs/gst/tag/gstvorbistag.c:
3264         * gst/tags/Makefile.am:
3265         * gst/tags/gstid3tag.c:
3266         * gst/tags/gstvorbistag.c:
3267
3268         Fix for core changes:
3269         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3270         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
3271         (gst_sinesrc_getrange):
3272
3273 2005-04-23  David Schleef  <ds@schleef.org>
3274
3275         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
3276         in gst-plugins in a long time, and properly belongs in liboil.
3277         * gst-libs/gst/idct/Makefile.am:
3278         * gst-libs/gst/idct/README:
3279         * gst-libs/gst/idct/dct.h:
3280         * gst-libs/gst/idct/doieee:
3281         * gst-libs/gst/idct/fastintidct.c:
3282         * gst-libs/gst/idct/floatidct.c:
3283         * gst-libs/gst/idct/idct.c:
3284         * gst-libs/gst/idct/idct.h:
3285         * gst-libs/gst/idct/idtc.vcproj:
3286         * gst-libs/gst/idct/ieeetest.c:
3287         * gst-libs/gst/idct/intidct.c:
3288
3289 2005-04-20  Wim Taymans  <wim@fluendo.com>
3290
3291         * docs/design-audiosinks.txt:
3292         * gst-libs/gst/audio/Makefile.am:
3293         * gst-libs/gst/audio/TODO:
3294         * gst-libs/gst/audio/gstaudiosink.c:
3295         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3296         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3297         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
3298         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3299         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3300         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
3301         (gst_audiosink_class_init), (gst_audiosink_init),
3302         (gst_audiosink_create_ringbuffer):
3303         * gst-libs/gst/audio/gstaudiosink.h:
3304         * gst-libs/gst/audio/gstbaseaudiosink.c:
3305         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
3306         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
3307         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
3308         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
3309         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
3310         (gst_baseaudiosink_create_ringbuffer),
3311         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3312         * gst-libs/gst/audio/gstbaseaudiosink.h:
3313         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3314         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
3315         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
3316         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3317         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
3318         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3319         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
3320         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
3321         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
3322         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
3323         * gst-libs/gst/audio/gstringbuffer.h:
3324         An attempt at a set of audio base classes together with some
3325         design docs.
3326
3327 2005-04-20  Wim Taymans  <wim@fluendo.com>
3328
3329         * gst/audioconvert/Makefile.am:
3330         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3331         (gst_audio_convert_caps_remove_format_info),
3332         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3333         (gst_audio_convert_channels):
3334         Link against audio libs.
3335         Fix audio convert plugin.
3336
3337 2005-04-20  Wim Taymans  <wim@fluendo.com>
3338
3339         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
3340         (gst_ogg_demux_sink_activate):
3341         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3342         (theora_set_header_on_caps), (theora_enc_sink_event),
3343         (theora_enc_chain):
3344         Fix theora encoder.
3345
3346 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3347
3348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
3349         * gst/playback/gstdecodebin.c: (find_compatibles):
3350           Work with staticpadtemplates in elementfactories.
3351
3352 2005-04-12  Wim Taymans  <wim@fluendo.com>
3353
3354         * gst/playback/README:
3355         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3356         (compare_ranks), (print_feature), (gst_decode_bin_init),
3357         (dynamic_create), (dynamic_free), (find_compatibles),
3358         (mimetype_is_raw), (close_pad_link), (got_redirect),
3359         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3360         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
3361         (gst_decode_bin_change_state):
3362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3363         (gst_play_base_bin_init), (group_destroy), (group_commit),
3364         (check_queue), (queue_overrun), (queue_threshold_reached),
3365         (queue_out_of_data), (gen_preroll_element), (unknown_type),
3366         (new_decoded_pad), (setup_subtitle), (gen_source_element),
3367         (got_redirect), (setup_source), (play_base_eos),
3368         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3369         (gst_play_base_bin_remove_element):
3370         * gst/playback/gstplaybasebin.h:
3371         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3372         (gst_play_bin_init), (gst_play_bin_dispose),
3373         (gst_play_bin_set_property), (gen_video_element),
3374         (gen_text_element), (gen_audio_element), (remove_sinks),
3375         (gst_play_bin_send_event):
3376         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3377         (stream_info_change_state), (gst_stream_info_set_mute):
3378         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3379         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
3380         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
3381         (gst_stream_selector_chain):
3382         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3383         (main):
3384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3385         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
3386         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3387         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
3388         Raw and crude port of decodebin. 
3389         Make playbin compile.
3390
3391 2005-04-06  Wim Taymans  <wim@fluendo.com>
3392
3393         * ext/gnomevfs/Makefile.am:
3394         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3395         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3396         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3397         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
3398         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
3399         (gst_gnomevfssrc_stop):
3400         * ext/ogg/Makefile.am:
3401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
3402         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
3403         * ext/theora/Makefile.am:
3404         * ext/theora/theoradec.c: (_inc_granulepos),
3405         (theora_dec_sink_event), (theora_dec_chain):
3406         * ext/vorbis/Makefile.am:
3407         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3408         (vorbis_dec_sink_event), (vorbis_dec_chain):
3409         * gst-libs/gst/audio/Makefile.am:
3410         * sys/xvimage/Makefile.am:
3411         Make gnomevfssrc extend the source base class.
3412         Fix linking against libs in various plugins.
3413
3414 2005-04-06  Andy Wingo  <wingo@pobox.com>
3415
3416         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
3417         GST_BASE_LIBS.
3418
3419         * configure.ac: Add check and AC_SUBST for libgstbase.
3420
3421 2005-03-31  Wim Taymans  <wim@fluendo.com>
3422
3423         * examples/seeking/Makefile.am:
3424         * examples/seeking/cdparanoia.c: (main):
3425         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
3426         (play_cb), (pause_cb), (stop_cb), (main):
3427         * examples/seeking/playbin.c:
3428         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
3429         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3430         (make_sid_pipeline), (make_vorbis_pipeline),
3431         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3432         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3433         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3434         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
3435         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
3436         (stop_cb), (main):
3437         * examples/seeking/spider_seek.c:
3438         * examples/seeking/vorbisfile.c:
3439         * ext/gnomevfs/Makefile.am:
3440         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3441         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
3442         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3443         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
3444         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
3445         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
3446         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
3447         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
3448         * ext/ogg/README:
3449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
3450         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
3451         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
3452         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
3453         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
3454         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
3455         (gst_ogg_pad_event), (gst_ogg_pad_reset),
3456         (gst_ogg_demux_factory_filter), (compare_ranks),
3457         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3458         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3459         (gst_ogg_chain_new), (gst_ogg_chain_free),
3460         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
3461         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
3462         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
3463         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
3464         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
3465         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3466         (gst_ogg_demux_get_prev_page),
3467         (gst_ogg_demux_deactivate_current_chain),
3468         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3469         (gst_ogg_demux_bisect_forward_serialno),
3470         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3471         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
3472         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
3473         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
3474         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
3475         (gst_ogg_demux_change_state), (gst_ogg_print):
3476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3477         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
3478         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
3479         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
3480         (gst_ogg_mux_loop):
3481         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3482         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3483         (theora_dec_src_convert), (theora_dec_sink_convert),
3484         (theora_dec_src_query), (theora_dec_src_event),
3485         (theora_dec_sink_event), (theora_dec_chain),
3486         (theora_dec_change_state):
3487         * ext/theora/theoraenc.c: (gst_theora_enc_init),
3488         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
3489         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
3490         (theora_enc_change_state):
3491         * ext/vorbis/Makefile.am:
3492         * ext/vorbis/oggvorbisenc.c:
3493         * ext/vorbis/oggvorbisenc.h:
3494         * ext/vorbis/vorbis.c: (plugin_init):
3495         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3496         (vorbis_dec_src_query), (vorbis_dec_src_event),
3497         (vorbis_dec_sink_event), (vorbis_dec_chain),
3498         (vorbis_dec_change_state):
3499         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3500         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
3501         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3502         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3503         (gst_vorbisenc_change_state):
3504         * ext/vorbis/vorbisenc.h:
3505         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
3506         * gst-libs/gst/audio/audioclock.c:
3507         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3508         (gst_audiofilter_init), (gst_audiofilter_chain):
3509         * gst-libs/gst/audio/testchannels.c: (main):
3510         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
3511         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
3512         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
3513         (gmip_find_track_streaminfo), (gmip_find_track_format):
3514         * gst-libs/gst/media-info/media-info.c:
3515         (gst_media_info_read_idler):
3516         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
3517         (gst_play_get_all_by_interface):
3518         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3519         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3520         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3521         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3522         (gst_riff_parse_info):
3523         * gst-libs/gst/riff/riff-read.h:
3524         * gst-libs/gst/riff/riff.c: (plugin_init):
3525         * gst-libs/gst/video/Makefile.am:
3526         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
3527         (gst_videosink_class_init), (gst_videosink_get_type):
3528         * gst-libs/gst/video/videosink.h:
3529         * gst/audioconvert/bufferframesconvert.c:
3530         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
3531         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
3532         * gst/audioconvert/channelmixtest.c: (main):
3533         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3534         (gst_audio_convert_chain),
3535         (gst_audio_convert_caps_remove_format_info),
3536         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
3537         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
3538         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
3539         (gst_audio_convert_buffer_to_default_format),
3540         (gst_audio_convert_buffer_from_default_format),
3541         (gst_audio_convert_channels):
3542         * gst/audioconvert/gstchannelmix.h:
3543         * gst/ffmpegcolorspace/avcodec.h:
3544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3545         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3546         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
3547         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
3548         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
3549         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3550         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3551         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3552         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3553         (dv_type_find):
3554         * gst/videotestsrc/gstvideotestsrc.c:
3555         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
3556         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
3557         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
3558         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
3559         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
3560         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
3561         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
3562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3563         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
3564         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
3565         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
3566         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3567         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3568         (gst_xvimagesink_navigation_send_event),
3569         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
3570         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
3571         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3572         * sys/xvimage/xvimagesink.h:
3573         Plugin port to 0.9, ogg/theora playback should work in the seek
3574         example now.
3575         Removed old examples.
3576         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
3577         explained in 0.9 TODO doc.
3578
3579
3580 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3581
3582         * autogen.sh:
3583         * configure.ac:
3584         * ext/Makefile.am:
3585         * gst/Makefile.am:
3586         * po/POTFILES.in:
3587         * po/af.po:
3588         * po/az.po:
3589         * po/cs.po:
3590         * po/en_GB.po:
3591         * po/hu.po:
3592         * po/it.po:
3593         * po/nb.po:
3594         * po/nl.po:
3595         * po/or.po:
3596         * po/sq.po:
3597         * po/sr.po:
3598         * po/sv.po:
3599         * po/uk.po:
3600         * po/vi.po:
3601         * sys/Makefile.am:
3602         * testsuite/Makefile.am:
3603           remove a whole bunch of plugins.  This module now contains a set
3604           of free reference plugins/elements as agreed.
3605
3606 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3607
3608         * configure.ac:
3609           hunting season on 0.9 is now OPEN
3610 <<<<<<< ChangeLog
3611 =======
3612
3613 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3614
3615         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3616           Kick the hell out of gcc for not warning me about a symbol conflict.
3617
3618 2005-02-22  Luca Ognibene  <luogni@tin.it>
3619
3620         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3621
3622         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
3623           Don't leak caps string (fixes #168134)
3624
3625         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
3626         (gst_jpegenc_init), (gst_jpegenc_finalize),
3627         (gst_jpegenc_change_state):
3628           Don't leak line buffers and context struct (fixes #168133).
3629
3630 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
3631
3632         * configure.ac:
3633         * ext/dirac/gstdiracdec.cc:
3634         (gst_diracdec_chain):
3635           Since dirac 0.5.0 the framerate in dirac is expressed as a
3636           rational number. Fix build and up requirement to 0.5.0, and
3637           also pass parameters to gst_diracdec_link in the right order
3638           (fixes #167959).
3639
3640 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
3641
3642         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
3643         * ext/faad/gstfaad.h:
3644         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
3645         certain invalid muxed streams, where some packets will contain 
3646         junk after decoder data. Partially fixes #149158.
3647
3648 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
3649         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
3650           Make sure we only write to writable buffers
3651
3652 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
3653
3654         * gst-libs/gst/riff/riff-media.c:
3655         (gst_riff_create_audio_caps_with_data):
3656           Do actually fix invalid RIFF fmt header values for alaw
3657           and mulaw audio instead of just saying so.
3658
3659         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3660           Give gst_riff_create_audio_caps_with_data() a chance to
3661           fix up broken format header fields before extracting any
3662           parameters from the header. (fixes #167633)
3663
3664 2005-02-19  Martin Holters  <martin.holters@gmx.de>
3665
3666         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3667
3668         * gst/audioconvert/bufferframesconvert.c:
3669         (buffer_frames_convert_link):
3670           Don't leak othercaps. (fixes #167878)
3671
3672 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
3673
3674         * configure.ac:
3675         * ext/libvisual/visual.c: (gst_visual_srclink),
3676         (gst_visual_change_state):
3677           Support libvisual 0.2.0.
3678
3679 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
3680
3681         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
3682         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
3683           Use same rowstrides for I420 as used everywhere else.
3684
3685 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
3686
3687         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
3688           Declare variables at beginning of block and make gcc-2.95 happy
3689           (fixes # 167482, patch by Gergely Nagy).
3690           
3691         * gst/tcp/gsttcpclientsrc.c:
3692         * gst/tcp/gsttcpclientsrc.h:
3693           Move some includes into the header, so that struct sockaddr_in is
3694           defined when it should be defined on FreeBSD as well (fixes
3695           #167483).
3696           
3697         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
3698           Don't pass uninitialised values to setsockopt() here either.
3699
3700 2005-02-17  Luca Ognibene  <luogni at tin dot it>
3701
3702         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3703
3704         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
3705           Don't pass uninitialised values to setsockopt(). (fixes #167704)
3706
3707 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3708
3709         * gst/playback/gstplaybin.c: (add_sink):
3710           Invert bin_add/link order to workaround deadlock in opt.
3711
3712 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3713
3714         * gst/modplug/gstmodplug.cc:
3715           Add missing break causing position queries to fail.
3716
3717 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3718
3719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
3720           Granpos can apparently be -1, which screws up calculations...
3721
3722 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
3723
3724         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3725         (gst_ximagesink_send_pending_navigation),
3726         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
3727         (gst_ximagesink_init):
3728         * sys/ximage/ximagesink.h:
3729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3730         (gst_xvimagesink_send_pending_navigation),
3731         (gst_xvimagesink_navigation_send_event),
3732         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
3733         * sys/xvimage/xvimagesink.h:
3734           Use a mutex protected list to marshal navigation
3735           events into the stream thread from whichever thread
3736           sends them.
3737
3738 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
3739
3740         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
3741           Display current position and track length; misc. clean-ups.
3742           
3743         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
3744         (speed_init), (speed_chain):
3745           Add query function, so that the stream length and current position
3746           get adjusted when queried (note that current position queries may
3747           still be wrong if the audio sink returns values based on buffer
3748           timestamps instead of passing on the query).
3749
3750 2005-02-13  Benjamin Otte  <otte@gnome.org>
3751
3752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3753         (gst_audio_convert_channels):
3754           create channel conversion matrix when linking
3755         * gst/audioconvert/.cvsignore:
3756         * gst/audioconvert/Makefile.am:
3757         * gst/audioconvert/channelmixtest.c: (main):
3758           add (ugly) test that ensures stereo <=> mono conversion works
3759           correctly
3760
3761 2005-02-13  Benjamin Otte  <otte@gnome.org>
3762
3763         * gst/audioconvert/gstchannelmix.h:
3764           include missing header file
3765         * gst/audioconvert/gstchannelmix.c:
3766         (gst_audio_convert_fill_compatible):
3767           use same sign for both channels when converting to/from compatible
3768           channel. Previously used different signs made the signals cancel
3769           each other out and appear like silence. (fixes #167269)
3770
3771 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
3772
3773         * gst/ffmpegcolorspace/avcodec.h:
3774         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3775         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3776         (gst_ffmpegcsp_avpicture_fill):
3777         * gst/ffmpegcolorspace/imgconvert.c:
3778           Convert to and from YV12 (fixes #156379).
3779
3780 2005-02-12  Julien MOUTTE  <julien@moutte.net>
3781
3782         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3783         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3784         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3785         (gst_ximagesink_expose), (gst_ximagesink_set_property),
3786         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
3787         methods from chain and negotiation and vice versa (Fixes #166142).
3788         * sys/ximage/ximagesink.h: Add stream_lock.
3789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3790         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3791         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3792         (gst_xvimagesink_expose): Check for xcontext before trying to link.
3793
3794 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
3795
3796         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
3797           Don't send "Hey! You gave me a NULL pointer you naughty person" as
3798           error message when we can't open the DVD device (when dvdnav_open()
3799           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
3800           the above). Send something more useful instead (fixes #167117).
3801
3802 2005-02-11  Julien MOUTTE  <julien@moutte.net>
3803
3804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3805         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
3806         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3807         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3808         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3809         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
3810         methods from chain and negotiation and vice versa (Fixes #166142).
3811         Fix a possible bug of images in the buffer pool being discarded because
3812         we are looking at the wrong geometry.
3813         * sys/xvimage/xvimagesink.h: Add stream_lock.
3814
3815 2005-02-11  David Schleef  <ds@schleef.org>
3816
3817         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
3818         unsigned int. (fixes #167128)
3819
3820 2005-02-11  David Schleef  <ds@schleef.org>
3821
3822         * gst/librfb/Makefile.am: Testing stuff before committing is
3823           for wimps... and people with fast machines.  Fix stupid
3824           mistake.
3825
3826 2005-02-11  David Schleef  <ds@schleef.org>
3827
3828         * configure.ac: Pull in librfb from my CVS tree, because it is
3829           too small and annoying to be separate.  Move rfbsrc plugin
3830           to gst/.
3831         * ext/Makefile.am:
3832         * ext/librfb/Makefile.am:
3833         * ext/librfb/gstrfbsrc.c:
3834         * gst/librfb/Makefile.am:
3835         * gst/librfb/gstrfbsrc.c:
3836         * gst/librfb/rfb.c:
3837         * gst/librfb/rfb.h:
3838         * gst/librfb/rfbbuffer.c:
3839         * gst/librfb/rfbbuffer.h:
3840         * gst/librfb/rfbbytestream.c:
3841         * gst/librfb/rfbbytestream.h:
3842         * gst/librfb/rfbcontext.h:
3843         * gst/librfb/rfbdecoder.c:
3844         * gst/librfb/rfbdecoder.h:
3845         * gst/librfb/rfbutil.h:
3846
3847 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
3848
3849         * gst/speed/Makefile.am:
3850         * gst/speed/demo-mp3.c: (main):
3851         * gst/speed/filter.func:
3852         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
3853         (speed_class_init), (speed_init), (speed_chain_int16),
3854         (speed_chain_float32), (speed_chain), (speed_set_property),
3855         (speed_get_property), (speed_change_state):
3856         * gst/speed/gstspeed.h:
3857           Fix speed element and make it chain-based (fixes #156467),
3858           and make it handle more than one channel.
3859
3860 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
3861
3862         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
3863         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
3864         (gst_dtsdec_chain), (gst_dtsdec_change_state):
3865         * ext/dts/gstdtsdec.h:
3866           Don't clobber the stack constructing the channels array.
3867           Make the element chain-based. DTS tracks can now be played.
3868           
3869 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
3870
3871         * gst-libs/gst/audio/multichannel.h:
3872         * gst-libs/gst/gconf/gconf.h:
3873         * gst-libs/gst/idct/idct.h:
3874         * gst-libs/gst/media-info/media-info-priv.h:
3875         * gst-libs/gst/play/play.h:
3876         * gst-libs/gst/resample/private.h:
3877         * gst-libs/gst/resample/resample.h:
3878         * gst-libs/gst/riff/riff-ids.h:
3879         * gst-libs/gst/video/video.h:
3880         * gst-libs/gst/video/videosink.h:
3881           Add G_BEGIN_DECLS and G_END_DECLS around headers where
3882           missing, so that they work when included from C++ code.
3883
3884 2005-02-09  David Schleef  <ds@schleef.org>
3885
3886         * testsuite/gst-lint: Check for non-statically scoped
3887           parent_class variables.  This won't be a problem once
3888           plugins are loaded with RTLD_LOCAL.
3889
3890 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3891
3892         * ext/mplex/gstmplexibitstream.cc:
3893           gcc madness.
3894
3895 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3896
3897         * ext/ogg/gstogmparse.c:
3898         * gst/debug/gstnavigationtest.c:
3899           Die, thou faulty symbol pollutors (non-static parent_class).
3900
3901 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3902
3903         * ext/mplex/gstmplexibitstream.cc:
3904           Fix event handling (#165525).
3905
3906 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3907
3908         * ext/mikmod/gstmikmod.c:
3909         * gst/modplug/gstmodplug.cc:
3910           Add missing endianness to template (fixes #165509).
3911
3912 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3913
3914         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
3915           Fix wrong order of reading of optional bytes (#165290).
3916
3917 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3918
3919         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3920           Implement FILLER event awareness.
3921
3922 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3923
3924         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
3925           Fix track calculations (#166208).
3926
3927 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3928
3929         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3930
3931         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
3932         * ext/libpng/gstpngenc.c:
3933           Fix byte-order, use proper fixed caps. Fixes #164197.
3934
3935 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3936
3937         * configure.ac:
3938           Add dvdlpcmdec 
3939
3940         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
3941         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
3942           Don't push buffers if the src pad isn't negotiated yet.
3943           
3944         * gst/audioconvert/gstaudioconvert.c:
3945         (gst_audio_convert_buffer_to_default_format),
3946         (gst_audio_convert_buffer_from_default_format):
3947           Add support for 24-bit width.
3948
3949         * gst/dvdlpcmdec/.cvsignore:
3950         * gst/dvdlpcmdec/Makefile.am:
3951         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
3952         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
3953         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
3954         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
3955         (plugin_init):
3956         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3957           New decoder for rearranging DVD LPCM into our audio/x-raw-int
3958           format. Needs support for the channels maps if someone can find 
3959           a DVD LPCM track with > 2 channels.
3960
3961         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
3962         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
3963         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
3964         * gst/mpegstream/gstdvddemux.h:
3965         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
3966         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
3967         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
3968         * gst/mpegstream/gstmpegdemux.h:
3969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
3970         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
3971         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
3972         (gst_mpeg_parse_handle_src_query),
3973         (gst_mpeg_parse_handle_src_event):
3974           Use audio/x-dvd-lpcm for LPCM output.
3975           Add DTS output.
3976
3977 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3978
3979         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3980
3981         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
3982         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
3983           Add BGRA handling (#165736).
3984
3985 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
3986
3987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3988
3989         * gst/law/alaw-decode.c: (alawdec_link):
3990         * gst/law/alaw-encode.c: (alawenc_link):
3991         * gst/law/mulaw-decode.c: (mulawdec_link):
3992         * gst/law/mulaw-encode.c: (mulawenc_link):
3993           Fix caps memleaks (#166600).
3994
3995 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
3996
3997         * ext/tarkin/mem.h:
3998         * ext/tarkin/wavelet.h:
3999         * ext/tarkin/yuv.h:
4000         * gst/ffmpegcolorspace/avcodec.h:
4001           Include "_stdint.h" instead of <stdint.h>. Fixes build on
4002           systems that don't have stdint.h, like Solaris9 (fixes #166631).
4003
4004 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4005
4006         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
4007         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
4008         (gst_xvimagesink_change_state):
4009           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
4010           Xv video (and thereby regenerate Xv colourkey) in clear() so
4011           that PLAY -> READY -> PLAY works (fixes #162504).
4012
4013 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4014
4015         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
4016           Switch to list instead of range, since MJPEG-devices really just
4017           support decimations, not any size.
4018
4019 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4020         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
4021         (gst_mpeg2dec_reset), (free_all_buffers),
4022         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
4023         * ext/mpeg2dec/gstmpeg2dec.h:
4024           The libmpeg2 user-allocated buffer management is awkward, 
4025           to say the least. Hopefully this fixes things.
4026
4027 2005-02-04  Andy Wingo  <wingo@pobox.com>
4028
4029         * gst/audioconvert/bufferframesconvert.c
4030         (buffer_frames_convert_fixate): New function, fixates to 256
4031         frames per buffer by default. (Much better than 1.)
4032         (buffer_frames_convert_init): Set the fixate function for both src
4033         and sink pad.
4034         (buffer_frames_convert_link): After success setting nonfixed caps,
4035         get the negotiated caps so we can know how many buffer-frames it
4036         will be. No idea how this worked at all before.
4037
4038 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4039
4040         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4041         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
4042         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
4043         (handle_sequence), (handle_picture):
4044         * ext/mpeg2dec/gstmpeg2dec.h:
4045           Rearrange buffer tracking and refcounting and refactor
4046           a little for readability. 
4047
4048 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
4049         * sys/v4l/gstv4l.c: (plugin_init):
4050         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
4051         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
4052         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
4053         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
4054         * sys/v4l/gstv4ljpegsrc.h:
4055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
4056         * sys/v4l/v4l_calls.h:
4057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
4058         (gst_v4lsrc_get_fps):
4059         * sys/v4l/v4lsrc_calls.h:
4060           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
4061           you jpeg inside rgb frames" driver.
4062           Don't error in the v4lsrc link function, just return 
4063           REFUSED.
4064
4065 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4066
4067         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
4068         (gst_qcamsrc_open):
4069           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
4070
4071 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4072
4073         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4074           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
4075
4076 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4077
4078         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
4079           Reset negotiated state on PAUSED->READY.
4080
4081 2005-02-02  David Schleef  <ds@schleef.org>
4082
4083         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
4084         whereever possible.  (Fixes #165997)
4085         * examples/capsfilter/capsfilter1.c: (main):
4086         * examples/dynparams/filter.c: (create_ui):
4087         * examples/seeking/cdparanoia.c: (get_track_info), (main):
4088         * examples/seeking/chained.c: (main):
4089         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4090         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4091         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
4092         (make_mpeg_pipeline), (make_mpegnt_pipeline):
4093         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4094         * examples/switch/switcher.c: (main):
4095         * ext/dv/demo-play.c: (main):
4096         * ext/faad/gstfaad.c: (gst_faad_change_state):
4097         * ext/mad/gstmad.c: (gst_mad_chain):
4098         * ext/smoothwave/demo-osssrc.c: (main):
4099         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
4100         (gst_gconf_render_bin_from_description),
4101         (gst_gconf_get_default_audio_sink),
4102         (gst_gconf_get_default_video_sink),
4103         (gst_gconf_get_default_audio_src),
4104         (gst_gconf_get_default_video_src),
4105         (gst_gconf_get_default_visualization_element):
4106         * gst/level/demo.c: (main):
4107         * gst/level/plot.c: (main):
4108         * gst/playback/gstplaybin.c: (gen_video_element),
4109         (gen_audio_element):
4110         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4111         * gst/playondemand/demo-mp3.c: (setup_pipeline):
4112         * gst/sine/demo-dparams.c: (main):
4113         * gst/spectrum/demo-osssrc.c: (main):
4114         * gst/speed/demo-mp3.c: (main):
4115         * gst/volume/demo.c: (main):
4116         * testsuite/embed/embed.c: (main):
4117
4118 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4119
4120         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4121         (gst_tcpclientsink_finalize):
4122         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4123         (gst_tcpclientsrc_finalize):
4124         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4125         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
4126         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4127         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
4128           Don't leak the hostname when shutting down.
4129           In tcpserversrc, take a copy of the default hostname.
4130
4131 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4132
4133         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
4134           Set caps to systemstream=TRUE.
4135
4136 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4137
4138         * testsuite/Makefile.am:
4139           Fix more OSX buildbots.
4140
4141 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4142
4143         * ext/mpeg2dec/gstmpeg2dec.c:
4144           Don't send things to NULL PAD_PEERs
4145
4146         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
4147           Copy-on-write the incoming buffer.
4148
4149         * gst/mpegstream/gstdvddemux.h:
4150         * gst/mpegstream/gstmpegclock.h:
4151         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4152         (normal_seek), (gst_mpeg_demux_handle_src_event):
4153         * gst/mpegstream/gstmpegdemux.h:
4154         * gst/mpegstream/gstmpegpacketize.h:
4155         * gst/mpegstream/gstmpegparse.c:
4156         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
4157         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
4158         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
4159         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
4160         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
4161         * gst/mpegstream/gstmpegparse.h:
4162         * gst/mpegstream/gstrfc2250enc.h:
4163           Various changes to the way time is computed that make seeking and
4164           total time estimation much better here.
4165           Use G_BEGIN/END_DECLS instead of __cplusplus
4166
4167         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
4168           Use gst_buffer_stamp instead of only copying the TIMESTAMP
4169
4170 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4171
4172         * gst/subparse/gstsubparse.c:
4173           Fix OSX buildbot.
4174
4175 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4176
4177         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4178         (theora_enc_chain), (theora_enc_change_state):
4179         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4180         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
4181         (gst_vorbisenc_change_state):
4182         * ext/vorbis/vorbisenc.h:
4183           Set granulepos and timestamp correctly for streams not
4184           starting at 0, taking into account the initial delay.
4185
4186 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4187
4188         * gst/mpegstream/gstdvddemux.c:
4189           Add audio/x-dts to audio pad template caps
4190
4191 2005-01-30  David Schleef  <ds@schleef.org>
4192
4193         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
4194         (create_context), (gst_polypsink_link): Fix silly endianness
4195         bug.  Add some debugging.  Remove float from caps; it doesn't
4196         work.  Attempt to get remote audio working.
4197
4198 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4199
4200         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4201           Add 3IV2 fourcc.
4202
4203 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4204
4205         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
4206         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
4207         (gst_avi_demux_stream_data):
4208         * gst/avi/gstavidemux.h:
4209           Invert DIB images. Fixes #132341.
4210
4211 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4212
4213         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4214         (gst_ffmpegcsp_chain):
4215           D'oh, reference the palette data, not the palette structure.
4216           Fixes color distortion in #132341.
4217
4218 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4219
4220         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4221           PAR can be non-fixed when not provided as argument (#162626).
4222
4223 2005-01-29  David Moore  <dcm@acm.org>
4224
4225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4226
4227         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4228         (gst_qtdemux_loop_header):
4229           Re-apply patch from #142272 that allows non-seekable sources,
4230           re-proposed by Daniel Drake <dsd@gentoo.org>.
4231
4232 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4233
4234         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
4235           Use the src template for creating the src pad (#162330).
4236
4237 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4238
4239         * configure.ac:
4240         * ext/musepack/Makefile.am:
4241         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
4242         (gst_musepackdec_init), (gst_musepackdec_dispose),
4243         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
4244         (gst_musepack_stream_init), (gst_musepackdec_loop),
4245         (gst_musepackdec_change_state):
4246         * ext/musepack/gstmusepackdec.cpp:
4247         * ext/musepack/gstmusepackdec.h:
4248         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
4249         (gst_musepack_reader_read), (gst_musepack_reader_seek),
4250         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
4251         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
4252         * ext/musepack/gstmusepackreader.cpp:
4253         * ext/musepack/gstmusepackreader.h:
4254           Update to 1.1 API (#165446).
4255
4256 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4257
4258         * ext/Makefile.am:
4259           Unbreak buildbot.
4260
4261 2005-01-28  Andy Wingo  <wingo@pobox.com>
4262
4263         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
4264         to reflect a different dubious internet source. Add a reference
4265         and some commentary.
4266
4267 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4268
4269         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4270         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
4271         * gst/playback/gststreamselector.h:
4272           Be more selective when we're redoing caps negotiation from
4273           within the chain function on a stream change.
4274
4275 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4276
4277         * configure.ac:
4278         * ext/Makefile.am:
4279         * ext/amrnb/Makefile.am:
4280         * ext/amrnb/amrnb.c: (plugin_init):
4281         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
4282         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
4283         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
4284         (gst_amrnbdec_state_change):
4285         * ext/amrnb/amrnbdec.h:
4286         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
4287         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
4288         (gst_amrnbparse_init), (gst_amrnbparse_formats),
4289         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
4290         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
4291         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
4292         * ext/amrnb/amrnbparse.h:
4293           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
4294         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4295           Add AMR-NB/-WB raw formats.
4296         * ext/alsa/gstalsa.c: (gst_alsa_link):
4297           Keep valid time when changing format.
4298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4299         (qtdemux_parse_trak):
4300           Add some more format-specific options (#140141, #143555, #155163).
4301
4302 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4303
4304         * gst/matroska/matroska-demux.c:
4305         (gst_matroska_demux_parse_blockgroup):
4306           Fix logic error in timing of subtitle stream synchronization.
4307         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4308           Add skip-chunk, which is found in kodak-camera streams.
4309
4310 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4311
4312         * po/LINGUAS:
4313         * po/vi.po:
4314           Adding Vietnamese translation (submitted by Clytie Siddall)
4315
4316 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4317
4318         * gst/playback/gstdecodebin.c: (try_to_link_1):
4319           Use realpad for signal.
4320
4321 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4322
4323         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
4324           Fix category so decodebin picks it up.
4325
4326 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4327
4328         * ext/mad/Makefile.am:
4329         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
4330         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
4331         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
4332         (found_type), (gst_id3demux_bin_change_state):
4333         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4334         (gst_id3_tag_init), (gst_id3_tag_handle_event),
4335         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4336         (gst_id3_tag_change_state), (plugin_init):
4337         * ext/mad/gstmad.h:
4338           Add id3demuxbin (which is a simple bin consisting of id3demux
4339           and typefind), take over rank from id3demux, remove typefind
4340           code from id3demux. Makes all broken mp3s that I know of work,
4341           and thereby fixes #152688.
4342
4343 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
4344
4345         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4346
4347         * ext/mad/gstmad.c: (gst_mad_src_event):
4348         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4349           Allow seeks on audio pad, make mad forward those (#164826).
4350         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4351           Set duration (#165335).
4352
4353 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4354
4355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4356         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
4357         (gst_asf_demux_process_ext_content_desc),
4358         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
4359         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
4360         * gst/asfdemux/gstasfdemux.h:
4361           Improve metadata display, e.g. if the metadata comes before the
4362           streams are loaded (which is perfectly valid).
4363
4364 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4365
4366         * tools/gst-launch-ext-m.m:
4367           Fix AVI/ASF pipelines (#165340).
4368
4369 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
4370         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
4371         build failure on amd64
4372
4373 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
4374
4375         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
4376         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
4377           Check environment variables GST_ID3V2_TAG_ENCODING,
4378           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4379           list of character encodings to force interpretation of non-unicode
4380           strings stored in an ID3v2 tag to a particular encoding. If none
4381           is specified, try to use current locale's encoding, then fall back
4382           to ISO-8859-1 (which will always succeed). (Resolves #149274)
4383         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
4384         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
4385           Check environment variables GST_ID3V1_TAG_ENCODING,
4386           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4387           list of character encodings to use in case a string encountered
4388           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
4389           specified, try to use the current locale's encoding, then fall
4390           back to ISO-8859-1 (which will always succeed).
4391
4392 2005-01-25  Benjamin Otte  <otte@gnome.org>
4393
4394         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4395           - on half framerate, compute the rate in advance so the comparisons
4396             don't compare wrong values
4397           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
4398             behaviour
4399           - don't use mad_header_decode anymore, mad_frame_decode does that
4400             automatically
4401           - when getting rid of consumed bytes, reset the stream's skiplen
4402           (fixes #163867)
4403
4404 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4405
4406         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
4407           Use 1/2 a second for default max_discont, as PES streams from DVB
4408           seem to have larger spacings in the SCR. 
4409           Fix a typo.
4410
4411 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4412
4413         * gst/playback/gstplaybasebin.c: (group_commit):
4414           Notify delayed stream-info availability.
4415
4416 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4417         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4418         (gst_a52dec_handle_event), (gst_a52dec_chain):
4419         Add some debug output. Check that a discont has a valid
4420         time associated.
4421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4422         (gst_alsa_sink_loop):
4423         Ignore TAG events. A little extra debug for broken timestamps.
4424         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
4425         (dvdnavsrc_change_state):
4426         Ensure we send a discont to engage the link before we send any
4427         other events.
4428         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
4429         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
4430         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
4431         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
4432         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
4433         dvd://title works in totem because typefinding sends a seek that ends
4434         up going back to chapter 1 regardless.
4435         * ext/mpeg2dec/gstmpeg2dec.c:
4436         * ext/mpeg2dec/gstmpeg2dec.h:
4437         Output correct timestamps and handle disconts.
4438         * ext/ogg/gstoggdemux.c: (get_relative):
4439         Small guard against a null dereference.
4440         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
4441         (gst_textoverlay_set_property):
4442         Free memory when done. Don't call gst_event_filler_get_duration on
4443         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
4444         g_warning.
4445         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
4446         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
4447         (gst_sw_srclink), (gst_smoothwave_chain):
4448         Draw solid lines, prettier colours.
4449         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
4450         Add a default palette that'll work for some movies.
4451         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
4452         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
4453         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
4454         * gst/mpegstream/gstdvddemux.h:
4455         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4456         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
4457         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4458         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
4459         * gst/mpegstream/gstmpegparse.h:
4460         Use PTM/NAV events when for timestamp adjustment when connected to 
4461         dvdnavsrc. Don't use many discont events where one suffices.
4462         * gst/playback/gstplaybasebin.c: (group_destroy),
4463         (gen_preroll_element), (gst_play_base_bin_add_element):
4464         * gst/playback/gstplaybasebin.h:
4465         Make sure we remove subtitles from the same bin we put them in.
4466         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
4467         (gst_subparse_buffer_format_autodetect),
4468         (gst_subparse_change_state):
4469         Fix some memleaks and invalid accesses.
4470         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
4471         (oggskel_type_find), (cmml_type_find), (plugin_init):
4472         Some typefind functions for Annodex v3.0 files
4473         * gst/wavparse/gstwavparse.h:
4474         GstRiffReadClass is the correct parent class.
4475
4476 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4477
4478         * gst-libs/gst/riff/riff-media.c:
4479         (gst_riff_create_video_caps_with_data):
4480           Add extradata to huffyuv (fixes #165013).
4481         * gst-libs/gst/riff/riff-read.c:
4482         (gst_riff_read_strf_vids_with_data):
4483           Fix extradata extraction if it is in the chunk size.
4484
4485 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
4486
4487         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4488
4489         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
4490         (gst_quarktv_change_state), (gst_quarktv_dispose):
4491           Memory free'ing location fix (#164708).
4492
4493 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4494
4495         * gst/playback/gstplaybasebin.c: (group_commit),
4496         (gen_preroll_element), (probe_triggered), (gen_source_element),
4497         (setup_source), (gst_play_base_bin_change_state),
4498         (gst_play_base_bin_add_element):
4499           Don't block for streams.
4500         * gst/playback/gststreaminfo.c: (stream_info_change_state),
4501         (gst_stream_info_set_mute):
4502           Use gst_pad_set_active_recursive.
4503
4504 2005-01-25  Andy Wingo  <wingo@pobox.com>
4505
4506         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
4507         for #ifndef HAVE_XVIDEO.
4508
4509 2005-01-24  Jeffrey C. Ollie
4510
4511         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
4512
4513         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
4514         * ext/gsm/gstgsmdec.h:
4515         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
4516         * ext/gsm/gstgsmenc.h:
4517         Fix rate to 8kHz as per spec, removes obscure errors when no rate
4518         was given by property. Add proper buffer timestamps and offsets.
4519
4520 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4521
4522         * gst-libs/gst/riff/riff-media.c:
4523         (gst_riff_create_audio_caps_with_data):
4524           Audio can be <8000Hz.
4525
4526 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4527
4528         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4529           Explicit state change to workaround refcount bugs.
4530
4531 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4532
4533         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
4534         (gst_avimux_riff_get_avi_header):
4535           Fix...
4536
4537 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4538
4539         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
4540         (gst_riff_read_element_data):
4541         * gst-libs/gst/riff/riff-read.h:
4542           Add _peek version (req'ed in CDXA).
4543         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
4544         (gst_cdxaparse_loop):
4545           Fix parsing in playbin.
4546         * gst/playback/gstdecodebin.c: (close_pad_link):
4547           Ignore current_ pads, they cause major annoyance.
4548
4549 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4550
4551         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4552           Safety guard.
4553
4554 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4555
4556         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
4557           Fix padding...
4558
4559 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4560
4561         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
4562           Allow for 0-sized buffers. Fixes length query problems in
4563           starwars.mkv from the testsuite.
4564
4565 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
4566
4567         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
4568         (gst_video_box_i420), (gst_video_box_chain):
4569           Fix row strides for I420 (fixes #163159)
4570           
4571 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4572
4573         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4574           MPEG2 has a useful rate property, so we can actually use that.
4575           For MPEG-1, continue using the bytes/time properties.
4576
4577 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4578
4579         * gst-libs/gst/riff/riff-media.c:
4580         (gst_riff_create_video_caps_with_data),
4581         (gst_riff_create_video_template_caps):
4582           Add intel-h263.
4583
4584 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4585
4586         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4587           Fail if caps negotiation fails. Should fix #162184, and should
4588           definately be in there regardless of it fixing the actual bug.
4589         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
4590         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
4591         (gst_avimux_riff_get_avix_header),
4592         (gst_avimux_riff_get_video_header),
4593         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
4594         (gst_avimux_start_file), (gst_avimux_handle_event),
4595         (gst_avimux_change_state):
4596         * gst/avi/gstavimux.h:
4597           Refactor structure writing to use GST_WRITE_UINT macros, add
4598           metadata writing support.
4599
4600 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4601
4602         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4603           Elements may already be destroyed when this function is called.
4604
4605 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4606
4607         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4608         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
4609           More memory leak fixes (#149162).
4610
4611 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4612
4613         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4614         (gst_qtdemux_add_stream):
4615           Fix two memleaks.
4616
4617 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4618
4619         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4620           Argh...
4621
4622 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4623
4624         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4625           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
4626           when fixating to six channels in Totem.
4627
4628 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4629
4630         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
4631           Fix compile warnings on Solaris 10 buildbot
4632
4633 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4634
4635         * ext/dvdread/dvdreadsrc.c: (_read):
4636           Don't read beyond the last cell in a chapter (fixes 
4637           invalid memory access)
4638
4639 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4640
4641         * ext/dvdread/stream_labels.c:
4642         (dvdreadsrc_get_audio_stream_labels):
4643           Use NULL for an empty GList instead of g_list_alloc(); fix 
4644           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
4645           of GString (easier to bulk free later)
4646
4647 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4648
4649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4650
4651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4652         (gst_ffmpeg_pixfmt_to_caps):
4653           Fix BGRA32 caps (#164209).
4654
4655 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4656
4657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4658
4659         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4660         (gst_ffmpeg_caps_to_pixfmt):
4661           alpha_mask can be RGBA/ABGR. Fixes #164265.
4662
4663 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
4664
4665         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4666
4667         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
4668         (gst_mpeg2dec_alloc_buffer):
4669         * ext/mpeg2dec/gstmpeg2dec.h:
4670           Crop if decoding size is not the actual image size (#163676).
4671
4672 2005-01-17  Steve Baker  <steve@stevebaker.org>
4673
4674         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4675
4676         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
4677         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
4678           Add libsndfile typefind functions (#163309).
4679
4680 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4681
4682         * tools/gst-launch-ext-m.m:
4683           Add .aac, fix .m1v/.m2v (#163891).
4684
4685 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4686
4687         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
4688           Sanity check, don't wait endlessly since the clock might not
4689           actually run at this point (which is a deadlock). Fixes #164069.
4690
4691 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4692
4693         * gst/playback/gstplaybasebin.c: (probe_triggered):
4694           Of course, only pause if group is done...
4695
4696 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4697
4698         * gst/playback/gstplaybasebin.c: (probe_triggered):
4699           Thread safety.
4700
4701 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
4702
4703         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
4704           Don't return state change success when the parent
4705           failed.
4706
4707 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4708
4709         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
4710           Free events (fix memleak in #162905).
4711
4712 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
4713
4714         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4715
4716         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4717         (gst_ffmpeg_caps_to_pixfmt):
4718           Fix for depth = 15. Fixes #161675.
4719
4720 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4721
4722         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4723           Set FPS correctly, even for webcams and the like.
4724         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
4725           Don error on setting while capturing.
4726
4727 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4728
4729         * ext/dv/gstdvdec.c:
4730         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4731         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4732           I'm a bad boy. using /1001. to force C to do float division
4733           and not integer division (as it did in my last commit)
4734           Thanks to David I. Lehn for pointing this mistake.
4735
4736 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4737
4738         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4739           Revert Johan??s 1.35->1.36 since it breaks compat.
4740
4741 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4742
4743         * ext/dv/gstdvdec.c:
4744         * ext/libfame/gstlibfame.c:
4745         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4746         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4747           replace framerate aproximations by their real value
4748           (24000/1001, 30000/1001, 60000/1001)
4749           Finish fixing bug #164049
4750
4751 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4752
4753         * ext/ogg/gstoggmux.c:
4754           eos/bos debugging
4755         * gst/tcp/gstmultifdsink.c:
4756         * gst/tcp/gstmultifdsink.h:
4757         * gst/tcp/gsttcp.c:
4758         * gst/tcp/gsttcp.h:
4759         * gst/tcp/gsttcpclientsink.c:
4760         * gst/tcp/gsttcpclientsrc.c:
4761         * gst/tcp/gsttcpserversink.c:
4762         * gst/tcp/gsttcpserversrc.c:
4763           improve reusability of elements after state changes and errors
4764           make multifdsink throw away streamheaders when receiving new ones
4765
4766 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4767
4768         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4769           Fix for if items are already in list...
4770
4771 2005-01-12  Benjamin Otte  <otte@gnome.org>
4772
4773         * gst/adder/gstadder.c: (gst_adder_loop):
4774           fix adder a bit so it doesn't screw up with events as much anymore
4775
4776 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
4777
4778         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
4779         (pixbufscale_scale), (gst_pixbufscale_chain):
4780         * ext/gdk_pixbuf/pixbufscale.h:
4781           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
4782           to ensure rowstrides are calculated the same way as 
4783           ffmpegcolorspace
4784           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
4785           that we pick up duration and offset also.
4786
4787 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4788
4789         * gst/avi/gstavimux.c: (gst_avimux_class_init),
4790         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
4791           Reusability fixes.
4792
4793 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4794
4795         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
4796         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4797         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
4798         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
4799           Update flags when requested.
4800
4801 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4802
4803         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4804           Fix dmix.
4805
4806 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4807
4808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4809         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4810         (probe_triggered), (new_decoded_pad), (gen_source_element),
4811         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4812         * gst/playback/gstplaybasebin.h:
4813         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4814         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
4815         (gst_play_bin_change_state):
4816           Implement group-switch signal for use in apps to clear metadata
4817           cache, clean up subtitle, add suburi property instead of # hack,
4818           some error-out fixes.
4819
4820 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4821
4822         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4823           Debug.
4824         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
4825           If we got a state change in the _get handler, don't return success.
4826
4827 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4828
4829         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
4830         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
4831           Make jpegdec quiet on MJPEG decoding
4832         * gst/asfdemux/README:
4833           Fix mimetypes for MJPEG and H263
4834
4835 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4836
4837         * ext/theora/theoradec.c: (theora_dec_chain):
4838           Fix broken code generation by gcc by swapping arguments.
4839         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4840           Fix \n in debug.
4841
4842 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4843
4844         * TODO:
4845           delete this file, it is by far outdated
4846         * ext/alsa/gstalsa.1: remove
4847         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
4848         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
4849         (gst_alsa_get_caps):
4850           Add HW probing for supported sample rates. Fixes #161704
4851
4852 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4853
4854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4855           Don't crash, biatch! :).
4856
4857 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4858
4859         * ext/musepack/gstmusepackreader.cpp:
4860         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
4861           Some work on tags - still doesn't work in playbin...
4862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4863           Handle events...
4864
4865 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4866
4867         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
4868           Also shove tags on kid pads.
4869
4870 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4871
4872         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4873           Don't bail on unknown events.
4874         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4875           Don't crash on events before negotiation.
4876         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4877           Send tags on pads, too.
4878         * gst/playback/gststreamselector.c:
4879         (gst_stream_selector_request_new_pad):
4880           Forward events on first pad if no input was selected yet.
4881
4882 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4883
4884         * gst/playback/gstplaybasebin.c: (setup_substreams):
4885           Don't disable streamtype if the stream doesn't exist, since
4886           then playing a video after audio will disable both and nothing
4887           will happen. Fixes the testsuite.
4888
4889 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4890
4891         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
4892         (gst_v4l_xoverlay_set_xwindow_id):
4893         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
4894         (gst_v4l2_xoverlay_set_xwindow_id):
4895           Add debug categories, fix overlay disabling.
4896
4897 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4898
4899         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
4900         * ext/alsa/gstalsa.h:
4901           Add HW probing for period_count/size and buffer_size MIX/MAX
4902           Adjust default/user defined value if out of bounds
4903           Should fix bug #162024
4904
4905 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4906
4907         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
4908           Fix warning (#161191).
4909
4910 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4911
4912         * ext/dvdread/stream_labels.c:
4913         (dvdreadsrc_get_audio_stream_labels):
4914           Fix warning (init the good variable in switch default)
4915
4916 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
4917
4918         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4919
4920         * gst/tta/gstttaparse.c: (gst_tta_src_event):
4921           Fix gcc-2.95 compile (#163485).
4922
4923 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4924
4925         * configure.ac:
4926         * ext/flac/gstflacenc.c: (gst_flacenc_init),
4927         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
4928         (gst_flacenc_tell_callback), (gst_flacenc_chain),
4929         (gst_flacenc_change_state):
4930         * ext/flac/gstflacenc.h:
4931           Update for API change in flac-1.1.1. Update requirement in
4932           configure.ac. Fixes #162974.
4933
4934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4935
4936         * gst/playback/gstplaybasebin.c: (group_destroy):
4937           Remove hack to get rid of assert and get rid of unlinked
4938           signals properly.
4939
4940 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4941
4942         * gst/playback/gstplaybasebin.c: (setup_source):
4943           Set source to NULL so that resources are free'ed. Fixes issues
4944           with playback of CDDA and similar device-accessing things.
4945
4946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4947
4948         * testsuite/embed/Makefile.am:
4949           test->noinst, fix make test in buildbot.
4950
4951 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4952
4953         * ext/dvdread/stream_labels.c: new file
4954         * ext/dvdread/stream_labels.h: new file
4955         * ext/dvdread/Makefile.am:
4956         * ext/dvdread/dvdreadsrc.c: (_seek_title):
4957           Extract audio stream label from DVD IFO files.
4958           It only dump them on the console for now, still have to
4959           make playbin aware of them.
4960
4961 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4962
4963         * gst/playback/gstplaybasebin.c: (setup_source):
4964           Fix hanging subs.
4965
4966 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4967
4968         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4969         (gen_preroll_element), (remove_groups), (setup_subtitle),
4970         (gen_source_element), (setup_source):
4971         * gst/playback/gstplaybasebin.h:
4972           Multiple .sub files is just a stupid idea... Fix some threading
4973           mistakes. Interestingly, external .sub files cause playbin to
4974           hang, I don't know why... Parsing fixes contributed by Fran??ois
4975           Kooman <fkooman@tuxed.net>.
4976
4977 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4978
4979         * testsuite/embed/Makefile.am:
4980           Fix buildbot.
4981
4982 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4983
4984         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4985
4986         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4987         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4988         (gst_pngenc_set_property):
4989         * ext/libpng/gstpngenc.h:
4990           Add compression level property (#163323).
4991
4992 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4993
4994         * configure.ac:
4995         * examples/capsfilter/capsfilter1.c: (main):
4996         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4997         * ext/dvdread/Makefile.am:
4998         * ext/dvdread/demo-play:
4999         * ext/dvdread/demo-play.c:
5000         * gconf/gstreamer.schemas.in:
5001         * gst-libs/gst/gconf/gconf.c:
5002         * sys/v4l/TODO:
5003         * testsuite/Makefile.am:
5004         * testsuite/embed/Makefile.am:
5005         * testsuite/embed/embed.c: (cb_expose), (main):
5006           Remove all references to xvideosink, fix examples (#140845).
5007         * gst/playback/gstplaybasebin.c: (group_destroy):
5008           Apparently, disposal does not unlink - so do explicitely.
5009         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
5010           Add debug.
5011
5012 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
5013
5014         * README: fix PKG_CONFIG_PATH instructions, what was there
5015         previously was breaking default search path, not nice. 
5016         Fixes #163358
5017
5018 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5019
5020         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
5021         (gst_audioscale_chain):
5022           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
5023           when resampling - how the ^@$^!@^! is this possible?!?
5024
5025 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5026
5027         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5028           Reset variables on READY.
5029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
5030         (gst_matroska_mux_loop):
5031           Require data before writing header.
5032
5033 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
5034
5035         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5036
5037         * ext/mad/gstmad.c: (gst_mad_chain):
5038           Don't call mad_stream_sync() directly after recovering sync.
5039           Fixes #151661.
5040
5041 2005-01-09  Martin Eikermann  <meiker@upb.de>
5042
5043         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5044
5045         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
5046         (snapshot_handler), (gst_snapshot_sinkconnect),
5047         (gst_snapshot_chain):
5048           Allocate resources when required, fix recursive signal emission
5049           and fix caps. Fixes #161667.
5050
5051 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5052
5053         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5054
5055         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
5056         (gst_pngdec_chain):
5057           Handle only 8-bppc (bits-per-pixel-component) images, better
5058           error handling and correct strides. Fixes #163177.
5059         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
5060         (gst_pngenc_chain):
5061           Better error handling. Fixes #163348.
5062
5063 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5064
5065         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
5066         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
5067         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
5068         (dvdnavsrc_uri_handler_init):
5069           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
5070         * gst/playback/gstplaybasebin.c: (gen_source_element):
5071           Add MMS to streaming URIs.
5072
5073 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5074
5075         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5076         * sys/xvimage/xvimagesink.c:
5077         (gst_xvimagesink_navigation_send_event):
5078           Check for pad availability before sending event.
5079
5080 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5081
5082         * gst-plugins.spec.in:
5083           Add subparse.
5084
5085 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5086
5087         * configure.ac:
5088           Since we use functions from CVS, up requirement.
5089
5090 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5091
5092         * gst/playback/Makefile.am:
5093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5094         (group_destroy), (group_commit), (group_is_muted),
5095         (gen_preroll_element), (add_stream), (unknown_type),
5096         (probe_triggered), (preroll_unlinked), (mute_stream),
5097         (silence_stream), (new_decoded_pad), (setup_substreams),
5098         (setup_source), (get_active_source), (mute_group_type),
5099         (muted_group_change_state), (set_active_source),
5100         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5101         (play_base_eos), (gst_play_base_bin_change_state):
5102         * gst/playback/gstplaybasebin.h:
5103         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5104         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5105         (gst_stream_info_dispose), (stream_info_mute_pad),
5106         (stream_info_change_state), (gst_stream_info_set_mute):
5107         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
5108         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5109         (gst_stream_selector_init), (gst_stream_selector_dispose),
5110         (gst_stream_selector_get_linked_pad),
5111         (gst_stream_selector_get_caps), (gst_stream_selector_link),
5112         (gst_stream_selector_get_linked_pads),
5113         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5114         * gst/playback/gststreamselector.h:
5115           Adding stream selection support plus required properties for
5116           applications to use this. Fully fixes #100931.
5117
5118 2005-01-08  Benjamin Otte  <otte@gnome.org>
5119
5120         * gst/games/gstpuzzle.c: (nav_event_handler):
5121           - handle nav events differently: forward every event no matter if it
5122             was handled or not.
5123           - translate events
5124           You can now cheat by using navigationtest ! puzzle and moving the
5125           mouse close to the edge of a tile. ;)
5126
5127 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5128
5129         * configure.ac:
5130         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5131         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
5132         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
5133         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
5134         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
5135         (gst_ogm_parse_plugin_init):
5136         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
5137         (gst_textoverlay_link), (gst_textoverlay_getcaps),
5138         (gst_textoverlay_event), (gst_textoverlay_video_chain),
5139         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
5140         * ext/pango/gsttextoverlay.h:
5141         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5142         (gst_matroska_demux_handle_seek_event),
5143         (gst_matroska_demux_sync_streams),
5144         (gst_matroska_demux_parse_blockgroup),
5145         (gst_matroska_demux_subtitle_caps),
5146         (gst_matroska_demux_plugin_init):
5147         * gst/matroska/matroska-ids.h:
5148         * gst/playback/gstdecodebin.c: (close_pad_link):
5149         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5150         (gen_preroll_element), (remove_groups), (add_stream),
5151         (new_decoded_pad), (setup_subtitles), (gen_source_element),
5152         (setup_source):
5153         * gst/playback/gstplaybasebin.h:
5154         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
5155         * gst/subparse/Makefile.am:
5156         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
5157         (gst_subparse_base_init), (gst_subparse_class_init),
5158         (gst_subparse_init), (gst_subparse_formats),
5159         (gst_subparse_eventmask), (gst_subparse_event),
5160         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
5161         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
5162         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
5163         (parse_mpsub_deinit), (parse_mpsub_init),
5164         (gst_subparse_buffer_format_autodetect),
5165         (gst_subparse_format_autodetect), (gst_subparse_loop),
5166         (gst_subparse_change_state), (gst_subparse_type_find),
5167         (plugin_init):
5168         * gst/subparse/gstsubparse.h:
5169         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
5170         (plugin_init):
5171           Add subtitle support, .sub parser (supports SRT and MPsub),
5172           OGM text support, Matroska UTF-8 text support, deadlock fixes
5173           all over the place, subtitle awareness in decodebin/playbin
5174           and some fixes to textoverlay to handle subtitles in a stream
5175           correctly. Fixes #100931.
5176
5177 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5178
5179         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5180           Check for pad availability before doing a query on it.
5181
5182 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5183
5184         * ext/dv/gstdvdec.c:
5185           really fix bpp24/32 dvdec caps (classic rgba indeed)
5186         * gst/asfdemux/gstasfdemux.c:
5187         (gst_asf_demux_process_ext_content_desc):
5188           don't send text tags if they are empty (bis repetita)
5189
5190 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5191
5192         * ext/dv/gstdvdec.c:
5193          remove unneeded comment from dvdec
5194           (related to DV 4CC codes in AVI files)
5195           moved them in gstreamer/docs/random/mimetypes
5196         * gst/asfdemux/gstasfdemux.c:
5197         (gst_asf_demux_process_ext_content_desc):
5198          don't send text tags if they are empty
5199          fix mem leak on error path
5200         * gst/ffmpegcolorspace/avcodec.h:
5201         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5202         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5203         (gst_ffmpegcsp_avpicture_fill):
5204         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
5205         * gst/ffmpegcolorspace/imgconvert_template.h:
5206          adds BGR32 and BGRA32 to ffmpegcolorspace
5207           (still bad colors, fixing it on next commit)
5208           helps with dvdec outputing BGR32
5209
5210 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5211
5212         * ext/dv/gstdvdec.c:
5213          Fix audio caps i just broke (missing ',')
5214         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
5215         (gst_matroska_mux_reset):
5216          Fix typo + add FIXME about old "x-gst-metadata" crap
5217
5218 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5219
5220         * ext/dv/demo-play.c: (main):
5221          xvideosink -> xvimagesink
5222         * ext/dv/gstdvdec.c:
5223          change rgb 32/32 caps to 24/32 (no alpha)
5224          change nb of channels to be a list (2 or 4, not 2)
5225          change sample rate to be a list (32, 44.1, 48 kHz) not a range
5226         * gst/asfdemux/gstasfdemux.c:
5227         (gst_asf_demux_process_ext_content_desc):
5228          Add 'date/year' to extracted metadata list
5229
5230 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5231
5232         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5233           The return value of fixate_to does not imply that the requested
5234           value was set, so don't assume.
5235
5236 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
5237
5238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5239
5240         * ext/libpng/gstpngdec.c:
5241         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
5242         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
5243         * ext/libpng/gstpngenc.h:
5244           Alpha support (encoder; #163161), mime fixage.
5245
5246 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
5247
5248         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5249
5250         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
5251         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
5252         (gst_faac_set_property), (gst_faac_get_property):
5253         * ext/faac/gstfaac.h:
5254           Allow for ADTS output (#153434).
5255
5256 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5257
5258         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5259           Fix against template (#150576).
5260
5261 2005-01-06  Benjamin Otte  <otte@gnome.org>
5262
5263         * gst/games/gstpuzzle.c: (draw_puzzle):
5264           don't draw a puzzle if either width or height of tiles would be 0.
5265
5266 2005-01-06  Benjamin Otte  <otte@gnome.org>
5267
5268         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
5269         (gst_puzzle_class_init), (gst_puzzle_finalize):
5270           no memleaks, please
5271         (gst_puzzle_create), (gst_puzzle_init),
5272         (gst_puzzle_set_property), (gst_puzzle_setup):
5273           change initialization code around so we don't reshuffle on resize
5274         (draw_puzzle):
5275           fix another stupid typo
5276
5277 2005-01-06  Benjamin Otte  <otte@gnome.org>
5278
5279         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
5280           fix stupid typo that borked copying on YUY2
5281
5282 2005-01-06  Benjamin Otte  <otte@gnome.org>
5283
5284         * gst/games/gstpuzzle.c: (draw_puzzle):
5285           fix edges when image sizes aren't multiples of tile sizes
5286
5287 2005-01-06  Benjamin Otte  <otte@gnome.org>
5288
5289         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
5290           make RGB endianness work correctly
5291         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
5292           refactor and fix race with initial shuffling
5293         (nav_event_handler):
5294           allow using the mouse to puzzle
5295         (draw_puzzle):
5296           insist on tiles having width and height as multiples of 4 to get
5297           clean YUV image handling
5298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5299         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
5300           s/DEBUG/LOG/ for common messages
5301         (gst_xvimagesink_navigation_send_event):
5302           fix mouse event translation to not include screen PAR
5303         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5304           fix mouse event translation to actually work
5305
5306 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5307
5308         * gst/asfdemux/gstasfdemux.c:
5309         (gst_asf_demux_process_ext_content_desc):
5310          Extract TrackNumber metadata + clean up code
5311         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
5312          Hope this is the good fix (var used unitialised)
5313
5314 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5315
5316         * ext/faad/gstfaad.c: (gst_faad_chain):
5317           Only increment timestamp if it's valid. Fixes raw AAC streams.
5318
5319 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5320
5321         * configure.ac:
5322         * gst/games/Makefile.am:
5323         * gst/games/gstpuzzle.c:
5324           add a puzzle game with...
5325         * gst/games/gstvideoimage.c:
5326         * gst/games/gstvideoimage.h:
5327           ... full colorspace support (that includes YUV9 and RGB16)) stolen
5328           from videotestsrc and made into something that would be a nice
5329           library for a lot of other plugins.
5330
5331 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5332
5333         * configure.ac:
5334          don't compile faad plugin if a RC of 2.0 is found
5335          Fixes #155346 (and FC1 buildbot)
5336         * gst/asfdemux/gstasfdemux.c:
5337         (gst_asf_demux_process_ext_content_desc):
5338          try to make Solaris compiler happier
5339
5340 2005-01-06  Paul Jack  <pjack@sfaf.org>
5341
5342         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5343
5344         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
5345           Fix segfault (#161667).
5346
5347 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5348
5349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5350           Fix framerate reporting.
5351
5352 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5353
5354         * gst-libs/gst/riff/riff-ids.h:
5355         * gst/wavenc/riff.h:
5356          Add AMR (VBR and CBR) ids to riff.h audio codec list
5357         * gst/asfdemux/gstasfdemux.c:
5358         (gst_asf_demux_process_ext_content_desc),
5359         (gst_asf_demux_process_object):
5360           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
5361
5362 2005-01-05  Martin Eikermann  <meiker@upb.de>
5363
5364         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5365
5366         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5367         (gst_dvd_demux_handle_discont):
5368         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5369         (gst_mpeg_demux_handle_discont):
5370           Recreate pads on new-media (#160730).
5371         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
5372           Send discont even if manager changes timestamps (#161929).
5373
5374 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
5375
5376         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5377
5378         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
5379           Fix invalid memory access (#159211).
5380
5381 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5382
5383         * examples/gstplay/player.c: (main):
5384           Don't iterate.
5385         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
5386           Add visualizations.
5387         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5388         (gst_a52dec_handle_frame):
5389           Set duration.
5390         * ext/dvdnav/gst-dvd:
5391           Add audioconvert. Fixes #161325.
5392         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
5393           Explicitely case to gint64. Possible valgrind error.
5394         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
5395         (gst_play_tick_callback), (gst_play_change_state),
5396         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
5397         (gst_play_set_location), (gst_play_get_location),
5398         (gst_play_seek_to_time), (gst_play_set_data_src),
5399         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5400         (gst_play_set_visualization), (gst_play_connect_visualization),
5401         (gst_play_get_framerate), (gst_play_get_all_by_interface),
5402         (gst_play_new):
5403           Use playbin. Fixes #139749 and #147744.
5404         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
5405           Add genre tag.
5406         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5407         (audioscale_get_type), (gst_audioscale_base_init),
5408         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
5409         (gst_audioscale_getcaps), (gst_audioscale_fixate),
5410         (gst_audioscale_link), (gst_audioscale_get_buffer),
5411         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
5412         (gst_audioscale_init), (gst_audioscale_dispose),
5413         (gst_audioscale_chain), (gst_audioscale_set_property),
5414         (gst_audioscale_get_property), (plugin_init):
5415           Indent properly.
5416         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5417           Fix LPCM.
5418         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
5419         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
5420         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
5421           Add more metadata (fixes #162656).
5422
5423 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5424
5425         * configure.ac:
5426           back to cvs
5427
5428 === release 0.8.7 ===
5429
5430 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * NEWS:
5433         * RELEASE:
5434         * configure.ac:
5435           releasing 0.8.7, "Hyperspace"
5436
5437 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5438
5439         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5440
5441         * gst/playback/gstplaybasebin.c:
5442          Fix for #162924 - free caps after use, not before
5443
5444 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5445
5446         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5447
5448         * gst/playback/gstplaybasebin.c:
5449         * gst/wavparse/gstwavparse.c:
5450           Fix for #154773 - fixes playback of small .wav files
5451
5452 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5453
5454         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5455
5456         * gst/audioscale/gstaudioscale.c:
5457           Fix for #162819 - make audioscale reusable
5458           Fixes playback of more than one file with playbin/totem
5459
5460 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5461
5462         * gst/ffmpegcolorspace/avcodec.h:
5463         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5464         * gst/ffmpegcolorspace/imgconvert.c:
5465           clean up the mess that made me cry and avoid needless duplication
5466
5467 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5468
5469         * gst/ffmpegcolorspace/imgconvert.c:
5470           give some indication of why we're segfaulting
5471
5472 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5473
5474         * configure.ac:
5475           Fix indentation, fix v4l2 plugin detection.
5476         * ext/Makefile.am:
5477           Fix libmms location (Maciej, use diff -u!).
5478         * ext/alsa/gstalsa.c: (gst_alsa_init):
5479           Initialize caps cache to NULL.
5480         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5481           Only change state on audiosink if it exists.
5482
5483 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
5484
5485         * gst/matroska/matroska-demux.c:
5486         * gst/matroska/matroska-ids.h:
5487         * gst/matroska/matroska-demux.h:
5488         Fix Vorbis streams failing to decode in some files, where cluster_time
5489         isn't 0, because then it doesn't send codec_priv before actual data.
5490         Remove time-based test and replace it with marker set on beginning of
5491         new stream
5492
5493 2004-12-28  David Schleef  <ds@schleef.org>
5494
5495         Merge patch from Ronald fixing problems with streaming
5496         text.
5497         * ext/cairo/gstcairo.c: (plugin_init):
5498         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5499         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5500         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5501         (gst_textoverlay_font_init), (gst_textoverlay_init),
5502         (gst_textoverlay_set_property):
5503         * ext/cairo/gsttextoverlay.h:
5504
5505 2004-12-27  David Schleef  <ds@schleef.org>
5506
5507         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5508         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5509         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5510         (gst_textoverlay_font_init), (gst_textoverlay_init),
5511         (gst_textoverlay_set_property): Improvements to actually
5512         render text as white on black outline on video, including
5513         font selection and horizontal/vertical alignment.  (Ronald's
5514         christmas present)
5515         * ext/cairo/gsttextoverlay.h:
5516
5517 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5518
5519         * ext/ogg/gstogg.c:
5520         * ext/ogg/gstogmparse.c:
5521           fix ogm[audio/video]parse plugin registration
5522           (riff won't load if bytestream is already loaded)
5523
5524 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5525
5526         * gst/audioconvert/gstchannelmix.c:
5527           fix for GLIB < 2.4
5528
5529 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5530
5531         * Makefile.am:
5532         * configure.ac:
5533           disable docs again until it actually passes make distcheck.
5534
5535 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5536
5537         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
5538         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5539         (plugin_init):
5540           Add 3GP (variables name Q3GP because they can't start with a
5541           number). Add samr audio fourcc (used in .3gp files), decoder
5542           is work in progress. Also do a GST_WARNING instead of ERROR
5543           in case of unknown nodes, to decrease output.
5544
5545 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5546
5547         * Makefile.am:
5548           really fix dist
5549
5550 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5551
5552         * configure.ac:
5553         * ext/speex/gstspeexdec.h:
5554         * ext/speex/gstspeexenc.h:
5555           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
5556           Fix detection code in configure.ac
5557
5558 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5559
5560         * gst/matroska/matroska-demux.c:
5561         (gst_matroska_demux_parse_blockgroup):
5562           Save position, so that queries give proper return values. Don't
5563           know how this could ever have worked before...
5564
5565 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5566
5567         * configure.ac:
5568           Put additional LAME check inside the conditional.  Fixes #152339
5569
5570 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5571
5572         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5573         (gst_avi_demux_stream_scan):
5574           Add some more debug. Fix logic error when setting movi offset
5575           while reading index.
5576
5577 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5578
5579         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5580         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
5581         (gst_avi_demux_process_next_entry):
5582           Add some debugging. Better detection of broken indexes and the
5583           accompanying index recovery. No infinite loops on state changes
5584           when we're still in our loopfunction.
5585
5586 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5587
5588         * configure.ac:
5589           Fix up.
5590
5591 2004-12-22  Archana Shah  <archana.shah@wipro.com>
5592
5593         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5594
5595         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
5596           Normalizing the value before setting
5597         (gst_sunaudiomixer_get_volume):
5598           Normalizing the value after getting. Fixes bug# 161980
5599
5600 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5601
5602         * Makefile.am: Make sure docs gets disted
5603         * docs/Makefile.am: Make sure all needed files get disted
5604         * gst-plugins.spec.in: latest updates
5605
5606 2004-12-22  Wim Taymans  <wim@fluendo.com>
5607
5608         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5609         Revert patch 1.38 as clock distribution over schedulers does
5610         not work correcly in the core yet.
5611
5612 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5613
5614         * sys/oss/README: remove this file, which predates my birth
5615           (and which content is by far outdated)
5616
5617 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
5618
5619         * Makefile.am:
5620         * configure.ac:
5621         * docs/Makefile.am:
5622         * docs/libs/Makefile.am:
5623         * docs/libs/gst-plugins-libs-docs.sgml:
5624         * docs/libs/gst-plugins-libs-sections.txt:
5625         * docs/libs/tmpl/gstgconf.sgml:
5626         * docs/upload.mak:
5627         * docs/version.entities.in:
5628           Added boilerplate gtk-doc files for plugin-libs documentation.
5629
5630 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5631
5632         * gst/auparse/gstauparse.c: fix int and float audio caps
5633
5634 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5635
5636         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5637         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
5638           g_assert() can be a macro, don't use #ifdef inside it.
5639
5640 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
5641
5642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5643
5644         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5645         (gst_videorate_init), (gst_videorate_chain),
5646         (gst_videorate_change_state):
5647           Event handling (fixes #159986).
5648
5649 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5650
5651         * gst-libs/gst/riff/riff-media.c:
5652         (gst_riff_create_video_caps_with_data):
5653           Add BLZ0 (Blizzard's version of DivX) fourcc.
5654
5655 2004-12-18  David Schleef  <ds@schleef.org>
5656
5657         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
5658         portability fix.
5659
5660 2004-12-18  David Schleef  <ds@schleef.org>
5661
5662         * gst/tta/ttadec.h: Disable some header code that isn't used
5663         and clearly isn't portable.
5664
5665 2004-12-18  David Schleef  <ds@schleef.org>
5666
5667         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
5668         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5669         (avcodec_get_pix_fmt), (avpicture_layout),
5670         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
5671         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
5672         Fix code to not use GCC extensions (and c99 extensions that
5673         Forte does not like.)
5674
5675 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5676
5677         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5678
5679         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5680         (gst_deinterlace_chain):
5681           Rowstride fixes. Fixes #161039.
5682         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
5683         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
5684         (gst_video_crop_getcaps), (gst_video_crop_link),
5685         (gst_video_crop_i420), (gst_video_crop_chain),
5686         (gst_video_crop_change_state):
5687           Rework of negotiation. Actually works now. Fixes #158650.
5688
5689 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5690
5691         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
5692           That was very stupid.
5693
5694 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5695
5696         * gst/matroska/matroska-demux.c:
5697         (gst_matroska_demux_parse_blockgroup):
5698           Fix possible crasher.
5699
5700 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5701
5702         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
5703         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
5704           Lace sizes can be zero.
5705
5706 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5707
5708         * ext/musepack/gstmusepackdec.cpp:
5709           Fetch error return values. Fixes #161624.
5710         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5711           Really EOS.
5712
5713 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5714
5715         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
5716           Work for truncated (unfinished download etc.) files. Fixes #160514.
5717
5718 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5719
5720         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5721           Fix for integer overflow. Makes #156001 not crash. Probably masks
5722           the real bug.
5723
5724 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5725
5726         * gst/ac3parse/gstac3parse.c: (plugin_init):
5727           Parsers never have ranks. Fixes #159651.
5728
5729 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5730
5731         * gst/playback/gstdecodebin.c: (compare_ranks):
5732           make sure the facotries are ordered the same every time even if they
5733           have the same rank by using the name
5734         * gst/playback/gstdecodebin.c: (find_compatibles):
5735           make sure we don't add factories to the list twice
5736
5737 2004-12-16  David Schleef  <ds@schleef.org>
5738
5739         * configure.ac: look for musepack headers as musepack/*.h
5740         (fixes #159847)
5741         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
5742         * ext/musepack/gstmusepackreader.h: same
5743
5744 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5745
5746         * gst-libs/gst/riff/riff-read.c:
5747         (gst_riff_read_strf_auds_with_data):
5748           Read extradata correctly (fixes #155879).
5749
5750 2004-12-16  David Schleef  <ds@schleef.org>
5751
5752         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
5753         audio.  does _not_ attempt or allow conversion unless channels
5754         is 1 or 2.
5755
5756 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5757
5758         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
5759
5760 2004-12-16  David Schleef  <ds@schleef.org>
5761
5762         * gst/audioscale/gstaudioscale.c: the resample library only
5763         handles 1 or 2 channels.  Change caps to compensate.
5764
5765 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5766
5767         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
5768         (gst_matroska_demux_audio_caps):
5769           Some MPEG-AAC hacks, because else it doesn't work...
5770
5771 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5772
5773         * gst-libs/gst/riff/riff-media.c:
5774         (gst_riff_create_video_caps_with_data),
5775         (gst_riff_create_video_template_caps):
5776           Add h264.
5777
5778 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5779
5780         * gst-libs/gst/audio/Makefile.am:
5781           Try to fix buildbot.
5782
5783 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5784
5785         * gst/tcp/gstmultifdsink.c:
5786           Clean up and uniformize debugging.
5787
5788 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
5789
5790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5791
5792         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5793         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
5794         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
5795         (gst_mpeg_demux_change_state):
5796           Reset on ready. Fixes 160276.
5797
5798 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5799
5800         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5801
5802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5803         (gst_ffmpegcsp_pad_link):
5804           Fix memleak (#154815).
5805
5806 2004-12-16  James Bowes  <bowes@cs.dal.ca>
5807
5808         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5809
5810         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
5811         (gst_musicbrainz_init), (gst_musicbrainz_chain),
5812         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
5813         * ext/musicbrainz/gsttrm.h:
5814           Add support for using a proxy server when getting a trm id from
5815           the MusicBrainz database (#149613).
5816
5817 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
5818
5819         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5820
5821         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
5822         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5823           Fix memleaks (#157233).
5824
5825 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5826
5827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5828
5829         * gst-libs/gst/resample/resample.c: (gst_resample_close):
5830         * gst-libs/gst/resample/resample.h:
5831         * gst/audioscale/gstaudioscale.c:
5832           Fix memleak (#159215).
5833
5834 2004-12-16  Toni Willberg  <toniw@iki.fi>
5835
5836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5837
5838         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
5839         * sys/oss/oss_probe.c: (main):
5840           Check for mono/stereo support (similar to samplerate probing),
5841           fixes #159433. Also add missing copyright header to oss_probe.c.
5842
5843 2004-12-15  David Schleef  <ds@schleef.org>
5844
5845         * configure.ac: add audioresample and cairo plugins.  Remove
5846         HAVE_MMX stuff, because it's not used.
5847         * ext/Makefile.am: same
5848         * ext/audioresample/Makefile.am: You are not ready for an
5849         audio resampling element based on audioresample.
5850         * ext/audioresample/gstaudioresample.c:
5851         * ext/audioresample/gstaudioresample.h:
5852         * ext/cairo/Makefile.am: You are not ready for overlay elements
5853         based on cairo.  Don't look too closely, these elements kinda
5854         suck right now.
5855         * ext/cairo/gstcairo.c: new
5856         * ext/cairo/gsttextoverlay.c: new
5857         * ext/cairo/gsttextoverlay.h: new
5858         * ext/cairo/gsttimeoverlay.c: new
5859         * ext/cairo/gsttimeoverlay.h: new
5860         * gst-libs/gst/media-info/media-info-priv.h: fix compile
5861         problem with compilers that don't support variadic macros.
5862
5863 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
5864
5865         Reviewed by:  David Schleef  <ds@schleef.org>
5866
5867         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
5868         Bala, registering sunaudiosrc (oops!), and cleaning up code a
5869         bit.  Also ran indent-gst.
5870         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
5871         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
5872         (gst_sunaudiosrc_setparams):
5873
5874 2004-12-14  David Schleef  <ds@schleef.org>
5875
5876         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
5877         output rate to 16000.  Should fix #160235.
5878
5879 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5880
5881         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5882         Add typefinding for mpeg2 pes streams
5883
5884 2004-12-13  David Schleef  <ds@schleef.org>
5885
5886         * configure.ac:  Applied patch from bug #143659, making default
5887         sources and sinks OS-dependent (for Solaris), and added code
5888         for OS/X.
5889         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
5890
5891 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5892
5893         * gst-libs/gst/riff/riff-media.c:
5894           forgot to add h2.64 to avidemux template caps
5895
5896 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5897
5898         * gst/wavenc/riff.h:
5899         * gst-libs/gst/riff/riff-media.c:
5900         * gst-libs/gst/riff/riff-ids.h:
5901         * gst/avi/gstavimux.c
5902         add 4CC code for VideoSoft h264 in AVI (VSSH)
5903           fixes bug #160655
5904         remove s323 from riff, it's quicktime specific :(
5905
5906 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5907
5908         * gst/asfdemux/README
5909         * gst/wavenc/riff.h
5910         * gst-libs/gst/riff/riff-ids.h
5911         * gst-libs/gst/riff/riff-media.c
5912         * gst/qtdemux/qtdemux.c:
5913           add new 4CC codes for h263 related codecs
5914           fixes partially bug #155163
5915
5916 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
5917
5918         * configure.ac: Update polyaudio requirement to 0.7
5919         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
5920
5921 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5922
5923         * gst/interleave/deinterleave.c:
5924         fix my name's spelling! :)
5925
5926 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5927
5928         * AUTHORS ChangeLog
5929         * gst/auparse/gstauparse.c
5930         * gst/interleave/deinterleave.c
5931         * gst/law/:
5932                 alaw-decode.c alaw-encode.c
5933                 mulaw-decode.c mulaw-encode.c
5934         * gst/oneton/gstoneton.c
5935         * sys/osxaudio/:
5936                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
5937         * sys/osxvideo/:
5938                 cocoawindow.h cocoawindow.m
5939                 osxvideosink.h osxvideosink.m
5940
5941         put the same mail address for Zaheer Abbas Merali everywhere
5942
5943 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5944
5945         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
5946           Align by packetsize, and assert that we a packet available before
5947           playing. The first makes webstreams work (they often include
5948           trailing padding data in a packet), the second allows pausing a
5949           ASF stream in totem without getting demux errors afterwards.
5950
5951 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5952
5953         * ext/ogg/gstoggdemux.c: (get_relative):
5954           Check for non-NULL before accessing member (end-of-chain).
5955
5956 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5957
5958         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5959         (cdparanoia_set_property), (cdparanoia_get_property):
5960         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5961         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
5962         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5963         (dvdreadsrc_init), (dvdreadsrc_set_property),
5964         (dvdreadsrc_get_property):
5965         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
5966         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
5967           Synchronize property names where not yet the case. Devices are
5968           now device=X, other versions are deprecated (but still exist).
5969           Also use g_free() unconditionally.
5970         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5971         (setup_source), (gst_play_base_bin_get_property):
5972           Expose source.
5973
5974 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5975
5976         * configure.ac: move GCONF macro outside conditional for the am
5977           conditional. Fixes #160439
5978
5979 2004-12-08  David Schleef  <ds@schleef.org>
5980
5981         * tools/gst-visualise-m.m: Switch to elements that currently
5982         exist.
5983
5984 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5985
5986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5987           We love wrong commas.
5988
5989 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5990
5991         * gst/matroska/matroska-demux.c:
5992         (gst_matroska_demux_handle_src_query):
5993           Don't set DEFAULT, unsupported - makes length display incorrectly
5994           in some cases.
5995
5996 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5997
5998         * gst/monoscope/README: remove blurb about files being GPL
5999         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
6000         * gst/monoscope/monoscope.c: Change license to BSD with explanation
6001           monoscope is now effectively LGPL licensed
6002
6003 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
6004
6005         * gst/monoscope/README: Update information to be more correct
6006         * gst/monoscope/convolve.c: Relicense to LGPL
6007         * gst/monoscope/convolve.h: Relicense to LGPL
6008
6009 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
6010
6011         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6012           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
6013         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
6014           set default_duration for mpeg1 audio
6015
6016 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6017
6018         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
6019         * ext/alsa/gstalsa.h:
6020           refactor big chunks of the core caps negotiation code to make it
6021           a lot faster, because people claim it's really slow
6022           (actually, just cache the getcaps when the device is opened)
6023
6024 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6025
6026         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
6027         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
6028         (gst_a52dec_handle_frame), (gst_a52dec_chain),
6029         (gst_a52dec_change_state), (plugin_init):
6030         * ext/a52dec/gsta52dec.h:
6031           Do something useful with timestamps. Make chain-based (since
6032           there's really no reason to be loopbased).
6033         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
6034           Update current_byte/frame correctly.
6035
6036 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6037
6038         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
6039         (gst_ape_demux_stream_init):
6040           Forward tags, too.
6041
6042 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6043
6044         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
6045           Let's make sure we're done typefinding when detecting tags.
6046
6047 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6048
6049         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
6050         (gst_ebml_read_init), (gst_ebml_read_use_event),
6051         (gst_ebml_read_element_id), (gst_ebml_peek_id),
6052         (gst_ebml_read_seek), (gst_ebml_read_skip),
6053         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
6054         (gst_ebml_read_master):
6055         * gst/matroska/ebml-read.h:
6056         * gst/matroska/matroska-demux.c:
6057         (gst_matroska_demux_parse_contents),
6058         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
6059           Disgustingly evil hack for working around INTERRUPT events and
6060           their extremely annoying habit of being a pain in the ass. We
6061           simply peek a cluster before reading any of it.
6062
6063 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6064
6065         * ext/musepack/gstmusepackdec.cpp:
6066           There's also floating point libmusepacks.
6067
6068 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6069
6070         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
6071         (gst_faad_chanpos_to_gst), (gst_faad_chain):
6072           Set DURATION even if source buffer didn't. Also use increasing
6073           timestamps.
6074         * gst-libs/gst/riff/riff-media.c:
6075         (gst_riff_create_audio_caps_with_data):
6076           Block_align can have larger values than 8192.
6077
6078 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6079
6080         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
6081         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
6082         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
6083         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
6084           Fix caps.
6085
6086 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6087
6088         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
6089           Fix logic bug.
6090
6091 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6092
6093         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6094           Yay, another one.
6095
6096 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6097
6098         * ext/esd/esdsink.c: (gst_esdsink_chain):
6099           Make error actually say something useful (fixes #156798).
6100         * gst-libs/gst/riff/riff-media.c:
6101         (gst_riff_create_video_caps_with_data),
6102         (gst_riff_create_video_template_caps):
6103           Add Intel Video 5.0 fourcc (IV50).
6104
6105 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
6106
6107         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
6108         detection on mono and stereo mp3 files.
6109
6110 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6111
6112         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6113           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
6114           the contained stream).
6115
6116 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6117
6118         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
6119           Oops, remove debug.
6120
6121 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6122
6123         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6124
6125         * gst/law/alaw-decode.c: (alawdec_getcaps):
6126         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
6127           Prevent warnings when negotiating caps (fixes #159338).
6128
6129 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6130
6131         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6132         (gst_ffmpegcsp_chain):
6133           Remove old leftover that shouldn't be there...
6134
6135 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6136
6137         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6138
6139         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6140           Don't forward DISCONT events (fixes #159684).
6141
6142 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6143
6144         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
6145           Unlink manually since sometimes bin disposal (and therefore
6146           pad unlinking) is delayed, which will cause a new media file
6147           to not be able to start playing instantly.
6148
6149 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6150
6151         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
6152           On mute of an unlinked stream, check for pad availability so
6153           we don't crash on unlinked pad.
6154
6155 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6156
6157         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6158         (gst_avi_demux_massage_index):
6159           Fix quite humiliating bug in omitting 0-sized index chunks but
6160           forgetting to count them for timestamps.
6161
6162 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6163
6164         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6165           Actually leave the loop if we failed to sync. Don't crash.
6166
6167 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6168
6169         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
6170         (gst_dvd_demux_process_private):
6171         * gst/mpegstream/gstdvddemux.h:
6172           Fix crash (#159759). Doesn't work, though. :-(.
6173
6174 2004-11-28  Benjamin Otte  <otte@gnome.org>
6175
6176         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6177           more overwriting protection due to modifying channels one by one
6178           instead of all at once
6179
6180 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6181
6182         * gst/audioconvert/gstchannelmix.c:
6183         (gst_audio_convert_fill_normalize):
6184           Normalize using absolute values.
6185
6186 2004-11-28  Julien MOUTTE  <julien@moutte.net>
6187
6188         * configure.ac:
6189         * ext/Makefile.am:
6190         * ext/directfb/Makefile.am:
6191         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
6192         (gst_directfbvideosink_get_pixel_format),
6193         (gst_directfbvideosink_get_format_from_fourcc),
6194         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
6195         (gst_directfbvideosink_sink_link),
6196         (gst_directfbvideosink_change_state),
6197         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
6198         (gst_directfbvideosink_buffer_alloc),
6199         (gst_directfbvideosink_interface_supported),
6200         (gst_directfbvideosink_interface_init),
6201         (gst_directfbvideosink_navigation_send_event),
6202         (gst_directfbvideosink_navigation_init),
6203         (gst_directfbvideosink_set_property),
6204         (gst_directfbvideosink_get_property),
6205         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
6206         (gst_directfbvideosink_base_init),
6207         (gst_directfbvideosink_class_init),
6208         (gst_directfbvideosink_get_type), (plugin_init):
6209         * ext/directfb/directfbvideosink.h: Adding a first version of
6210         directfbvideosink.
6211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
6212         more.
6213
6214 2004-11-28  Benjamin Otte  <otte@gnome.org>
6215
6216         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6217           walk the samples backwards if out_channels > in_channels so we don't
6218           overwrite data
6219
6220 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6221
6222         * gst/audioconvert/Makefile.am:
6223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6224         (gst_audio_convert_link), (gst_audio_convert_change_state),
6225         (gst_audio_convert_channels):
6226         * gst/audioconvert/gstchannelmix.c:
6227         (gst_audio_convert_unset_matrix),
6228         (gst_audio_convert_fill_identical),
6229         (gst_audio_convert_fill_compatible),
6230         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
6231         (gst_audio_convert_fill_others),
6232         (gst_audio_convert_fill_normalize),
6233         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
6234         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
6235         * gst/audioconvert/gstchannelmix.h:
6236           Implement a channel mixer.
6237
6238 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
6239
6240         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
6241         * ext/alsa/gstalsa.h:
6242         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
6243         Make alsasink actually honor gst_element_set_clock and use that
6244         clock instead of its internal one.
6245
6246 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6247
6248         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
6249         (gst_play_base_bin_change_state): nullify source and decoder when
6250         going from READY to NULL so that we don't try to do weird stuff with
6251         them when going from NULL to READY
6252         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
6253         instead of g_object_unref
6254         (gen_video_element), (gen_audio_element): more refcounting fixes, now
6255         it should be correct
6256         (gst_play_bin_change_state): don't call remove_sinks if we are
6257         currently disposing the object
6258
6259 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6260
6261         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6262           Don't forget bass if it's there. Else left channel is silent...
6263
6264 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6265
6266         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
6267         (gst_a52dec_change_state):
6268           Don't do sample adjusting anymore, we use float audio now.
6269         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6270           Don't fixate to non-existing properties.
6271
6272 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6273
6274         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
6275         (gst_a52dec_change_state):
6276           Advertise that we can do surround sound.
6277
6278 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6279
6280         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
6281           Add buffer-frames=0.
6282         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
6283         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
6284         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
6285         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
6286         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
6287         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
6288         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
6289         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
6290         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
6291         * ext/dvdread/dvdreadsrc.h:
6292           Add seeking, querying for bytes, sectors, title, angle and
6293           chapter. Handle multiple chapters. Relicense to LGPL because
6294           Billy agreed on that (thanks Billy!).
6295
6296 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6297
6298         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
6299         call parent dispose method
6300
6301 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
6302
6303         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
6304         (gst_audio_clock_get_internal_time):
6305         Fix active <-> inactive transitions: ensure time value always
6306         grows and avoid abrupt value changes.
6307
6308 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
6309
6310         * configure.ac:
6311         * gst/tta/Makefile.am:
6312         * gst/tta/crc32.h:
6313         * gst/tta/filters.h:
6314         * gst/tta/gsttta.c:
6315         * gst/tta/gstttadec.c:
6316         * gst/tta/gstttadec.h:
6317         * gst/tta/gstttaparse.c:
6318         * gst/tta/gstttaparse.h:
6319         * gst/tta/ttadec.h:
6320           added TTA parser and decoder
6321
6322 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6323
6324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6325         (probe_triggered), (check_queue), (buffer_underrun),
6326         (buffer_running), (buffer_overrun), (gen_source_element),
6327         (setup_source):
6328         * gst/playback/gstplaybasebin.h:
6329           Implement buffering. Needs some more work.
6330
6331 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * ext/theora/theoradec.c: (theora_dec_chain):
6334           Fix ilog mask range overflow.
6335
6336 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6339           Don't omit the last (which in case of dmix is the only :) )
6340           channel count. Don't set channels if <= 2.
6341
6342 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
6343
6344         * gst/playback/gstplaybin.c: (gen_video_element),
6345         (gen_audio_element): Removed 2 obsolete comments
6346
6347 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6348
6349         * ext/vorbis/oggvorbisenc.c
6350         * ext/vorbis/vorbisenc.c :
6351           change description fields of those plugins to differentiate them
6352           (pitivi show Encoders by description, they had the same one)
6353
6354 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
6355
6356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6357
6358         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6359         (gst_play_bin_set_property), (gen_video_element),
6360         (gen_audio_element):
6361           Refcounting fixes for provided audio-/videosinks.
6362
6363 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6364
6365         * gst/playback/gstplaybin.c: (gen_video_element),
6366         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
6367           Don't reference all sinks, but only the video- and audiosinks.
6368           The vis. element should be disposed when we're done with it.
6369           We don't have any reason to keep it around. This fixes warnings
6370           when reusing playbin for playing multiple audio files with
6371           vis. enabled. Also release audio device on pause - idea stolen
6372           from Rhythmbox.
6373
6374 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6375
6376         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
6377         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
6378         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6379         * ext/alsa/gstalsaplugin.c: (plugin_init):
6380         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
6381         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
6382         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
6383         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
6384         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
6385         (gst_faad_change_state), (plugin_init):
6386         * ext/faad/gstfaad.h:
6387         * ext/vorbis/vorbis.c: (plugin_init):
6388         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6389         * gst-libs/gst/audio/Makefile.am:
6390         * gst-libs/gst/audio/audio.c: (plugin_init):
6391         * gst-libs/gst/audio/multichannel.c:
6392         (gst_audio_check_channel_positions),
6393         (gst_audio_get_channel_positions),
6394         (gst_audio_set_channel_positions),
6395         (gst_audio_set_structure_channel_positions_list),
6396         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
6397         (gst_audio_fixate_channel_positions):
6398         * gst-libs/gst/audio/multichannel.h:
6399         * gst-libs/gst/audio/testchannels.c: (main):
6400         * gst/audioconvert/gstaudioconvert.c:
6401         (gst_audio_convert_class_init), (gst_audio_convert_init),
6402         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
6403         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
6404         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6405         * gst/audioconvert/plugin.c: (plugin_init):
6406           Surround sound support.
6407
6408 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6409
6410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6411           Fix position for discont if we're close as well. Nitpicking, but
6412           saves a few milliseconds of extra waiting or skipping.
6413
6414 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6415
6416         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
6417           We sometimes need parsers for playback, so add those too.
6418
6419 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6420
6421         * configure.ac:
6422         * gst/apetag/Makefile.am:
6423         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
6424         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
6425         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
6426         (gst_ape_demux_get_src_query_types),
6427         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
6428         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
6429         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
6430         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
6431         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
6432         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
6433         (gst_ape_demux_change_state):
6434         * gst/apetag/apedemux.h:
6435         * gst/apetag/apetag.c: (plugin_init):
6436         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
6437         (plugin_init):
6438           APE v1/2 tag reader plus typefind function.
6439
6440 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6441
6442         * configure.ac:
6443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6444         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6445           Remove hacks for older core. Require newer core version
6446           accordingly.
6447
6448 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6449
6450         * gst/cdxaparse/Makefile.am:
6451         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
6452         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
6453         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
6454         * gst/cdxaparse/gstcdxaparse.h:
6455         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
6456         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
6457         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
6458         (gst_cdxastrip_get_src_query_types),
6459         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
6460         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
6461         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
6462         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
6463         * gst/cdxaparse/gstcdxastrip.h:
6464           SVCD/VCD header stripping separated from CDXA image parsing.
6465         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6466         (plugin_init):
6467           Add VCD/SVCD header typefinding for VCD/SVCD.
6468         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
6469         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
6470         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
6471         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
6472         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
6473         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
6474         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
6475         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
6476         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
6477         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
6478         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
6479         * sys/vcd/vcdsrc.h:
6480           Fix up, add seeking, querying, URI interface. Works in totem now.
6481
6482 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6483
6484         * configure.ac:
6485           back to CVS
6486
6487 === release 0.8.6 ===
6488
6489 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6490
6491         * NEWS:
6492         * RELEASE:
6493         * configure.ac:
6494         * po/af.po:
6495         * po/az.po:
6496         * po/cs.po:
6497         * po/en_GB.po:
6498         * po/hu.po:
6499         * po/it.po:
6500         * po/nb.po:
6501         * po/nl.po:
6502         * po/or.po:
6503         * po/sq.po:
6504         * po/sr.po:
6505         * po/sv.po:
6506         * po/uk.po:
6507           releasing 0.8.6, "IOU Love"
6508
6509 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6510
6511         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6512
6513         * gst/playback/gstplaybasebin.c:
6514           Fix unplayable files error handling.  Fixes #158365
6515
6516 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6517
6518         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6519
6520         * gst/typefind/gsttypefindfunctions.c:
6521           Fix broken mp3 typefinding.  Fixes #158375
6522
6523 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6524
6525         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6526
6527         * ext/ogg/gstoggdemux.c:
6528           Fix sync on broken files.  Fixes #158976
6529
6530 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6531
6532         patch by: Edward Hervey <bilboed@bilboed.com>
6533
6534         * ext/libpng/gstpngenc.c:
6535           Copy over buffer properties.  Fixes #158832
6536
6537 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6538
6539         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
6540
6541         * ext/dvdread/dvdreadsrc.c:
6542           Fixes invalid reads (#158462)
6543
6544 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6545
6546         * sys/v4l/gstv4lsrc.c:
6547         * sys/v4l/gstv4lsrc.h:
6548         * sys/v4l/v4lsrc_calls.c:
6549           Probe less and cache it.  Fixes #159187.
6550
6551 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6552
6553         * gst/videorate/gstvideorate.c:
6554           Handle all video formats. Fixes #159186.
6555
6556 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
6557         * gst/synaesthesia/gstsynaesthesia.c:
6558         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
6559         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
6560         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
6561         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
6562         (gst_synaesthesia_change_state), (plugin_init):
6563         Fix up synaesthesia to work under different samplerates/ buffer sizes.
6564         Force 320x200 output, as that's the only thing the underlying
6565         synaesthesia implementation supports. Still needs to be made
6566         re-entrant.
6567
6568 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6569
6570         * configure.ac:
6571           Fix mpeg2enc configure check (similar to mplex check below).
6572
6573 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
6574
6575         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6576
6577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6578           Fix for gcc-2.95 (fixes #158221).
6579
6580 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6581
6582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6583           Re-add clock distribution hack (until new core is released).
6584           Fixes #158125.
6585
6586 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
6587         * configure.ac:
6588           fix mplex configure check segfaulting on some systems (bug #140994)
6589
6590 2004-11-13  Benjamin Otte  <otte@gnome.org>
6591
6592         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
6593           add debugging
6594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6595           do a wait when we enter the loop func with no data available to
6596           write instead of getting into an 100% CPU loop by just returning and
6597           being called again by the scheduler
6598
6599 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
6600
6601         * configure.ac:
6602         * ext/libvisual/visual.c: (gst_visual_get_type),
6603         (libvisual_log_handler), (gst_visual_getcaps),
6604         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
6605         (plugin_init):
6606           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
6607         * ext/smoothwave/Makefile.am:
6608         * ext/smoothwave/demo-osssrc.c: (main):
6609         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
6610         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
6611         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
6612         (plugin_init):
6613         * ext/smoothwave/gstsmoothwave.h:
6614           Make gstsmoothwave a working element in the 20th century.
6615
6616         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
6617           Fix incorrect link function
6618
6619 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6620
6621         * gst/volume/gstvolume.c:
6622           Allow buffer-frames=0.
6623
6624 2004-11-12 Iain <iaingnome@gmail.com>
6625
6626         * configure.ac: Check for polypaudio
6627
6628         * ext/Makefile.am: Build the polyp dir
6629
6630         * ext/polyp: The polypsink sources.
6631
6632 2004-10-30 Iain <iaingnome@gmail.com>
6633
6634         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
6635         caps to reflect the new number of channels.
6636
6637 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6640           Fix for negotiation order problem. This would show when the
6641           ALSA loopfuction was called before any other function. ALSA
6642           wouldn't do anything because we're not negotiated yet, leading
6643           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
6644
6645 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6646
6647         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6650           No warnings (#157986).
6651
6652 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6653
6654         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6655           Prefer apev1/2 and id3v1 (at end of file) over musepack.
6656
6657 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6658
6659         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
6660           Signal no-more-pads (so it works in playbin).
6661
6662 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6663
6664         * ext/musepack/gstmusepackreader.cpp:
6665           Workaround for older core.
6666
6667 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6668
6669         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
6670           Actually test for odd width/height rather than testing whether
6671           a temporary variable that was 0 before we subtracted 1 is now
6672           not equal to zero (which it always is).
6673
6674 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6675
6676         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6677         Fix compilation if HAVE_XVIDEO is not defined
6678
6679 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6680
6681         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6682         Fix compilation if HAVE_XVIDEO is not defined
6683
6684 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
6685
6686         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6687         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
6688         (gst_goom_change_state), (plugin_init):
6689         Use the bytestream adapter so goom doesn't depend on the input
6690         buffer size.
6691         Add a debug category
6692
6693 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6694
6695         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6696           Only set hardware parameters *after* negotiation. Before
6697           negotiation, it will set ANY and that seems to cause crashes
6698           (see e.g. #151288, #153227).
6699
6700 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6701
6702         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6703           This seems to be antique leftover. It needs to pass error
6704           checking.
6705         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
6706         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
6707         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
6708         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
6709           Fix GstXOverlay implementation (#151059).
6710
6711 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6712
6713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6714           Don't assert (#157853).
6715
6716 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6717
6718         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6719           Fix bytes/samples confustion.
6720         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
6721           Fix for underrun (#144389).
6722
6723 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6724
6725         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6726           Disable halfway-seek for pending release (since it needs a new
6727           core release).
6728
6729 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6730
6731         * sys/v4l/gstv4lsrc.c:
6732         * sys/v4l/gstv4lsrc.h:
6733         * sys/v4l/v4lsrc_calls.c:
6734           add autoprobe-fps property so we can separate autoprobing parts
6735
6736 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6737
6738         * sys/v4l/gstv4lsrc.c:
6739         * sys/v4l/v4lsrc_calls.c:
6740         initialise fourcc to catch unset fourcc's, and debug
6741
6742 2004-11-09  Wim Taymans  <wim@fluendo.com>
6743
6744         * gst/playback/README:
6745         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6746         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6747         (gst_play_bin_dispose), (gst_play_bin_set_property),
6748         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
6749         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
6750         (gst_play_bin_get_formats), (gst_play_bin_convert),
6751         (gst_play_bin_get_query_types), (gst_play_bin_query):
6752         Cleanups and some more documentation.
6753
6754 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
6755
6756         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6757         (gst_cacasink_init), (gst_cacasink_chain):
6758         * ext/libcaca/gstcacasink.h:
6759         Cacasink inherits from VideoSink, so let that store the clock.
6760
6761 2004-11-09  Wim Taymans  <wim@fluendo.com>
6762
6763         * gst/playback/README:
6764         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
6765         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
6766         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
6767         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
6768         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
6769         (setup_sinks):
6770         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
6771         (gst_stream_info_is_mute), (gst_stream_info_set_property):
6772         * gst/playback/gststreaminfo.h:
6773         Updated README.
6774         Only switch groups if all streams have muted (EOSed).
6775         Send Tags in sync with the stream playback instead of in
6776         the playback/preroll phase.
6777         Some cleanups, free the fakesrc elements.
6778
6779 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6780
6781         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
6782           buffer-frames property was missing
6783         * ext/arts/gst_arts.c:
6784           rate missing from sinkcaps
6785         * ext/audiofile/gstafparse.c:
6786         * ext/audiofile/gstafsink.c:
6787         * ext/audiofile/gstafsrc.c:
6788         * ext/swfdec/gstswfdec.c:
6789           int audio doesn't know buffer-frames
6790         * ext/cdparanoia/gstcdparanoia.c:
6791           int audio doesn't know chunksize either
6792         * ext/nas/nassink.c:
6793           it's endianness, not endianess
6794         * gst-libs/gst/audio/audio.h:
6795           make float standard pad template caps really describe float
6796         * gst/law/mulaw.c: (linear_factory):
6797           signed only, please
6798         * gst/mpegstream/gstdvddemux.c:
6799           widths of 20 are not valid
6800
6801 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6802
6803         Submitted by: Luca Ferretti <elle.uca@infinito.it>
6804
6805         * po/LINGUAS:
6806         * po/it.po:
6807           Add Italian
6808
6809 2004-11-08  Wim Taymans  <wim@fluendo.com>
6810
6811         * gst/playback/README:
6812         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6813         * gst/playback/gstplaybasebin.c: (probe_triggered),
6814         (gst_play_base_bin_change_state):
6815         Updated README, added more comments for fixmes etc..
6816
6817 2004-11-08  Wim Taymans  <wim@fluendo.com>
6818
6819         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6820         We can remove this hack now.
6821
6822 2004-11-08  Wim Taymans  <wim@fluendo.com>
6823
6824         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
6825         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6826         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6827         Only mix AYUV for maximum quality.
6828
6829 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6830
6831         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
6832         (gst_ogg_demux_push), (gst_ogg_pad_push):
6833           Let's act as if we're synchronized now! :).
6834         * ext/theora/theoradec.c: (theora_dec_chain):
6835           Add some debug.
6836
6837 2004-11-08  Wim Taymans  <wim@fluendo.com>
6838
6839         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6840         (gst_alpha_set_property), (gst_alpha_sink_link),
6841         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
6842         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
6843         (gst_alpha_init_params), (gst_alpha_chain):
6844         Implement alpha functions for AYUV too, this increases
6845         accuracy quite a bit.
6846
6847 2004-11-08  Wim Taymans  <wim@fluendo.com>
6848
6849         * gst/ffmpegcolorspace/avcodec.h:
6850         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6851         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6852         (gst_ffmpegcsp_avpicture_fill):
6853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6854         (gst_ffmpegcsp_caps_remove_format_info):
6855         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6856         (shrink12), (img_get_alpha_info), (deinterlace_line),
6857         (deinterlace_line_inplace):
6858         * gst/ffmpegcolorspace/imgconvert_template.h:
6859         Added AYUV colorspace and handle RGBA a bit more respectful.
6860
6861 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6862
6863         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6864           Actually always send a discont (cornercase when resending the
6865           same serial-tagged chain twice).
6866
6867 2004-11-08  Julien MOUTTE  <julien@moutte.net>
6868
6869         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
6870         (gst_ximagesink_finalize):
6871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
6872         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
6873
6874 2004-11-08  Wim Taymans  <wim@fluendo.com>
6875
6876         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
6877         Don't segfault on NULL data.
6878
6879 2004-11-08  Wim Taymans  <wim@fluendo.com>
6880
6881         * gst/playback/gstdecodebin.c: (unlinked):
6882         * gst/playback/gstplay-marshal.list:
6883         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6884         (gst_play_base_bin_init), (group_create), (get_active_group),
6885         (get_building_group), (group_destroy), (group_commit),
6886         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
6887         (add_element_stream), (no_more_pads), (probe_triggered),
6888         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
6889         (state_change), (setup_source), (gst_play_base_bin_get_property),
6890         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6891         (gst_play_base_bin_link_stream),
6892         (gst_play_base_bin_get_streaminfo):
6893         * gst/playback/gstplaybasebin.h:
6894         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6895         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
6896         Add support for chained ogg files. Prepare for playlist
6897         support. This patch introduces the concept of pad groups, which
6898         together compose one playable media file.
6899
6900 2004-11-07  David Schleef  <ds@schleef.org>
6901
6902         * testsuite/gst-lint: Check for pad templates that aren't statically
6903         scoped.
6904
6905 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6906
6907         * configure.ac:
6908         * ext/Makefile.am:
6909         * ext/musepack/Makefile.am:
6910         * ext/musepack/gstmusepackdec.cpp:
6911         * ext/musepack/gstmusepackdec.h:
6912         * ext/musepack/gstmusepackreader.cpp:
6913         * ext/musepack/gstmusepackreader.h:
6914           Add musepack decoder.
6915         * ext/faad/gstfaad.c: (gst_faad_base_init):
6916           Make pad templates static.
6917         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6918         (plugin_init):
6919           Add musepack typefinder, make mp3 typefinding work halfway stream,
6920           which doesn't actually work yet because id3demux doesn't implement
6921           _get_length().
6922
6923 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6924
6925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6926         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
6927           Fix interrupt event handling (#144436).
6928
6929 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6930
6931         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
6932           Hide unused glory.
6933
6934 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6935
6936         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6937
6938         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6939           Fix weird caps (#157548).
6940
6941 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6942
6943         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6944
6945         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
6946           Add missing NULL terminator (#157543).
6947
6948 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6949
6950         * gst/tcp/gsttcp.h:
6951         * gst/tcp/gsttcpclientsink.c:
6952         * gst/tcp/gsttcpclientsrc.c:
6953         * gst/tcp/gsttcpserversink.c:
6954         * gst/tcp/gsttcpserversrc.c:
6955           ports can go up to 65535.  Move common defines to gsttcp.h
6956
6957 2004-11-05  Wim Taymans  <wim@fluendo.com>
6958
6959         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
6960         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
6961         Added two more colorspaces.
6962
6963 2004-11-05  Wim Taymans  <wim@fluendo.com>
6964
6965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6966         (gst_ffmpegcsp_avpicture_fill):
6967         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6968         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
6969         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
6970         More stride fixes.
6971
6972 2004-11-05  Wim Taymans  <wim@fluendo.com>
6973
6974         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
6975         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
6976         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6977         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
6978         (gst_videomixer_loop):
6979         More stride fixes.
6980
6981 2004-11-05  Benjamin Otte  <otte@gnome.org>
6982
6983         * ext/mad/gstmad.c: (gst_mad_chain):
6984           don't overflow data buffer. Flush not needed sync data when syncing
6985           failed.
6986
6987 2004-11-04  Wim Taymans  <wim@fluendo.com>
6988
6989         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6990         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6991         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
6992         (gst_alpha_init_params), (gst_alpha_chain),
6993         (gst_alpha_change_state):
6994         Updated the chroma keying algorithm with something more
6995         sophisticated.
6996
6997 2004-11-03  Wim Taymans  <wim@fluendo.com>
6998
6999         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
7000         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
7001         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
7002         Fix stride issues. Does not completely work for odd
7003         heights.
7004
7005 2004-11-03  Wim Taymans  <wim@fluendo.com>
7006
7007         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
7008         (gst_alpha_chroma_key), (gst_alpha_chain):
7009         Fix stride issues. Does not completely work for odd
7010         heights.
7011
7012 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
7013
7014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
7015         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
7016         leak fixes
7017
7018 2004-11-03  Wim Taymans  <wim@fluendo.com>
7019
7020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7021         (gst_ffmpegcsp_avpicture_fill):
7022         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7023         (avpicture_alloc):
7024         * gst/ffmpegcolorspace/imgconvert_template.h:
7025         Use correct _fill function to get correct strides.
7026
7027 2004-11-02  David Schleef  <ds@schleef.org>
7028
7029         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7030         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
7031         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
7032         Change all g_print()s to debugging.  Add a bunch of consistency
7033         checks.
7034
7035 2004-11-02  Wim Taymans  <wim@fluendo.com>
7036
7037         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7038         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7039         (unlinked), (no_more_pads), (close_link):
7040         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7041         (unknown_type), (add_element_stream), (new_decoded_pad),
7042         (removed_decoded_pad), (setup_source):
7043         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
7044         (gst_stream_info_class_init), (gst_stream_info_init),
7045         (gst_stream_info_new), (gst_stream_info_dispose),
7046         (stream_info_mute_pad), (gst_stream_info_set_property),
7047         (gst_stream_info_get_property):
7048         * gst/playback/gststreaminfo.h:
7049         Fix playback of multiple files.
7050         a slightly different approach to handling dynamic pad removals.
7051         This one only looks at pads that we have linked.
7052
7053 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
7054
7055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
7056         free" warning from libc.
7057
7058 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7059
7060         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7061         (get_unconnected_element), (remove_starting_from), (pad_removed),
7062         (close_link):
7063           Implement support for dynamic pad changing. We listen to "live"
7064           pad removals (i.e. while playing) and re-setup autoplugging
7065           after that. Playbasebin/playbin need some more work for this
7066           to finally work, but decodebin supports (and replugs) chained
7067           ogg now.
7068
7069 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
7070
7071         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
7072         (gst_alsa_finalize):
7073         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
7074         (gst_cdaudio_finalize):
7075         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7076         (cdparanoia_finalize):
7077         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
7078         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
7079         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7080         (dvdreadsrc_finalize):
7081         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7082         (gst_flacdec_finalize):
7083         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
7084         (gst_flacenc_finalize):
7085         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
7086         (gst_gnomevfssink_finalize):
7087         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
7088         (gst_gnomevfssrc_finalize):
7089         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
7090         (gst_fameenc_finalize):
7091         * ext/nas/nassink.c: (gst_nassink_class_init),
7092         (gst_nassink_finalize):
7093         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
7094         (gst_sdlvideosink_class_init):
7095         * ext/sndfile/gstsf.c: (gst_sf_dispose):
7096         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
7097         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
7098         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
7099         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7100         (gst_x_window_listener_dispose):
7101         * gst/audioscale/gstaudioscale.c:
7102         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
7103         (play_on_demand_finalize):
7104         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
7105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
7106         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
7107         (cdplayer_finalize):
7108         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
7109         (gst_glimagesink_class_init):
7110         * sys/oss/gstosselement.c: (gst_osselement_class_init),
7111         (gst_osselement_finalize):
7112         * sys/oss/gstosssink.c: (gst_osssink_dispose):
7113         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
7114         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
7115           Fixes a bunch of problems with finalize and dispose functions,
7116           either assumptions that dispose is only called once, or not calling
7117           the parent class dispose/finalize function
7118
7119 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
7120
7121         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
7122           added two api precondition guards
7123           use g_strdup with getenv to fix crash when using ENVVAR
7124
7125 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
7126         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7127         (gst_esdsink_finalize):
7128         Use a finalize function, not dispose, and more importantly,
7129         call the parent class finalize function too
7130
7131 2004-11-01  Johan Dahlin  <johan@gnome.org>
7132
7133         * ext/ogg/gstoggdemux.c:
7134         * gst/tags/gstvorbistag.c:
7135         Plug leaks.
7136
7137 2004-10-31  Benjamin Otte  <otte@gnome.org>
7138
7139         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7140           lotsa memleaks today. But they're all small...
7141
7142 2004-10-31  Benjamin Otte  <otte@gnome.org>
7143
7144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7145           another memleak crushed
7146
7147 2004-10-31  Benjamin Otte  <otte@gnome.org>
7148
7149         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7150           fix memleak
7151
7152 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7153
7154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7155           Hack to prevent crash when going to READY inside signal handler
7156           while this function is active.
7157
7158 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7159
7160         * gst/ffmpegcolorspace/Makefile.am:
7161         * gst/ffmpegcolorspace/avcodec.h:
7162         * gst/ffmpegcolorspace/common.h:
7163         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7164         * gst/ffmpegcolorspace/dsputil.h:
7165         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7167         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7168         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
7169         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
7170         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
7171         (gst_ffmpegcsp_avpicture_fill):
7172         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7173         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7174         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7175         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
7176         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7177         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7178         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7179         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
7180         * gst/ffmpegcolorspace/imgconvert.c:
7181         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7182         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7183         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7184         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7185         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7186         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
7187         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
7188         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
7189         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
7190         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
7191         (grow21), (grow22), (grow41), (grow44), (conv411),
7192         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
7193         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
7194         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
7195         (avpicture_free), (is_yuv_planar), (img_convert),
7196         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
7197         (deinterlace_line_inplace), (deinterlace_bottom_field),
7198         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7199         * gst/ffmpegcolorspace/imgconvert_template.h:
7200         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7201         * gst/ffmpegcolorspace/mmx.h:
7202         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
7203         (av_fast_realloc), (av_mallocz_static), (av_free_static),
7204         (av_freep), (avcodec_get_context_defaults),
7205         (avcodec_alloc_context), (avcodec_init):
7206           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
7207           handling plus update from ffmpeg CVS. Large clean-up.
7208
7209 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7210
7211         * gst/playback/Makefile.am:
7212           We need the marshallers for decodebin, too.
7213
7214 2004-10-30  David Schleef  <ds@schleef.org>
7215
7216         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
7217           quicktime typefinding work with 64-bit offsets.
7218
7219 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
7220
7221         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
7222           Set EOS on the element when processing an EOS event.
7223         * ext/speex/gstspeexdec.h:
7224         * ext/speex/gstspeexenc.h:
7225           Only keep a const ptr to the mode
7226         * gst-libs/gst/riff/riff-media.c:
7227         (gst_riff_create_audio_caps_with_data),
7228         (gst_riff_create_audio_template_caps):
7229           Allow WMAV3, with up to 6 channels.
7230         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
7231           Don't call gst_pad_set_event_function on a sink pad.
7232         * gst/mpegstream/gstdvddemux.c:
7233         (gst_dvd_demux_get_subpicture_stream),
7234         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
7235           Copy the explicit caps that were set across to the cur_* pads,
7236           instead of trying to use a possibly non-existent negotiated caps.
7237           Reset the type of subpicture pads to UNKNOWN after calling
7238           init_stream, so that the caps get set.
7239
7240 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
7241
7242         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7243
7244         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7245           Don't touch buffer if it is of size 0 (fixes #151064).
7246
7247 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7248
7249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
7250           Synchronized discont handling.
7251
7252 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7253
7254         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7255         (gst_ogg_demux_push):
7256           Make seeking sort-of exact again (fixes #156387).
7257
7258 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7259
7260         * gst/playback/gstplaybasebin.c: (unknown_type),
7261         (add_element_stream), (new_decoded_pad),
7262         (gst_play_base_bin_change_state):
7263         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7264         (gst_stream_info_init), (gst_stream_info_new),
7265         (gst_stream_info_dispose), (gst_stream_info_get_property):
7266         * gst/playback/gststreaminfo.h:
7267           Make caps explicitely available. Makes testing for unsupported
7268           types possible. Improves error reporting.
7269
7270 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7271
7272         * gst/audioconvert/gstaudioconvert.c:
7273         (gst_audio_convert_buffer_to_default_format):
7274           Really don't touch read-only buffers (#156563).
7275
7276 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
7277
7278         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7279
7280         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7281           Fix memleak (#155223).
7282
7283 2004-10-29  Wim Taymans  <wim@fluendo.com>
7284
7285         * gst/tcp/.cvsignore:
7286         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7287         (gst_multifdsink_class_init), (gst_multifdsink_init),
7288         (gst_multifdsink_add), (gst_multifdsink_remove),
7289         (gst_multifdsink_remove_client_link), (is_sync_frame),
7290         (gst_multifdsink_new_client),
7291         (gst_multifdsink_handle_client_write),
7292         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7293         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7294         (gst_multifdsink_get_property):
7295         * gst/tcp/gstmultifdsink.h:
7296         Added burst on connect sync_method, deprecated sync_clients,
7297         streamlined the sync code some more.
7298
7299 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7300
7301         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
7302         (gst_play_base_bin_change_state):
7303           Improve error reporting.
7304
7305 2004-10-28  Wim Taymans  <wim@fluendo.com>
7306
7307         * gst/tcp/Makefile.am:
7308         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
7309         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
7310         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
7311         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7312         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7313         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7314         (gst_fdset_wait):
7315         Added more locks around fdset structures. Fixed/reworked
7316         the poll array resizing code.
7317         Added stress test for fdset.
7318
7319 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7320
7321         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7322         fix build
7323
7324 2004-10-28  Benjamin Otte  <otte@gnome.org>
7325
7326         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7327           fix link function to always query channels and query width for
7328           floats
7329         * configure.ac:
7330           add equalizer dir
7331         * gst/equalizer/Makefile.am:
7332         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
7333         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
7334         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
7335         (arg_to_scale), (setup_filter),
7336         (gst_iir_equalizer_compute_frequencies),
7337         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
7338         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
7339         (plugin_init):
7340           add an equalizer
7341
7342 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7343
7344         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7345
7346         * po/LINGUAS:
7347         * po/nb.po:
7348           Added Norwegian Bokmaal translation
7349
7350 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7351
7352         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7353           Don't break on options (fixes #156488).
7354
7355 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7356
7357         * configure.ac:
7358         * ext/cdaudio/Makefile.am:
7359         * sys/Makefile.am:
7360           fix build on older automake
7361
7362 2004-10-26  Wim Taymans  <wim@fluendo.com>
7363
7364         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7365         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7366         Allow a little margin when negotiating the framerate.
7367
7368 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
7369
7370         * gst/level/gstlevel.c:
7371           synchonised naming of pads and pad-templates
7372
7373 2004-10-26  Wim Taymans  <wim@fluendo.com>
7374
7375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7376         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
7377         (_find_streams_check), (gst_ogg_demux_push):
7378         Fix EOS again. Needs to be done in a better way. We should not
7379         remove the pad if there is no new chained stream.
7380
7381 2004-10-26 Iain <iaingnome@gmail.com>
7382
7383         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
7384         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
7385         of the caps.
7386         * gst/interleave/interleave.c (interleave_class_init): Hook up release
7387         pad.
7388         (interleave_release_pad): Remove the pad.
7389         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
7390         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
7391         the set device.
7392         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
7393         attrs
7394         (gst_xvimagesink_xcontext_clear): Free the xcontext.
7395         (gst_xvimagesink_finalize): Free the par.
7396
7397 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7398
7399         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
7400         (gst_avimux_stop_file):
7401           First calculate the rate, and only then use it. Hdr.rate is a
7402           multiple and not a derivative of hdr.scale. Scale is not the
7403           same as blockalign but is solely related to rate.
7404
7405 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7406
7407         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
7408         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
7409           Implement seeking.
7410
7411 2004-10-25  James Henstridge  <james@jamesh.id.au>
7412
7413         Reviewed by:  David Schleef  <ds@schleef.org>
7414
7415         * examples/gstplay/player.c: (got_stream_length), (main):
7416         * examples/seeking/cdplayer.c: (update_scale):
7417         * examples/seeking/seek.c: (format_value), (update_scale):
7418         * examples/seeking/spider_seek.c: (format_value), (update_scale),
7419         (stop_seek):
7420         Build fixes on AMD64.
7421
7422 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7423
7424         reviewed by: Ronald Bultje <rbultje at gnome dot org>
7425
7426         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7427         Fix for some v4l cards which hang in v4lsrc
7428
7429 2004-10-25  Wim Taymans  <wim@fluendo.com>
7430
7431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
7432         (gst_ogg_demux_push), (gst_ogg_chains_clear):
7433         Make sure to remove the pad when a new chain is
7434         encountered. Set some vars to NULL so we don't try
7435         to reference freed memory.
7436
7437 2004-10-25  Wim Taymans  <wim@fluendo.com>
7438
7439         * examples/seeking/Makefile.am:
7440         * examples/seeking/cdplayer.c: (update_scale):
7441         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
7442         * examples/seeking/playbin.c: (make_playerbin_pipeline),
7443         (format_value), (update_scale), (iterate), (start_seek),
7444         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
7445         (print_usage), (main):
7446         Added some more examples, update others.
7447
7448 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7449
7450         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7451         * ext/speex/gstspeexdec.c: (speex_dec_chain):
7452         * ext/theora/theoradec.c: (theora_dec_chain):
7453         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7454           Add codec-name metadata.
7455
7456 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
7457
7458         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7459
7460         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7461         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7462         * ext/alsa/gstalsamixertrack.h:
7463         * po/POTFILES.in:
7464           ALSA mixer track label internationalization (#154054).
7465
7466 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * ext/theora/theoradec.c: (theora_dec_chain):
7469           Export bitrate as metadata.
7470
7471 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7472
7473         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7474         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7475         * ext/alsa/gstalsamixertrack.h:
7476           Fix names, fix loop.
7477
7478 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7479
7480         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
7481         (speex_dec_convert):
7482           sinkconvert function so oggdemux can get the file length (totem).
7483
7484 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
7485
7486         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7487
7488         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7489           Don't push incomplete packets.
7490         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
7491           Fix MPEG-4 audio typefinding.
7492
7493 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7494
7495         * sys/v4l/Makefile.am:
7496         * sys/v4l/gstv4l.c: (plugin_init):
7497         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
7498         (gst_v4lelement_init), (gst_v4lelement_dispose),
7499         (gst_v4lelement_change_state):
7500         * sys/v4l/gstv4lelement.h:
7501         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
7502         (gst_v4l_xoverlay_close), (idle_refresh),
7503         (gst_v4l_xoverlay_set_xwindow_id):
7504         * sys/v4l/gstv4lxoverlay.h:
7505         * sys/v4l/v4l-overlay_calls.c:
7506         * sys/v4l/v4l_calls.h:
7507         * sys/v4l2/Makefile.am:
7508         * sys/v4l2/gstv4l2.c: (plugin_init):
7509         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
7510         (gst_v4l2element_init), (gst_v4l2element_dispose),
7511         (gst_v4l2element_change_state):
7512         * sys/v4l2/gstv4l2element.h:
7513         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
7514         (gst_v4l2_xoverlay_close), (idle_refresh),
7515         (gst_v4l2_xoverlay_set_xwindow_id):
7516         * sys/v4l2/gstv4l2xoverlay.h:
7517         * sys/v4l2/v4l2-overlay_calls.c:
7518         * sys/v4l2/v4l2_calls.h:
7519           Remove client-side overlay handling, use the X-server v4l plugin
7520           for that. Nicer overlay, less code. Also make the plugin
7521           compileable without X (but then without overlay, obviously).
7522           Makes xwindowlistener obsolete, should we remove that?
7523
7524 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7525
7526         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
7527         (gst_osssrc_src_query):
7528         * sys/oss/gstosssrc.h:
7529           OK, so people want offset in DEFAULT. This time, actually fix all
7530           cases.
7531         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7532           Add FPS properly.
7533
7534 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7535
7536         * gst/asfdemux/gstasfmux.c:
7537         * gst/avi/gstavimux.c:
7538           Framerate.
7539
7540 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7541
7542         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
7543           Fix properties (channel, norm, frequency).
7544
7545 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7546
7547         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
7548           Flag typo.
7549         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
7550           No warnings.
7551
7552 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7553
7554         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
7555           Fix hang.
7556
7557 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7558
7559         * sys/v4l2/gstv4l2element.h:
7560           Yet Another Hack (tm) for kernel header borkedness.
7561         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7562         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
7563         (gst_v4l2src_link), (gst_v4l2src_getcaps),
7564         (gst_v4l2src_change_state):
7565         * sys/v4l2/gstv4l2src.h:
7566         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
7567         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
7568           Fix caps, keep track of state, work.
7569
7570 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7571
7572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7573           Quiet.
7574
7575 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7576
7577         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7578           Don't mix bytes and samples.
7579
7580 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7581
7582         * ext/ogg/gstoggmux.c:
7583           Basic pad template which accepts OGM tracks, speex, flac, vorbis
7584           and theora. Any is incorrect.
7585         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
7586           Fix caps.
7587         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7588         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7589         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
7590         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
7591         * sys/v4l/gstv4lmjpegsrc.h:
7592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
7593         (gst_v4lsrc_change_state):
7594         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
7595         (gst_v4lmjpegsrc_capture_stop):
7596           Fix caps. Keep track of internal state. Work.
7597
7598 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7599
7600         * ext/Makefile.am:
7601           Fix the build fixes.
7602
7603 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7604
7605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7606         (gst_ogg_demux_src_event), (_find_chain_seek),
7607         (gst_ogg_pad_push):
7608           Check for pad availability before using it.
7609         * ext/ogg/gstoggdemux.c: (_find_chain_process):
7610           Fix parsing of chained ogg. Needs more work on the decoder side.
7611
7612 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7613
7614         * gst/spectrum/Makefile.am:
7615         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
7616         (idle_func):
7617           Fix demo and reenable it. Yes, I'm currently playing with audio
7618           analysis tools
7619
7620 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7621
7622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7623           We love it if files that start at zero work too...
7624
7625 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7626
7627         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7628           Handle files with missing EOS headers.
7629
7630 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7631
7632         * gst/tcp/gsttcpserversink.c:
7633         (gst_tcpserversink_handle_server_read),
7634         (gst_tcpserversink_init_send):
7635         Zero some variables first (need for accept not to return EINVAL)
7636
7637 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7638
7639         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7640         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7641         * ext/theora/theoradec.c: (theora_dec_sink_convert),
7642         (theora_dec_chain):
7643         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7644         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
7645           Seeking and querying finetune.
7646
7647 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7648
7649         * configure.ac:
7650         * ext/Makefile.am:
7651         * ext/raw1394/Makefile.am:
7652           fix the build
7653
7654 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7655
7656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7657           Wrong return.
7658         * gst/playback/Makefile.am:
7659         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7660         * gst/playback/gstplay-marshal.list:
7661         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
7662           Fix marshallers.
7663
7664 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7665
7666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
7667           Silence.
7668
7669 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7670
7671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7672         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7673         (gst_ogg_pad_push):
7674           Yay for non-lineair granulepos in theora.
7675
7676 2004-10-18  Wim Taymans  <wim@fluendo.com>
7677
7678         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7679         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7680         * ext/dv/gstdvdec.h:
7681         Make sure we renegotiate aspect ratio when the camera switches.
7682
7683 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7684
7685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7686         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7687           Start at zero.
7688         * ext/theora/theoradec.c: (theora_dec_chain):
7689           Skip headers. Bad idea for chained ogg, but fixes seeking.
7690
7691 2004-10-18  Wim Taymans  <wim@fluendo.com>
7692
7693         * configure.ac:
7694         I swear, this is the last time I touch this.
7695
7696 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7697
7698         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7699         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7700         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
7701           Faster seeking.
7702         * ext/theora/theoradec.c: (theora_dec_sink_convert):
7703           Time-to-default conversion.
7704         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7705           Don't error on unknown packets, just skip. We should probably
7706           read them if we want to support chained ogg.
7707
7708 2004-10-18  Wim Taymans  <wim@fluendo.com>
7709
7710         * configure.ac:
7711         Added cdaudio to wrong list.
7712
7713 2004-10-18  Wim Taymans  <wim@fluendo.com>
7714
7715         * configure.ac:
7716         Revive cdaudio.
7717
7718 2004-10-18  Wim Taymans  <wim@fluendo.com>
7719
7720         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7721         (gst_dvdec_video_link), (gst_dvdec_push):
7722         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7723         (gst_smokeenc_resync), (gst_smokeenc_chain):
7724         Fix mimetype on smoke encoder.
7725         Add aspect ratio to dvdec. Not sure if these
7726         values are correct though....
7727
7728 2004-10-18  Wim Taymans  <wim@fluendo.com>
7729
7730         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7731         Fix vorbis property descriptions and ranges.
7732
7733 2004-10-18  Wim Taymans  <wim@fluendo.com>
7734
7735         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7736         Really do nothing when no data is available.
7737         Go to the playing state when the stream is not seekable
7738         instead of failing.
7739
7740 2004-10-18  Wim Taymans  <wim@fluendo.com>
7741
7742         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
7743         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
7744         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
7745         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
7746         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
7747         Added uri handler for cd://
7748         Port to new API.
7749
7750 2004-10-18  Wim Taymans  <wim@fluendo.com>
7751
7752         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7753         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7754         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7755         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7756         (remove_prerolls), (unknown_type), (add_element_stream),
7757         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
7758         (gst_play_base_bin_remove_element),
7759         (gst_play_base_bin_link_stream):
7760         * gst/playback/gstplaybin.c: (gen_video_element),
7761         (gen_vis_element), (remove_sinks), (setup_sinks):
7762         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7763         (gst_stream_info_get_type), (gst_stream_info_class_init),
7764         (gst_stream_info_init), (gst_stream_info_new),
7765         (gst_stream_info_dispose), (stream_info_mute_pad),
7766         (gst_stream_info_set_property), (gst_stream_info_get_property):
7767         * gst/playback/gststreaminfo.h:
7768         Add sink padtemplate to decodebin.
7769         Added some more comments.
7770         Make queue size configurable in playbasebin.
7771         Added possibility to use elements as sinks (ex cdaudio).
7772
7773 2004-10-15  Wim Taymans  <wim@fluendo.com>
7774
7775         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
7776         (gst_speexenc_chain):
7777         Fix speex timestamps so that it gets muxed properly.
7778
7779 2004-10-15  Wim Taymans  <wim@fluendo.com>
7780
7781         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
7782         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
7783         (gst_dv1394src_init), (gst_dv1394src_dispose),
7784         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
7785         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
7786         (gst_dv1394src_event), (gst_dv1394src_get_formats),
7787         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
7788         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
7789         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
7790         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
7791         * ext/raw1394/gstdv1394src.h:
7792         Added conversion/query functions.
7793         Update buffer timestamps,
7794         Added signals.
7795         Added uri dv:// so it might play from the firewire in playbin.
7796         Fix a possible leak.
7797         Added debugging.
7798
7799 2004-10-15  Wim Taymans  <wim@fluendo.com>
7800
7801         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
7802         (gst_dv1394src_init), (gst_dv1394src_set_property),
7803         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
7804         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
7805         * ext/raw1394/gstdv1394src.h:
7806         Added AV/C VTR control support needed for some cameras.
7807         Added automatic port detection.
7808         Added properties for selecting the channel.
7809         The configure.ac script is not yet updated to reflect the
7810         new libavc1394 and librom1394 dependencies.
7811
7812 2004-10-15  Wim Taymans  <wim@fluendo.com>
7813
7814         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7815         (qtdemux_parse), (gst_qtdemux_handle_esds):
7816         An esds box is not a container.
7817         Fix parsing of mp4v boxes.
7818         Do not try to renegotiate fps for each frame. Need to
7819         find a better method. This should fix mp4 playback.
7820
7821 2004-10-14  David Schleef  <ds@schleef.org>
7822
7823         * configure.ac: update for swfdec-0.3 and liboil-0.2
7824         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
7825         * ext/swfdec/gstswfdec.h: same
7826         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
7827         * gst/videotestsrc/videotestsrc.c: same
7828
7829 2004-10-14  Wim Taymans  <wim@fluendo.com>
7830
7831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7832         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
7833         (is_sync_frame), (gst_multifdsink_new_client),
7834         (gst_multifdsink_handle_client_write),
7835         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7836         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
7837         Turn warnings into info.
7838         Don't allow a state change in the streaming thread.
7839
7840 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7841
7842         * ext/vorbis/oggvorbisenc.c:
7843         * ext/vorbis/vorbisdec.c:
7844           fix template sample rate
7845
7846 2004-10-13  Wim Taymans  <wim@fluendo.com>
7847
7848         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7849         Decoding the header first fixes some problems in resyncing
7850         in more mp3s.
7851
7852 2004-10-12  Wim Taymans  <wim@fluendo.com>
7853
7854         * gst/playback/gstplaybin.c: (gen_video_element),
7855         (gen_vis_element), (remove_sinks), (setup_sinks):
7856         Added vis plugin support, need to configure the vis
7857         element to activate it.
7858
7859 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7860
7861         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
7862         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7863           Some debug.
7864         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7865         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
7866         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
7867         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
7868         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
7869         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
7870         * gst/avi/gstavidemux.h:
7871           Support for openDML-2.0 indx/ix## chunks. Support for broken index
7872           recovery (where, if part of the index is broken, we will still read
7873           the rest of the index and recover the broken part by stream
7874           scanning). More broken media support. EOS workarounds. General AVI
7875           braindamage headache recovery. Aspirin included.
7876
7877 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7878
7879         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
7880         (cdparanoia_event), (cdparanoia_query):
7881           Get rid of hideous lead-in.
7882
7883 2004-10-11  Wim Taymans  <wim@fluendo.com>
7884
7885         * gst/playback/gstplaybasebin.c: (setup_source):
7886         Wrong var used to get g_list_next.
7887
7888 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7889
7890         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7891         (cdparanoia_get), (cdparanoia_open):
7892           Report discid as metadata, add duration.
7893
7894 2004-10-11  Wim Taymans  <wim@fluendo.com>
7895
7896         * gst/playback/gstplaybasebin.c: (setup_source):
7897         Cleanup the previous pipeline a little earlier for the
7898         case that a source element provides raw data.
7899
7900 2004-10-11  Benjamin Otte  <otte@gnome.org>
7901
7902         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7903           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
7904           consuming the last 128 bytes, even though it was valid mp3 data.
7905
7906 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7907
7908         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
7909         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
7910         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7911         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
7912
7913 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7914
7915         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
7916         Fix for webcams that support only specific width or height
7917
7918 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7919
7920         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7921
7922         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
7923           Fix wrong discont event setup (fixes #154967).
7924
7925 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
7926
7927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7928
7929         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7930           Error out on invalid data (fixes #154807).
7931
7932 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7933
7934         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7935
7936         * ext/dvdread/dvdreadsrc.c: (_read):
7937           Make titles > 0 work again (fixes #154834).
7938
7939 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7940
7941         * gst-libs/gst/riff/riff-media.c:
7942         (gst_riff_create_video_template_caps):
7943           WMV3 missing in template caps.
7944
7945 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7946
7947         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7948           OK, so the original code was too strict. It makes random AVI files
7949           hang for seconds upon opening, which is unacceptable and is far
7950           beyond the original goal of getting multiple chunks for one-chunk
7951           sounc stream files. So now do just that.
7952
7953 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7954
7955         * gst/playback/gstplaybasebin.c: (setup_source),
7956         (gst_play_base_bin_change_state):
7957           Actually clean up streaminfo if output fails. This would trigger
7958           if, for example, there was no CD in the drive. No preroll, so
7959           a streaminfo structure is created, but the subsequent state change
7960           of the thread fails.
7961         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7962           Don't change state if parent failed.
7963
7964 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7965
7966         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7967         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
7968         (gen_video_element), (remove_sinks):
7969           Add small bits of code for screenshot handling.
7970
7971 2004-10-08  Wim Taymans  <wim@fluendo.com>
7972
7973         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
7974         (gen_video_element), (gen_audio_element), (setup_sinks):
7975         Don't assume the user provided sinks are named "sink"...
7976
7977 2004-10-08  Wim Taymans  <wim@fluendo.com>
7978
7979         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7980         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
7981         (gst_play_base_bin_link_stream):
7982         Do not try to autoplug sources that generate raw streams like
7983         cdparanoia.
7984         disconnect the preroll overrun signal when we don't need it anymore.
7985
7986 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
7987
7988         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7989         Added reworked patch from #154903 from milosz derezynski (deadchip).
7990
7991 2004-10-08  Wim Taymans  <wim@fluendo.com>
7992
7993         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7994         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
7995         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
7996         (cdparanoia_convert), (cdparanoia_uri_get_type),
7997         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
7998         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
7999         * ext/cdparanoia/gstcdparanoia.h:
8000         This adds the cdda://<tracknum> uri.
8001
8002 2004-10-08  Wim Taymans  <wim@fluendo.com>
8003
8004         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
8005         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8006         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8007         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8008         (unknown_type), (gst_play_base_bin_remove_element),
8009         (gst_play_base_bin_link_stream):
8010         * gst/playback/gstplaybasebin.h:
8011         * gst/playback/gstplaybin.c: (gst_play_bin_init),
8012         (gst_play_bin_set_property), (gen_video_element),
8013         (gen_audio_element), (setup_sinks):
8014         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8015         (gst_stream_info_get_type), (gst_stream_info_class_init),
8016         (gst_stream_info_init), (gst_stream_info_new),
8017         (gst_stream_info_dispose), (stream_info_mute_pad),
8018         (gst_stream_info_set_property), (gst_stream_info_get_property):
8019         * gst/playback/gststreaminfo.h:
8020         Reuse the audio and video bins.
8021         Some internal cleanups in the stream selection code.
8022
8023 2004-10-08  Julien MOUTTE  <julien@moutte.net>
8024
8025         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8026         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8027         * sys/ximage/ximagesink.h:
8028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8029         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8030         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
8031         not coming from those elements. Moreover these elements should not keep
8032         the xid they have been given when in NULL state.
8033
8034 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8035
8036         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8037         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8038         * sys/ximage/ximagesink.h:
8039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8040         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8041         * sys/xvimage/xvimagesink.h:
8042           Actually only create a new toplevel window if we're not gonna
8043           embed it right after.
8044
8045 2004-10-07  Wim Taymans  <wim@fluendo.com>
8046
8047         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
8048         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
8049         * gst/playback/gstplaybin.c: (setup_sinks):
8050         Implement muting/unmuting of streams, mute streams that are not
8051         used.
8052
8053 2004-10-07  Wim Taymans  <wim@fluendo.com>
8054
8055         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
8056         (plugin_init):
8057         Added lame audio/x-ac3 typefind function.
8058
8059 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8060
8061         * configure.ac:
8062           bump nano to cvs
8063
8064 === release 0.8.5 ===
8065
8066 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8067
8068         * NEWS:
8069         * RELEASE:
8070         * configure.ac:
8071           releasing 0.8.5, "Take You On"
8072
8073 2004-10-06  Wim Taymans  <wim@fluendo.com>
8074
8075         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8076         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8077         (no_more_pads), (close_link), (type_found):
8078         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8079         * gst/playback/gstplaybin.c: (gen_video_element):
8080         Do not signal the no_more_pads after the first pad when
8081         we are plugging a non dynamic element with multiple
8082         output pads (like swfdec, dvdec, ...).
8083
8084 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8085
8086         * configure.ac:
8087           bump for prerelease
8088
8089 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8090
8091         * gst/wavparse/gstwavparse.c:
8092           add ATRAC3 to STATIC CAPS to fix a warning
8093
8094         * gst/matroska/ebml-read.c:
8095         * gst-libs/gst/riff/riff-read.c:
8096           fix typos
8097
8098 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8099
8100         * gst-libs/gst/riff/riff-media.c:
8101           generate caps for ATRAC3 audio streams
8102
8103         * gst/realmedia/rmdemux.c:
8104           generate caps for ATRAC3 audio streams
8105
8106 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8107
8108         * gst/wavparse/Makefile.am
8109         * gst/wavparse/riff.h
8110         * gst/wavparse/wavparse.vcproj
8111           riff.h removal (unused and duplication with riff-ids.h)
8112
8113 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8114
8115         * gst/wavparse/gstwavparse.h
8116           remove duplicated defines for audio codec codes
8117
8118         * gst-libs/gst/riff/riff-ids.h
8119         * gst/wavenc/riff.h:
8120           add "4CC" code for ATRAC3 audio streams
8121           add "4CC" code for ITU_G721_ADPCM (unused for now)
8122
8123 2004-10-06  Wim Taymans  <wim@fluendo.com>
8124
8125         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
8126         Actually _do_ negotiation. Pass gdouble as arg instead
8127         of guint64 for the framerate.
8128
8129 2004-10-06  Wim Taymans  <wim@fluendo.com>
8130
8131         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8132         (find_compatibles), (close_pad_link), (try_to_link_1),
8133         (no_more_pads), (close_link), (type_found):
8134         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8135         * gst/playback/gstplaybin.c: (gen_video_element),
8136         (gen_audio_element):
8137         Set state on newly added element to READY so that negotiation
8138         can happen ASAP.
8139         Addes some more debug info.
8140         Do not try to plug pads with multiple caps structures or ANY
8141         because it is too dangerous since we do not do dynamic
8142         replugging.
8143
8144 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8145
8146         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
8147
8148         * po/LINGUAS:
8149         * po/or.po:
8150           add Oriya translation
8151
8152 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8153
8154         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8155           Prevent overwrite of size member. Makes audio sound crappy.
8156
8157 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8158
8159         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8160         Add rmvb to the list of known RealMedia extensions
8161
8162 2004-10-05  Wim Taymans  <wim@fluendo.com>
8163
8164         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
8165         (mngdec_openstream), (mngdec_closestream),
8166         (mngdec_handle_sink_event), (mngdec_readdata),
8167         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
8168         (mngdec_getcanvasline), (mngdec_refresh),
8169         (gst_mngdec_change_state):
8170         Set the framerate correctly.
8171
8172 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8173
8174         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8175           There was something wrong with the index massaging.
8176
8177 2004-10-04  Wim Taymans  <wim@fluendo.com>
8178
8179         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
8180         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8181         (gst_smokedec_chain):
8182         * ext/jpeg/gstsmokedec.h:
8183         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8184         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
8185         * ext/jpeg/gstsmokeenc.h:
8186         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
8187         (smokecodec_decode_new), (smokecodec_info_free),
8188         (smokecodec_set_quality), (smokecodec_get_quality),
8189         (smokecodec_set_threshold), (smokecodec_get_threshold),
8190         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8191         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
8192         (smokecodec_encode), (smokecodec_parse_id),
8193         (smokecodec_parse_header), (smokecodec_decode):
8194         * ext/jpeg/smokecodec.h:
8195         * ext/jpeg/smokeformat.h:
8196         Updated smoke, new bitstream, allows embedding in ogg.
8197
8198 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8199
8200         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8201           Fix seeking in some files. All this code is no longer needed (and
8202           actually breaks stuff) because we now synchronize the full index
8203           right when reading the header.
8204
8205 2004-10-04  Wim Taymans  <wim@fluendo.com>
8206
8207         * configure.ac:
8208         configure update for libmng.
8209
8210 2004-10-04  Wim Taymans  <wim@fluendo.com>
8211
8212         * ext/libmng/Makefile.am:
8213         * ext/libmng/gstmng.c: (plugin_init):
8214         * ext/libmng/gstmng.h:
8215         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
8216         (gst_mngdec_base_init), (gst_mngdec_class_init),
8217         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
8218         (gst_mngdec_loop), (gst_mngdec_get_property),
8219         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
8220         (mngdec_closestream), (mngdec_handle_sink_event),
8221         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
8222         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
8223         (gst_mngdec_change_state):
8224         * ext/libmng/gstmngdec.h:
8225         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
8226         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
8227         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
8228         (gst_mngenc_chain), (gst_mngenc_get_property),
8229         (gst_mngenc_set_property):
8230         * ext/libmng/gstmngenc.h:
8231         Added basic MNG decoder. Needs more work. The encoder does
8232         not work yet.
8233
8234 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8235
8236         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
8237         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
8238         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
8239           Don't hang on length=0 chunks. Some negotiation fixes. Signal
8240           no-more-pads.
8241
8242 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8243
8244         * configure.ac:
8245           you need at least 1.0.4 of speex
8246
8247 2004-10-04 Iain <iaingnome@gmail.com>
8248
8249         * ext/speex/gstspeexdec.h: Revert the includes changes.
8250
8251         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
8252
8253 2004-09-30 Iain <iaingnome@gmail.com>
8254
8255         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
8256         found during init or set as a property instead of hardcoding /dev/audio
8257
8258 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8259
8260         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
8261         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
8262         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
8263         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
8264         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
8265         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
8266         (gst_rmdemux_dump_data):
8267           Use debug category, fix EOS handling. filesrc ! rmdemux now
8268           works.
8269
8270 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8271
8272         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8273         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
8274         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
8275           Improve allocation, cutting and sorting of the index. How takes a
8276           few seconds instead of minutes.
8277
8278 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
8279
8280         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
8281           fixed compilation
8282
8283 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8284
8285         * gst-libs/gst/riff/riff-media.c:
8286         (gst_riff_create_video_caps_with_data),
8287         (gst_riff_create_video_template_caps):
8288           Add wing commander format mimetype/fourccs.
8289         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8290           Don't crash if some value is 0.
8291
8292 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8293
8294         * gst-libs/gst/riff/riff-media.c:
8295         (gst_riff_create_video_caps_with_data),
8296         (gst_riff_create_video_template_caps):
8297           Add DIB fourcc (raw, palettized 8-bit RGB).
8298         * gst-libs/gst/riff/riff-read.c:
8299         (gst_riff_read_strf_vids_with_data):
8300           Oops, fix strf_data reading bug.
8301         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8302           Use a non-NULL tag.
8303         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8304           Time for hacks. Sorry Dave. At least one quicktime movie (a
8305           trailer) that I've encountered contains multiple video tracks.
8306           One of those is the actual video track, the other are one-frame
8307           tracks (images). Unfortunately, the number of frames according
8308           to the trak header is 1 for each, so that doesn't help. So
8309           instead, I look at the duration and discard tracks with a
8310           duration shorter than 20% of the length of the stream. Better
8311           than nothing.
8312
8313 2004-10-01  Christian Schaller <christian@fluendo.com>
8314
8315         * ext/ivorbis/vorbis.c:
8316           Patch from Phil Blundell (Bug 152341)
8317
8318 2004-10-01  Wim Taymans  <wim@fluendo.com>
8319
8320         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8321         (speex_dec_get_formats), (speex_dec_convert),
8322         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
8323         (speex_dec_chain), (gst_speexdec_get_property),
8324         (gst_speexdec_set_property):
8325         Small cleanups.
8326
8327 2004-10-01  Wim Taymans  <wim@fluendo.com>
8328
8329         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8330         (gst_wavparse_stream_init), (gst_wavparse_fmt),
8331         (gst_wavparse_other), (gst_wavparse_loop),
8332         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
8333         (gst_wavparse_srcpad_event):
8334         * gst/wavparse/gstwavparse.h:
8335         Added some more debugging info.
8336         Fix the case where the length of the file is 0.
8337         Make sure we seek to sample borders.
8338
8339 2004-10-01  Wim Taymans  <wim@fluendo.com>
8340
8341         * gst/playback/README:
8342         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8343         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8344         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8345         Add some debug info to decodebin, update README
8346
8347 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8348
8349         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
8350           Don't use g_print(); use GST_DEBUG().
8351
8352 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8353
8354         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8355         (gst_ogg_mux_queue_pads):
8356           Handle EOS properly.
8357
8358 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8359
8360         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8361
8362         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
8363         (gst_faad_chain), (gst_faad_change_state):
8364         * ext/faad/gstfaad.h:
8365           Allow playback of raw (unframed) MPEG AAC files (#148993).
8366
8367 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8368
8369         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8370
8371         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8372           Throw error if we didn't recognize the stream. Fixes #152289.
8373
8374 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8375
8376         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8377           Fix negotiation.
8378
8379 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
8380
8381         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8382
8383         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8384           Fix memleak.
8385
8386 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8387
8388         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8389
8390         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
8391           Solve #152805.
8392         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
8393           Solve 152806.
8394
8395 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8396
8397         * gst-libs/gst/riff/riff-media.c:
8398         (gst_riff_create_video_caps_with_data),
8399         (gst_riff_create_audio_caps_with_data):
8400           Add codec_data handling (like asfdemux used to do).
8401         * gst/asfdemux/gstasf.c: (plugin_init):
8402         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8403         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
8404           Use riff-media for caps creation instead of our own (mostly
8405           broken) copy of its functions.
8406
8407 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8408
8409         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
8410           Don't actually error out if we get another return value than
8411           -EINVAL. Opposite to what I first thought, drivers have random
8412           return values for this, although -EINVAL is the expected return
8413           value. Since this is not fatal, we shouldn't use
8414           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
8415
8416 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8417
8418         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8419         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
8420         (dvdreadsrc_get_property), (_open), (_seek), (_read),
8421         (dvdreadsrc_get), (dvdreadsrc_open_file),
8422         (dvdreadsrc_change_state):
8423           Fix. Don't do one big huge loop around the whole DVD, that will
8424           cache all data and thus eat sizeof(dvd) (several GB) before we
8425           see something.
8426         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8427           Actually NULL'ify event after using it.
8428         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
8429         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
8430         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8431         (gst_ebml_read_seek), (gst_ebml_read_skip):
8432           Handle events.
8433         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
8434         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
8435         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
8436           Fix timing (this will probably break if I seek using menus, but
8437           I didn't get there yet). VOBs and normal DVDs should now work.
8438           Add a mpeg2-only pad with high rank so this get autoplugged for
8439           MPEG-2 movies.
8440         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
8441         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
8442         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
8443         (gst_mpeg_demux_get_audio_stream),
8444         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
8445         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
8446           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
8447           MPEG-1 but use dvddemux for MPEG-2.
8448         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8449         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
8450         (gst_mpeg_parse_parse_packhead):
8451           Timing. Only add pad template if it exists. Add sink template from
8452           class and not from ourselves. This means we will always use the
8453           correct sink template even if it is not the one defined in this
8454           file.
8455
8456 2004-09-29  Wim Taymans  <wim@fluendo.com>
8457
8458         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
8459         (gst_mpeg_demux_parse_pes):
8460         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8461         Fix playback of mpeg again, timestamps where screwed up by
8462         patch 1.61.
8463
8464 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8465
8466         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
8467           Only return true if we actually filled something in. Prevents
8468           player applications from showing a random length for flac files.
8469         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
8470         (gst_riff_read_use_event), (gst_riff_read_handle_event),
8471         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
8472         (gst_riff_read_strf_vids_with_data),
8473         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
8474           OK, ok, so I implemented event handling. Apparently it's normal
8475           that we receive random events at random points without asking
8476           for it.
8477         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8478         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8479         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
8480         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8481         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
8482         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8483         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8484         * gst/avi/gstavidemux.h:
8485           Implement non-lineair chunk handling and subchunk processing.
8486           The first solves playback of AVI files where the audio and video
8487           data of individual buffers that we read are not synchronized.
8488           This should not happen according to the wonderful AVI specs, but
8489           of course it does happen in reality. It is also a prerequisite for
8490           the second. Subchunk processing allows us to cut chunks in small
8491           pieces and process each of these pieces separately. This is
8492           required because I've seen several AVI files with incredibly large
8493           audio chunks, even some files with only one audio chunk for the
8494           whole file. This allows for proper playback including seeking.
8495           This patch is supposed to fix all AVI A/V sync issues.
8496         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
8497         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
8498           Work.
8499         * gst/modplug/gstmodplug.cc:
8500           Proper return value setting for the query() function.
8501         * gst/playback/gstplaybasebin.c: (setup_source):
8502           Being in non-playing state (after, e.g., EOS) is not necessarily
8503           a bad thing. Allow for that. This fixes playback of short files.
8504           They don't actually playback fully now, because the clock already
8505           runs. This means that small files (<500kB) with a small length
8506           (<2sec) will still not or barely play. Other files, such as mod
8507           or flx, will work correctly, however.
8508
8509 2004-09-28  Wim Taymans  <wim@fluendo.com>
8510
8511         * ext/speex/gstspeex.c: (plugin_init):
8512         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
8513         (gst_speex_dec_class_init), (speex_dec_get_formats),
8514         (speex_get_event_masks), (speex_get_query_types),
8515         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
8516         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
8517         (gst_speexdec_get_property), (gst_speexdec_set_property),
8518         (speex_dec_change_state):
8519         * ext/speex/gstspeexdec.h:
8520         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
8521         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
8522         (gst_speexenc_base_init), (gst_speexenc_class_init),
8523         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
8524         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
8525         (gst_speexenc_src_query), (gst_speexenc_init),
8526         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
8527         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
8528         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
8529         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
8530         (gst_speexenc_chain), (gst_speexenc_get_property),
8531         (gst_speexenc_set_property), (gst_speexenc_change_state):
8532         * ext/speex/gstspeexenc.h:
8533         Rewrote speex encoder, make sure it can be embedded in ogg.
8534         Implemented speex decoder.
8535
8536 2004-09-28  Christian Schaller <christian@fluendo.com>
8537
8538         * configure.ac:
8539         Remove kioslave plugin. Markey is brewing a new working one
8540         * ext/Makefile.am: Remove kioslave plugin
8541         * ext/kio: remove
8542         * gst-plugins.spec.in: remove kio plugin from spec
8543
8544 2004-09-27  Wim Taymans  <wim@fluendo.com>
8545
8546         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8547         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8548         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
8549         (gst_multifdsink_new_client),
8550         (gst_multifdsink_handle_client_write),
8551         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8552         (gst_multifdsink_handle_clients):
8553         * gst/tcp/gstmultifdsink.h:
8554         Make syncing to keyframes actually work for new clients and lagging
8555         clients.
8556
8557 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8558
8559         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
8560         (gst_navigationtest_handle_src_event), (draw_box_planar411),
8561         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
8562         * gst/debug/gstnavigationtest.h:
8563           make navigationtest display button-press and button-release events
8564
8565 2004-09-26 Iain <iaingnome@gmail.com>
8566
8567         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
8568         the channels have received a new media event.
8569         (interleave_buffered_loop): Compresses a new media event on all
8570         channels into one.
8571
8572 2004-09-26 Iain <iaingnome@gmail.com>
8573
8574         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
8575         call the sinkpad's default event handler and not the srcpads. He also
8576         says this is confusing :)
8577         (gst_wavenc_stop_file): Company says that seek events only go upstream
8578         we should send a discontinuous downstream instead.
8579
8580 2004-09-25  Christian Schaller <christian@fluendo.com>
8581
8582         * Update SPEC file to be usable in conjunction with Fedora Core,
8583           Fedora.us and freshrpms packages
8584         * Fix typo in multifilesrc test Makefile
8585
8586 2004-09-24  Wim Taymans  <wim@fluendo.com>
8587
8588         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8589         Only signal the no_more_pads signal when we have
8590         added the stream to our list.
8591
8592 2004-09-24  Wim Taymans  <wim@fluendo.com>
8593
8594         * gst/playback/gstplaybasebin.c: (remove_prerolls),
8595         (new_decoded_pad):
8596         * gst/playback/gstplaybasebin.h:
8597         * gst/playback/gstplaybin.c: (setup_sinks):
8598         Don't try to preroll or decode more than one audio/video
8599         track.
8600
8601 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8602
8603         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8604           Throw error if we failed to find a suitable output. This should
8605           throw an error if we successfully set up a pipeline (e.g. because
8606           we recognized a media file) but found no decodable streams in it
8607           (e.g. because it contains only media stream types for which we
8608           have no decoders, or because it's not a media type).
8609
8610 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8611
8612         * ext/dirac/Makefile.am:
8613         * ext/dirac/gstdirac.cc:
8614         * ext/dirac/gstdiracdec.cc:
8615         * ext/dirac/gstdiracdec.h:
8616           Do something. Don't actually know if this works because I don't
8617           have a demuxer yet.
8618         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
8619           Add channels=1 to caps returned from _getcaps().
8620         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
8621         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
8622         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
8623         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
8624         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
8625         (gst_ogm_parse_change_state):
8626           Separate between audio/video so ogmaudioparse actually uses the
8627           audio pad templates. Both audio and video work now, including
8628           autoplugging. Also use sometimes-srcpad hack.
8629         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8630           Handle events better. Don't hang on infinite loops.
8631         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8632         (gst_avi_demux_init), (gst_avi_demux_reset),
8633         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8634         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
8635         (gst_avi_demux_change_state):
8636         * gst/avi/gstavidemux.h:
8637           Improve A/V sync. Still not perfect.
8638         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
8639         (gst_ebml_read_skip):
8640           Handle events better.
8641         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8642         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
8643         (qtdemux_audio_caps):
8644           Add IMA4. Improve event handling. Save offset after a seek when
8645           the headers are at the end of the file so that we don't end up in
8646           an infinite loop.
8647         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8648           Add low-priority typefind support for files with no length.
8649
8650 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8651
8652         * testsuite/multifilesink/Makefile.am:
8653         fix typo
8654
8655 2004-09-22  Julien MOUTTE  <julien@moutte.net>
8656
8657         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
8659         mistakes from thaytan's patches.
8660
8661 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8662
8663         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8664           For completeness, XSync in the destroy function as xvimage does.
8665
8666 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8667
8668         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8669            Correct caps negotiation
8670         * gst/volume/gstvolume.c: (volume_chain_float),
8671         (volume_chain_int16):
8672            Modify debug output to be little more informative
8673         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8675         (gst_xvimagesink_xvimage_destroy):
8676           Add XSync calls after detaching from the shared memory segment to
8677           avoid a crash.
8678
8679 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8680
8681         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8682         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
8683         * ext/vorbis/vorbis.c: (plugin_init):
8684         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8685         (gst_vorbisenc_chain):
8686         * ext/vorbis/vorbisenc.h:
8687         remove explicit newmedia support from oggmux and vorbisenc
8688         add debug category to vorbisenc
8689         * gst/multifilesink/gstmultifilesink.c:
8690         (gst_multifilesink_class_init), (gst_multifilesink_init),
8691         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
8692         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
8693         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
8694         (plugin_init):
8695         * gst/multifilesink/gstmultifilesink.h:
8696         add support for streamheader in multifilesink
8697
8698 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8699
8700         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
8701         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
8702         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
8703           Prevent infinite loops. More correct error reporting.
8704         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8705           Error out if negotiation fails.
8706         * gst/playback/gstplaybasebin.c: (setup_source),
8707         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
8708         (gst_play_base_bin_found_tag):
8709           Error/tag forwarding. Pre-roll fixes for source errors on state
8710           changes (e.g. "file does not exist") to prevent hangs.
8711
8712 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8713
8714         * testsuite/multifilesink/Makefile.am:
8715         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
8716         (gst_newmedia_class_init), (gst_newmedia_init),
8717         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8718         (newfile_signal), (test_signal), (main):
8719         * testsuite/multifilesink/multifilesrc_test.c: (main):
8720         * testsuite/multifilesink/oggtheora_test.c:
8721         (gst_newmedia_base_init), (gst_newmedia_class_init),
8722         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8723         (test_format), (newfile_signal), (test_signal), (main):
8724         * testsuite/multifilesink/oggvorbis_test.c:
8725         (gst_newmedia_base_init), (gst_newmedia_class_init),
8726         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8727         (test_format), (newfile_signal), (test_signal), (main):
8728         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
8729         (gst_newmedia_class_init), (gst_newmedia_init),
8730         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8731         (newfile_signal), (test_signal), (main):
8732         New media tests
8733
8734 2004-09-20  Christian Schaller <christian@fluendo.com>
8735
8736         * Fix mikmod license to LGPL as they have relicensed
8737         * Move Dirac and Effectv into LGPL section of README_license
8738
8739 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8740
8741         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
8742         (gst_mad_change_state):
8743           Allow for mp3 rate/channels changes. However, only very
8744           conservatively. Reason that we *have* to enable this is smiply
8745           because the mad find_sync() function is not good enough, it will
8746           regularly sync on random data as valid frames and therefore make
8747           us provide random caps as *final* caps of the stream. The best fix
8748           I could think of is to simply require several of the same stream
8749           changes in a row before we change caps.
8750           The actual testcase that works now is #
8751         * ext/ogg/Makefile.am:
8752         * ext/ogg/gstogg.c: (plugin_init):
8753         * ext/ogg/gstogmparse.c:
8754           OGM support (video only for now; I need an audio sample file).
8755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8756         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
8757         (gst_asf_demux_add_video_stream):
8758           WMV extradata.
8759         * gst/playback/gstplaybasebin.c: (unknown_type):
8760           Don't error out on single unknown-types after all. It's wrong.
8761           If we found type of video and audio but not of a subtitle stream,
8762           it will still error out (which is unwanted). Will find a better fix
8763           later on.
8764         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
8765         (ogmaudio_type_find), (plugin_init):
8766           OGM support.
8767
8768 2004-09-20  Johan Dahlin  <johan@gnome.org>
8769
8770         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
8771         after setting caps.
8772
8773 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8774
8775         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
8776         * gst/wavenc/gstwavenc.h:
8777         Added newmedia support to wavenc
8778
8779 2004-09-17  Wim Taymans  <wim@fluendo.com>
8780
8781         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
8782         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
8783         (gst_fdset_fd_can_write), (gst_fdset_wait):
8784         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8785         (gst_multifdsink_init), (gst_multifdsink_add),
8786         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
8787         (gst_multifdsink_remove_client_link),
8788         (gst_multifdsink_client_queue_buffer),
8789         (gst_multifdsink_handle_client_write),
8790         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
8791         (gst_multifdsink_close), (gst_multifdsink_change_state):
8792         * gst/tcp/gstmultifdsink.h:
8793         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8794         (gst_tcpserversink_removed):
8795         Small cleanups in fdset.c
8796         Use a hastable to map fd to the client structure for faster
8797         lookup in _remove and get_stats.
8798         Added virtual function to close the fds.
8799         Handle clients even when the select/poll call was unblocked because
8800         of a command.
8801         Implement syncing to keyframe in the recovery procedure.
8802
8803 2004-09-16 Iain <iaingnome@gmail.com>
8804
8805         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
8806         try caps.
8807
8808 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8809
8810         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
8811           Caps are only set if the type of the stream is unknown, but this
8812           is initialized in ->init_stream(), so set to UNKNOWN after calling
8813           ->init_stream() so that capsnego starts.
8814
8815 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8816
8817         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8818         (gst_avi_demux_stream_data):
8819           Just hardcode for raw audio then. AVI audio sucks.
8820
8821 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
8822
8823         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
8824         * gst/matroska/matroska-mux.c: (audiosink_templ),
8825         (gst_matroska_mux_audio_pad_link):
8826         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
8827         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
8828
8829 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8830
8831         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8832         (gst_avi_demux_stream_data):
8833           Try to fix a/v sync issues.
8834
8835 2004-09-15  David Schleef  <ds@schleef.org>
8836
8837         * configure.ac: remove NASM check, since we don't use it.  Update
8838         dirac check to 0.4
8839         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
8840         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8841         Initialized variables.
8842         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8843         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
8844         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
8845         SVQ3 format
8846
8847 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8848
8849         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8850         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
8851         * gst/avi/gstavidemux.h:
8852           Fix for compressed audio (mp3) timestamp generation. How did this
8853           ever work?
8854
8855 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8856
8857         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8858           Volume is a double not a float.
8859
8860 2004-09-15  Wim Taymans  <wim@fluendo.com>
8861
8862         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
8863         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8864         Don't close the fd in multifdsink as we didn't open it in the
8865         first place. Some cleanups.
8866
8867 2004-09-15  Wim Taymans  <wim@fluendo.com>
8868
8869         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8871         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8872         Fix the case where the muxer would mark pages as delta
8873         frames when they are not (vorbis only ogg).
8874
8875 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8876
8877         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
8878         (gst_play_base_bin_change_state):
8879           Handle the case where we failed to setup a clear pipeline. This
8880           will throw an error (or EOS, another nice case) and if you don't
8881           catch that, the app will wait for the signal forever (and thus
8882           hang).
8883
8884 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8885
8886         * ext/gnomevfs/gstgnomevfssink.c:
8887         (gst_gnomevfssink_uri_get_protocols):
8888         * ext/gnomevfs/gstgnomevfssrc.c:
8889         (gst_gnomevfssrc_uri_get_protocols):
8890         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8891         * ext/gnomevfs/gstgnomevfsuri.h:
8892           Use _uri_new() instead of _open(), so it doesn't take as long and
8893           Christophe's computer won't hang.
8894         * gst/playback/gstplaybasebin.c: (unknown_type):
8895           Throw error on unknown media type, so apps actually display it.
8896
8897 2004-09-14  Brian Cameron  <brian.cameron@sun.com
8898
8899         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
8900           this script to work on Solaris since bash shell handles echo
8901           differenly than bash.
8902
8903 2004-09-17  Wim Taymans  <wim@fluendo.com>
8904
8905         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
8906         (setup_source), (gst_play_base_bin_set_property),
8907         (gst_play_base_bin_add_element):
8908         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8909         Some more work on making sure seeking pauses the pipeline and
8910         that changing the uri actually does something.
8911
8912 2004-09-17  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst/tcp/gstfdset.c: (gst_fdset_wait):
8915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
8916         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
8917         (gst_tcpserversink_close):
8918         Be a bit more paranoid when freeing memory.
8919
8920 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8921
8922         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8923         (qtdemux_parse_trak):
8924           Don't crash by dividing by zero (see sample movie in #126922).
8925
8926 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8927
8928         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8929           Don't touch non-existing data (fixes crash on file in #140147).
8930
8931 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8932
8933         * gst/playback/gstplaybasebin.c:
8934         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
8935           Handle double disposals, and proper change of URIs.
8936
8937 2004-09-13  Martin Eikermann <meiker@upb.de>
8938
8939         * gst/mpegstream/gstmpegparse.c:
8940           fix synchronistation for streams recorded from digital PCR
8941           fixes bug #119376
8942
8943 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8944
8945         * ext/gnomevfs/Makefile.am:
8946         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8947         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
8948         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
8949         (gst_gnomevfssink_uri_get_type),
8950         (gst_gnomevfssink_uri_get_protocols),
8951         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
8952         (gst_gnomevfssink_uri_handler_init),
8953         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
8954         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
8955         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8956         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
8957         (gst_gnomevfssrc_uri_get_type),
8958         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
8959         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
8960         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8961         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
8962         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8963         * ext/gnomevfs/gstgnomevfsuri.h:
8964           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
8965           of fake URIs to see which this version of Gnome-VFS likes, and
8966           uses that for the Gst-URI interface. Makes playbin support http://
8967           streams. Also fix up some stupid behaviour in gnomevfssrc.
8968
8969 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8970
8971         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8972         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8973         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8974         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8975           Update mixer (to sync with other sessions) if we try to obtain
8976           a new value. This makes alsamixer work accross applications.
8977         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8978           Only call sync functions if we're running, else alsalib asserts.
8979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8980           Sometimes fails to compile. Possibly a gcc bug.
8981         * gst/playback/gstplaybin.c: (gen_video_element),
8982         (gen_audio_element):
8983           Add a reference to an application-provided object, because we lose
8984           this same reference if we add it to the bin. If we don't do this,
8985           we can only use this object once and thus crash if we go from
8986           ready to playing, back to ready and back to playing again.
8987           Also add an audioscale element because several cheap soundcards -
8988           like mine - don't support all samplerates.
8989         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8990         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
8991           Fix wrong order or PAR calls. Makes automatically obtained PAR
8992           from the X server atually being used.
8993
8994 2004-09-12  David Schleef  <ds@schleef.org>
8995
8996         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
8997         #151887, #152102, #152247.
8998         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
8999         * examples/seeking/cdparanoia.c: same
9000         * examples/seeking/cdplayer.c: same
9001         * examples/seeking/seek.c: same
9002         * examples/seeking/spider_seek.c: same
9003         * examples/seeking/vorbisfile.c: same
9004         * examples/stats/mp2ogg.c: same
9005         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9006         (gst_esdsink_dispose): Dispose of element properly.
9007         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
9008         fixes.
9009         * ext/nas/nassink.c: (gst_nassink_class_init),
9010         (gst_nassink_dispose): Dispose of element correctly.
9011         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
9012         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9013         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
9014         Fix 64-bit warning.
9015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9016         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
9017         Fix 64-bit warning.
9018
9019 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9020
9021         * configure.ac : change speex detection as 1.1.6 now uses
9022           .pc/pkg-config and they changed their headers location.
9023
9024 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
9025
9026         * gst/matroska/matroska-mux.h:
9027         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
9028         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9029         (gst_matroska_mux_write_data):
9030           Write multiple blocks/frames per cluster.
9031                 Write meta-seek information (seek heads).
9032
9033 2004-09-09  Scott Wheeler <wheeler@kde.org>
9034
9035         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
9036         (gst_play_bin_set_property), (gst_play_bin_get_property),
9037         (gen_audio_element), (gen_audio_element):
9038           Add a volume element / property to the pipeline.
9039
9040 2004-09-07  Wim Taymans  <wim@fluendo.com>
9041
9042         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
9043         Copy timestamps from the master pad to the output buffers.
9044
9045 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9046
9047         * ext/raw1394/gstdv1394src.c:
9048           throw errors when applicable
9049
9050 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
9051
9052         * gst/matroska/ebml-ids.h:
9053         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
9054         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
9055         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
9056           automatically convert unix time <-> ebml time when reading/writing
9057           a date, use gst_ebml_write_uint to write CUETIME,
9058           not gst_ebml_write_date.
9059         * gst/matroska/matroska-ids.h:
9060         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
9061         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
9062         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
9063         (gst_matroska_mux_write_data):
9064           Write track and segment UIDs, write muxing date, write
9065           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
9066           Create cues for audio only files.
9067
9068 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9069
9070         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9071         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9072           Re-commit ALSA switches.
9073         * gst/adder/gstadder.c: (gst_adder_loop):
9074           64-bit fix (#151416).
9075         * gst/debug/progressreport.c: (gst_progressreport_report):
9076           64-bit fix (#151419).
9077         * gst/matroska/matroska-demux.c:
9078         (gst_matroska_demux_parse_contents):
9079           64-bit fix (#151420).
9080         * gst/playback/test3.c: (update_scale):
9081           64-bit fix (#151421).
9082
9083 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * configure.ac:
9086           bump nano to cvs
9087
9088 === release 0.8.4 ===
9089
9090 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9091
9092         * configure.ac: releasing 0.8.4, "Alias"
9093
9094 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9095
9096         * ext/theora/Makefile.am:
9097           fix makefile.  Fixes #151462.
9098
9099 2004-08-30  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
9102         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9103         (gst_multifdsink_remove_client_link),
9104         (gst_multifdsink_client_queue_buffer),
9105         (gst_multifdsink_handle_client_write):
9106         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9107         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9108         Fix some memory leaks.
9109
9110 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9111
9112         Patch by: David Schleef
9113
9114         * configure.ac:
9115         * sys/Makefile.am:
9116           rename our detection macro for V4L2.  Fixes #151236.
9117
9118 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9119
9120         Patch by: David Schleef
9121
9122         * configure.ac:
9123           check to define LAMEPRESET.  Fixes #151232.
9124
9125 2004-08-27  David Schleef  <ds@schleef.org>
9126
9127         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
9128         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
9129         (gst_glimagesink_fixate):  Move local variable declarations to
9130         make gcc-2.95 happy.
9131
9132 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         * configure.ac:
9135           bump nano for prerelease
9136
9137 2004-08-27  David Schleef  <ds@schleef.org>
9138
9139         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
9140         * sys/sunaudio/gstsunaudiosrc.c:
9141         * sys/sunaudio/gstsunaudiosrc.h:
9142
9143 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
9144
9145         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
9146         handle EOS correctly
9147         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
9148         * gst/matroska/matroska-mux.h:
9149         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
9150         VFW compatibility mode
9151
9152 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9153
9154         patch by: Zaheer Abbas Merali
9155
9156         * ext/ogg/gstoggmux.c:
9157         * ext/vorbis/vorbisenc.c:
9158         * ext/vorbis/vorbisenc.h:
9159           handle NEWMEDIA
9160
9161 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
9162
9163         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
9164         fix byte order reversion on little endian machines.
9165         * gst/matroska/matroska-mux.c: (audiosink_templ),
9166         (gst_matroska_mux_audio_pad_link):
9167         add TTA codec to the list of supported codecs.
9168         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
9169         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9170         (gst_matroska_mux_write_data):
9171         * gst/matroska/matroska-mux.h:
9172         write segment duration correctly, write muxing app string, fixes bugs
9173         #140897 and #140898.
9174         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
9175         wait for all pads to be negotiated before starting to mux.
9176
9177 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9178
9179         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
9180         * ext/lame/gstlame.h:
9181         Added new media support to lame
9182
9183 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
9184
9185         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
9186         send vorbis headers at the beginning of a stream, fixes bug #141554.
9187         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
9188         bug #148950.
9189         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
9190         (gst_matroska_demux_plugin_init):
9191         * gst/matroska/matroska-ids.h:
9192         enable demuxing of TTA audio streams, fixes bug #148951.
9193         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
9194         enable typefinding for TTA audio files, fixes bug #148711.
9195         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
9196         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
9197         fixes playback of packed bitstream and xvid with bframes, bug #135407.
9198
9199 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
9200
9201         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9202         (gst_riff_read_element_data), (gst_riff_read_seek),
9203         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
9204         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
9205         <teuf@gnome.org>
9206
9207 2004-08-23 Iain <iaingnome@gmail.com>
9208
9209         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
9210         tags. They appear to be handled differently to normal.
9211         (tag_list_to_id3_tag_foreach): Ditto.
9212
9213 2004-08-22  Wim Taymans  <wim@fluendo.com>
9214
9215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9216         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9217         Make sure we never send -1 granulepos.
9218
9219 2004-08-20  Wim Taymans  <wim@fluendo.com>
9220
9221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9222         (gst_ogg_mux_loop):
9223         I will accept bitchslappings with non sharp objects.
9224
9225 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9226
9227         * configure.ac:
9228         Clean up the test for lame presets
9229
9230 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9231
9232         * configure.ac:
9233         * ext/lame/Makefile.am:
9234         * ext/lame/gstlame.c: (gst_lame_class_init),
9235         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9236         Only enable lame presets if version of lame has presets in API
9237
9238 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
9239         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
9240         * gst/udp/gstudpsrc.h:
9241           Don't call gst_pad_push in a get function. Fixes #150449
9242
9243 2004-08-18  Wim Taymans  <wim@fluendo.com>
9244
9245         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
9246         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
9247         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9248         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9249         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9250         (gst_fdset_wait):
9251         * gst/tcp/gstfdset.h:
9252         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9253         (gst_multifdsink_client_queue_buffer),
9254         (gst_multifdsink_handle_client_write):
9255         * gst/tcp/gstmultifdsink.h:
9256         Some extra checks in gstfdset.
9257         Only use send() when the fd is a socket. Don't try to
9258         read from write only fds.
9259
9260 2004-08-18  Wim Taymans  <wim@fluendo.com>
9261
9262         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
9263         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9264         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9265         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9266         (gst_fdset_wait):
9267         Add more locking and bounds checking.
9268
9269 2004-08-18  Wim Taymans  <wim@fluendo.com>
9270
9271         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
9272         Realloc test fdset in the lock and right before starting
9273         the poll call. Bump the limit to 4096.
9274
9275 2004-08-17  David Schleef  <ds@schleef.org>
9276
9277         * sys/sunaudio/Makefile.am:
9278         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
9279         of rates and channels.  Make debugging less obnoxious.
9280
9281         Patch from Balamurali Viswanathan implementing a mixer for
9282         Sun audio.  (bug #144091):
9283         * sys/sunaudio/gstsunelement.c:
9284         * sys/sunaudio/gstsunelement.h:
9285         * sys/sunaudio/gstsunmixer.c:
9286         * sys/sunaudio/gstsunmixer.h:
9287
9288 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9289
9290         * gst/audioscale/gstaudioscale.c:
9291         * gst/audioscale/gstaudioscale.h:
9292         made audioscale resample from any sample rate to any sample rate
9293
9294 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9295
9296         * ext/libpng/gstpngdec.c:
9297           error out on unsupported types
9298
9299 2004-08-17  Iain <iaingnome@gmail.com>
9300
9301         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
9302         mid_side and loose_mid_side properties if its a stereo stream.
9303
9304 2004-08-17  Wim Taymans  <wim@fluendo.com>
9305
9306         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9307         (theora_get_formats), (theora_dec_src_convert),
9308         (theora_dec_sink_convert), (theora_dec_src_query),
9309         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9310         Add a debug line.
9311
9312 2004-08-17  Wim Taymans  <wim@fluendo.com>
9313
9314         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
9315         (gst_ogg_pad_push):
9316         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9317         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9318         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
9319         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9320         Mark delta units in the muxer.
9321         Try to decode the packet after an out-of-sync error from
9322         libogg.
9323
9324 2004-08-17  Wim Taymans  <wim@fluendo.com>
9325
9326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9327         (gst_multifdsink_init), (gst_multifdsink_add),
9328         (gst_multifdsink_client_queue_buffer),
9329         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9330         * gst/tcp/gstmultifdsink.h:
9331         Added option to send a keyframe to clients as the first buffer.
9332         Make timeout property writable.
9333
9334 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9335
9336         patch by: Wim Taymans
9337
9338         * gst/tcp/gstfdset.c:
9339         * gst/tcp/gstmultifdsink.c:
9340           fix index comparison, should include 0
9341
9342 2004-08-16  Wim Taymans  <wim@fluendo.com>
9343
9344         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
9345         (gst_fdset_add_fd), (gst_fdset_remove_fd),
9346         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9347         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9348         (gst_fdset_wait):
9349           copy when reallocing for poll so the select arguments don't get
9350           changed during the call
9351
9352 2004-08-16  Wim Taymans  <wim@fluendo.com>
9353
9354         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9355         (gst_theora_enc_class_init), (theora_enc_sink_link),
9356         (theora_buffer_from_packet), (theora_enc_chain):
9357         Fix bug where buffers were not marked as keyframes
9358         correctly.
9359
9360 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9361
9362         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9363         (gst_lame_preset_get_type), (gst_lame_class_init):
9364         describe the enum values for vbr mode and presets more verbosely
9365
9366 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9367
9368         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
9369         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
9370         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
9371         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9372         * ext/lame/gstlame.h:
9373         add preset property to lame so it can use lame presets
9374
9375 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9376
9377         * ext/lame/gstlame.c: (gst_lame_get_property):
9378         whoops forgot break, thanks teuf
9379
9380 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9381
9382         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9383         (gst_lame_class_init), (gst_lame_src_getcaps),
9384         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
9385         (gst_lame_get_property), (gst_lame_setup):
9386         * ext/lame/gstlame.h:
9387         fix lame's broken vbr stuff, allow it to resample if need be, and also
9388         make xing header optional
9389
9390 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9391
9392         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
9393         added getcaps function so samplerate doesnt get fixated to silly values
9394
9395 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9396
9397         * ext/lame/gstlame.c: (gst_lame_src_link):
9398         revert previous fix
9399
9400 2004-08-12  Johan Dahlin  <johan@gnome.org>
9401
9402         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
9403         checks. Doesn't matter what state we are in. Interfaces are a
9404         compile time thing, not runtime. It also broke the python bindings.
9405
9406 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9407
9408         * ext/lame/gstlame.c: (gst_lame_src_link):
9409         made source pad link function check if sinkpad is ok..fixes the problem
9410         where core fixates the output rate of lame stupidly
9411
9412 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9413
9414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
9415         * sys/v4l/v4l_calls.c:
9416         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
9417           fix fixate function to handle nonsimple caps.
9418           remove bogus check in _link
9419           cleanups
9420
9421 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9422
9423         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
9424         set default compression ratio parameter to 0.0 so bitrate parameter
9425         works :)
9426
9427 2004-08-11  David Schleef  <ds@schleef.org>
9428
9429         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
9430
9431 2004-08-11  David Schleef  <ds@schleef.org>
9432
9433         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
9434         before.
9435
9436 2004-08-11  David Schleef  <ds@schleef.org>
9437
9438         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
9439
9440 2004-08-11  David Schleef  <ds@schleef.org>
9441
9442         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
9443           license field
9444         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
9445         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
9446           LGPL.
9447         * gst/auparse/gstauparse.c: Fix plugin license field.
9448         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
9449         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
9450         * gst/rtp/gstrtp.c: Fix plugin license field.
9451
9452 2004-08-11  Wim Taymans  <wim@fluendo.com>
9453
9454         * gst/tcp/Makefile.am:
9455         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
9456         (ensure_size), (gst_fdset_new), (gst_fdset_free),
9457         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
9458         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
9459         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
9460         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9461         (gst_fdset_fd_can_write), (gst_fdset_wait):
9462         * gst/tcp/gstfdset.h:
9463         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9464         (gst_multifdsink_class_init), (gst_multifdsink_init),
9465         (gst_multifdsink_add), (gst_multifdsink_remove),
9466         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9467         (gst_multifdsink_remove_client_link),
9468         (gst_multifdsink_handle_client_read),
9469         (gst_multifdsink_client_queue_data),
9470         (gst_multifdsink_client_queue_caps),
9471         (gst_multifdsink_client_queue_buffer),
9472         (gst_multifdsink_handle_client_write),
9473         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9474         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9475         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9476         (gst_multifdsink_close):
9477         * gst/tcp/gstmultifdsink.h:
9478         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9479         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9480         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
9481         (gst_tcpserversink_close):
9482         * gst/tcp/gsttcpserversink.h:
9483         Abstracted away the select call, implemented poll (yes we ran into
9484         the 1024 limit in production).
9485
9486 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9487
9488         * gst/tcp/gsttcp.c:
9489         * gst/tcp/gsttcpplugin.c:
9490           improve debuggging, remove assert
9491
9492 2004-08-10  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9495         (gst_client_status_get_type), (gst_multifdsink_class_init),
9496         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9497         (gst_multifdsink_handle_client_read),
9498         (gst_multifdsink_handle_client_write),
9499         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9500         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9501         (gst_multifdsink_get_property):
9502         * gst/tcp/gstmultifdsink.h:
9503         * gst/tcp/gsttcp-marshal.list:
9504         Starting to prepare for specifying buffer time in other units
9505         than buffers. Expose remove reason in signal.
9506
9507 2004-08-10  Wim Taymans  <wim@fluendo.com>
9508
9509         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9510         (gst_multifdsink_remove), (gst_multifdsink_clear),
9511         (gst_multifdsink_remove_client_link),
9512         (gst_multifdsink_handle_client_read),
9513         (gst_multifdsink_client_queue_data),
9514         (gst_multifdsink_client_queue_buffer),
9515         (gst_multifdsink_handle_client_write),
9516         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
9517         (gst_multifdsink_chain), (gst_multifdsink_close):
9518         * gst/tcp/gstmultifdsink.h:
9519         Added more debugging info. Changed the way clients are
9520         removed from the lists. Fixed a bug where a bad file descriptor
9521         could cause many clients to be removed.
9522
9523 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9524
9525         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
9526           allow all pixel-aspect-ratios, not just 1:1
9527
9528 2004-08-09  David Schleef  <ds@schleef.org>
9529
9530         * sys/glsink/ARB_multitexture.h:  Remove old files.
9531         * sys/glsink/EXT_paletted_texture.h:
9532         * sys/glsink/NV_register_combiners.h:
9533         * sys/glsink/gstgl_nvimage.c:
9534         * sys/glsink/gstgl_pdrimage.c:
9535         * sys/glsink/gstgl_rgbimage.c:
9536         * sys/glsink/gstglsink.c:
9537         * sys/glsink/gstglsink.h:
9538         * sys/glsink/gstglxwindow.c:
9539         * sys/glsink/regcomb_yuvrgb.c:
9540
9541 2004-08-09  David Schleef  <ds@schleef.org>
9542
9543         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
9544         GL sink plugin.  (Bug #147302)
9545
9546         * configure.ac: Test for OpenGL
9547         * sys/Makefile.am: Use test for OpenGL
9548         * sys/glsink/Makefile.am:
9549         * sys/glsink/glimagesink.c: rewrite
9550         * sys/glsink/glimagesink.h: rewrite
9551
9552 2004-08-09  David Schleef  <ds@schleef.org>
9553
9554         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
9555         sane framerates.
9556         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
9557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
9558         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
9559
9560 2004-08-09  Wim Taymans  <wim@fluendo.com>
9561
9562         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9563         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9564         (gst_multifdsink_client_remove),
9565         (gst_multifdsink_handle_client_read),
9566         (gst_multifdsink_handle_client_write),
9567         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9568         Do a bit more logging, make the client_read code more robust.
9569
9570 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9571
9572         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
9573         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
9574         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
9575         (gst_jpegdec_init), (gst_jpegdec_chain):
9576         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9577         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
9578           cleanups, debugging fixes and memleak plugging
9579
9580 2004-08-09  Wim Taymans  <wim@fluendo.com>
9581
9582         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9583         (theora_get_formats), (theora_dec_src_convert),
9584         (theora_dec_sink_convert), (theora_dec_src_query),
9585         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
9586         (theora_dec_change_state):
9587         Don't crash on missing header packets.
9588
9589 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9590
9591         * po/LINGUAS:
9592         * po/sq.po:
9593           Added Albanian translation (Laurent Dhima)
9594         * po/cs.po:
9595           updated
9596
9597 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9598
9599         * ext/lame/gstlame.c:
9600           fix/add debugging
9601
9602 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9603
9604         * sys/ximage/ximagesink.c:
9605         * sys/xvimage/xvimagesink.c:
9606           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
9607
9608 2004-08-06  Wim Taymans  <wim@fluendo.com>
9609
9610         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9611         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9612         (gst_multifdsink_client_remove),
9613         (gst_multifdsink_handle_client_read),
9614         (gst_multifdsink_handle_client_write),
9615         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9616         Make sure we don't try to read more from a client that what
9617         ioctl says us or we deadlock.
9618
9619 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9620
9621         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
9622         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
9623         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9624           decouple running_time and n_frames so it can handle changing
9625           framerate while running
9626
9627 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9628
9629         * po/nl.po:
9630         * po/sv.po:
9631           updated translations
9632
9633 2004-08-04  Benjamin Otte  <otte@gnome.org>
9634
9635         * gst/videotestsrc/gstvideotestsrc.c:
9636         (gst_videotestsrc_get_capslist), (generate_capslist),
9637         (plugin_init):
9638           generate the list of supported caps at startup and reuse it instead
9639           of always generating it
9640
9641 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9642
9643         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
9644           whoops, last checkin broke normal build
9645
9646 2004-08-03  Benjamin Otte  <otte@gnome.org>
9647
9648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
9649         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9650         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9651         (gst_alsa_mixer_get_option):
9652         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
9653         (dvdnavsrc_print_event):
9654         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
9655         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
9656         (gst_ogg_mux_pad_unlink):
9657         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
9658         (gst_multipart_mux_pad_unlink):
9659         * gst/videofilter/gstvideobalance.c:
9660         (gst_videobalance_colorbalance_set_value):
9661         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
9662         (gst_videomixer_pad_unlink):
9663         * po/uk.po:
9664         * sys/oss/gstossmixer.c:
9665         * sys/v4l/gstv4lcolorbalance.c:
9666         * sys/v4l/gstv4ltuner.c:
9667         * sys/v4l/v4lsrc_calls.c:
9668         * sys/v4l2/gstv4l2colorbalance.c:
9669         * sys/v4l2/gstv4l2tuner.c:
9670           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
9671
9672 2004-08-03  Benjamin Otte  <otte@gnome.org>
9673
9674         * examples/dynparams/filter.c: (ui_control_create):
9675         * examples/gstplay/player.c: (print_tag):
9676         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
9677         * ext/gdk_pixbuf/gstgdkanimation.c:
9678         (gst_gdk_animation_iter_may_advance):
9679         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
9680         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
9681         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
9682         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
9683         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
9684         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9685         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
9686         * gst/sine/demo-dparams.c: (main):
9687         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9688         * testsuite/alsa/formats.c: (create_pipeline):
9689         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
9690           fixes for G_DISABLE_ASSERT and friends
9691         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9692         (mp3_type_frame_length_from_header), (mp3_type_find),
9693         (plugin_init):
9694           require mp3 typefinding to have at least MIN_HEADERS valid headers
9695           add typefinding for AAC adts files
9696
9697 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
9698
9699         * sys/ximage/ximagesink.c:
9700         (gst_ximagesink_calculate_pixel_aspect_ratio):
9701         * sys/xvimage/xvimagesink.c:
9702         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9703         Make sure we calculate pixel-aspect-ratio using floating point maths
9704
9705 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9706
9707         * po/uk.po:
9708           updated translation
9709
9710 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9711
9712         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
9714           add debugging for display PAR calculation
9715
9716 2004-08-02  David Schleef  <ds@schleef.org>
9717
9718         * configure.ac: Fix mikmod CFLAGS.
9719
9720 2004-07-27  Benjamin Otte  <otte@gnome.org>
9721
9722         * gst/audioscale/gstaudioscale.c:
9723         - fix templates to only support S16, it's the only format that works
9724         - make caps nego code use try_set_caps_nonfixed and fixation instead
9725         of try_set_caps twice, which is not nice for autopluggers
9726         - change rank to secondary, so autopluggers can pick it up after
9727         audioconvert
9728
9729 2004-08-02  Iain <iain@prettypeople.org>
9730
9731         * gst/interleave/interleave.c (interleave_init),
9732         (interleave_request_new_pad),
9733         (interleave_pad_removed),
9734         (interleave_buffered_loop): Use the real pad count, not the artificial
9735         one.
9736
9737 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9738
9739         * configure.ac: bump nano back to development
9740
9741 === release 0.8.3 ===
9742
9743 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9744
9745         * configure.ac: releasing 0.8.3, "Water"
9746
9747 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9748
9749         * sys/xvimage/xvimagesink.c:
9750         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9751         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
9752         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
9753         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9754         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9755         * sys/xvimage/xvimagesink.h:
9756           apply similar PAR fixes as to ximagesink
9757
9758 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9759
9760         patch from: Benjamin Otte
9761
9762         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
9763           add link function to lame.  Fixes #148986.
9764
9765 2004-08-02  Johan Dahlin  <johan@gnome.org>
9766
9767         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
9768         fix debugging log
9769
9770 2004-07-30  David Schleef  <ds@schleef.org>
9771
9772         * gst/videomixer/Makefile.am: Fix things that should have been
9773         fixed in the last checkin.
9774
9775 2004-07-30  David Schleef  <ds@schleef.org>
9776
9777         * gst/multipart/Makefile.am: Fix things that should have been
9778         fixed in the last checkin.
9779
9780 2004-07-30  David Schleef  <ds@schleef.org>
9781
9782         * testsuite/multifilesink/Makefile.am: Fix unused variable.
9783
9784 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9785
9786         * configure.ac:
9787           bump nano for prerelease
9788         * po/af.po:
9789         * po/az.po:
9790         * po/cs.po:
9791         * po/en_GB.po:
9792         * po/hu.po:
9793         * po/nl.po:
9794         * po/sr.po:
9795         * po/sv.po:
9796         * po/uk.po:
9797           updates
9798
9799 2004-07-30  Wim Taymans  <wim@fluendo.com>
9800
9801         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9802         (gst_multifdsink_add), (gst_multifdsink_remove),
9803         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9804         (gst_multifdsink_client_remove),
9805         (gst_multifdsink_handle_client_write),
9806         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9807         * gst/tcp/gstmultifdsink.h:
9808         Recover from a select with a bad file descriptor by removing
9809         the client.
9810
9811 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9812
9813         * configure.ac:
9814           fix requirement of core
9815         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
9816         (gst_play_pipeline_setup):
9817           don't use colorspace element.  do use hermescolorspace element.
9818           make macro to get a colorspace element.
9819           mark strings for translation.
9820         * po/POTFILES.in:
9821           add play.c
9822         * po/af.po:
9823         * po/az.po:
9824         * po/cs.po:
9825         * po/en_GB.po:
9826         * po/hu.po:
9827         * po/nl.po:
9828         * po/sr.po:
9829         * po/sv.po:
9830         * po/uk.po:
9831           update translations
9832
9833 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9834
9835         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
9836         fix default for newmedia flag
9837
9838 2004-07-30  Wim Taymans  <wim@fluendo.com>
9839
9840         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9841         (gst_theora_dec_init), (theora_get_formats),
9842         (theora_dec_src_convert), (theora_dec_sink_convert),
9843         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9844         (theora_dec_chain), (theora_dec_set_property),
9845         (theora_dec_get_property):
9846         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9847         (gst_theora_enc_class_init), (gst_theora_enc_init),
9848         (theora_enc_sink_link), (theora_enc_chain),
9849         (theora_enc_set_property), (theora_enc_get_property):
9850         Added cropping option to theora decoder.
9851         Added border option to theora encoder.
9852
9853 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9854
9855         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9856         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9857         (gst_pngenc_set_property):
9858         * ext/libpng/gstpngenc.h:
9859         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
9860
9861 2004-07-30  Wim Taymans  <wim@fluendo.com>
9862
9863         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9864         (theora_enc_sink_link), (theora_enc_chain),
9865         (theora_enc_set_property), (theora_enc_get_property):
9866         Fix encoding of non-multiple-of-16 video.
9867
9868 2004-07-29  David Schleef  <ds@schleef.org>
9869
9870         * configure.ac: make test for audiofile more strict
9871
9872 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9873
9874         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9875           give different names to typefind functions
9876
9877 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9878
9879         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9880         (gst_ximagesink_calculate_pixel_aspect_ratio),
9881         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9882         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9883         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
9884         (gst_ximagesink_get_property), (gst_ximagesink_init):
9885         * sys/ximage/ximagesink.h:
9886           allocate PAR's dynamically.
9887           use autodetected PAR if no object-set PAR is given.
9888           add workaround for directfb's X not setting physical size.
9889           fix to xvimagesink will follow tomorrow.
9890
9891 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9892
9893         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
9894         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9895         (gst_shout2send_get_type), (gst_shout2send_set_clock),
9896         (gst_shout2send_class_init), (gst_shout2send_init),
9897         (set_shout_metadata), (gst_shout2send_set_metadata),
9898         (gst_shout2send_chain), (gst_shout2send_set_property),
9899         (gst_shout2send_get_property), (gst_shout2send_connect),
9900         (gst_shout2send_change_state):
9901         * ext/shout2/gstshout2.h:
9902         - fix for sending mp3 audio to icecast2 server, if pad link function not
9903         called before PAUSED state
9904         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
9905         - added tagging support for mp3 audio broadcasted
9906         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
9907         debug info
9908
9909 2004-07-28  Wim Taymans  <wim@fluendo.com>
9910
9911         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9912         (gst_ogg_demux_push):
9913         Return query failure when we don't know the length of
9914         an ogg stream insteda of returning TRUE with a bogus value.
9915
9916 2004-07-28  Wim Taymans  <wim@fluendo.com>
9917
9918         * ext/theora/theoradec.c: (theora_get_formats),
9919         (theora_dec_src_convert), (theora_dec_sink_convert),
9920         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9921         (theora_dec_chain):
9922         Don't screw up the 1 Chroma for 1 luma sample situation when we
9923         have an odd offset/width by adding a black border in those cases.
9924
9925 2004-07-28  Wim Taymans  <wim@fluendo.com>
9926
9927         * ext/theora/theoradec.c: (theora_get_formats),
9928         (theora_dec_src_convert), (theora_dec_sink_convert),
9929         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9930         (theora_dec_chain):
9931         * ext/theora/theoraenc.c: (theora_enc_sink_link):
9932         Added first attempt at cropping of the image as required by the
9933         theora spec. We need more properties in the caps (offset_x,
9934         offset_y,stride) to implement this correctly.
9935
9936 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9937
9938         * ext/dvdnav/README:
9939           Update the README to use dvddemux
9940         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9941           Ensure getcaps returns a subset of the template caps
9942         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
9943         (gst_mpeg2subt_init):
9944           Ensure getcaps returns a subset of the template caps
9945         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9946         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
9947         (gst_dvd_demux_get_subpicture_stream),
9948         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
9949         * gst/mpegstream/gstdvddemux.h:
9950           Set the explicit caps on the current_video pad before pushing
9951           anything
9952         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
9953         (gst_mpeg_demux_get_audio_stream):
9954           Free caps used to gst_pad_set_explicit_caps, which takes a const
9955           GstCaps *
9956
9957 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9958
9959         * configure.ac: update GStreamer requirement to 0.8.4 because of
9960           GstFraction.
9961
9962 2004-07-28  Wim Taymans  <wim@fluendo.com>
9963
9964         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9965         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
9966         Add the pad to the element after setting up the caps. This
9967         makes it a lot easier to autoplug.
9968
9969 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9970
9971         * gst/median/gstmedian.c:
9972         * gst/mpeg2subt/gstmpeg2subt.c:
9973         * gst/mpegaudioparse/gstmpegaudioparse.c:
9974         * gst/mpegstream/gstdvddemux.c:
9975         * gst/mpegstream/gstmpegdemux.c:
9976         * gst/mpegstream/gstmpegpacketize.c:
9977         * gst/rtjpeg/gstrtjpeg.c:
9978         * gst/rtjpeg/gstrtjpegdec.c:
9979         * gst/rtjpeg/gstrtjpegenc.c:
9980         * gst/sine/gstsinesrc.c:
9981         * gst/smooth/gstsmooth.c:
9982         * gst/smpte/gstsmpte.c:
9983         * gst/smpte/gstsmpte.h:
9984         * gst/stereo/gststereo.c:
9985         * gst/videofilter/gstgamma.c:
9986         * gst/videofilter/gstvideobalance.c:
9987         * gst/videofilter/gstvideofilter.c:
9988         * gst/videofilter/gstvideoflip.c:
9989         * gst/videoscale/gstvideoscale.c:
9990         * gst/videoscale/videoscale.c:
9991         * gst/videotestsrc/gstvideotestsrc.c:
9992         * gst/videotestsrc/videotestsrc.c:
9993         * gst/wavenc/gstwavenc.c:
9994         * gst/wavparse/gstwavparse.c:
9995           fix local includes and 64 bits constants
9996
9997 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9998
9999         * win32/gst.sln:
10000         * gst-libs/gst/*/*.vcproj:
10001         * gst/*/*.vcproj:
10002           more working plugins
10003
10004 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10005
10006         * testsuite/alsa/Makefile.am:
10007         * testsuite/alsa/srcstate.c:
10008         add test for alsasrc changing state
10009
10010 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10011
10012         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
10013         (gst_silence_get):
10014         * gst/silence/gstsilence.h:
10015         fix silence generation for 16bit raw audio
10016
10017 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10018
10019         * gst/matroska/matroska-demux.c:
10020         (gst_matroska_demux_parse_metadata),
10021         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
10022         * gst/mpegaudio/common.c:
10023         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10024         (gst_videoscale_getcaps), (gst_videoscale_link),
10025         (gst_videoscale_src_fixate), (gst_videoscale_init),
10026         (gst_videoscale_finalize):
10027         * gst/videoscale/gstvideoscale.h:
10028         * gst/videotestsrc/gstvideotestsrc.c:
10029         (gst_videotestsrc_get_capslist):
10030         * gst/wavenc/gstwavenc.c:
10031         * sys/oss/gstossmixer.c: (fill_labels):
10032         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10033         (gst_ximagesink_handle_xevents),
10034         (gst_ximagesink_calculate_pixel_aspect_ratio),
10035         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
10036         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
10037         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10038         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10039         (gst_ximagesink_init), (gst_ximagesink_class_init):
10040         * sys/ximage/ximagesink.h:
10041         * sys/xvimage/xvimagesink.c:
10042         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10043         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
10044         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10045         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10046         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10047         * sys/xvimage/xvimagesink.h:
10048           first batch of pixel aspect ratio commits.
10049
10050 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10051
10052         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10053         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
10054         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
10055           handle stride, needs work if we want to move stride handling
10056           upstream, but works correctly for our purposes.
10057
10058 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10059
10060         * gst/videoscale/README:
10061           add testing examples
10062         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
10063         (gst_videoscale_chain):
10064         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10065         (gst_videoscale_get_size):
10066           add get_size function that handles stride like videotestsrc.
10067           fixes conversion for YUV formats for as much as I can test them.
10068
10069 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10070
10071         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10072         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10074         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10075         (gst_xvimagesink_xvimage_put):
10076           further cleanups, logging, error handling and synchronizing
10077
10078 2004-07-27  Wim Taymans  <wim@fluendo.com>
10079
10080         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10081         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
10082         (gst_videomixer_pad_set_property),
10083         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
10084         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10085         (gst_videomixer_class_init), (gst_videomixer_init),
10086         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
10087         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
10088         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
10089         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10090         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10091         (gst_videomixer_loop), (plugin_init):
10092         Be a nicer negotiation citizen and provide a getcaps function on
10093         the srcpad. This also fixes a crash when resizing.
10094
10095 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10096
10097         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10098         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
10099
10100 2004-07-27  Wim Taymans  <wim@fluendo.com>
10101
10102         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
10103         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10104         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10105         (gst_pngenc_set_property):
10106         * ext/libpng/gstpngenc.h:
10107         Added snapshot property to pngenc.
10108         removed g_print from pngdec
10109
10110 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10111
10112         * gst/ac3parse/ac3parse.vcproj
10113         * gst/adder/adder.vcproj
10114         * gst/alpha/alpha.vcproj
10115         * gst/alpha/alphacolor.vcproj
10116         * gst/asfdemux/asf.vcproj
10117         * gst/audioconvert/audioconvert.vcproj
10118         * gst/audiorate/audiorate.vcproj
10119         * gst/audioscale/audioscale.vcproj
10120         * gst/auparse/auparse.vcproj
10121         * gst/avi/avi.vcproj
10122         * gst/cdxaparse/cdxaparse.vcproj
10123         * gst/chart/chart.vcproj
10124         * gst/colorspace/colorspace.vcproj
10125         * gst/cutter/cutter.vcproj
10126         * gst/debug/debug.vcproj
10127         * gst/debug/efence.vcproj
10128         * gst/debug/navigationtest.vcproj
10129         * gst/deinterlace/deinterlace.vcproj
10130         * gst/effectv/effectv.vcproj
10131         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10132         * gst/filter/filter.vcproj
10133         * gst/flx/flxdec.vcproj
10134         * gst/goom/goom.vcproj
10135         * gst/interleave/interleave.vcproj
10136         * gst/law/alaw.vcproj
10137         * gst/law/mulaw.vcproj
10138         * gst/matroska/matroska.vcproj
10139         * gst/median/median.vcproj
10140         * gst/mixmatrix/mixmatrix.vcproj
10141         * gst/mpeg1sys/mpeg1systemencode.vcproj
10142         * gst/mpeg1videoparse/mp1videoparse.vcproj
10143         * gst/mpeg2sub/mpeg2subt.vcproj
10144         * gst/mpegaudio/mpegaudio.vcproj
10145         * gst/mpegaudioparse/mpegaudioparse.vcproj
10146         * gst/mpegstream/mpegstream.vcproj
10147         * gst/multifilesink/multifilesink.vcproj
10148         * gst/multipart/multipart.vcproj
10149         * gst/oneton/oneton.vcproj
10150         * gst/overlay/overlay.vcproj
10151         * gst/passthrough/passthrough.vcproj
10152         * gst/qtdemux/qtdemux.vcproj
10153         * gst/realmedia/rmdemux.vcproj
10154         * gst/rtjpeg/rtjpeg.vcproj
10155         * gst/rtp/rtp.vcproj
10156         * gst/silence/silence.vcproj
10157         * gst/sine/sinesrc.vcproj
10158         * gst/smooth/smooth.vcproj
10159         * gst/smpte/smpte.vcproj
10160         * gst/spectrum/spectrum.vcproj
10161         * gst/speed/speed.vcproj
10162         * gst/stereo/stereo.vcproj
10163         * gst/switch/switch.vcproj
10164         * gst/tags/tagedit.vcproj
10165         * gst/tcp/tcp.vcproj
10166         * gst/typefind/typefindfunctions.vcproj
10167         * gst/udp/udp.vcproj
10168         * gst/videobox/videobox.vcproj
10169         * gst/videocrop/videocrop.vcproj
10170         * gst/videodrop/videodrop.vcproj
10171         * gst/videofilter/gamma.vcproj
10172         * gst/videofilter/videobalance.vcproj
10173         * gst/videofilter/videofilter.vcproj
10174         * gst/videofilter/videoflip.vcproj
10175         * gst/videoflip/videoflip.vcproj
10176         * gst/videomixer/videomixer.vcproj
10177         * gst/videorate/videorate.vcproj
10178         * gst/videoscale/videoscale.vcproj
10179         * gst/videotestsrc/videotestsrc.vcproj
10180         * gst/virtualdub/virtualdub.vcproj
10181         * gst/volenv/volenv.vcproj
10182         * gst/volume/volume.vcproj
10183         * gst/wavenc/wavenc.vcproj
10184         * gst/wavparse/wavparse.vcproj
10185         * gst/y4m/y4menc.vcproj
10186         * gst-libs/gst/audio/audio.vcproj
10187         * gst-libs/gst/audio/audiofilter.vcproj
10188         * gst-libs/gst/colorbalance/colorbalance.vcproj
10189         * gst-libs/gst/idct/idtc.vcproj
10190         * gst-libs/gst/media-info/media-info.vcproj
10191         * gst-libs/gst/mixer/mixer.vcproj
10192         * gst-libs/gst/navigation/navigation.vcproj
10193         * gst-libs/gst/play/play.vcproj
10194         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
10195         * gst-libs/gst/resample/resample.vcproj
10196         * gst-libs/gst/riff/riff.vcproj
10197         * gst-libs/gst/tuner/tuner.vcproj
10198         * gst-libs/gst/video/video.vcproj
10199         * gst-libs/gst/xoverlay/xoverlay.vcproj
10200           avoid problems with math.h, fix release dependancy
10201           rename GStreamer-0.8.lib to libgstreamer.lib
10202
10203 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10204
10205         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
10207         the atom is not available we have to unlock the mutex. Fixes #148023
10208
10209 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10210
10211         * gst-libs/gst/media-info/media-info.h:
10212           issue for a vararg macro with MSVC
10213
10214 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10215
10216         * gst/effectv/effectv.vcproj
10217         * gst-libs/gst/idct/idct.vcproj:
10218         * gst-libs/gst/media-info/media-info.vcproj:
10219         * gst-libs/gst/navigation/navigation.vcproj:
10220         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10221         * gst-libs/gst/video/video.vcproj:
10222         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10223           fixes for build problems
10224
10225 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10226
10227         * gst-libs/gst/audio/audio.def:
10228         * gst-libs/gst/audio/riff.def:
10229           add some definitions needed by plugins
10230
10231 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10232
10233         * gst/asfdemux/gstasfmux.c
10234           Fix some 64 bits constants to be glib friendly
10235
10236 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10237
10238         * gst/ac3parse/gstac3parse.c
10239         * gst/audioscale/gstaudioscale.c
10240         * gst/auparse/gstauparse.c
10241         * gst/colorspace/gstcolorspace.c
10242         * gst/colorspace/yuv2rgb.h
10243           local include fixes
10244
10245 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10246
10247         * win32/gst.sln
10248           add more plugins to the build
10249
10250 2004-07-26  Julien MOUTTE  <julien@moutte.net>
10251
10252         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10253         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
10254
10255 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10256
10257         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10258         (gst_level_set_property), (gst_level_get_property),
10259         (gst_level_base_init), (gst_level_class_init):
10260           add debugging categories.  cleanups.
10261
10262 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10263
10264         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10265         (gst_videoscale_planar411), (gst_videoscale_planar400),
10266         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
10267         (gst_videoscale_scale_nearest_str1),
10268         (gst_videoscale_scale_nearest_str2),
10269         (gst_videoscale_scale_nearest_str4),
10270         (gst_videoscale_scale_nearest_16bit),
10271         (gst_videoscale_scale_nearest_24bit):
10272           fixed stride issues
10273           tested with 320x240 -> 321, 322, 324 x240
10274           tested with YV12, I420, YUY2, UYVY
10275           fixed packed422rev (don't think it could have worked before)
10276           by testing with UYVY
10277
10278 2004-07-26  Benjamin Otte  <otte@gnome.org>
10279
10280         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
10281         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
10282         (plugin_init):
10283           add debugging category, add error checks like checking return values
10284           of setup calls, make sure it still works after
10285           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
10286
10287 2004-07-26  Wim Taymans  <wim@fluendo.com>
10288
10289         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10290         (gst_mpeg_demux_get_audio_stream),
10291         (gst_mpeg_demux_process_private):
10292         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
10293         Check for error codes from the negotiation functions. Make sure
10294         we really set the pad caps when a new pad is created.
10295
10296 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10297
10298         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10299         (gst_ffmpeg_caps_to_pix_fmt):
10300         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10301         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10302         (gst_ffmpegcolorspace_pad_link):
10303           don't make function do two things at the same time without reason.
10304
10305 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10306
10307         * gst/ac3parse/ac3parse.vcproj
10308         * gst/adder/adder.vcproj
10309         * gst/alpha/alpha.vcproj
10310         * gst/alpha/alphacolor.vcproj
10311         * gst/asfdemux/asf.vcproj
10312         * gst/audioconvert/audioconvert.vcproj
10313         * gst/audiorate/audiorate.vcproj
10314         * gst/audioscale/audioscale.vcproj
10315         * gst/auparse/auparse.vcproj
10316         * gst/avi/avi.vcproj
10317         * gst/cdxaparse/cdxaparse.vcproj
10318         * gst/chart/chart.vcproj
10319         * gst/colorspace/colorspace.vcproj
10320         * gst/cutter/cutter.vcproj
10321         * gst/debug/debug.vcproj
10322         * gst/debug/efence.vcproj
10323         * gst/debug/navigationtest.vcproj
10324         * gst/deinterlace/deinterlace.vcproj
10325         * gst/effectv/effectv.vcproj
10326         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10327         * gst/filter/filter.vcproj
10328         * gst/flx/flxdec.vcproj
10329         * gst/goom/goom.vcproj
10330         * gst/interleave/interleave.vcproj
10331         * gst/law/alaw.vcproj
10332         * gst/law/mulaw.vcproj
10333         * gst/matroska/matroska.vcproj
10334         * gst/median/median.vcproj
10335         * gst/mixmatrix/mixmatrix.vcproj
10336         * gst/mpeg1sys/mpeg1systemencode.vcproj
10337         * gst/mpeg1videoparse/mp1videoparse.vcproj
10338         * gst/mpeg2sub/mpeg2subt.vcproj
10339         * gst/mpegaudio/mpegaudio.vcproj
10340         * gst/mpegaudioparse/mpegaudioparse.vcproj
10341         * gst/mpegstream/mpegstream.vcproj
10342         * gst/multifilesink/multifilesink.vcproj
10343         * gst/multipart/multipart.vcproj
10344         * gst/oneton/oneton.vcproj
10345         * gst/overlay/overlay.vcproj
10346         * gst/passthrough/passthrough.vcproj
10347         * gst/qtdemux/qtdemux.vcproj
10348         * gst/realmedia/rmdemux.vcproj
10349         * gst/rtjpeg/rtjpeg.vcproj
10350         * gst/rtp/rtp.vcproj
10351         * gst/silence/silence.vcproj
10352         * gst/sine/sinesrc.vcproj
10353         * gst/smooth/smooth.vcproj
10354         * gst/smpte/smpte.vcproj
10355         * gst/spectrum/spectrum.vcproj
10356         * gst/speed/speed.vcproj
10357         * gst/stereo/stereo.vcproj
10358         * gst/switch/switch.vcproj
10359         * gst/tags/tagedit.vcproj
10360         * gst/tcp/tcp.vcproj
10361         * gst/typefind/typefindfunctions.vcproj
10362         * gst/udp/udp.vcproj
10363         * gst/videobox/videobox.vcproj
10364         * gst/videocrop/videocrop.vcproj
10365         * gst/videodrop/videodrop.vcproj
10366         * gst/videofilter/gamma.vcproj
10367         * gst/videofilter/videobalance.vcproj
10368         * gst/videofilter/videofilter.vcproj
10369         * gst/videofilter/videoflip.vcproj
10370         * gst/videoflip/videoflip.vcproj
10371         * gst/videomixer/videomixer.vcproj
10372         * gst/videorate/videorate.vcproj
10373         * gst/videoscale/videoscale.vcproj
10374         * gst/videotestsrc/videotestsrc.vcproj
10375         * gst/virtualdub/virtualdub.vcproj
10376         * gst/volenv/volenv.vcproj
10377         * gst/volume/volume.vcproj
10378         * gst/wavenc/wavenc.vcproj
10379         * gst/wavparse/wavparse.vcproj
10380         * gst/y4m/y4menc.vcproj
10381           more plugins supported under windows
10382
10383 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10386         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
10387         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
10388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10389         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
10390           Add debugging statements.  Use the sizes as returned by the
10391           *CreateImage calls.
10392
10393 2004-07-26  Johan Dahlin  <johan@gnome.org>
10394
10395         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
10396         the pad is negotiated.
10397
10398         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
10399
10400 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10401
10402         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10403         * gst-libs/gst/idct/idct.vcproj:
10404         * gst-libs/gst/media-info/media-info.vcproj:
10405         * gst-libs/gst/mixer/mixer.vcproj:
10406         * gst-libs/gst/navigation/navigation.vcproj:
10407         * gst-libs/gst/play/play.vcproj:
10408         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10409         * gst-libs/gst/resample/resample.vcproj:
10410         * gst-libs/gst/tuner/tuner.vcproj:
10411         * gst-libs/gst/video/video.vcproj:
10412         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10413           more plugins supported under windows
10414
10415 2004-07-25 Iain <iain@prettypeople.org>
10416
10417         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
10418         pad now rather than when the pad is created because state changes wipe
10419         explicit caps (fixes #148043).
10420
10421 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
10422
10423         reviewed by Benjamin Otte  <otte@gnome.org>
10424
10425         * ext/mad/gstmad.c:
10426           fix mad plugin crashing on Sun (fixes #148289)
10427
10428 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10429
10430         * gst/avi/avi.def:
10431         * gst/avi/avi.vcproj:
10432         * gst/matroska/matroska.def:
10433         * gst/matroska/matroska.vcproj:
10434           remove unused .def files
10435
10436 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10437
10438         * gst-libs/gst/audio/gstaudiofilter.c:
10439           Clean the local include
10440
10441 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10442
10443         * win32/gst.sln:
10444         * gst-libs/gst/audio/audio.def:
10445         * gst-libs/gst/audio/audio.vcproj:
10446         * gst-libs/gst/audio/audiofilter.vcproj:
10447         * gst-libs/gst/audio/riff.def:
10448         * gst-libs/gst/audio/riff.vcproj:
10449         * gst-libs/gst/gst-libs.def:
10450         * gst-libs/gst/gst-libs.vcproj:
10451         * gst/avi/avi.vcproj:
10452         * gst/avi/avi.vcproj:
10453           Copy the files where needed after building, cleaner projects
10454
10455 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10456
10457         * gst/matroska/ebml-write.c:
10458           Fix some 64 bits constants to be glib friendly
10459
10460 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
10461
10462         * win32/gst.sln:
10463         * gst-libs/gst/gst-libs.def:
10464         * gst-libs/gst/gst-libs.vcproj:
10465         * gst/matroska/matroska.def:
10466         * gst/matroska/matroska.vcproj:
10467           Add the preliminary canvas to build plugins on Win32
10468
10469 2004-07-23  Benjamin Otte  <otte@gnome.org>
10470
10471         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10472           don't enfore negotiation from source side, it breaks
10473           sinesrc ! audioconvert ! osssink
10474
10475 2004-07-22  David Schleef  <ds@schleef.org>
10476
10477         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
10478         for ELF files, since they can easily be recognized as audio/mpeg.
10479         (bug #147441)
10480
10481 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10482
10483         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10484         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
10485         (gst_videoscale_scale_nearest_24bit),
10486         (gst_videoscale_scale_nearest_16bit):
10487           fix 16bit and 24bit for stride (24bit might need testing)
10488           don't pretend we do more than one algorithm
10489
10490 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10491
10492         * configure.ac:
10493         * gst/Makefile.am:
10494         * gst/multifilesink/Makefile.am:
10495         * gst/multifilesink/gstmultifilesink.c:
10496         (gst_multifilesink_get_formats),
10497         (gst_multifilesink_get_query_types), (_do_init),
10498         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
10499         (gst_multifilesink_init), (gst_multifilesink_dispose),
10500         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
10501         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
10502         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
10503         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
10504         (gst_multifilesink_chain), (gst_multifilesink_change_state),
10505         (gst_multifilesink_uri_get_type),
10506         (gst_multifilesink_uri_get_protocols),
10507         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
10508         (gst_multifilesink_uri_handler_init), (plugin_init):
10509         * gst/multifilesink/gstmultifilesink.h:
10510         * testsuite/Makefile.am:
10511         * testsuite/multifilesink/Makefile.am:
10512         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
10513         (gst_newmedia_class_init), (gst_newmedia_init),
10514         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10515         (newfile_signal), (test_signal), (main):
10516         multifilesink plugin for creating new files every time a new media
10517         discontinuity event occurs
10518
10519 2004-07-22  Wim Taymans  <wim@fluendo.com>
10520
10521         * gst/alpha/Makefile.am:
10522         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
10523         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
10524         (gst_alpha_color_init), (gst_alpha_color_set_property),
10525         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
10526         (transform), (gst_alpha_color_chain),
10527         (gst_alpha_color_change_state), (plugin_init):
10528         Stupid plugin to to RGBA to AYUV conversion because none of
10529         the colorspace plugins can handle that yet.
10530
10531 2004-07-22  Wim Taymans  <wim@fluendo.com>
10532
10533         * examples/seeking/seek.c: (update_scale), (main):
10534         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10535         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10536         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10537         (gst_decode_bin_init), (gst_decode_bin_dispose),
10538         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10539         (no_more_pads), (close_link), (type_found),
10540         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10541         (plugin_init):
10542         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10543         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10544         (gst_play_base_bin_dispose), (queue_overrun),
10545         (gen_preroll_element), (remove_prerolls), (unknown_type),
10546         (no_more_pads), (new_stream), (setup_source),
10547         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10548         (play_base_eos), (gst_play_base_bin_change_state),
10549         (gst_play_base_bin_add_element),
10550         (gst_play_base_bin_remove_element),
10551         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10552         (gst_play_base_bin_unlink_stream),
10553         (gst_play_base_bin_get_streaminfo):
10554         * gst/playback/gstplaybin.c: (gen_video_element),
10555         (gen_audio_element):
10556         * gst/playback/gststreaminfo.h:
10557         More playback updates, attempt to fix things after the state change
10558         breakage.
10559
10560 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10561
10562         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
10563         (gst_videoscale_scale_nearest_16bit):
10564           comment algorithm
10565
10566 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10567
10568         * gst/videotestsrc/gstvideotestsrc.c:
10569         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
10570         (gst_videotestsrc_init), (gst_videotestsrc_get),
10571         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10572         (gst_videotestsrc_get_property):
10573         * gst/videotestsrc/gstvideotestsrc.h:
10574         * gst/videotestsrc/videotestsrc.c:
10575         * gst/videotestsrc/videotestsrc.h:
10576           cleanup and commenting
10577
10578 2004-07-21  Wim Taymans  <wim@fluendo.com>
10579
10580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
10581         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
10582         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
10583         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
10584         (_find_chain_get_unknown_part), (_find_streams_check),
10585         (gst_ogg_demux_push), (gst_ogg_pad_push):
10586         * ext/theora/theoradec.c: (theora_get_formats),
10587         (theora_dec_src_convert), (theora_dec_sink_convert),
10588         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10589         (theora_dec_chain):
10590         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10591         (vorbis_dec_convert), (vorbis_dec_src_query),
10592         (vorbis_dec_src_event), (vorbis_dec_event):
10593         More seeking fixes, oggdemux now supports seeking to time and
10594         uses the downstream element to convert granulepos to time.
10595         Seeking in theora-only ogg files now works.
10596
10597 2004-07-21  Wim Taymans  <wim@fluendo.com>
10598
10599         * ext/theora/theoradec.c: (gst_theora_dec_init),
10600         (theora_get_formats), (theora_get_event_masks),
10601         (theora_get_query_types), (theora_dec_src_convert),
10602         (theora_dec_sink_convert), (theora_dec_src_query),
10603         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10604         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10605         (vorbis_get_event_masks), (vorbis_get_query_types),
10606         (gst_vorbis_dec_init), (vorbis_dec_convert),
10607         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
10608         Added query/convert/formats functions to vorbis and theora decoders
10609         so that the outside world can use them too. Fixed seeking on an
10610         ogg/theora/vorbis file by disabling the seeking seeking on the
10611         theora srcpad.
10612
10613 2004-07-21  Julien MOUTTE  <julien@moutte.net>
10614
10615         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10616         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
10617         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
10618         images creation for both elements. We don't create the image on caps
10619         nego or renego, we just destroy the internal one if present if it does
10620         not match the needs. The chain function takes care of creating a new
10621         image when needed.
10622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10623         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
10624         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10625         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
10626         the image format information. The buffer pool checks for the context
10627         image format and discard images with different formats.
10628         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
10629
10630 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10631
10632         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10633         (gst_ffmpegcolorspace_chain):
10634           no point in doing any chaining if the pad we want to push from
10635           isn't usable.
10636
10637 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10638
10639         * gst-libs/gst/riff/riff-media.c:
10640         (gst_riff_create_audio_caps_with_data):
10641           Fix double end-to-native symbol conversion (#148021).
10642
10643 2004-07-20  David Schleef  <ds@schleef.org>
10644
10645         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10646         Don't use an Atom that doesn't exist.
10647
10648 2004-07-20  Wim Taymans  <wim@fluendo.com>
10649
10650         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10651         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10652         (gst_multifdsink_client_remove),
10653         (gst_multifdsink_handle_client_write),
10654         (gst_multifdsink_queue_buffer):
10655         * gst/tcp/gstmultifdsink.h:
10656         More multifdsink stats. Avoid deadlock by releasing locks
10657         before sending out a signal.
10658
10659 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10660
10661         * po/LINGUAS:
10662         * po/hu.po:
10663           added Hungarian translation (Laszlo Dvornik)
10664
10665 2004-07-20  Wim Taymans  <wim@fluendo.com>
10666
10667         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10668         (gst_multifdsink_add), (gst_multifdsink_client_remove),
10669         (gst_multifdsink_handle_client_write),
10670         (gst_multifdsink_queue_buffer):
10671         * gst/tcp/gsttcp-marshal.list:
10672         Fixed the stupid marshal definition.
10673
10674 2004-07-20  Wim Taymans  <wim@fluendo.com>
10675
10676         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10677         (gst_multifdsink_init), (gst_multifdsink_add),
10678         (gst_multifdsink_client_remove),
10679         (gst_multifdsink_handle_client_write),
10680         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
10681         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
10682         (gst_multifdsink_init_send):
10683         * gst/tcp/gstmultifdsink.h:
10684         Added more stats, added timeout for a client, fixed some typos
10685         and added some comments.
10686
10687 2004-07-20  Wim Taymans  <wim@fluendo.com>
10688
10689         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10690         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10691         (gst_multifdsink_client_remove),
10692         (gst_multifdsink_handle_client_write):
10693         * gst/tcp/gstmultifdsink.h:
10694         * gst/tcp/gsttcp-marshal.list:
10695         Added get_stats method that returns a GValueArray of
10696         stats values.
10697
10698 2004-07-19  Benjamin Otte  <otte@gnome.org>
10699
10700         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10701           make sure longname, description and author are valid UTF-8
10702
10703 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10704
10705         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
10706         (gst_ximagesink_set_property):
10707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10708         (gst_xvimagesink_set_property):
10709           make sure SYNCHRONOUS is respected after getting the X context
10710
10711 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10712
10713         * gst/matroska/matroska-demux.c:
10714         (gst_matroska_demux_handle_src_event),
10715         (gst_matroska_demux_parse_blockgroup):
10716         * gst/matroska/matroska-ids.h:
10717           add BlockReference tag and ignore it to clear out log.
10718           ignore NAVIGATION events to clear out log.
10719
10720 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10721
10722         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10723         (gst_matroska_demux_add_stream):
10724         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
10725           add debug categories
10726
10727 2004-07-16  Wim Taymans  <wim@fluendo.com>
10728
10729         * ext/libpng/Makefile.am:
10730         * ext/libpng/gstpng.c: (plugin_init):
10731         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
10732         (gst_pngdec_get_type), (gst_pngdec_base_init),
10733         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
10734         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
10735         * ext/libpng/gstpngdec.h:
10736         Added png decoder.
10737
10738 2004-07-16  Julien MOUTTE  <julien@moutte.net>
10739
10740         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10741         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10742         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
10743         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10744         (gst_ximagesink_buffer_alloc):
10745         * sys/ximage/ximagesink.h:
10746         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10747         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10748         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10749         (gst_xvimagesink_buffer_alloc):
10750         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
10751         again. Using internal data pointer of the x(v)image to store image's
10752         data to be coherent with the buffer alloc mechanism. Investigated the
10753         image destruction code to be sure that everything gets freed correctly.
10754
10755 2004-07-16  Wim Taymans  <wim@fluendo.com>
10756
10757         * gst-libs/gst/riff/riff-read.c:
10758         (gst_riff_read_strf_vids_with_data),
10759         (gst_riff_read_strf_auds_with_data):
10760         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10761         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10762         Make sure we don't create 0 sized subbuffers in riff-read.
10763         Signal the no more pads signal after reading the avi header.
10764
10765 2004-07-16  Wim Taymans  <wim@fluendo.com>
10766
10767         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10768         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10769         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10770         (gst_decode_bin_init), (gst_decode_bin_dispose),
10771         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10772         (no_more_pads), (close_link), (type_found),
10773         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10774         (gst_decode_bin_change_state), (plugin_init):
10775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10776         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10777         (gst_play_base_bin_dispose), (queue_overrun),
10778         (gen_preroll_element), (remove_prerolls), (unknown_type),
10779         (no_more_pads), (new_stream), (setup_source),
10780         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10781         (play_base_eos), (gst_play_base_bin_change_state),
10782         (gst_play_base_bin_add_element),
10783         (gst_play_base_bin_remove_element),
10784         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10785         (gst_play_base_bin_unlink_stream),
10786         (gst_play_base_bin_get_streaminfo):
10787         * gst/playback/gstplaybasebin.h:
10788         Better error recovery. Added configurable preroll queue size. Faster
10789         detection of no-more-pads.
10790
10791 2004-07-16  Wim Taymans  <wim@fluendo.com>
10792
10793         * gst-libs/gst/video/video.h:
10794         Added 32 bits RGBA. Not sure if we should use another mime-type
10795         for alpha rgb. Currently the presence of the alpha_mask property
10796         signals an alpha channel.
10797
10798 2004-07-16  Wim Taymans  <wim@fluendo.com>
10799
10800         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10801         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10802         FPS seems to be 0.0 to MAX everywhere else.
10803
10804 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10805
10806         * gst-libs/gst/riff/riff-media.c:
10807         (gst_riff_create_video_caps_with_data):
10808           mp42/mp43 (no caps) exist too.
10809         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10810           Set pixel_width/height; we've got them in-caps.
10811         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10812         * gst/wavparse/gstwavparse.c: (plugin_init):
10813           Both are valid primary.
10814         * sys/oss/gstossmixer.c:
10815           Remove i18n hack and enable translations.
10816
10817 2004-07-15  Benjamin Otte  <otte@gnome.org>
10818
10819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10820         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10821           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
10822
10823 2004-07-15  Benjamin Otte  <otte@gnome.org>
10824
10825         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10826         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
10827         (gst_alsa_close_audio):
10828           disable some of the debugging code for now. Writing debugging to a
10829           buffer is broken in current alsalib releases.
10830
10831 2004-07-12  Benjamin Otte  <otte@gnome.org>
10832
10833         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
10834           use bufferpools
10835
10836 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10837
10838         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10839         (theora_dec_src_query), (theora_dec_event):
10840         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
10841           add debugging categories.  Remove \n's.
10842
10843 2004-07-13  Johan Dahlin  <johan@gnome.org>
10844
10845         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
10846         (gst_play_bin_get_property): Impl.
10847
10848 2004-07-13  Wim Taymans  <wim@fluendo.com>
10849
10850         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
10851         When trying to find the stream length, seek back N pages
10852         instead of just one, where N is the number of streams in
10853         the current chain.
10854
10855 2004-07-13  Wim Taymans  <wim@fluendo.com>
10856
10857         * gst-libs/gst/riff/riff-media.c:
10858         (gst_riff_create_audio_caps_with_data),
10859         (gst_riff_create_audio_caps),
10860         (gst_riff_create_audio_template_caps):
10861         * gst-libs/gst/riff/riff-media.h:
10862         * gst-libs/gst/riff/riff-read.c:
10863         (gst_riff_read_strf_vids_with_data),
10864         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
10865         * gst-libs/gst/riff/riff-read.h:
10866         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10867         (gst_avi_demux_add_stream):
10868         Set codec_data on caps for avidemuxer.
10869
10870 2004-07-12  David Schleef  <ds@schleef.org>
10871
10872         * configure.ac: Fix test for Objective C
10873
10874 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
10875         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10876         (gst_gdk_pixbuf_chain):
10877           Add svg and pcx to template caps, and ensure that getcaps returns a
10878           subset of the template caps.
10879           Copy each row manually for output, as gdkpixbuf may pad the
10880           rowstride to a 32-bit word boundary.
10881
10882 2004-07-12  Wim Taymans  <wim@fluendo.com>
10883
10884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10885         (gst_riff_create_video_template_caps):
10886         Fix the template caps to include some more media types.
10887
10888 2004-07-12  Wim Taymans  <wim@fluendo.com>
10889
10890         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10891         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10892         (compare_ranks), (print_feature), (gst_decode_bin_init),
10893         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10894         (try_to_link_1), (new_pad), (close_link), (type_found),
10895         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10896         (gst_decode_bin_change_state), (plugin_init):
10897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10898         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10899         (gst_play_base_bin_dispose), (queue_overrun),
10900         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10901         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10902         (gst_play_base_bin_get_property), (play_base_eos),
10903         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10904         (gst_play_base_bin_remove_element),
10905         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10906         (gst_play_base_bin_unlink_stream),
10907         (gst_play_base_bin_get_streaminfo):
10908         * gst/playback/gstplaybasebin.h:
10909         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10910         (gst_play_bin_class_init), (gst_play_bin_init),
10911         (gst_play_bin_dispose), (gst_play_bin_set_property),
10912         (gst_play_bin_get_property), (gen_video_element),
10913         (gen_audio_element), (remove_sinks), (setup_sinks),
10914         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10915         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10916         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10917         (gst_play_bin_query), (plugin_init):
10918         * gst/playback/test4.c: (main):
10919         More fixes on reusing of the element.
10920
10921 2004-07-11  Benjamin Otte  <otte@gnome.org>
10922
10923         * ext/mad/gstmad.c: (normal_seek):
10924           allow seeking for other methods than just SET
10925
10926 2004-07-11  Andy Wingo  <wingo@pobox.com>
10927
10928         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
10929         float, "any" caps -> buffer_frames=[0,MAX].
10930
10931         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
10932         doesn't intersect our caps with the template any more. Do it
10933         ourselves.
10934         (interleave_buffered_loop): Use g_newa instead of malloc/free.
10935
10936 2004-07-09  Wim Taymans  <wim@fluendo.com>
10937
10938         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10939         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10940         (compare_ranks), (print_feature), (gst_decode_bin_init),
10941         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10942         (try_to_link_1), (new_pad), (close_link), (type_found),
10943         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10944         (gst_decode_bin_change_state), (plugin_init):
10945         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10946         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10947         (gst_play_base_bin_dispose), (queue_overrun),
10948         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10949         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10950         (gst_play_base_bin_get_property), (play_base_eos),
10951         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10952         (gst_play_base_bin_remove_element),
10953         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10954         (gst_play_base_bin_unlink_stream),
10955         (gst_play_base_bin_get_streaminfo):
10956         * gst/playback/gstplaybasebin.h:
10957         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10958         (gst_play_bin_class_init), (gst_play_bin_init),
10959         (gst_play_bin_dispose), (gst_play_bin_set_property),
10960         (gst_play_bin_get_property), (gen_video_element),
10961         (gen_audio_element), (remove_sinks), (setup_sinks),
10962         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10963         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10964         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10965         (gst_play_bin_query), (plugin_init):
10966         * gst/playback/test4.c: (main):
10967         Work on object reuse and seeking.
10968
10969 2004-07-09  Wim Taymans  <wim@fluendo.com>
10970
10971         * examples/seeking/seek.c: (iterate):
10972         Don't consume all CPU in the idle loop.
10973
10974 2004-07-09  Wim Taymans  <wim@fluendo.com>
10975
10976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
10977         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
10978         Add pad to element *after* setting the pad functions so that
10979         the scheduler can use the correct ones.
10980
10981 2004-07-09  Wim Taymans  <wim@fluendo.com>
10982
10983         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10984         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
10985         Sync to keyframe after seek
10986
10987 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10988
10989         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10991         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
10992         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
10993         * ext/libvisual/visual.c: (gst_visual_change_state):
10994         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
10995         * ext/theora/theoradec.c: (theora_dec_change_state):
10996         * ext/theora/theoraenc.c: (theora_enc_change_state):
10997         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
10998         * gst-libs/gst/navigation/navigation.c:
10999         * gst/adder/gstadder.c: (gst_adder_change_state):
11000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11001         (gst_audio_convert_get_buffer):
11002         * gst/multipart/multipartdemux.c:
11003         (gst_multipart_demux_change_state):
11004         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
11005         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11006         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
11007         * gst/videoscale/gstvideoscale.c:
11008         (gst_videoscale_handle_src_event):
11009         * gst/volume/gstvolume.c: (volume_chain_int16):
11010           don't assert in state change, this should be done by the base
11011           GstElement class.
11012           various debugging fixes.
11013
11014 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11015
11016         * configure.ac:
11017         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11018         (gst_play_dispose), (gst_play_set_location),
11019         (gst_play_set_data_src), (gst_play_set_video_sink),
11020         (gst_play_set_audio_sink), (gst_play_set_visualization),
11021         (gst_play_connect_visualization), (gst_play_get_sink_element),
11022         (gst_play_get_all_by_interface):
11023         * gst-libs/gst/play/play.h:
11024           add new method to get elements implementing an interface.
11025           add various error logging
11026
11027 2004-07-08  Wim Taymans  <wim@fluendo.com>
11028
11029         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
11030         (make_mpeg_pipeline), (make_mpegnt_pipeline),
11031         (make_playerbin_pipeline), (query_durations_elems),
11032         (query_durations_pads), (query_positions_elems),
11033         (query_positions_pads), (update_scale), (iterate), (stop_seek),
11034         (main):
11035         Added playbin seeking example.
11036
11037 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11038
11039         * gst-libs/gst/play/play.c: (gst_play_set_location),
11040         (gst_play_set_data_src), (gst_play_set_video_sink),
11041         (gst_play_set_audio_sink), (gst_play_set_visualization),
11042         (gst_play_connect_visualization), (gst_play_get_framerate):
11043           use a macro to look up elements from hash table
11044
11045 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11046
11047         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11048         (gst_play_get_length_callback), (gst_play_set_location),
11049         (gst_play_seek_to_time), (gst_play_set_data_src),
11050         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11051         (gst_play_set_visualization), (gst_play_connect_visualization),
11052         (gst_play_get_sink_element):
11053         - add debugging info
11054         - fix looking up sink elements by iterating over complete caps
11055         - put everything except for source and autoplugger in a complete bin
11056
11057 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11058
11059         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
11060         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
11061         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
11062         (gst_alsa_sink_write), (gst_alsa_sink_loop):
11063         * ext/alsa/gstalsasink.h:
11064         - add debugging info
11065         - clean up schizophrenia of data/buffer/event
11066         - fix double event unref error
11067
11068 2004-07-08  Wim Taymans  <wim@fluendo.com>
11069
11070         * gst/playback/Makefile.am:
11071         Add headers to noinst
11072
11073 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11074
11075         * tools/gst-launch-ext-m.m:
11076         * tools/gst-launch-ext.1.in:
11077           convert to the third millenium
11078
11079 2004-07-07  David Schleef  <ds@schleef.org>
11080
11081         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
11082
11083 2004-07-07  Wim Taymans  <wim@fluendo.com>
11084
11085         * gst/playback/Makefile.am:
11086         * gst/playback/README:
11087         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11088         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11089         (compare_ranks), (print_feature), (gst_decode_bin_init),
11090         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11091         (try_to_link_1), (new_pad), (close_link), (type_found),
11092         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11093         (plugin_init):
11094         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11095         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11096         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
11097         (gen_preroll_element), (no_more_pads), (new_stream),
11098         (setup_source), (gst_play_base_bin_set_property),
11099         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
11100         (gst_play_base_bin_add_element),
11101         (gst_play_base_bin_remove_element),
11102         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11103         (gst_play_base_bin_unlink_stream),
11104         (gst_play_base_bin_get_streaminfo):
11105         * gst/playback/gstplaybasebin.h:
11106         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11107         (gst_play_bin_class_init), (gst_play_bin_init),
11108         (gst_play_bin_dispose), (gst_play_bin_set_property),
11109         (gst_play_bin_get_property), (gen_video_element),
11110         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
11111         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11112         (gst_play_bin_get_formats), (gst_play_bin_convert),
11113         (gst_play_bin_get_query_types), (gst_play_bin_query),
11114         (plugin_init):
11115         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11116         (gst_stream_info_get_type), (gst_stream_info_class_init),
11117         (gst_stream_info_init), (gst_stream_info_new),
11118         (gst_stream_info_dispose), (gst_stream_info_set_property),
11119         (gst_stream_info_get_property):
11120         * gst/playback/gststreaminfo.h:
11121         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
11122         (main):
11123         * gst/playback/test2.c: (main):
11124         * gst/playback/test3.c: (update_scale), (main):
11125         More playbin fixes. Added README. Do better element filtering.
11126         Added base class to preroll media. Added test apps.
11127
11128 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11129
11130         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
11131         * ext/mpeg2dec/gstmpeg2dec.h:
11132           various debugging improvements.  Reset stream to next picture
11133           instead of sequence header, otherwise seeks cannot work.
11134
11135 2004-07-07  Wim Taymans  <wim@fluendo.com>
11136
11137         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
11138         (gst_video_box_class_init), (gst_video_box_set_property),
11139         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
11140         Use pad_alloc where possible.
11141
11142 2004-07-07  Wim Taymans  <wim@fluendo.com>
11143
11144         * sys/oss/gstosselement.c: (gst_osselement_reset),
11145         (gst_osselement_parse_caps):
11146         * sys/oss/gstosselement.h:
11147         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11148         Fix offset on osssrc.
11149
11150 2004-07-07  Wim Taymans  <wim@fluendo.com>
11151
11152         * ext/theora/theora.c: (plugin_init):
11153         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11154         (theora_dec_src_query), (theora_dec_chain):
11155         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11156         (theora_enc_sink_link), (theora_buffer_from_packet),
11157         (theora_push_packet), (theora_enc_chain):
11158         Fix theora granulepos calculation.
11159         Fix overflow in duration/position calculation.
11160         Bump rank to PRIMARY for theoradec.
11161         Use granulepos of last packet to calculate position.
11162         Set keyframe flag on buffers when needed.
11163
11164 2004-07-06  David Schleef  <ds@schleef.org>
11165
11166         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
11167         serious?  (Fixed, obviously.)
11168
11169 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11170
11171         * po/LINGUAS:
11172         * po/cs.po:
11173           added Czech translation (Miloslav Trmac)
11174
11175 2004-07-05  Wim Taymans  <wim@fluendo.com>
11176
11177         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11178         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11179         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11180         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11181         (close_link), (type_found), (gst_decode_bin_set_property),
11182         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
11183         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
11184         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
11185         (gst_decode_bin_query), (plugin_init):
11186         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11187         (gst_play_bin_class_init), (gst_play_bin_init),
11188         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
11189         (get_video_element), (new_pad), (setup_source),
11190         (gst_play_bin_set_property), (gst_play_bin_get_property),
11191         (gst_play_bin_change_state), (gst_play_bin_add_element),
11192         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11193         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11194         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11195         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11196         * gst/playback/test.c: (main):
11197         More fixes, cleaned up playbin, make it use decodebin. Added
11198         threaded property to playbin.
11199
11200 2004-07-05  Wim Taymans  <wim@fluendo.com>
11201
11202         * configure.ac:
11203         * gst/playback/Makefile.am:
11204         * gst/playback/decodetest.c: (main):
11205         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11206         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11207         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11208         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11209         (close_link), (type_found), (gst_decode_bin_set_property),
11210         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
11211         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
11212         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
11213         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
11214         (plugin_init):
11215         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11216         (gst_play_bin_class_init), (gst_play_bin_init),
11217         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
11218         (collect_sink_pads), (find_compatibles), (close_pad_link),
11219         (try_to_link_1), (new_pad), (close_link), (type_found),
11220         (setup_source), (gst_play_bin_set_property),
11221         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
11222         (compare_ranks), (gst_play_bin_collect_factories),
11223         (gst_play_bin_change_state), (gst_play_bin_add_element),
11224         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11225         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11226         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11227         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11228         * gst/playback/test.c: (main):
11229         Added some playback helper elements and some test apps, very alpha
11230         still.
11231
11232 2004-07-04  Benjamin Otte  <otte@gnome.org>
11233
11234         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11235           only restart audio when we indeed have an xrun to fix repeated
11236           xruns. Fix suggested by Giuliano Pochini.
11237
11238 2004-07-03  David Schleef  <ds@schleef.org>
11239
11240         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
11241         call to gst_debug_log() if debugging is disabled (bug #145118)
11242
11243 2004-07-03  Benjamin Otte  <otte@gnome.org>
11244
11245         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11246           use our own functions for restarting the alsa device.
11247         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11248           I should apply patches myself - use MIN for the third argument, not
11249           the second, this fixes seeking
11250
11251 2004-07-02  David Schleef  <ds@schleef.org>
11252
11253         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11254         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
11255         do with the logic.
11256
11257 2004-07-02  David Schleef  <ds@schleef.org>
11258
11259         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
11260         output buffers.  Fix logic mistake.  (bug #144866)
11261
11262 2004-07-02  David Schleef  <ds@schleef.org>
11263
11264         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
11265         on X.  (bug #144753)
11266
11267 2004-07-02  David Schleef  <ds@schleef.org>
11268
11269         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
11270         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
11271         (bug #144624)
11272         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11273         (gst_osselement_rate_probe_check): Add another workaround for
11274         buggy drivers (bug #145336)
11275
11276 2004-07-02  David Schleef  <ds@schleef.org>
11277
11278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
11279         Most systems don't have MSG_NOSIGNAL.
11280
11281 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11282
11283         * Makefile.am:
11284         * gst-libs/gst/colorbalance/Makefile.am:
11285         * gst-libs/gst/mixer/Makefile.am:
11286         * gst-libs/gst/play/Makefile.am:
11287         * gst-libs/gst/tuner/Makefile.am:
11288           (hopefully) fix both install and dist and make error message useful.
11289           needs testing across automakes.
11290
11291 2004-07-02  Benjamin Otte  <otte@gnome.org>
11292
11293         * ext/ogg/gstogg.c: (plugin_init):
11294           we require bytestream now
11295         * ext/ogg/gstoggdemux.c:
11296           huge diff to implement chain setup in a fast and generic way. This
11297           improves tag reading and startup of huge files (read: Theora videos)
11298           quite a bit. It probably contains bugs, too, so please test.
11299           Seeking is not improved to the fast method.
11300
11301 2004-06-29  Wim Taymans  <wim@fluendo.com>
11302
11303         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11304         * ext/ogg/gstoggmux.c:
11305         Fix memleak in oggdemux when running unconnected pads.
11306         doc update in mux, start working on keyframe mode.
11307
11308 2004-06-29  Benjamin Otte  <otte@gnome.org>
11309
11310         * sys/oss/gstosssink.c:
11311         * sys/oss/gstosssrc.c:
11312           advertise correct template caps - we indeed do non-native endianness
11313           and 8bit audio has no endianness
11314         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
11315         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
11316           avoid (wrong) duplications in getcaps function and return
11317           template caps
11318
11319 2004-06-29  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11322         (gst_multifdsink_class_init), (gst_multifdsink_add),
11323         (gst_multifdsink_remove), (gst_multifdsink_clear),
11324         (gst_multifdsink_client_remove),
11325         (gst_multifdsink_handle_client_read),
11326         (gst_multifdsink_client_queue_data),
11327         (gst_multifdsink_client_queue_caps),
11328         (gst_multifdsink_client_queue_buffer),
11329         (gst_multifdsink_handle_client_write),
11330         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11331         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11332         (gst_multifdsink_init_send), (gst_multifdsink_close):
11333         Fix wrong GList iteration that could crash the server when
11334         more then 2 clients disconnect at the same time. Read all the
11335         pending commands in one batch to recover from command storms under
11336         very heavy load.
11337
11338 2004-06-28  Wim Taymans  <wim@fluendo.com>
11339
11340         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11341         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11342         (gst_videomixer_pad_set_property),
11343         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11344         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11345         (gst_videomixer_class_init), (gst_videomixer_init),
11346         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
11347         (pad_zorder_compare), (gst_videomixer_sort_pads),
11348         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11349         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11350         (gst_videomixer_update_queues), (gst_videomixer_loop),
11351         (plugin_init):
11352         Avoid divide by zero, choose masterpad as the pad with the highest
11353         framerate.
11354
11355 2004-06-27  Julien Moutte  <julien@moutte.net>
11356
11357         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11358         (gst_ximagesink_xwindow_new):
11359         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11360         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
11361         function directly. We might want to call it from somewhere else one day.
11362
11363 2004-06-27  Julien Moutte  <julien@moutte.net>
11364
11365         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11366         (gst_ximagesink_xwindow_new):
11367         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11368         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
11369         window decorations.
11370
11371 2004-06-27  Wim Taymans  <wim@fluendo.com>
11372
11373         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11374         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
11375         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
11376         (gst_dvdec_set_property), (gst_dvdec_get_property):
11377         * ext/dv/gstdvdec.h:
11378         Implement drop_factor property to lower the framerate with
11379         a factor.
11380
11381 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11382
11383         * gst-libs/gst/colorbalance/Makefile.am:
11384         * gst-libs/gst/mixer/Makefile.am:
11385         * gst-libs/gst/play/Makefile.am:
11386         * gst-libs/gst/tuner/Makefile.am:
11387           unbreak Company's fix that didn't install the -enum.h files
11388
11389 2004-06-27  Wim Taymans  <wim@fluendo.com>
11390
11391         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
11392         (gst_dvdec_change_state):
11393         * ext/dv/gstdvdec.h:
11394         Fix timestamp, duration and offset of the buffers.
11395
11396 2004-06-27  Wim Taymans  <wim@fluendo.com>
11397
11398         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11399         (gst_multifdsink_class_init), (gst_multifdsink_add),
11400         (gst_multifdsink_remove), (gst_multifdsink_clear),
11401         (gst_multifdsink_client_remove),
11402         (gst_multifdsink_handle_client_read),
11403         (gst_multifdsink_client_queue_data),
11404         (gst_multifdsink_client_queue_caps),
11405         (gst_multifdsink_client_queue_buffer),
11406         (gst_multifdsink_handle_client_write),
11407         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11408         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11409         (gst_multifdsink_init_send), (gst_multifdsink_close):
11410         * gst/tcp/gstmultifdsink.h:
11411         * gst/tcp/gsttcpserversink.c:
11412         (gst_tcpserversink_handle_server_read),
11413         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
11414         More multifdsink fixes, more recovery policy fixes.
11415         Removed stupid g_print
11416
11417 2004-06-26  Wim Taymans  <wim@fluendo.com>
11418
11419         * gst/tcp/Makefile.am:
11420         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11421         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
11422         (gst_multifdsink_class_init), (gst_multifdsink_init),
11423         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
11424         (gst_multifdsink_handle_client_read),
11425         (gst_multifdsink_client_queue_data),
11426         (gst_multifdsink_client_queue_caps),
11427         (gst_multifdsink_client_queue_buffer),
11428         (gst_multifdsink_handle_client_write),
11429         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11430         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11431         (gst_multifdsink_chain), (gst_multifdsink_set_property),
11432         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11433         (gst_multifdsink_close), (gst_multifdsink_change_state):
11434         * gst/tcp/gstmultifdsink.h:
11435         * gst/tcp/gsttcpplugin.c: (plugin_init):
11436         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
11437         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
11438         (gst_tcpserversink_handle_server_read),
11439         (gst_tcpserversink_handle_select),
11440         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
11441         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11442         * gst/tcp/gsttcpserversink.h:
11443         Added multifdsink, made tcpserversink a subclass of fdsink, removed
11444         one of the locks, added recovery policy to multifdsink.
11445
11446 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11447
11448         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11449           fix decision for when getting frames with same timestamp
11450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11451         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11452         (gst_v4lsrc_get_property):
11453         * sys/v4l/gstv4lsrc.h:
11454           add latency offset property
11455
11456 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11457
11458         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
11459         (plugin_init):
11460           fix debugging. add category.
11461
11462 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11463
11464         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11465           fix wrong offsets
11466
11467 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11468
11469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11470         (gst_alsa_src_get_time), (gst_alsa_src_loop),
11471         (gst_alsa_src_change_state):
11472           return a time that is in sync with the element's processing
11473
11474 2004-06-25  Wim Taymans  <wim@fluendo.com>
11475
11476         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11477         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11478         (gst_tcpserversink_client_remove),
11479         (gst_tcpserversink_handle_client_read),
11480         (gst_tcpserversink_client_queue_data),
11481         (gst_tcpserversink_client_queue_caps),
11482         (gst_tcpserversink_client_queue_buffer),
11483         (gst_tcpserversink_handle_client_write),
11484         (gst_tcpserversink_queue_buffer),
11485         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
11486         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
11487         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
11488         (gst_tcpserversink_close):
11489         * gst/tcp/gsttcpserversink.h:
11490         Serversink rewrite. Really do non blocking writes to clients and
11491         maintain an internal queue to handle slower clients while not
11492         disturbing fast clients.
11493
11494 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11497           better debug, don't override OFFSET and OFFSET_END
11498
11499 2004-06-25  Iain <iain@prettypeople.org>
11500
11501         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
11502         name=source for the wavparse pipeline.
11503
11504 2004-06-24  Johan Dahlin  <johan@gnome.org>
11505
11506         * ext/theora/theoraenc.c (theora_enc_chain): Call
11507         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
11508         streamheader caps are set correctly.
11509
11510 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11511
11512         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11513         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
11514           respect minimum bitrate; same could be done for max bitrate
11515
11516 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11517
11518         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11519         (gst_vorbisenc_setup):
11520           fix sample rate range
11521
11522 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11523
11524         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
11525         (gst_oggvorbisenc_setup):
11526         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11527         (gst_vorbisenc_setup):
11528           resolve ambiguities in code and description
11529
11530 2004-06-24  Wim Taymans  <wim@fluendo.com>
11531
11532         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
11533         * ext/alsa/gstalsa.h:
11534         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11535         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
11536         Use alsa trigger_tstamp to get the timestamp of the first
11537         sample in the buffer for more precise sync. Some cleanups.
11538
11539 2004-06-24  Wim Taymans  <wim@fluendo.com>
11540
11541         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
11542         (gst_audiorate_init), (gst_audiorate_chain),
11543         (gst_audiorate_set_property), (gst_audiorate_get_property):
11544         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11545         (gst_videorate_chain):
11546         Added some logging, fixed an overflow bug in videorate.
11547
11548 2004-06-24  Benjamin Otte  <otte@gnome.org>
11549
11550         * ext/kio/Makefile.am:
11551           fix for builddir != srcdir and distcheck
11552
11553 2004-06-24  Benjamin Otte  <otte@gnome.org>
11554
11555         * gst-libs/gst/colorbalance/Makefile.am:
11556         * gst-libs/gst/mixer/Makefile.am:
11557         * gst-libs/gst/play/Makefile.am:
11558         * gst-libs/gst/tuner/Makefile.am:
11559         * gst/tcp/Makefile.am:
11560         * sys/dxr3/Makefile.am:
11561           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
11562           tarball.
11563           Also add all *.list files that were missing.
11564         * Makefile.am:
11565           add a distcheck hook to ensure the above doesn't happen again.
11566
11567 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
11568
11569         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
11570
11571 2004-06-23  Colin Walters  <walters@redhat.com>
11572
11573         * m4/Makefile.am: Distribute gst-fionread.m4.
11574
11575 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11576
11577         * configure.ac: back to dev
11578
11579 2004-06-23  Wim Taymans  <wim@fluendo.com>
11580
11581         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11582         (gst_alsa_xrun_recovery):
11583         * ext/alsa/gstalsa.h:
11584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11585         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
11586         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11587         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
11588         (gst_alsa_src_loop):
11589         Add clock to alsasrc. Take new capture timestamp when
11590         restarting after an overrun. Split up some functions between
11591         alsasrc and alsasink.
11592
11593 === release 0.8.2 ===
11594
11595 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11596
11597         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11598         (gst_alsa_change_state), (gst_alsa_update_avail),
11599         (gst_alsa_xrun_recovery):
11600         * ext/alsa/gstalsa.h:
11601         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11602           merge back changes from release
11603
11604 2004-06-23  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
11607         (gst_audiorate_init), (gst_audiorate_chain),
11608         (gst_audiorate_set_property), (gst_audiorate_get_property):
11609         Implement sample dropping and notify
11610
11611 2004-06-22  Wim Taymans  <wim@fluendo.com>
11612
11613         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11614         (theora_enc_sink_link), (theora_buffer_from_packet),
11615         (theora_push_packet), (theora_enc_chain):
11616         Some cleanups, make sure the timestamps are correct.
11617
11618 2004-06-22  Wim Taymans  <wim@fluendo.com>
11619
11620         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
11621         (gst_alsa_change_state), (gst_alsa_update_avail),
11622         (gst_alsa_xrun_recovery):
11623         * ext/alsa/gstalsa.h:
11624         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11625         Cleanups, take queued samples into account when reporting
11626         the time.
11627
11628 2004-06-22  Wim Taymans  <wim@fluendo.com>
11629
11630         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11631         (gst_videorate_init):
11632         Initialize the property as well.
11633
11634 2004-06-22  Wim Taymans  <wim@fluendo.com>
11635
11636         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11637         (gst_videorate_init), (gst_videorate_chain),
11638         (gst_videorate_set_property), (gst_videorate_get_property):
11639         Add property to make videorate silent.
11640         Add property to prefer new frames over old ones.
11641
11642 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11643
11644         * sys/osxvideo/Makefile.am:
11645         Workaround so that the osxvideo .so file gets linked with the
11646         Cocoa, OpenGL and QuickTime frameworks
11647
11648 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11649
11650         * sys/osxaudio/Makefile.am:
11651         Workaround so that the osxaudio .so file gets linked with the
11652         CoreAudio framework
11653
11654 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11655
11656         * configure.ac:
11657         Whoops, my fault...fixed build issues
11658
11659 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11660
11661         * configure.ac:
11662         Add objective-c support if running in Darwin/Mac OS X
11663         * sys/Makefile.am:
11664         * sys/osxvideo:
11665         * sys/osxvideo/Makefile.am:
11666         * sys/osxvideo/osxvideosink.h:
11667         * sys/osxvideo/osxvideosink.m:
11668         * sys/osxvideo/cocoawindow.h:
11669         * sys/osxvideo/cocoawindow.m:
11670         Add osxvideosink, a cocoa-based osx video sink
11671
11672
11673 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11674         * ext/dvdnav/gst-dvd:
11675         Grab the gconf key from the right spot
11676         * gst/debug/gstnavseek.c: (gst_navseek_init),
11677         (gst_navseek_segseek), (gst_navseek_handle_src_event),
11678         (gst_navseek_chain):
11679         * gst/debug/gstnavseek.h:
11680           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
11681           and loop parameters of a segment seek.
11682         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11683         (gst_videotestsrc_get_event_masks),
11684         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11685         * gst/videotestsrc/gstvideotestsrc.h:
11686           Add seeking support to videotestsrc
11687           Initialise the timestamp_offset variable.
11688
11689 2004-06-18  Wim Taymans  <wim@fluendo.com>
11690
11691         * ext/sidplay/gstsiddec.cc:
11692         Fix negotiation and set correct end offset.
11693
11694 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11695
11696         * configure.ac: branch and prerelease
11697
11698 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11699
11700         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11701         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
11702         (gst_tcpclientsrc_init_receive):
11703         * gst/tcp/gsttcpclientsrc.h:
11704           read caps when connecting to server for GDP so we set them correctly
11705
11706 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11707
11708         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11709           notify drops and duplicates
11710         * gst/videoscale/videoscale.c: (videoscale_get_structure):
11711           no good reason to limit ourselves to 100x100
11712
11713 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11714
11715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11716         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11717         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11718         (gst_v4lsrc_get_property):
11719         * sys/v4l/gstv4lsrc.h:
11720         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11721         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11722         (gst_v4l_set_audio):
11723         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
11724         (gst_v4lsrc_try_capture):
11725         * sys/v4l/v4lsrc_calls.h:
11726           change try_palette to more general try_capture
11727           add autoprobe option so we can turn off autoprobing
11728           various fixes
11729
11730 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11731
11732         * configure.ac:
11733           add videorate
11734         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
11735         (gst_ximagesink_class_init):
11736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
11737         (gst_xvimagesink_class_init):
11738           run them as finalize, not dispose, since dispose can be invoked
11739           multiple times
11740
11741 2004-06-17  Wim Taymans  <wim@fluendo.com>
11742
11743         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11744         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
11745         * ext/alsa/gstalsa.h:
11746         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
11747         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
11748         (gst_alsa_src_change_state):
11749         * ext/alsa/gstalsasrc.h:
11750         Make the xrun code timestamp and offset the buffers correctly.
11751         moved the clock to the base class, use alsa methods to get time.
11752         Do correct timestamping on outgoing buffers.
11753
11754 2004-06-17  Wim Taymans  <wim@fluendo.com>
11755
11756         * gst/audiorate/Makefile.am:
11757         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
11758         (gst_audiorate_base_init), (gst_audiorate_class_init),
11759         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
11760         (gst_audiorate_set_property), (gst_audiorate_get_property),
11761         (gst_audiorate_change_state), (plugin_init):
11762         Added an audiorate converter that fills in gaps.
11763
11764 2004-06-17  Johan Dahlin  <johan@gnome.org>
11765
11766         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
11767
11768 2004-06-16  Wim Taymans  <wim@fluendo.com>
11769
11770         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
11771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11772         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11773         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11774         (gst_v4lsrc_get_property):
11775         * sys/v4l/gstv4lsrc.h:
11776         Added a copy mode to v4lsrc where it will output a copied version
11777         of its internal hardware buffer.
11778         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
11779         can't | them.
11780
11781 2004-06-16  Wim Taymans  <wim@fluendo.com>
11782
11783         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11784         Timestamp fixes.
11785
11786 2004-06-16  Wim Taymans  <wim@fluendo.com>
11787
11788         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11789         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11790         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11791         (gst_v4lsrc_get_property):
11792         * sys/v4l/gstv4lsrc.h:
11793         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11794         Added a sync mode enum property to control v4lsrc timestamp method
11795         Removed the use-fixed-fps property and moved functionality in
11796         the enum.
11797         Don't error on an error value from v4l-conf, it might not always
11798         be a real error.
11799
11800 2004-06-16  Wim Taymans  <wim@fluendo.com>
11801
11802         * gst/videorate/Makefile.am:
11803         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
11804         (gst_videorate_base_init), (gst_videorate_class_init),
11805         (gst_videorate_getcaps), (gst_videorate_link),
11806         (gst_videorate_init), (gst_videorate_chain),
11807         (gst_videorate_set_property), (gst_videorate_get_property),
11808         (gst_videorate_change_state), (plugin_init):
11809         Added a video timestamp corrector.
11810
11811 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11812
11813         fixed a potential leak with previous commit
11814
11815         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11816
11817 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11818
11819         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11820         Added missing refcount, fixes bug #144425
11821         Cheers Tim for finding the bug
11822
11823 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11824
11825         * sys/v4l/gstv4l.c: (plugin_init):
11826         * sys/v4l/gstv4lcolorbalance.c:
11827         * sys/v4l/gstv4lcolorbalance.h:
11828         * sys/v4l/gstv4lelement.c:
11829         * sys/v4l/gstv4lelement.h:
11830         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11831         * sys/v4l/gstv4lmjpegsink.h:
11832         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11833         * sys/v4l/gstv4lmjpegsrc.h:
11834         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11835         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11836         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11837         * sys/v4l/gstv4lsrc.h:
11838         * sys/v4l/gstv4ltuner.c:
11839         * sys/v4l/gstv4ltuner.h:
11840         * sys/v4l/gstv4lxoverlay.c:
11841         * sys/v4l/gstv4lxoverlay.h:
11842         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
11843         (gst_v4l_set_window), (gst_v4l_enable_overlay):
11844         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11845         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11846         (gst_v4l_set_audio):
11847         * sys/v4l/v4l_calls.h:
11848         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11849         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
11850         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
11851         (gst_v4lmjpegsink_playback_init),
11852         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
11853         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
11854         (gst_v4lmjpegsink_playback_stop),
11855         (gst_v4lmjpegsink_playback_deinit):
11856         * sys/v4l/v4lmjpegsink_calls.h:
11857         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11858         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
11859         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
11860         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
11861         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
11862         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
11863         * sys/v4l/v4lmjpegsrc_calls.h:
11864         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11865         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
11866         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
11867         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
11868         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
11869         (gst_v4lsrc_try_palette):
11870         * sys/v4l/v4lsrc_calls.h:
11871           bunch of paranoia cleanups
11872
11873 2004-06-14  David Schleef  <ds@schleef.org>
11874
11875         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
11876         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
11877         Send discont events and change timestamps appropriately when
11878         we get a seek event.  (bug #144240)
11879         * ext/cdparanoia/gstcdparanoia.h:
11880
11881 2004-06-14  Benjamin Otte  <otte@gnome.org>
11882
11883         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
11884           snd_pcm_hw_params_set_rate  since the latter fails for no good
11885           reason on some setups.
11886
11887 2004-06-14  David Schleef  <ds@schleef.org>
11888
11889         * gst/volume/demo.c: (value_changed_callback): exp10() is not
11890         standard.  Thank you for playing.
11891
11892 2004-06-14  Wim Taymans  <wim@fluendo.com>
11893
11894         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11895         Patch 1.3 broke the ordering of the colorspace info and
11896         made the plugin basically work by coincidence, reordered
11897         the info.
11898
11899 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11900
11901         * ext/lame/gstlame.c:
11902         * ext/mad/gstmad.c:
11903           sync caps.  Make sure mad can only output a list of rates, not
11904           a full range.  In the future, have three caps lists for each of the
11905           mpeg versions.  Change mpegversion to a double as well.
11906
11907 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11908
11909         * gst/volume/.cvsignore:
11910         * gst/volume/Makefile.am:
11911         * gst/volume/demo.c: (value_changed_callback), (idler),
11912         (setup_gui), (main):
11913           added small demo app
11914
11915 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
11916         * ext/esd/esdsink.c: (gst_esdsink_change_state):
11917         * ext/esd/esdsink.h:
11918         Close the esd connection on pause, because esd will just wait -
11919         blocking all other esd clients indefinitely.
11920
11921 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
11922
11923         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
11924           previous commit with GST_DEBUG
11925
11926 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11927
11928         * configure.ac:
11929           add a header check for a dvdread header in dvdnav.  Fixes #133002
11930
11931 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11932
11933         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11934         * gst/tcp/gsttcpclientsink.h:
11935         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11936         * gst/tcp/gsttcpclientsrc.h:
11937         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
11938         (gst_tcpserversink_handle_server_read),
11939         (gst_tcpserversink_init_send):
11940         * gst/tcp/gsttcpserversink.h:
11941         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11942         * gst/tcp/gsttcpserversrc.h:
11943         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
11944         version of IP)
11945
11946 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11947
11948         * configure.ac:
11949         Added ogg library so that OSX detects libtheora properly
11950
11951 2004-06-11  Wim Taymans  <wim@fluendo.com>
11952
11953         * ext/theora/theoradec.c: (theora_dec_chain),
11954         (theora_dec_change_state):
11955         Don't try to decode frames before we received a keyframe.
11956
11957 2004-06-11  Wim Taymans  <wim@fluendo.com>
11958
11959         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11960         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11961         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11962         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11963         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11964         Added property to set the maximum delay of a page.
11965
11966 2004-06-10  Wim Taymans  <wim@fluendo.com>
11967
11968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11969         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11970         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11971         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11972         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11973         Added max-delay property to control the maximum amount
11974         of data to put in one page.
11975
11976 2004-06-10  Wim Taymans  <wim@fluendo.com>
11977
11978         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11979         (gst_theora_enc_init), (theora_enc_sink_link),
11980         (theora_buffer_from_packet), (theora_enc_set_property),
11981         (theora_enc_get_property):
11982         Set duration on encoded buffer, added some more properties
11983
11984 2004-06-10  Wim Taymans  <wim@fluendo.com>
11985
11986         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11987         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11988         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11989         * ext/theora/theoraenc.c: (theora_enc_chain):
11990         Fix refcounting bugs
11991
11992 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11993
11994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11995         (gst_asf_demux_loop), (gst_asf_demux_process_file),
11996         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
11997         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
11998         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
11999         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
12000         (gst_asf_demux_change_state):
12001         * gst/asfdemux/gstasfdemux.h:
12002           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
12003           feels like. I think we should set a new requirement for demuxers
12004           from now on to implement sane loop functions, data loops, query
12005           and seek functions before first commit into CVS. And this commit
12006           fixes all of the above.
12007
12008 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
12009
12010         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
12011           vorbis comments are properly encoded in UTF-8 before adding them
12012           to a GstTagList
12013
12014 2004-06-09  Benjamin Otte  <otte@gnome.org>
12015
12016         * ext/alsa/gstalsa.c: (add_channels):
12017           handle min <= max correctly
12018         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
12019         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
12020           add fixation functions so we fixate correctly. No preferring of alaw
12021           anymore because it's the first structure.
12022         * ext/alsa/gstalsa.h:
12023         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
12024         (gst_alsa_hw_params_dump):
12025           add functions to ease debugging in alsalib
12026         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12027         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12028         (gst_alsa_start_audio):
12029           only specify hw params if we really setup a format (fixes #134007 -
12030           or at least works around it)
12031
12032 2004-06-09  Wim Taymans  <wim@fluendo.com>
12033
12034         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12035         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12036         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
12037         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
12038         (gst_ogg_mux_loop):
12039         Use stream caps to setup the initial pages in the ogg stream.
12040         Correctly set the streamheader caps on the srcpad.
12041
12042 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12043
12044         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12045         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12046         (gst_v4lsrc_getcaps):
12047         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12048         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
12049           add querying of fps lists for webcams.  Negotiating to a framerate
12050           now works.
12051
12052 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12053
12054         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12055         (theora_push_buffer), (theora_push_packet),
12056         (theora_set_header_on_caps), (theora_enc_chain):
12057           mark buffers and put on streamheader, raw theora streaming
12058           now works too, whee
12059
12060 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12061
12062         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12063         (gst_tcp_gdp_read_caps):
12064           do a looping read for caps and GDP headers too
12065
12066 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12067
12068         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12069         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
12070           return EOS instead of NULL in _get
12071
12072 2004-06-08  Wim Taymans  <wim@fluendo.com>
12073
12074         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12075         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
12076         (gst_tcp_gdp_write_caps):
12077         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12078         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12079         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
12080         Memory leak fixes
12081
12082 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12083
12084         * ext/vorbis/Makefile.am:
12085         * ext/vorbis/vorbis.c: (plugin_init):
12086         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
12087         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
12088         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
12089         (vorbis_parse_change_state):
12090         * ext/vorbis/vorbisparse.h:
12091           adding a vorbisparse element that marks the buffers, streaming
12092           raw vorbis using GDP now works, whee
12093
12094 2004-06-08  Wim Taymans  <wim@fluendo.com>
12095
12096         * ext/jpeg/Makefile.am:
12097         * ext/jpeg/README:
12098         * ext/jpeg/gstjpeg.c: (plugin_init):
12099         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
12100         (gst_smokedec_base_init), (gst_smokedec_class_init),
12101         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
12102         * ext/jpeg/gstsmokedec.h:
12103         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
12104         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
12105         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
12106         (gst_smokeenc_resync), (gst_smokeenc_chain),
12107         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
12108         * ext/jpeg/gstsmokeenc.h:
12109         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
12110         (smokecodec_flush_destination), (smokecodec_term_destination),
12111         (smokecodec_init_source), (smokecodec_fill_input_buffer),
12112         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
12113         (smokecodec_term_source), (smokecodec_encode_new),
12114         (smokecodec_decode_new), (smokecodec_info_free),
12115         (smokecodec_set_quality), (smokecodec_get_quality),
12116         (smokecodec_set_threshold), (smokecodec_get_threshold),
12117         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12118         (find_best_size), (abs_diff), (put), (smokecodec_encode),
12119         (smokecodec_parse_header), (smokecodec_decode):
12120         * ext/jpeg/smokecodec.h:
12121         Added a new simple jpeg based codec
12122
12123 2004-06-08  Wim Taymans  <wim@fluendo.com>
12124
12125         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12126         (gst_multipart_mux_loop):
12127         Fix memory leak
12128
12129 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12130
12131         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12132         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
12133         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
12134         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
12135         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
12136         * gst/tcp/gsttcpserversink.h:
12137           take streamheader into account
12138
12139 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12140
12141         * gst/level/Makefile.am:
12142         * gst/level/gstlevel.c: (gst_level_class_init):
12143           clean up marshal generation
12144
12145 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12146
12147         * gst/tcp/Makefile.am:
12148         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
12149         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
12150         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
12151         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12152         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
12153         (gst_tcpclientsrc_get_property):
12154         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12155         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12156         (gst_tcpserversink_handle_client_read),
12157         (gst_tcpserversink_handle_client_write),
12158         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
12159         * gst/tcp/gsttcpserversink.h:
12160           add signals client-added and client-removed
12161         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12162         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
12163         (gst_tcpserversrc_get_property):
12164         uniformized, change default protocol to NONE
12165         * gst/tcp/gsttcp-marshal.list: added
12166 2004-06-07  Benjamin Otte  <otte@gnome.org>
12167
12168         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12169           handle discont events if they happen before caps nego
12170
12171 2004-06-07  Wim Taymans  <wim@fluendo.com>
12172
12173         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12174         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12175         (gst_multipart_demux_plugin_init):
12176         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12177         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12178         (gst_multipart_mux_change_state):
12179         Small updates, fix a memleak
12180
12181 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12182
12183         * configure.ac: OSS portability
12184         * ext/arts/gst_arts.c: idem
12185         * sys/oss/gstosselement.c: idem
12186         * sys/oss/gstossmixer.c: idem
12187         * sys/oss/gstosssink.c: idem
12188         * sys/oss/gstosssrc.c: idem
12189         * sys/oss/oss_probe.c: idem
12190           - check for soundcard.h in different places for some BSD
12191
12192 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
12193
12194         * AUTHORS:
12195         Add me to the authors file
12196         * configure.ac:
12197         Increase the libdv requirement to >= version 0.100
12198         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12199         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
12200         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
12201         * ext/dv/gstdvdec.h:
12202         Add support for the new_media flag when sending DISCONT events
12203         Make the querying work when video pad is not linked
12204
12205 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12206
12207         reviewed by Benjamin Otte  <otte@gnome.org>
12208
12209         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
12210           create a NULL-initialized array of pads, so we don't think they
12211           exist already. (fixes #143130)
12212
12213 2004-06-07  Benjamin Otte  <otte@gnome.org>
12214
12215         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
12216         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
12217         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
12218           don't use // coments
12219
12220 2004-06-07  Benjamin Otte  <otte@gnome.org>
12221
12222         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
12223           cast to GstClockTime to get higher granularity
12224         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12225           use gst_element_set_time_delay to get the exact time
12226         * ext/mad/gstmad.c: (gst_mad_chain):
12227           use the negotiated rate instead of the current frame's rate which
12228           might be wrong because of bit errors. This avoids emitting totally
12229           bogus timestamps and screwing sync.
12230         (fixes #143454)
12231
12232 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12233
12234         reviewed by Benjamin Otte  <otte@gnome.org>
12235
12236         * gst/adder/gstadder.c: (gst_adder_loop):
12237           properly error out when no negotiation has happened yet. (fixes
12238           #143032)
12239
12240 2004-06-06  Benjamin Otte  <otte@gnome.org>
12241
12242         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12243           forward correctly transformed offset in discont events. Based on
12244           patch by Arwed v. Merkatz. (fixes #142851)
12245
12246 2004-06-06  David Schleef  <ds@schleef.org>
12247
12248         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
12249         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
12250         problems on several systems.
12251
12252 2004-06-06  Benjamin Otte  <otte@gnome.org>
12253
12254         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12255           use explicit caps on the srcpad
12256         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12257           properly error out if caps couldn't be set (fixes #142764)
12258
12259 2004-06-06  Benjamin Otte  <otte@gnome.org>
12260
12261         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12262         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12263         (gst_alsa_start_audio):
12264           - don't call set_periods_integer anymore, it breaks the
12265           configuration randomly
12266           - call snd_pcm_hw_params_set_access directly instead of using masks
12267           - don't fail if the sw_params can't be set, just use the default
12268           params and hope it works. Alsalib has weird issues when you touch
12269           sw_params and does no proper error reporting about what failed.
12270         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12271         (gst_alsa_close_audio):
12272           make our alsa debugging go via gst debugging and not conditionally
12273           defined
12274         * ext/alsa/gstalsa.h:
12275           add ALSA_DEBUG_FLUSH macro
12276         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
12277         (plugin_init):
12278           wrap alsa errors to be printed via the gst debugging system and not
12279           spammed to stderr
12280
12281 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12282
12283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
12284         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
12285         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
12286         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
12287         (qtdemux_parse_trak):
12288         * gst/qtdemux/qtdemux.h:
12289           Bitch. Also known as seeking, querying & co.
12290         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12291         (gst_osssink_change_state):
12292         * sys/oss/gstosssink.h:
12293           Resyncing is for weenies, this hack is no longer needed and was
12294           broken anyway (since it - unintendedly - always leaves resync to
12295           TRUE).
12296
12297 2004-06-05  Andrew Turner <zxombie@hotpop.com>
12298
12299         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
12300         * gst/tcp/gsttcpclientsrc.h: idem
12301           - define MSG_NOSIGNAL if not done
12302           - include unistd.h for off_t
12303           (fixes #143749)
12304
12305 2004-06-05  Benjamin Otte  <otte@gnome.org>
12306
12307         * configure.ac:
12308         * ext/kio/Makefile.am:
12309           check for qt's moc preprocessor explicitly and use it
12310
12311 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12312
12313         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12314           don't get a signal for EPIPE on socket writes
12315           (somebody check if this works on other platforms)
12316
12317 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12318
12319         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12320         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12321           check error condition on available samples correctly
12322
12323 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12324
12325         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
12326           avoid a segfault
12327         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12328         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
12329         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12330         (gst_tcpserversrc_gdp_read_header):
12331          use ssize_t over size_t since the former is signed and thus the
12332          check for error codes can work
12333
12334 2004-06-02  Wim Taymans  <wim@fluendo.com>
12335
12336         reviewed by: Johan
12337
12338         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12339         (gst_multipart_mux_loop):
12340         Oops
12341
12342 2004-06-02  Wim Taymans  <wim@fluendo.com>
12343
12344         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12345         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12346         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12347         (gst_multipart_mux_change_state):
12348         Added configurable boundary specifier, added the value as a
12349         caps field as well.
12350
12351 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12352
12353         * gst/tcp/gsttcp.c:
12354         * gst/tcp/gsttcpclientsrc.c:
12355         * gst/tcp/gsttcpclientsrc.h:
12356         * gst/tcp/gsttcpserversrc.c:
12357           - portability fix, to compile on OSX
12358             (fixes #143146)
12359
12360         * sys/osxaudio/gstosxaudioelement.c:
12361         * sys/osxaudio/gstosxaudiosink.c:
12362         * sys/osxaudio/gstosxaudiosrc.c:
12363           - compilation warnings on OSX
12364             (fixes #143153)
12365
12366 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12367
12368         * ext/vorbis/vorbisdec.c : sign warning fixes
12369
12370         * gst-libs/gst/mixer/mixertrack.c :
12371           do no use defines which are glib 2.4 specific
12372
12373 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
12374
12375         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
12376           buffer since libflac doesn't expect it (reports a sync error when
12377           it encounters that)
12378
12379
12380 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
12381
12382         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
12383         * gst-libs/gst/mixer/mixertrack.c:
12384         (gst_mixer_track_get_property), (get_mixer_track_init),
12385         (get_mixer_track_get_property): Added property accessors
12386         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
12387         * gst-libs/gst/mixer/mixeroptions.c:
12388         (gst_mixer_options_get_values): Added
12389         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
12390         * gst-libs/gst/mixer/mixer.c: Fixed comment
12391
12392
12393 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12394
12395         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12396           improve error messages on open
12397
12398
12399 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12400
12401         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12402           check if v4l-conf is in path
12403
12404 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12405
12406         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12407           change assert to a more readable error message
12408
12409 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12410
12411         * gst-libs/gst/tuner/tunerchannel.h:
12412           - add a freq_multiplicator field to make the conversion
12413             between internal frequency unit and Hz
12414         * sys/v4l/gstv4lelement.c:
12415         * sys/v4l2/gstv4l2element.c:
12416           - change default video device to /dev/video0
12417         * sys/v4l/v4l_calls.c:
12418         * sys/v4l2/v4l2_calls.c:
12419           - we only expose frequency to the user in Hz instead of
12420             bastard v4lX unit (either 62.5kHz or 62.5Hz)
12421
12422 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
12423         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12424           Initialise b_o_s and e_o_s variables
12425         * gst-libs/gst/riff/riff-media.c:
12426         (gst_riff_create_video_caps_with_data):
12427           Add some unusual fourcc's from mplayer avi's
12428         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
12429           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
12430           autoplugging.
12431
12432 2004-05-28  Wim Taymans  <wim@fluendo.com>
12433
12434         * configure.ac:
12435         * gst/alpha/Makefile.am:
12436         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12437         (gst_alpha_get_type), (gst_alpha_base_init),
12438         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12439         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
12440         (gst_alpha_chroma_key), (gst_alpha_chain),
12441         (gst_alpha_change_state), (plugin_init):
12442         A plugin to add an alpha channel to I420 video. Can optionally do
12443         chroma keying.
12444         * gst/multipart/Makefile.am:
12445         * gst/multipart/multipart.c: (plugin_init):
12446         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12447         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12448         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
12449         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12450         (gst_multipart_demux_change_state),
12451         (gst_multipart_demux_plugin_init):
12452         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
12453         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
12454         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
12455         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
12456         (gst_multipart_mux_pad_unlink),
12457         (gst_multipart_mux_request_new_pad),
12458         (gst_multipart_mux_handle_src_event),
12459         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
12460         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
12461         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12462         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
12463         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
12464         send multipart jpeg images to a browser.
12465         * gst/videobox/Makefile.am:
12466         * gst/videobox/README:
12467         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12468         (gst_video_box_get_type), (gst_video_box_base_init),
12469         (gst_video_box_class_init), (gst_video_box_init),
12470         (gst_video_box_set_property), (gst_video_box_get_property),
12471         (gst_video_box_sink_link), (gst_video_box_i420),
12472         (gst_video_box_ayuv), (gst_video_box_chain),
12473         (gst_video_box_change_state), (plugin_init):
12474         Crops or adds borders around an image. can do alpha channel
12475         borders as well.
12476         * gst/videomixer/Makefile.am:
12477         * gst/videomixer/README:
12478         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12479         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
12480         (gst_videomixer_pad_get_sink_event_masks),
12481         (gst_videomixer_pad_get_property),
12482         (gst_videomixer_pad_set_property),
12483         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
12484         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
12485         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12486         (gst_videomixer_base_init), (gst_videomixer_class_init),
12487         (gst_videomixer_init), (gst_videomixer_request_new_pad),
12488         (gst_videomixer_handle_src_event),
12489         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
12490         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12491         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12492         (gst_videomixer_loop), (gst_videomixer_get_property),
12493         (gst_videomixer_set_property), (gst_videomixer_change_state),
12494         (plugin_init):
12495         Generic video mixer plugin, can handle multiple inputs all with
12496         different framerates and video sizes. Is fully alpha channel
12497         aware.
12498
12499 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12500
12501         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12502           Select first track as master track. Not sure how else to handle
12503           that...
12504         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
12505           Discard discont events. Should fix #142962.
12506
12507 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12508
12509         * ext/alsa/Makefile.am:
12510         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
12511         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
12512         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12513         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12514         (gst_alsa_mixer_get_option):
12515         * ext/alsa/gstalsamixer.h:
12516         * ext/alsa/gstalsamixeroptions.c:
12517         (gst_alsa_mixer_options_get_type),
12518         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
12519         (gst_alsa_mixer_options_new):
12520         * ext/alsa/gstalsamixeroptions.h:
12521         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12522         * ext/alsa/gstalsamixertrack.h:
12523           Add enumerations (as GstMixerOptions). Make correct distinction
12524           between input/output tracks. Add capture/playback private flag.
12525           Use flag to decide on whether to set capture or playback volumes
12526           or switches. Use playback and record switches.
12527         * gst-libs/gst/mixer/Makefile.am:
12528         * gst-libs/gst/mixer/mixer-marshal.list:
12529         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
12530         (gst_mixer_set_option), (gst_mixer_get_option),
12531         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
12532         (gst_mixer_volume_changed), (gst_mixer_option_changed):
12533         * gst-libs/gst/mixer/mixer.h:
12534         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
12535         (gst_mixer_options_class_init), (gst_mixer_options_init),
12536         (gst_mixer_options_dispose):
12537         * gst-libs/gst/mixer/mixeroptions.h:
12538           Add GstMixerOptions.
12539         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12540           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
12541           broken device detection on computers with multiple OSS sound
12542           cards.
12543
12544 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12545
12546         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12547           fixate nicely even when the peer is not negotiating
12548
12549 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12550
12551         * gst/audioconvert/gstaudioconvert.c:
12552         (gst_audio_convert_parse_caps):
12553           make sure we don't allow depth > width
12554         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12555           fixate endianness to G_BYTE_ORDER as default
12556         * gst/audioscale/gstaudioscale.c:
12557           we don't handle another endianness as host-endianness
12558
12559 2004-05-25  David Schleef  <ds@schleef.org>
12560
12561         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
12562
12563 2004-05-24  Benjamin Otte  <otte@gnome.org>
12564
12565         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
12566         (gst_oggvorbisenc_setup):
12567           properly fail when we can't setup the vorbis encoder due to
12568           unsupported settings
12569         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
12570         (gst_vorbisenc_setup):
12571           same
12572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12573           fix case where warnings occured when one pad was unlinked while the
12574           other's link function was called
12575
12576 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12577
12578         * gst/tcp/Makefile.am:
12579           use GST_ENABLE_NEW
12580
12581 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12582
12583         * gst-libs/gst/resample/private.h:
12584           don't use optimizations that are #if 0'ed
12585
12586 2004-05-24  Wim Taymans  <wim@fluendo.com>
12587
12588         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12589         Fix potential division by zero error and hopefully get
12590         the position query right to get correct timestamps on avi
12591         audio.
12592
12593 2004-05-24  Wim Taymans  <wim@fluendo.com>
12594
12595         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
12596         (gst_videoscale_scale_nearest_str2),
12597         (gst_videoscale_scale_nearest_str4),
12598         (gst_videoscale_scale_nearest_32bit),
12599         (gst_videoscale_scale_nearest_24bit),
12600         (gst_videoscale_scale_nearest_16bit):
12601         Fix the scaling algorithm and avoid a buffer overflow.
12602         removed the while loop in the scaling function as it
12603         was used for point sampling only.
12604
12605 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12606
12607         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12608         (gst_id3_tag_class_init), (gst_id3_tag_init),
12609         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
12610         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
12611         (gst_id3_tag_send_tag_event):
12612           lots of fixes to make id3mux work and id3demux work correctly
12613
12614 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12615
12616         * ext/Makefile.am:
12617           add rules to build shout2send (was removed by accident
12618           when this module was no more marked experimental/broken)
12619
12620 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12621
12622         * ext/shout2/gstshout2.c:
12623         * ext/shout2/gstshout2.h:
12624           adding a "connection problem" signal to shout2send
12625           (fixes #142954)
12626
12627 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12628
12629         * ext/kio/kioreceiver.cpp:
12630         * ext/kio/kioreceiver.h:
12631           fix sign comparison issues
12632
12633 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12634
12635         * gst/cdxaparse/gstcdxaparse.c:
12636         * gst/cdxaparse/gstcdxaparse.h:
12637           some renaming
12638           add some checks/sanity
12639           prepare for seek addition
12640
12641         * sys/sunaudio/gstsunaudio.c:
12642           remove exported dupe init function
12643
12644 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
12645
12646         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
12647         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
12648           Fix format conversion and position querying.
12649         * gst/debug/progressreport.c: (gst_progressreport_report):
12650           Don't output a bogus total value that we didn't query.
12651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12652           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
12653           only a blank window after xine has been used.
12654
12655 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12656
12657         * m4/as-arts.m4:
12658           sync with upstream version to fix test on FC2
12659           readd with -ko to preserve Id header
12660
12661 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12662
12663         * configure.ac:
12664           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
12665         * gst/tcp/gsttcpclientsrc.c: idem
12666         * gst/tcp/gsttcpserversink.c: idem
12667         * gst/tcp/gsttcpserversrc.c: idem
12668         * m4/gst-fionread.m4: idem
12669
12670         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
12671
12672         * configure.ac: enable speex plugin for speex 1.1.5+
12673         * ext/speex/gstspeexenc.c: fix cast warning
12674
12675         * ext/esd/README: fix typo
12676
12677 2004-05-20  David Schleef  <ds@schleef.org>
12678
12679         * configure.ac: Minor cosmetic change to convince the buildbot to
12680         reautogen.
12681         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
12682         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
12683         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
12684         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
12685         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
12686         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
12687         More hacking.  Plays audio now.
12688
12689 2004-05-20  David Schleef  <ds@schleef.org>
12690
12691         * configure.ac:
12692         * sys/Makefile.am:
12693
12694 2004-05-20  David Schleef  <ds@schleef.org>
12695
12696         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
12697         * sys/osxaudio/gstosxaudio.c:
12698         * sys/osxaudio/gstosxaudioelement.c:
12699         * sys/osxaudio/gstosxaudioelement.h:
12700         * sys/osxaudio/gstosxaudiosink.c:
12701         * sys/osxaudio/gstosxaudiosink.h:
12702         * sys/osxaudio/gstosxaudiosrc.c:
12703         * sys/osxaudio/gstosxaudiosrc.h:
12704
12705 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12706
12707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
12708         (gst_vorbisenc_chain):
12709           put the codec headers on the caps as streamheader as well as
12710           pushing them out
12711
12712 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12713
12714         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12715         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12716         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
12717         split up push_packet into two functions
12718
12719 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12720
12721         * gst/tcp/.cvsignore:
12722           ignore enums
12723         * gst/tcp/Makefile.am:
12724         * gst/tcp/README:
12725         * gst/tcp/gsttcp.c:
12726         * gst/tcp/gsttcp.h:
12727         * gst/tcp/gsttcpclientsink.c:
12728         * gst/tcp/gsttcpclientsink.h:
12729         * gst/tcp/gsttcpclientsrc.c:
12730         * gst/tcp/gsttcpclientsrc.h:
12731         * gst/tcp/gsttcpplugin.c:
12732         * gst/tcp/gsttcpserversink.c:
12733         * gst/tcp/gsttcpserversink.h:
12734         * gst/tcp/gsttcpserversrc.c:
12735         * gst/tcp/gsttcpserversrc.h:
12736           add new tcp elements
12737
12738 2004-05-19  Wim Taymans  <wim@fluendo.com>
12739
12740         * gst/law/mulaw-conversion.c: (mulaw_encode):
12741         Fix overflow bug in ulaw encoding.
12742
12743 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12744
12745         * ext/mad/gstmad.c: (gst_mad_handle_event):
12746           don't unref the event twice
12747
12748 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12749
12750         * configure.ac:
12751           remove -Wno-sign-compare
12752
12753 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12754
12755         * configure.ac:
12756           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
12757           if you want to work against glib 2.2 and 2.4
12758
12759 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12760
12761         * gst/tcp/Makefile.am:
12762         * gst/tcp/gsttcp.c:
12763         * gst/tcp/gsttcp.h:
12764         * gst/tcp/gsttcpsink.h:
12765         * gst/tcp/gsttcpsrc.h:
12766           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
12767
12768 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12769
12770         * gst/debug/tests.c: (md5_get_value):
12771           fix segfault on gst-inspect
12772
12773 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12774
12775         * gst/debug/testplugin.c:
12776         * gst/debug/tests.c:
12777         * gst/debug/tests.h:
12778           add new extensible and configurable testing element. Current tests
12779           include buffer count, stream length, timestamp/duration matching and
12780           md5.
12781         * gst/debug/Makefile.am:
12782         * gst/debug/gstdebug.c: (plugin_init):
12783           add infrastructure for new element
12784
12785 2004-05-19  Johan Dahlin  <johan@gnome.org>
12786
12787         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
12788         ending of the array. Fixes gst-inspect segfault on ppc.
12789
12790 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12791
12792         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
12793
12794         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
12795
12796 2004-05-18  David Schleef  <ds@schleef.org>
12797
12798         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
12799         warnings (bugs, actually) noticed by gcc but not forte.
12800
12801 2004-05-18  David Schleef  <ds@schleef.org>
12802
12803         * sys/sunaudio/Makefile.am:
12804         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
12805
12806 2004-05-18  David Schleef  <ds@schleef.org>
12807
12808         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12809         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
12810         to allow qtdemux to use non-seekable streams. (bug #142272)
12811
12812 2004-05-18  David Schleef  <ds@schleef.org>
12813
12814         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
12815         (gst_resample_sinc_ft_float): Remove use of static temporary
12816         buffer.  This code was obviously not supposed to last long, but
12817         it's stuck in our ABI, so it required a little hack to make it
12818         ABI-compatible.  Fixes #142585.
12819         * gst-libs/gst/resample/resample.h: same.
12820
12821 2004-05-18  David Schleef  <ds@schleef.org>
12822
12823         * configure.ac: Add sunaudio
12824         * examples/Makefile.am: make gstplay depend on gconf
12825         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
12826         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
12827         (convert_table_lookup), (img_convert): remove c99-isms
12828         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
12829           unsigned, to fix a warning on Solaris
12830         * gst/mpeg1sys/systems.c: bcopy->memcpy
12831         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
12832         * sys/Makefile.am: Add sunaudio
12833
12834 2004-05-18  Wim Taymans  <wim@fluendo.com>
12835
12836         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
12837         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
12838         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
12839         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12840         (gst_ogg_mux_loop):
12841         Fix an ugly memleak where the muxer didn't flush enough ogg
12842         pages. This also resulted in badly muxed ogg files.
12843
12844 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12845
12846         * gst/asfdemux/asfheaders.c :
12847         * gst/asfdemux/asfheaders.h :
12848         * gst/asfdemux/gstasfdemux.c :
12849           - fix ASF_OBJ_PADDING guid
12850           - add 3 new object guids (language list, metadata,
12851             extended stream properties)
12852           - add a function to parse extended header objects
12853
12854 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12855
12856         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12857           remove leftover debugging g_print
12858
12859 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12860
12861         * ext/mad/gstmad.c: (gst_mad_handle_event):
12862           Fix for when the first format in a discont event is not a
12863           byte-based one. Should fix #137710.
12864
12865 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12866
12867         * m4/a52.m4 : fix compilation with -Wall -Werror
12868         * m4/libfame.m4 : idem
12869         * m4/libmikmod.m4 : idem
12870
12871 2004-05-17  Benjamin Otte  <otte@gnome.org>
12872
12873         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12874           signal the new tags before giving up the reference
12875
12876 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12877
12878         * ext/shout2/gstshout2.c:
12879           use application/ogg instead of application/x-ogg (patch by Patrick
12880           Guimond, fixes #142432)
12881         * sys/oss/gstosselement.c: (gst_osselement_reset),
12882         (gst_osselement_sync_parms):
12883           don't set fragment size unless specified (fixes #142493)
12884
12885 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12886
12887         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
12888           fixes #142664
12889
12890 2004-05-17  Benjamin Otte  <otte@gnome.org>
12891
12892         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12893           compute offsets correctly for internal buffers so timestamps are set
12894           correctly when we can't seek. Also handle cases where there are no
12895           offsets. (based on a patch by David Moore, fixes #142507)
12896
12897 2004-05-17  Benjamin Otte  <otte@gnome.org>
12898
12899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12900           use correct variable when determining amount of data to skip so we
12901           don't skip into the void and segfault
12902
12903 2004-05-16  Benjamin Otte  <otte@gnome.org>
12904
12905         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12906           Hi, I'm a memleak
12907
12908 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12909
12910         * gst/asfdemux/gstasfdemux.c:
12911           - fix a mem leak and always propagate tags
12912           - add WMV3 to known video codecs (but no decoder yet)
12913           - replace "surplus data" at end of audio header for what
12914             it is : codec specific data
12915           - fix a typo
12916
12917 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
12918
12919         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12920
12921         * gst-libs/gst/audio/audioclock.c:
12922           Fix wrong return type (#142205).
12923
12924 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12925
12926         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
12927           Ignore CRCs by default (fixes #142566).
12928
12929 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12930
12931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12932         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
12933         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
12934         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
12935         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12936         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
12937           Fix for cases where we fail to attach to a mixer.
12938
12939 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12940
12941         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12942           Don't touch events after not owning them anymore.
12943         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12944         (gst_wavparse_fmt), (gst_wavparse_other),
12945         (gst_wavparse_handle_seek), (gst_wavparse_loop),
12946         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12947         (gst_wavparse_srcpad_event):
12948         * gst/wavparse/gstwavparse.h:
12949           Add seeking, fix querying.
12950
12951 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12952
12953         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12954           - process comments even if they don't end with \0\0
12955             g_convert would ignore them if present and works well without them
12956
12957 2004-05-16  Benjamin Otte  <otte@gnome.org>
12958
12959         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
12960           simplify caps
12961
12962 2004-05-16  Benjamin Otte  <otte@gnome.org>
12963
12964         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12965           don't write to memory we might not write to - g_convert does that
12966           for us anyway (fixes #142613)
12967         (gst_asf_demux_audio_caps):
12968           comment out gst_util_dump_mem
12969
12970 2004-05-16  Benjamin Otte  <otte@gnome.org>
12971
12972         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12973           compute correct expected timestamps after seek (broken since
12974           last commit)
12975         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
12976           rename element and debugging category to gdkpixbufscale
12977
12978 2004-05-16  Benjamin Otte  <otte@gnome.org>
12979
12980         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12981           add error checking to snd_pcm_delay and remove duplicate call to
12982           snd_pcm_delay that caused issues (see inline code comments)
12983         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12984           make more readable and fix return value when snd_pcm_delay fails
12985         (fixes #142586)
12986
12987 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
12988         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
12989         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
12990         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
12991         (gst_pixbufscale_link), (gst_pixbufscale_init),
12992         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
12993         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
12994         (gst_pixbufscale_get_property), (pixbufscale_init):
12995         * ext/gdk_pixbuf/pixbufscale.h:
12996         Add these files I forgot earlier
12997
12998 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
12999         * ext/gdk_pixbuf/Makefile.am:
13000         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
13001         * ext/gdk_pixbuf/gstgdkpixbuf.h:
13002         Add new pixbufscale element to scale RGB video
13003         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
13004         and HYPER interpolation correctly.
13005         * ext/theora/theoraenc.c: (theora_enc_chain),
13006         Discard buffer and return if explicit caps could not be set
13007         (theora_enc_get_property):
13008         Make _get return kbps for the bitrate consistent with
13009         the _set function.
13010
13011
13012 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13013
13014         * ext/libvisual/visual.c: (gst_visual_chain):
13015           add missing visual_audio_analyze
13016
13017 2004-05-14  David Schleef  <ds@schleef.org>
13018
13019         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
13020         is killed while we're playing.
13021         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
13022         gst_element_no_more_pads().
13023
13024 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13025
13026         * gst-libs/gst/riff/riff-read.c :
13027           - fix INFO tag extraction in RIFF/AVI files
13028             because gst_event_unref (event) also freed taglist
13029           - avoid a mem leak
13030
13031 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13032
13033         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
13034         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
13035
13036         * gst/auparse/gstauparse.c :
13037           - add code (commented for now) to support audio/x-adpcm on src pad
13038             (we have no decoder for those layout yet)
13039
13040         * gst/cdxaparse/gstcdxaparse.c :
13041         * gst/cdxaparse/gstcdxaparse.h :
13042           - partial rewrite using RiffRead (ripped iain's wavparse code)
13043
13044         * gst/rtp/gstrtpL16enc.c : typo
13045         * gst/rtp/gstrtpgsmenc.c : typo
13046
13047 2004-05-13  Benjamin Otte  <otte@gnome.org>
13048
13049         * configure.ac:
13050           check for exact version of libvisual, it's not supposed to be
13051           API/ABI stable yet
13052
13053 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13054
13055         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13056           signal no-more-pads
13057
13058 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13059
13060         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
13061         Report which format was used for GST_FORMAT_DEFAULT
13062         * gst/debug/Makefile.am:
13063         * gst/debug/gstdebug.c: (plugin_init):
13064         * gst/debug/progressreport.c: (gst_progressreport_base_init),
13065         (gst_progressreport_class_init), (gst_progressreport_init),
13066         (gst_progressreport_report), (gst_progressreport_set_property),
13067         (gst_progressreport_get_property), (gst_progressreport_chain),
13068         (gst_progressreport_plugin_init):
13069         Add progressreport element for testing.
13070
13071 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
13074         * sys/v4l/gstv4lsrc.h:
13075         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13076         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13077         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
13078         (gst_v4lsrc_grab_frame):
13079           add more debugging
13080           send a discont at start
13081
13082 2004-05-12  Colin Walters  <walters@redhat.com>
13083
13084         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
13085         inflooping if we can't find a chunk.  Or in other words, don't blow
13086         chunks if we don't have a chunk to blow.
13087
13088 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13089         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
13090         Remove old debug output
13091         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
13092         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
13093         (gst_dvdec_set_property), (gst_dvdec_get_property):
13094         Change the quality setting to an enum, so it works from gst-launch
13095         Don't renegotiate a non-linked pad. Allows audio only decoding.
13096         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
13097         (gst_deinterlace_link), (gst_deinterlace_init):
13098         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
13099         (gst_videodrop_link):
13100         Some caps negotiation fixes
13101
13102 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13103
13104         * ext/tarkin/gsttarkin.c :
13105           - Change RANK from NONE to PRIMARY
13106         * ext/gdk_pixbuf/gstgdkpixbuf.c :
13107           - Change RANK from NONE to MARGINAL
13108         * ext/divx/gstdivxenc.c :
13109           - Change RANK from PRIMARY to NONE (encoder/spider issue)
13110
13111 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13112
13113         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13114         (gst_vorbisenc_push_packet):
13115           copy a function that was added between 1.0 and 1.0.1 until we
13116           depend on worthwhile features of post-1.0
13117
13118 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13119
13120         * configure.ac:
13121           enable shout2 by default
13122         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13123         (gst_shout2send_base_init), (gst_shout2send_init),
13124         (gst_shout2send_connect), (gst_shout2send_change_state):
13125         * ext/shout2/gstshout2.h:
13126           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
13127           #142262)
13128         * ext/theora/theora.c: (plugin_init):
13129           don't set rank on encoders
13130
13131 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
13132
13133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13134           Use codec_data property instead of flag1 and flag2 for wma
13135
13136 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13137
13138         * gst/cdxaparse/gstcdxaparse.c :
13139           - Add mpegversion to CAPS to make it link
13140           - Rank is as GST_RANK_SECONDARY instead of NONE
13141         * gst/auparse/gstauparse.c :
13142           - Document all audio encoding we can encounter from Solaris 9
13143             headers and libsndfile information.
13144           - Increase max. rate from 48000 to 192000 (to match other elements)
13145           - Don't try to play junk data between header and samples
13146
13147 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13148
13149         * ext/libvisual/visual.c: (gst_visual_getcaps):
13150           use the right caps depending on endianness (I hope)
13151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
13152           use GST_RANK_NONE for all non-decoding elements or spider gets
13153           mighty confused
13154
13155 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13156
13157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13158           Fix some odd cases and fix BE metadata parsing of unicode16 text.
13159
13160 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13161
13162         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13163         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
13164         (gst_switch_loop), (gst_switch_get_type):
13165           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
13166           HEADERS. Had to be said.
13167
13168 2004-05-10  David Schleef  <ds@schleef.org>
13169
13170         * configure.ac: Add prototype Dirac support.
13171         * ext/Makefile.am:
13172         * ext/dirac/Makefile.am:
13173         * ext/dirac/gstdirac.cc:
13174         * ext/dirac/gstdiracdec.cc:
13175
13176 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13177
13178         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13179         (gst_auparse_init), (gst_auparse_chain),
13180         (gst_auparse_change_state):
13181           Hack around spider. Remove me some day please.
13182
13183 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13184
13185         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13186           Fix for some uninitialized variables in previous patch, also
13187           makes it work. Fixes #142286 while we're at it.
13188
13189 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13190
13191         * gst/auparse/gstauparse.c:
13192                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
13193                 only unsupported formats are ADPCM/CCITT G.72x
13194                 reviewed by Ronald
13195         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
13196
13197 2004-05-10  Wim Taymans  <wim@fluendo.com>
13198
13199         * ext/vorbis/Makefile.am:
13200         * ext/vorbis/README:
13201         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
13202         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
13203         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
13204         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
13205         (gst_oggvorbisenc_convert_sink),
13206         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
13207         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
13208         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
13209         (get_constraints_string), (update_start_message),
13210         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
13211         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
13212         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
13213         * ext/vorbis/oggvorbisenc.h:
13214         * ext/vorbis/vorbis.c: (plugin_init):
13215         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
13216         (raw_caps_factory), (gst_vorbisenc_class_init),
13217         (gst_vorbisenc_init), (gst_vorbisenc_setup),
13218         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
13219         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
13220         * ext/vorbis/vorbisenc.h:
13221         Added a raw vorbis encoder to be used with the oggmuxer.
13222         We still need the old encoder for some gnome applications,
13223         read the README to find out how that works.
13224         The raw encoder is called "rawvorbisenc" until 0.9.
13225
13226 2004-05-10  Wim Taymans  <wim@fluendo.com>
13227
13228         * ext/ogg/gstogg.c: (plugin_init):
13229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
13230         (gst_ogg_print):
13231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
13232         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
13233         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
13234         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
13235         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
13236         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
13237         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
13238         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
13239         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
13240         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
13241         Added an ogg muxer.
13242         Small typo fixes in the demuxer.
13243
13244 2004-05-10  Wim Taymans  <wim@fluendo.com>
13245
13246         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13247         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13248         (theora_enc_change_state), (theora_enc_set_property),
13249         (theora_enc_get_property):
13250         Mark the last packet with an EOS flag which is not really needed
13251         in gstreamer.
13252         Do some better video framerate initialisation.
13253         Update the buffer timestamp.
13254
13255 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13256
13257         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
13258         Return the result of the parent state change call
13259
13260 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13261
13262         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
13263         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
13264         * gst/law/alaw-encode.c : (idem)
13265         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
13266         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
13267         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
13268
13269 2004-05-09  Benjamin Otte  <otte@gnome.org>
13270
13271         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13272           don't use a fixed buffer size when writing variable length data to
13273           it. Fixes memory corruption and makes alsasrc work
13274
13275 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13276
13277         * ext/gnomevfs/gstgnomevfssink.c:
13278         (_gst_boolean_allow_overwrite_accumulator),
13279         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
13280           Run glib's default signal handler (??) in RUN_CLEANUP rather than
13281           RUN_LAST, and don't use that to set the accumulator value because
13282           then it's always FALSE.
13283
13284 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13285
13286         * gst-libs/gst/riff/riff-media.c:
13287         (gst_riff_create_video_caps_with_data),
13288         (gst_riff_create_audio_caps),
13289         (gst_riff_create_audio_template_caps):
13290         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13291           Fix for unaligned RIFF files (i.e. where all the chunks together
13292           in a LIST chunk are not of the same size as the size given in
13293           the LIST chunk header). Fixes several odd WAVE files. Also fix
13294           ADPCM (block_align property) in audio, so that wavparse based
13295           on this works now as it used to stand-alone.
13296
13297 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
13298
13299         reviewed by Benjamin Otte  <otte@gnome.org>
13300
13301         * ext/a52dec/gsta52dec.c:
13302         * ext/divx/gstdivxdec.c:
13303         * ext/divx/gstdivxenc.c:
13304         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
13305         * ext/faac/gstfaac.c: (gst_faac_base_init):
13306         * ext/faad/gstfaad.c: (gst_faad_base_init):
13307         * ext/ivorbis/vorbisfile.c:
13308         * ext/lame/gstlame.c:
13309         * ext/libfame/gstlibfame.c:
13310         * ext/mpeg2enc/gstmpeg2enc.cc:
13311         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
13312         * ext/sidplay/gstsiddec.cc:
13313         * ext/speex/gstspeexdec.c:
13314         * ext/speex/gstspeexenc.c:
13315         * ext/xvid/gstxviddec.c:
13316         * ext/xvid/gstxvidenc.c:
13317           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
13318           (fixes #142193)
13319
13320 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13321
13322         * ext/alsa/gstalsa.c: (device_list),
13323         (gst_alsa_class_probe_devices):
13324         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13325           Fix alsa oddness in mixer after the combination of using mixer
13326           in source/sink elements and using hw:x,y instead of just hw:x.
13327
13328 2004-05-09  Benjamin Otte  <otte@gnome.org>
13329
13330         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
13331         (gst_wavparse_create_sourcepad):
13332           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
13333           sourcepads
13334
13335 2004-05-09  Benjamin Otte  <otte@gnome.org>
13336
13337         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13338           allow discont events before caps nego
13339
13340 2004-05-08  Benjamin Otte  <otte@gnome.org>
13341
13342         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13343           don't leak events
13344
13345 2004-05-08  Benjamin Otte  <otte@gnome.org>
13346
13347         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13348         (gst_level_change_state), (gst_level_init):
13349         * gst/level/gstlevel.h:
13350           figure out if we're initialized directly instead of keeping a
13351           variable that's wrong in 90% of cases
13352           don't initialize pads and then leak them and use a new unitialized
13353           pad. (fixes #142084)
13354           these were bugs so n00bish I didn't find them for an hour :/
13355
13356 2004-05-08 Iain <iain@prettypeople.org>
13357
13358         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
13359         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
13360         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
13361         return the length that was read.
13362         (gst_riff_read_strf_auds): Allow fmt tags as well.
13363
13364 2004-05-07  David Schleef  <ds@schleef.org>
13365
13366         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
13367         signed char assumption in faad.h.
13368
13369 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13370
13371         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
13372           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
13373
13374 2004-05-07  Colin Walters  <walters@redhat.com>
13375
13376         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
13377         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
13378         function.
13379         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
13380         Add dispose function.
13381
13382 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13383         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
13384           Fix caps nego and pad templates. RGB mode caps should
13385           work now.
13386         * ext/dvdnav/gst-dvd:
13387           Move mpeg2dec inside the thread because otherwise the
13388           queue rejects cap changes mid-stream
13389         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13390         (gst_mpeg2dec_flush_decoder):
13391           For mpeg2dec > 0.4.0, call the flush function instead of
13392           manually extracting all in-flight frames.
13393         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
13394         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
13395           Change mime type video/dv go video/x-dv to match the
13396           rest of gst-plugins
13397
13398 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13399
13400         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
13402         (gst_alsa_sink_class_init):
13403         * ext/alsa/gstalsasink.h:
13404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
13405         (gst_alsa_src_class_init):
13406         * ext/alsa/gstalsasrc.h:
13407           Make alsasink/src a subclass of alsamixer so that mixer stuff
13408           shows up in gst-rec. Needs some finetuning.
13409
13410 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13411
13412         * ext/lame/gstlame.c: (gst_lame_chain):
13413           simplify
13414         * ext/mad/gstmad.c: (gst_mad_handle_event):
13415           fix event leak
13416         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13417           be able to detect mp3 files < 4096 bytes
13418
13419 2004-05-06  Wim Taymans  <wim@fluendo.com>
13420
13421         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13422         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13423         (theora_enc_set_property), (theora_enc_get_property):
13424         Also encode the first frame, cleanup some code.
13425
13426 2004-05-06  Wim Taymans  <wim@fluendo.com>
13427
13428         * ext/mpeg2enc/gstmpeg2enc.cc:
13429         Forward events first before deciding that negotiation was
13430         not performed.
13431
13432 2004-05-06  Wim Taymans  <wim@fluendo.com>
13433
13434         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13435         First process the events before deciding that negotiation
13436         was not performed.
13437
13438 2004-05-06  Wim Taymans  <wim@fluendo.com>
13439
13440         * ext/theora/Makefile.am:
13441         * ext/theora/theora.c: (plugin_init):
13442         * ext/theora/theoradec.c: (theora_dec_change_state):
13443         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
13444         (gst_theora_enc_class_init), (gst_theora_enc_init),
13445         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
13446         (theora_enc_chain), (theora_enc_change_state),
13447         (theora_enc_set_property), (theora_enc_get_property):
13448         Added a theora encoder, grouped the encoder and decoder into the
13449         same plugin.
13450
13451 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13452
13453         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13454         (gst_jpegenc_chain):
13455         fix DURATION on outgoing buffers
13456         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13457         debug using time formats
13458         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13460         (gst_xvimagesink_sink_link):
13461         windows with width/height 0 generate X errors, so don't allow them
13462
13463 2004-05-05  Wim Taymans  <wim@fluendo.com>
13464
13465         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
13466         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
13467         (gst_mpeg2dec_negotiate_format):
13468         * ext/mpeg2dec/gstmpeg2dec.h:
13469           removed the static pad template so that we can add the
13470           more accurate framerate value to the caps.
13471
13472
13473 2004-05-04  Benjamin Otte  <otte@gnome.org>
13474
13475         * configure.ac:
13476           check for kdemacros.h, too (should fix #141821)
13477         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13478           don't crash if no header was sent, but nicely error out (fixes part
13479           of #141554)
13480
13481 2004-05-04  Wim Taymans  <wim@fluendo.com>
13482
13483         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
13484         parent dispose function to avoid segfault on destroy.
13485
13486 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13487
13488         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13489         (plugin_init):
13490         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13491         (gst_xvimagesink_sink_link):
13492         clean up debugging caps
13493         also recreate xvimage when format has changed
13494
13495 2004-05-04  Benjamin Otte  <otte@gnome.org>
13496
13497         * ext/libvisual/Makefile.am:
13498         * ext/libvisual/visual.c: (gst_visual_class_init),
13499         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
13500         (gst_visual_srclink), (gst_visual_chain),
13501         (gst_visual_change_state), (plugin_init):
13502           use a GstAdapter to correctly adapt buffer sizes - allows using a
13503           framerate
13504
13505 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13506
13507         * sys/v4l/gstv4lelement.h:
13508         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13509         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
13510         (gst_v4lsrc_buffer_free):
13511         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
13512         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13513         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
13514         (gst_v4lsrc_requeue_frame):
13515         move some debugging categories around
13516         query for fps index and set accordingly if found
13517
13518 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13519
13520         * ext/lame/gstlame.c:
13521         correct defaults that lame_init puts out of range
13522
13523 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13524
13525         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
13526         (gst_divxenc_class_init):
13527         fix range since -1 is the default
13528         * gst/mpeg1sys/gstmpeg1systemencode.c:
13529         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
13530         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
13531         (gst_rtjpegdec_chain):
13532         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
13533         (gst_rtjpegenc_chain):
13534         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
13535         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
13536         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
13537         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
13538         * sys/v4l/gstv4lsrc.c:
13539         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13540         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13541         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13542         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
13543         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
13544           remove gst_info calls
13545
13546 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13547
13548         * Makefile.am:
13549         * po/af.po:
13550         * po/az.po:
13551         * po/en_GB.po:
13552         * po/nl.po:
13553         * po/sr.po:
13554         * po/sv.po:
13555           Updated translations
13556
13557 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13558
13559         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13560           refactor/comment code
13561
13562 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13563
13564         * gst/asfdemux/Makefile.am:
13565         * gst/asfdemux/asfheaders.c:
13566         * gst/asfdemux/asfheaders.h:
13567         * gst/asfdemux/gstasf.c: (plugin_init):
13568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
13569         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
13570         (gst_asf_demux_setup_pad):
13571         * gst/asfdemux/gstasfdemux.h:
13572         * gst/asfdemux/gstasfmux.c:
13573         * gst/asfdemux/gstasfmux.h:
13574           Add tagging support to demuxer, split out registration in its own
13575           file instead of in demux (hacky), and prevent having some tables
13576           in our memory multiple times (in asfheaders.h).
13577
13578 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13579
13580         * gst/matroska/matroska-demux.c:
13581         (gst_matroska_demux_parse_metadata):
13582         * gst/matroska/matroska-ids.h:
13583           Basic tag reading support.
13584
13585 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13586
13587         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13588           Really detect ac-3 audio.
13589         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
13590           really detect matroska files (off-by-1).
13591
13592 2004-04-30  David Schleef  <ds@schleef.org>
13593
13594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13595         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
13596         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
13597         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
13598         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
13599         hackage -- parse a lot more atoms, extract a few tags.  One might even
13600         mistake this for tag support.  Maybe it is.
13601         * gst/qtdemux/qtdemux.h:
13602
13603 2004-04-30  Colin Walters  <walters@verbum.org>
13604
13605         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
13606
13607 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13608
13609         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13610         (gst_ffmpegcolorspace_getcaps):
13611           remove broken nego fix
13612
13613 2004-04-30  Benjamin Otte  <otte@gnome.org>
13614
13615         * configure.ac:
13616         * ext/Makefile.am:
13617         * ext/libvisual/Makefile.am:
13618         * ext/libvisual/visual.c:
13619           add initial support for libvisual (http://libvisual.sourceforge.net)
13620           libvisual is still quite alpha, so expect crashes in there :)
13621
13622 2004-04-29  David Schleef  <ds@schleef.org>
13623
13624         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
13625         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
13626         up qtdemux to make it spit out codec_data.  Do _not_ look at this
13627         code; you will no longer respect me.
13628
13629 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13630
13631         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
13632         * ext/alsa/gstalsa.h :
13633         change alsa pcm device discovery to find more than 1 device
13634         per card. code review by Ronald.
13635
13636 2004-04-29  David Schleef  <ds@schleef.org>
13637
13638         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
13639         Add a check for a driver bug on FreeBSD.  (bug #140565)
13640
13641 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13642
13643         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
13644         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13645         (gst_jpegenc_getcaps):
13646           move format setting to inner loop
13647         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13648         (gst_ffmpegcolorspace_getcaps):
13649           use GST_PAD_CAPS if available so that we use already negotiated
13650           caps
13651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13652         (qtdemux_parse_moov), (qtdemux_parse):
13653           extra debugging
13654         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
13655         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
13656           move hardcoded path to DEFINE
13657
13658 2004-04-28  David Schleef  <ds@schleef.org>
13659
13660         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
13661         (bug #140064)
13662
13663 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13664
13665         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13666           Don't probe for playback device if we're a source element. Fixes
13667           #139658.
13668
13669 2004-04-29  Benjamin Otte  <otte@gnome.org>
13670
13671         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13672         (gst_id3_tag_chain):
13673           rewrite buffer offset
13674
13675 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13676
13677         * configure.ac:
13678         * ext/Makefile.am:
13679         * ext/dts/Makefile.am:
13680         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
13681         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
13682         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
13683         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
13684         (gst_dtsdec_loop), (gst_dtsdec_change_state),
13685         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
13686         (plugin_init):
13687         * ext/dts/gstdtsdec.h:
13688           New DTS decoder.
13689         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
13690         (gst_faad_srcconnect):
13691           Add ESDS atom handling (.m4a).
13692
13693 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13694
13695         * ext/divx/gstdivxdec.c: (plugin_init):
13696           Remove comment that makes no sense.
13697         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
13698           Fix for obvious typo that resulted in warnings during gst-register.
13699         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
13700         (gst_xviddec_sink_link):
13701           Fix caps negotiation a bit better.
13702         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13703           We call this 'codec_data', not 'esds'.
13704
13705 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13706
13707         * gst/monoscope/gstmonoscope.c:
13708           make sure we only provide 256x128
13709         * gst/monoscope/monoscope.c: (monoscope_init):
13710           assert size of 256x128
13711
13712 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13713
13714         * Makefile.am:
13715         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
13716         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
13717           fixate to max width and height of device
13718
13719 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13720
13721         * Makefile.am:
13722         * sys/v4l/gstv4l.c:
13723         * sys/v4l/gstv4lsrc.c:
13724         * sys/v4l/v4l_calls.c:
13725         * sys/v4l/v4lsrc_calls.c:
13726           fix for qc-usb driver which fakes having more than one buffer
13727           by handing the same buffer twice, which confused GStreamer's/v4lsrc
13728           buffer_free override
13729           add debugging
13730
13731 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13732
13733         * Makefile.am:
13734         * gst/videotestsrc/gstvideotestsrc.c:
13735         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
13736         (gst_videotestsrc_init), (gst_videotestsrc_get),
13737         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
13738         * gst/videotestsrc/gstvideotestsrc.h:
13739           add num-buffers property
13740
13741         2004-04-26  Benjamin Otte  <otte@gnome.org>
13742
13743         * ext/mad/gstid3tag.c: (plugin_init):
13744           set id3mux rank to NONE so it doesn't confuse spider
13745           require audio/mpeg,mpegversion=1 in id3mux
13746
13747 2004-04-26  Benjamin Otte  <otte@gnome.org>
13748
13749         * configure.ac:
13750           detect faad correctly as non-working if it's indeed non-working
13751
13752 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * Makefile.am:
13755         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13756         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
13757         fix _getcaps so it only negotiates to its supported format
13758
13759 2004-04-25  Benjamin Otte  <otte@gnome.org>
13760
13761         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13762           fix memleak
13763
13764 2004-04-23  Benjamin Otte  <otte@gnome.org>
13765
13766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13767           audio/x-raw-int with height rules! not. Now it's depth.
13768
13769 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
13772         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
13773         (gst_wavparse_loop):
13774           Missing variable initialization. Add handling of DVI ADPCM. Fix
13775           mis-parsing of LIST chunks. This works around a bug where we mis-
13776           parse non-aligning LIST chunks (so LIST chunks where the contents
13777           don't align with the actual LIST size). The correct fix is to use
13778           rifflib, I'm not going to fix wavparse - too much work. All this
13779           fixes #104878.
13780
13781 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13782
13783         reviewed by Benjamin Otte  <otte@gnome.org>
13784
13785         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
13786           fix shoutcast not working (fixes #140844)
13787
13788 2004-04-22  Benjamin Otte  <otte@gnome.org>
13789
13790         * ext/hermes/gsthermescolorspace.c:
13791         (gst_hermes_colorspace_caps_remove_format_info):
13792         * gst/colorspace/gstcolorspace.c:
13793         (gst_colorspace_caps_remove_format_info):
13794         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13795         (gst_ffmpegcolorspace_caps_remove_format_info):
13796           s/gst_caps_simplify/gst_caps_do_simplify/
13797
13798 2004-04-22  Benjamin Otte  <otte@gnome.org>
13799
13800         * gst-libs/gst/riff/riff-media.c:
13801         (gst_riff_create_video_caps_with_data):
13802           mpegversion is an int
13803         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
13804           don't try to create pad templates with NULL caps, use any caps
13805           instead.
13806
13807 2004-04-20  David Schleef  <ds@schleef.org>
13808
13809         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
13810         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
13811         (bug #140384)
13812
13813 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13814
13815         reviewed by David Schleef
13816
13817         * ext/mad/gstid3tag.c: Add stdlib.h
13818         * gst/rtp/gstrtpgsmenc.c: same
13819         * gst/tags/gstid3tag.c: same
13820         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
13821         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
13822         GST_DISABLE_LOADSAVE use.
13823         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
13824         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
13825         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
13826         atol(3)).
13827         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
13828         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
13829         strtoul(3)).
13830         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
13831         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
13832         $(ID3_CFLAGS).
13833         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
13834         $(LIBFAME_CFLAGS).
13835
13836 2004-04-20  David Schleef  <ds@schleef.org>
13837
13838         * gst/realmedia/rmdemux.c:  This was supposed to part of the
13839         last checkin.  Same idea.
13840
13841 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13842
13843         reviewed by David Schleef
13844
13845         * configure.ac: bump required gstreamer version to 0.8.1.1
13846         because of following changes [--ds]
13847
13848         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
13849         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
13850         (gst_riff_read_header):  Use GST_READ_UINT*
13851         macros to access possibly unaligned memory.
13852
13853         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
13854         (mp3_type_find):  Use GST_READ_UINT*
13855         macros to access possibly unaligned memory.
13856         (mp3_type_find, mpeg1_parse_header, qt_type_find)
13857         (speex_type_find): Likewise
13858
13859         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
13860
13861         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
13862         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
13863         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
13864         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
13865         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
13866         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
13867         macros to access possibly unaligned memory.
13868
13869         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
13870         Likewise.
13871
13872         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
13873         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
13874
13875         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13876         Likewise.
13877
13878         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
13879         (gst_mpeg2subt_chain_subtitle): Likewise.
13880
13881         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
13882         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
13883         Likewise.
13884
13885         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
13886         Likewise.
13887
13888         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
13889         Likewise.
13890
13891         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
13892         Likewise.
13893
13894 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13895
13896         * configure.ac:
13897           update required version of GStreamer because of GST_TIME_FORMAT
13898
13899 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13900
13901         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
13902           remove leftover g_print
13903         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13904           don't try setting only a subset of the caps. We don't want to kill
13905           autoplugging on purpose
13906
13907 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13908
13909         * sys/ximage/ximagesink.c: (plugin_init):
13910         * sys/xvimage/xvimagesink.c: (plugin_init):
13911           add debugging categories
13912
13913 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13914
13915         * po/en_GB.po:
13916         * po/LINGUAS:
13917           Adding en_GB translation (Gareth Owen)
13918
13919 2004-04-20  David Schleef  <ds@schleef.org>
13920
13921         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13922         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
13923         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
13924         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
13925         A number of new features and hacks to extract the esds atom and
13926         put it into the caps.  (bug #137724)
13927
13928 2004-04-19  David Schleef  <ds@schleef.org>
13929
13930         * gconf/Makefile.am: Fix for non-GNU make
13931         * gst-libs/gst/Makefile.am: Change directory order to handle
13932         GstPlay linking with gstinterfaces
13933         * gst-libs/gst/audio/make_filter: make use of tr portable
13934         * gst-libs/gst/play/Makefile.am: Add intended \
13935         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13936         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
13937         function prototype instead of void *.
13938         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
13939         macro.
13940         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13941         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
13942         * gst/videofilter/make_filter: make use of tr portable
13943         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
13944
13945 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13946
13947         * po/LINGUAS:
13948         * po/uk.po:
13949           Added Ukrainian translation (Maxim V. Dziumanenko)
13950
13951 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13952
13953         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
13954         (gst_gsmdec_link), (gst_gsmdec_chain):
13955           Fix capsnego, simplify chain function slightly.
13956         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13957           Add GSM.
13958
13959 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13960
13961         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13962         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
13963         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
13964           Hack to make wavparse work with spider (always -> sometimes pad).
13965           Fixes #135862 && #140411.
13966
13967 2004-04-18  Benjamin Otte  <otte@gnome.org>
13968
13969         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
13970         (gst_osselement_rate_probe_check),
13971         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
13972           get rid of \n in debug output
13973
13974 2004-04-17  Iain <iain@prettypeople.org>
13975
13976         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
13977         not just EOS.
13978
13979 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13980
13981         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13982         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
13983         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
13984         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
13985         (gst_id3_tag_src_link), (gst_id3_tag_chain),
13986         (gst_id3_tag_change_state), (plugin_init):
13987           deprecate id3tag element and replace with id3demux/id3mux.
13988           great side effect: this ugly file is now even uglier, yay!
13989         * ext/mad/gstmad.h:
13990           remove non-available function
13991           update for new get_type
13992
13993 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13994
13995         * configure.ac:
13996           require mpeg2dec >= 0.4.0
13997
13998 2004-04-17  Benjamin Otte  <otte@gnome.org>
13999
14000         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
14001         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
14002         (gst_xvimagesink_set_xwindow_id):
14003           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
14004           assorted cleanup fixes.
14005
14006 2004-04-16  David Schleef  <ds@schleef.org>
14007
14008         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
14009         * sys/xvimage/xvimagesink.h: same
14010
14011 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14012
14013         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14014           Fix GST_ELEMENT_ERROR with (NULL)
14015
14016 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14017
14018         * gst-libs/gst/riff/riff-media.c:
14019         (gst_riff_create_video_caps_with_data):
14020           Add div[3456] as fourccs for DivX 3 (fixes #140137).
14021
14022 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14023
14024         * gst-libs/gst/riff/riff-media.c:
14025         (gst_riff_create_video_caps_with_data),
14026         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
14027         (gst_riff_create_video_template_caps),
14028         (gst_riff_create_audio_template_caps):
14029         * gst-libs/gst/riff/riff-media.h:
14030         * gst-libs/gst/riff/riff-read.c:
14031         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
14032         * gst-libs/gst/riff/riff-read.h:
14033         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14034           Add MS RLE support. I added some functions to read out strf chunks
14035           into strf chunks and the data behind it. This is usually color
14036           palettes (as in RLE, but also in 8-bit RGB). Also use those during
14037           caps creation. Lastly, add ADPCM (similar to wavparse - which
14038           should eventually be rifflib based).
14039         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14040         (gst_matroska_demux_init), (gst_matroska_demux_reset):
14041         * gst/matroska/matroska-demux.h:
14042           Remove placeholders for some prehistoric tagging system. Didn't add
14043           support for any tag system really anyway.
14044         * gst/qtdemux/qtdemux.c:
14045           Add support for audio/x-m4a (MPEG-4) through spider.
14046         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14047         (gst_wavparse_loop):
14048           ADPCM support (#135862). Increase max. buffer size because we
14049           cannot split buffers for ADPCM (screws references) and I've seen
14050           files with 2048 byte chunks. 4096 seems safe for now.
14051
14052 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14053
14054         * configure.ac: bump nano to 1
14055
14056 === release 0.8.1 ===
14057
14058 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * configure.ac: releasing 0.8.1, "Comforting Sounds"
14061
14062 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14063
14064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14065           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
14066           Fixes #140058
14067
14068 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14069
14070         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
14071           lower rank of dvddemux so that it's not used for mpeg playback.
14072
14073 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14074
14075         * configure.ac:
14076           save libs correctly when checking mad
14077
14078 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14079
14080         * ext/mad/gstid3tag.c: (plugin_init):
14081           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
14082
14083 2004-04-13  David Schleef  <ds@schleef.org>
14084
14085         * common/m4/gst-feature.m4: Call -config scripts with
14086         --plugin-libs if it is supported.
14087         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
14088         JPEG images are image/jpeg.
14089         * gst/debug/Makefile.am:
14090         * gst/debug/negotiation.c: (gst_negotiation_class_init),
14091         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
14092         (gst_negotiation_update_caps), (gst_negotiation_get_property),
14093         (gst_negotiation_plugin_init): Add a property that acts like
14094         filter caps.
14095         * testsuite/gst-lint:  Move license checking to be a standard
14096         test.
14097
14098 2004-04-13  David Schleef  <ds@schleef.org>
14099
14100         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
14101         patch from Sebastien Cote (bug #139958)
14102
14103 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14104
14105         * examples/gstplay/Makefile.am:
14106         * examples/gstplay/player.c: (main):
14107           make the commandline player example use gconf settings
14108
14109 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14110
14111         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14112         (gst_cacasink_sinkconnect), (gst_cacasink_init),
14113         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
14114           init/end library during state transition, not object
14115           creation/disposal.  get rid of custom dispose handler.
14116
14117
14118 2004-04-12  Christian Schaller <Uraeus@gnome.org>
14119
14120         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
14121         be a symlink
14122
14123 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14124
14125         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
14126           Handle JUNK chunks inside data section. Prevents warnings.
14127
14128 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14129
14130         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14131         (gst_riff_create_video_template_caps):
14132           Add MS video v1.
14133         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14134         (gst_avi_demux_stream_data):
14135           Add support for "rec-list" chunks.
14136
14137 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14138
14139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14140           Fix another codecname mismatch.
14141
14142 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14143
14144         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14145           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
14146           so that MJPEG plays back.
14147
14148 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14149
14150         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
14151         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
14152         * gst/mpeg1videoparse/gstmp1videoparse.h:
14153           Fix for some slight mis-cuts in buffer parsing, and for some
14154           potential overflows or faults-causers. Adds disconts. Also fixes
14155           #139105 while we're at it.
14156
14157 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14158
14159         * configure.ac:
14160         * sys/v4l2/gstv4l2element.h:
14161           Workaround for missing struct v4l2_buffer declaration in Suse 9
14162           and Mandrake 10 linux/videodev2.h header file (#135919).
14163
14164 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14165
14166         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14167           Bail out if no filename was given.
14168
14169 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14170
14171         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
14172         (gst_v4l2_fourcc_from_structure):
14173           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
14174           Y41B somewhere).
14175
14176 2004-04-09  Benjamin Otte  <otte@gnome.org>
14177
14178         * ext/gnomevfs/gstgnomevfssink.c:
14179         (_gst_boolean_allow_overwrite_accumulator),
14180         (gst_gnomevfssink_class_init):
14181           fix erase signal - if any handler returns false the file will not be
14182           overwritten. If no handler is connected, the file will not be
14183           overwritten either.
14184           renamed signal to "allow-overwrite"
14185         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
14186           free string when adding it to ID3 failed
14187         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14188           unref event when done
14189         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14190           free caps
14191         * gst/typefind/gsttypefindfunctions.c:
14192         (mpeg_video_stream_type_find):
14193           fix invalid read
14194
14195 2004-04-08  David Schleef  <ds@schleef.org>
14196
14197         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14198         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
14199
14200 2004-04-08  David Schleef  <ds@schleef.org>
14201
14202         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
14203         we don't support (bug #139532)
14204
14205 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14206
14207         * ext/mad/gstmad.c: (gst_mad_handle_event),
14208         (gst_mad_check_caps_reset), (gst_mad_chain),
14209         (gst_mad_change_state):
14210           only set explicit caps if they haven't been set before for
14211           this stream.  MPEG-audio sample rate/channels aren't allowed
14212           to change in-stream.
14213           Fixes #139382
14214
14215 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14216
14217         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
14218         (_gst_boolean_did_something_accumulator),
14219         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
14220         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
14221         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
14222         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
14223         (gst_gnomevfssink_change_state):
14224           Fix erase signal. Don't erase by default. Remove handoff signal.
14225           Remove erase property. Don't segfault. General cleanup.
14226
14227 2004-04-07  Benjamin Otte  <otte@gnome.org>
14228
14229         * gst-libs/gst/gconf/test-gconf.c: (main):
14230           add missing gst_init
14231
14232 2004-04-07  Benjamin Otte  <otte@gnome.org>
14233
14234         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14235           free the mutexes, too
14236
14237 2004-04-07  Benjamin Otte  <otte@gnome.org>
14238
14239         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14240           actually free the URI string
14241         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
14242           compute offset correctly when passing discont events
14243         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14244           don't leak discont events
14245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14246           add some missing breaks so caps aren't copied randomly
14247         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
14248           if we realloc memory, we better use it
14249
14250 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14251
14252         * ext/mad/gstmad.c: (normal_seek):
14253           fix GST_FORMAT_TIME usage
14254
14255 2004-04-05  David Schleef  <ds@schleef.org>
14256
14257         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
14258         a deprecated function (hack!)
14259
14260 2004-04-05  Benjamin Otte  <otte@gnome.org>
14261
14262         * ext/esd/esdmon.c: (gst_esdmon_get):
14263           fix nonterminated vararg and memleak
14264
14265 2004-04-05  Benjamin Otte  <otte@gnome.org>
14266
14267         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
14268         (gst_ladspa_init), (gst_ladspa_force_src_caps),
14269         (gst_ladspa_set_property), (gst_ladspa_get_property),
14270         (gst_ladspa_instantiate), (gst_ladspa_activate),
14271         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
14272           clean up debugging
14273
14274 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
14275
14276         reviewed by Benjamin Otte  <otte@gnome.org>
14277
14278         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
14279           check for broken LADSPA parameters (fixes #138635)
14280
14281 2004-04-05  Benjamin Otte  <otte@gnome.org>
14282
14283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
14284           advertise buffer-frames correctly on sinkpads
14285
14286 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14287
14288         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
14289         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
14290         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
14291         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
14292         (gst_mad_check_caps_reset), (gst_mad_chain):
14293         add more debugging, only reset caps when we're not in error state
14294
14295 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14296
14297         * ext/mad/gstmad.c: add debugging category, comment + cleanups
14298
14299 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14300
14301         reviewed by Benjamin Otte  <otte@gnome.org>
14302
14303         * configure.ac:
14304           fix == in test(1) operator
14305
14306 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14307
14308         reviewed by Benjamin Otte  <otte@gnome.org>
14309
14310         * configure.ac:
14311           fix --export-symblos-regex to a working regex.
14312
14313 2004-04-04  Benjamin Otte  <otte@gnome.org>
14314
14315         * sys/oss/.cvsignore:
14316           add for oss_probe
14317
14318 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14319
14320         reviewed by Benjamin Otte  <otte@gnome.org>
14321
14322         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14323           add missing 'new_media' argument (fixes #138168)
14324         * gst/matroska/matroska-demux.c:
14325         (gst_matroska_demux_handle_seek_event):
14326           add vararg terminator (fixes #138169)
14327
14328 2004-04-02  David Schleef  <ds@schleef.org>
14329
14330         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
14331         disted (bug #138914)
14332
14333 2004-04-01  Benjamin Otte  <otte@gnome.org>
14334
14335         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
14336         (gst_alsa_close_audio):
14337           handle case better where a soundcard can't pause
14338         * ext/ogg/gstoggdemux.c:
14339           don't crash when we get events but don't have pads yet
14340
14341 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14342
14343         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14344           throw an error if we couldn't probe any caps.
14345
14346 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14347
14348         * ext/dvdnav/gst-dvd:
14349         Add a really simple sample DVD player
14350
14351 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14352
14353         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
14354         (gst_a52dec_push), (gst_a52dec_handle_event),
14355         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
14356         (gst_a52dec_change_state):
14357         * ext/a52dec/gsta52dec.h:
14358           Use a debug category, Output timestamps correctly
14359           Emit tag info, Handle events, tell liba52dec about cpu
14360           capabilities so it can use MMX etc.
14361         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
14362           Fix a crasher accessing invalid memory
14363         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
14364         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
14365         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14366         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
14367         (dvdnavsrc_query):
14368           Some support for byte-format seeking.
14369           Small fixes for still frames and menu button overlays
14370         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14371         (gst_mpeg2dec_alloc_buffer):
14372           Use a debug category. Adjust the report level of several items to
14373           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
14374           so it doesn't lose the GstBuffer pointer
14375         * gst/debug/Makefile.am:
14376         * gst/debug/gstdebug.c: (plugin_init):
14377         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
14378         (gst_navseek_base_init), (gst_navseek_class_init),
14379         (gst_navseek_init), (gst_navseek_seek),
14380         (gst_navseek_handle_src_event), (gst_navseek_set_property),
14381         (gst_navseek_get_property), (gst_navseek_chain),
14382         (gst_navseek_plugin_init):
14383         * gst/debug/gstnavseek.h:
14384           Add the navseek debug element for seeking back and forth in a
14385           video stream using arrow keys.
14386         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
14387         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
14388         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
14389         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
14390         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
14391         (gst_mpeg2subt_parse_header), (gst_get_nibble),
14392         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
14393         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
14394         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
14395         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
14396         * gst/mpeg2sub/gstmpeg2subt.h:
14397           Pretty much a complete rewrite. Now a loopbased element. May still
14398           require work to properly synchronise subtitle buffers.
14399         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
14400         (gst_dvd_demux_send_subbuffer):
14401         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
14402           Don't attempt to create subbuffers of size 0
14403           Reduce a couple of error outputs to warnings.
14404         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
14405         (gst_y4mencode_chain):
14406         Output the y4m frame header correctly.
14407
14408 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14409
14410         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14411           throw errors instead of allowing SIGFPE
14412
14413 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14414
14415         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
14416         (gst_gconf_render_bin_from_key):
14417           leak plugging and style fixing
14418
14419 2004-03-31  David Schleef  <ds@schleef.org>
14420
14421         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
14422         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
14423         (bug #138225)
14424         * gst/debug/Makefile.am:
14425         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
14426         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
14427         plugin.
14428         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
14429         (gst_negotiation_base_init), (gst_negotiation_class_init),
14430         (gst_negotiation_init), (gst_negotiation_getcaps),
14431         (gst_negotiation_pad_link), (gst_negotiation_chain),
14432         (gst_negotiation_set_property), (gst_negotiation_get_property),
14433         (gst_negotiation_plugin_init):  New element to talk about random
14434         negotiation things happening in a pipeline.
14435
14436 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14437
14438         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14439           fix integer addition with help of Stefan Kost
14440
14441 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14442
14443         * po/nl.po: updated Dutch translation (Elros Cyriatan)
14444
14445 2004-03-30  David Schleef  <ds@schleef.org>
14446
14447         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
14448         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
14449         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
14450         (bug #137504)
14451         * ext/mpeg2dec/gstmpeg2dec.h:
14452
14453 2004-03-30  David Schleef  <ds@schleef.org>
14454
14455         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
14456
14457 2004-03-30  David Schleef  <ds@schleef.org>
14458
14459         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
14460         Michael Petullo) to handle .mov
14461
14462 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14463
14464         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14465         (gst_osselement_rate_check_rate):
14466           probe caps correctly for sound cards that only support one format
14467
14468 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14469
14470         * ext/kio/kiosrc.cpp: (process_events):
14471           update handling event processing if inside KDE - untested
14472
14473 2004-03-29  David Schleef  <ds@schleef.org>
14474
14475         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
14476         by 2 to not interfere with other colorspaces.
14477         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
14478         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
14479         one to not interfere with ffmpeg_colorspace.
14480
14481 2004-03-29  David Schleef  <ds@schleef.org>
14482
14483         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
14484         aren't in the caps.
14485         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
14486         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
14487
14488 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14489
14490         * gst-libs/gst/riff/riff-media.c:
14491           fail on error, don't try to set stuff on NULL caps
14492
14493 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14494
14495         * configure.ac:
14496         * ext/Makefile.am:
14497         * ext/kio/Makefile.am:
14498         * ext/kio/kioreceiver.cpp:
14499         * ext/kio/kioreceiver.h:
14500         * ext/kio/kiosrc.cpp:
14501         * ext/kio/kiosrc.h:
14502           add experimental kiosrc plugin
14503         * ext/alsa/gstalsaplugin.c: (plugin_init):
14504           initialize debugging category only when we're sure registering the
14505           plugins worked.
14506
14507 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14508
14509         * examples/gstplay/player.c: (main):
14510         * gst-libs/gst/play/play.c: (gst_play_class_init),
14511         (gst_play_set_location), (gst_play_set_data_src),
14512         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14513         (gst_play_set_visualization), (gst_play_connect_visualization):
14514           check return values of element_set_state and return FALSE where
14515           failed
14516
14517 2004-03-29  Benjamin Otte  <otte@gnome.org>
14518
14519         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14520           try harder to check if an event is really a discont
14521
14522 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14523
14524         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
14525         * po/az.po:
14526
14527 2004-03-28  Benjamin Otte  <otte@gnome.org>
14528
14529         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14530         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
14531         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
14532           get rid of non-standard "..." ranges in case statements.
14533
14534 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
14535
14536         * gst/mpegstream/gstmpegdemux.c:
14537         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
14538         specific functionality split to the new dvddemux element.
14539         * gst/mpegstream/gstdvddemux.c:
14540         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
14541         streams, derived from mpegdemux.
14542         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
14543         up. SCR based timestamp rewriting can be turned off (will probably
14544         completely disappear soon).
14545         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
14546         hacking. General cleanup. All printf statements replaced by
14547         debugging messages. Almost complete libdvdnav support.
14548         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
14549         by events. New properties for audio and subpicture languages.
14550         (dvdnavsrc_update_highlight): Now uses events.
14551         (dvdnavsrc_user_op): Cleaned up.
14552         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
14553         based). Lots of cleanup, and propper support for most libdvdnav
14554         events.
14555         (dvdnavsrc_make_dvd_event): New function.
14556         (dvdnavsrc_make_dvd_nav_packet_event): New function.
14557         (dvdnavsrc_make_clut_change_event): New function.
14558
14559 2004-03-26  Benjamin Otte  <otte@gnome.org>
14560
14561         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
14562           fix bug where typefinding would claim it's theora whenever less then
14563           7 bytes of data were available
14564
14565 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14566
14567         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
14568         (gst_alawdec_base_init), (gst_alawdec_class_init),
14569         (gst_alawdec_init), (gst_alawdec_chain):
14570         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
14571         (gst_alawenc_base_init), (gst_alawenc_class_init),
14572         (gst_alawenc_init), (gst_alawenc_chain):
14573         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
14574         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
14575         (gst_mulawdec_init), (gst_mulawdec_chain):
14576         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
14577         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
14578         (gst_mulawenc_init), (gst_mulawenc_chain):
14579           Fix capsnego in all four, remove the unused property functions and
14580           simplify the chain functions slightly. I guess we could use macros
14581           or something similar for those, since the code is so similar, but
14582           I'm currently too lazy...
14583
14584 2004-03-24  David Schleef  <ds@schleef.org>
14585
14586         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14587         (gst_osselement_close_audio), (gst_osselement_probe_caps),
14588         (gst_osselement_get_format_structure),
14589         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
14590         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
14591         (gst_osselement_rate_int_compare): Add code to handle rate probing
14592         (bug #120883)
14593         * sys/oss/gstosselement.h: same
14594         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
14595         Use rate probing provided by osselement.
14596         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
14597
14598 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14599
14600         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
14601         (gst_xvidenc_get_property):
14602           ulong/int mess-up.
14603
14604 2004-03-24  David Schleef  <ds@schleef.org>
14605
14606         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
14607         (gst_speexdec_init):
14608         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14609         (gst_speexenc_init):  Create the pad template correctly (from
14610         the static pad template, not a NULL pointer.)
14611
14612 2004-03-25  Benjamin Otte  <otte@gnome.org>
14613
14614         * gst/debug/Makefile.am:
14615         * gst/debug/breakmydata.c:
14616           add element that quasi-randomly changes bytes in the stream.
14617           Intended use is robustness checking of demuxers and decoders in
14618           media tests.
14619
14620 2004-03-24  Benjamin Otte  <otte@gnome.org>
14621
14622         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14623         (gst_alsa_probe_hw_params):
14624         * ext/alsa/gstalsa.h:
14625           debugging output fixes
14626
14627 2004-03-24  Benjamin Otte  <otte@gnome.org>
14628
14629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
14630           don't g_return_if_fail if element is PLAYING, fail silently as every
14631           other element.
14632         * gst/effectv/gstquark.c: (gst_quarktv_chain):
14633           only fix needed for cast lvalue issues in gst-plugins
14634         * gst/volenv/gstvolenv.c: (gst_volenv_init):
14635           add proxy_getcaps
14636
14637 2004-03-24  Benjamin Otte  <otte@gnome.org>
14638
14639         * gst/level/gstlevel.c: (gst_level_init):
14640           add proxying getcaps function, so level doesn't advertise impossible
14641           caps
14642
14643 2004-03-24  David Schleef  <ds@schleef.org>
14644
14645         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14646         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
14647         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14648         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14649         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14650         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14651         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14652         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14653         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
14654         messages.  Divide the chunk size by the compression ratio
14655         (needed for MACE audio)
14656
14657 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14658
14659         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14660           Fix buffer overflow read error.
14661
14662 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14663
14664         * ext/alsa/gstalsa.h:
14665           Remove unused entry.
14666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14667           Add cinepak.
14668         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14669         (gst_videodrop_link), (gst_videodrop_chain):
14670           Fix, sort of. Was horribly broken with new capsnego. Bah...
14671
14672 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
14673
14674         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
14675         (plugin_init):
14676         Add a monkeysaudio typefind function
14677
14678 2004-03-23  Johan Dahlin  <johan@gnome.org>
14679
14680         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
14681         (gst_play_video_fixate): Check so the structure has the field
14682         before trying to fixate them, this makes it possible to have
14683         fakesinks for video and audio output without printing errors on
14684         the output console.
14685
14686 2004-03-22  David Schleef  <ds@schleef.org>
14687
14688         * sys/oss/Makefile.am:
14689         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
14690         (check_rate), (add_rate):  Rate probing test app.
14691
14692 2004-03-21  Benjamin Otte  <otte@gnome.org>
14693
14694         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
14695         (_fixate_caps_to_int), (gst_audio_convert_fixate):
14696           add a fixation function that pretty much does the right thing (fixes
14697           #137556)
14698
14699 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
14700
14701         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
14702
14703 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14704
14705         reviewed by: Benjamin Otte  <otte@gnome.org>
14706
14707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14708           terminate gst_event_new_discontinuous correctly (fixes parts of
14709           #137711)
14710
14711 2004-03-19  David Schleef  <ds@schleef.org>
14712
14713         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
14714         since it doesn't depend on X, and it's part of our ABI.
14715
14716 2004-03-19  Iain <iain@prettypeople.org>
14717
14718         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
14719         is_int in the structure, not the local variable.
14720
14721 2004-03-19  David Schleef  <ds@schleef.org>
14722
14723         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
14724         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
14725         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
14726         Improvements in caps negotiation.
14727
14728 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14729
14730         * po/LINGUAS:
14731         * po/af.po:
14732           adding Afrikaans (Petri Jooste)
14733
14734 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14735
14736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14737         (gst_ffmpegcolorspace_chain):
14738         throw error instead of g_critical (#137588)
14739
14740 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14741
14742         * Makefile.am:
14743         * configure.ac:
14744           dist common and m4 correctly
14745         * po/sv.po:
14746
14747 2004-03-17  David Schleef  <ds@schleef.org>
14748
14749         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
14750         (bug #137348)
14751
14752 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14753
14754         * po/LINGUAS:
14755         * po/sv.po:
14756           adding Swedish translation (Christian Rose)
14757
14758 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14759
14760         * Makefile.am: use release.mak
14761
14762 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14763
14764         * common/ChangeLog:
14765         * common/gst-autogen.sh:
14766           add some explanation about the version detection
14767         * configure.ac:
14768           fix X check
14769
14770 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14771
14772         * configure.ac: bump nano to 1
14773
14774 === release 0.8.0 ===
14775
14776 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14777
14778         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
14779
14780 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14781
14782         * configure.ac:
14783           update libtool version
14784         * gst-libs/gst/media-info/Makefile.am:
14785           actually use libtool version
14786
14787 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14788
14789         * configure.ac: fix speex detection to work with 1.0 but not 1.1
14790
14791 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14792
14793         * configure.ac:
14794         * gst-plugins.spec.in:
14795         * pkgconfig/Makefile.am:
14796         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14797         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14798         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14799         * pkgconfig/gstreamer-libs.pc.in:
14800         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14801         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14802         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
14803         * pkgconfig/gstreamer-plugins.pc.in:
14804           remove @VERSION@ from some of the pc files since core and plugins
14805           are decoupled.
14806           created gstreamer-plugins.pc as it's a better name, but keeping
14807           -libs around for now to get fixes upstream done first.
14808
14809 2004-03-15  Julien MOUTTE <julien@moutte.net>
14810
14811         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
14812         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
14813         * gst-libs/gst/play/play.h:
14814
14815 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14816
14817         * *.c, *.cc: don't mix tabs and spaces
14818
14819 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14820
14821         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
14822           use the new ffmpegcolorspace
14823         * gst-plugins.spec.in:
14824           package new colorspace and media-info
14825         * configure.ac:
14826         * pkgconfig/Makefile.am:
14827           fix some more disting issues
14828         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14829         * pkgconfig/gstreamer-media-info.pc.in:
14830           generate media-info pc files
14831
14832 2004-03-15  Johan Dahlin  <johan@gnome.org>
14833
14834         * *.h: Revert indenting
14835
14836 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14837
14838         * configure.ac:
14839           adding ffmpegcolorspace element
14840         * gst/ffmpegcolorspace/Makefile.am:
14841         * gst/ffmpegcolorspace/avcodec.h:
14842         * gst/ffmpegcolorspace/common.h:
14843         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14844         * gst/ffmpegcolorspace/dsputil.h:
14845         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14846         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14847         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
14848         (gst_ffmpeg_caps_to_pix_fmt):
14849         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14851         (gst_ffmpegcolorspace_caps_remove_format_info),
14852         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
14853         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
14854         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
14855         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
14856         (gst_ffmpegcolorspace_set_property),
14857         (gst_ffmpegcolorspace_get_property),
14858         (gst_ffmpegcolorspace_register):
14859         * gst/ffmpegcolorspace/imgconvert.c:
14860         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14861         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14862         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14863         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14864         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14865         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
14866         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
14867         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
14868         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
14869         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
14870         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
14871         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
14872         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
14873         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
14874         (img_get_alpha_info), (deinterlace_line),
14875         (deinterlace_line_inplace), (deinterlace_bottom_field),
14876         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14877         * gst/ffmpegcolorspace/imgconvert_template.h:
14878         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14879         * gst/ffmpegcolorspace/mmx.h:
14880         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
14881           adding ffmpegcolorspace element supplied by Ronald after cleaning
14882           up and pulling in the right bits of upstream source.
14883           I'm sure a better C/compiler wizard could do some cleaning up (for
14884           example use GLIB's malloc stuff), but as a first pass this
14885           works very well
14886
14887 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14888
14889         * ext/alsa/gstalsa.h:
14890           I assume Ronald forgot to commit the change to have cardname
14891           as a struct member.  Expect some public spanking at the next
14892           opportunity.
14893
14894 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14895
14896         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
14897         (gst_alsa_open_audio), (gst_alsa_close_audio):
14898         * ext/alsa/gstalsa.c:
14899           Don't open the device if we're a mixer (= padless).
14900         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
14901         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
14902         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
14903           Open mixer during state change rather than during object
14904           initialization. Also, get a device name. Currently in a somewhat
14905           hackish fashion, but I didn't really find something better.
14906
14907 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14908
14909         * *.c, *.h: run gst-indent
14910
14911 2004-03-14  Benjamin Otte  <otte@gnome.org>
14912
14913         * gst/modplug/gstmodplug.cc:
14914         * gst/modplug/gstmodplug.h:
14915           set correct timestamps on outgoing buffers
14916
14917 2004-03-14  Benjamin Otte  <otte@gnome.org>
14918
14919         * gst/modplug/gstmodplug.cc:
14920           handle events - don't do crap when a discont arrives that's not
14921           necessary
14922           This allows correct loading and playback of mods in Rhythmbox
14923
14924 2004-03-14  Benjamin Otte  <otte@gnome.org>
14925
14926         * configure.ac:
14927         * gst-libs/gst/gconf/Makefile.am:
14928         * pkgconfig/Makefile.am:
14929           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
14930           they get rebuilt properly
14931         * configure.ac:
14932           when checking for vorbis, try pkgconfig first.
14933         * gst/modplug/gstmodplug.cc:
14934           add fixate function
14935
14936 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14937
14938         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14939           Fix for obvious mistake, where we first shift the offset and then
14940           read a samplesize element assuming the old offset. Note that this
14941           part still has something weird, i.e. my movies containing those
14942           don't actually play well, but at least there's something that looks
14943           like sound now.
14944
14945 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
14946         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
14947         (plugin_init):
14948         Add a typefind function for speex format
14949
14950 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14951
14952         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
14953         (gst_asf_demux_setup_pad):
14954           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
14955           instead of 0. Reason is simple: some elements have a fps range
14956           of 1-max instead of 0-max. So now ASF video actually works.
14957
14958 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14959
14960         * po/LINGUAS:
14961         * po/sr.po:
14962           adding serbian as a language
14963
14964 2004-03-13  Benjamin Otte  <otte@gnome.org>
14965
14966         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14967           return taglist correctly from _get function, don't gst_pad_push it.
14968           (fixes #137042)
14969
14970 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14971         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14972
14973 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14974
14975         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
14976         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
14977         (gst_alsa_mixer_track_new):
14978         * ext/alsa/gstalsamixertrack.h:
14979           Fix ancient leftovers... MixerTrack is a GObject.
14980
14981 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14982
14983         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14984         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14985           Don't block during probing...
14986
14987 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14988
14989         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
14990         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
14991         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
14992         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
14993         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
14994         (gst_alsa_open_audio), (gst_alsa_close_audio):
14995         * ext/alsa/gstalsa.h:
14996           Add propertyprobe interface implementation, add some device-name
14997           property, all this so that it looks good in gnome-volume-control.
14998
14999 2004-03-12  David Schleef  <ds@schleef.org>
15000
15001         * configure.ac: the Hermes library controls hermescolorspace, not
15002         colorspace.
15003         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15004         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
15005         not /* */
15006         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
15007         * ext/sdl/sdlvideosink.h: ditto.
15008         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
15009
15010 2004-03-12  Benjamin Otte  <otte@gnome.org>
15011
15012         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
15013         (gst_x_overlay_got_xwindow_id):
15014         * gst-libs/gst/xoverlay/xoverlay.h:
15015           replace XID with unsigned long to get rid of the xlibs dependency in
15016           XOverlay (fixes #137004)
15017
15018 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
15019         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
15020         (gst_agingtv_setup):
15021         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
15022         (gst_dicetv_base_init), (gst_dicetv_class_init),
15023         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
15024         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
15025         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15026         (gst_edgetv_setup), (gst_edgetv_rgb32):
15027         * gst/effectv/gsteffectv.c:
15028         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
15029         (gst_quarktv_set_property):
15030         * gst/effectv/gstrev.c: (gst_revtv_get_type),
15031         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15032         (gst_revtv_setup), (gst_revtv_rgb32):
15033         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
15034         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15035         (gst_shagadelictv_init), (gst_shagadelictv_setup),
15036         (gst_shagadelictv_rgb32):
15037         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
15038         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15039         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
15040         * gst/effectv/gstwarp.c:
15041         Port everything that can be ported to videofilter and fix up the caps.
15042         Can someone with a big-endian machine please check these?
15043
15044 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15045
15046         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
15047         (gst_osssink_chain), (gst_osssink_change_state):
15048           Latest fixes for A/V sync, audio playback and such. This is about
15049           all... MPEG playback issues are mostly related to the async build-
15050           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
15051
15052 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15053
15054         patch from: Stephane Loeuillet
15055
15056         * configure.ac:
15057           use pkg-config for some libraries, falling back to the old .m4 way
15058           (fixes #131270)
15059         * m4/libdv.m4:
15060           removed
15061
15062 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15063
15064         * configure.ac:
15065         * tools/Makefile.am:
15066         * tools/Makefile.in:
15067         * tools/gst-launch-ext-m.m:
15068         * tools/gst-launch-ext.1.in:
15069         * tools/gst-visualise-m.m:
15070         * tools/gst-visualise.1:
15071         * tools/gst-visualise.1.in:
15072           reorganizing generation of script tools
15073
15074 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15075
15076         * ext/divx/gstdivxdec.c:
15077           Downgrade priority. We prefer ffdec_mpeg4.
15078         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
15079         (gst_faad_chain), (gst_faad_change_state):
15080           Fix capsnego. Doesn't work for some sounds because we don't have
15081           a 5:1 to stereo element.
15082         * ext/xvid/gstxvid.c: (plugin_init):
15083           Add priority.
15084         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15085         (gst_osssink_change_state):
15086           Add discont handling.
15087
15088 2004-03-09  Colin Walters  <walters@verbum.org>
15089
15090         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
15091         conversion.
15092
15093 2004-03-09  Benjamin Otte  <otte@gnome.org>
15094
15095         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15096           the signals take 2 arguments
15097
15098 2004-03-09  David Schleef  <ds@schleef.org>
15099
15100         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
15101         (gst_alsa_fixate): Add fixate function.  (bug #136686)
15102         * ext/alsa/gstalsa.h:
15103         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
15104
15105 2004-03-09  Benjamin Otte  <otte@gnome.org>
15106
15107         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
15108         (gst_mikmod_change_state):
15109         * ext/mikmod/gstmikmod.h:
15110           make mikmod's loop function not loop infinitely and call
15111           gst_element_yield anymore
15112         * gst/modplug/gstmodplug.cc:
15113           fix pad negotiation (fixes #136590)
15114
15115 2004-03-09  David Schleef  <ds@schleef.org>
15116
15117         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
15118         doesn't conflict with the internal colorspace plugin.
15119         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
15120         satisfy the crappy-ass shell shipped by a certain vendor.
15121         * gst/videofilter/make_filter: same (bug #135299)
15122
15123 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15124
15125         * configure.ac: bump nano to 1
15126
15127 === release 0.7.6 ===
15128
15129 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15130
15131         * configure.in: releasing 0.7.6, "There"
15132
15133 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15134
15135         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15136         * pkgconfig/gstreamer-play.pc.in:
15137           synchronize the two
15138
15139 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15140
15141         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
15142         (cdparanoia_open), (cdparanoia_event):
15143           fix/add error handling
15144         * po/POTFILES.in:
15145           add cdparanoia source
15146         * tools/Makefile.am:
15147           make scripts executable
15148
15149 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15150
15151         * configure.ac:
15152         * ext/vorbis/Makefile.am:
15153         * sys/Makefile.am:
15154           remove id3types, vorbisfile and xvideosink from the build (#133783)
15155
15156 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15157
15158         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15159           Fix metadata read crash (#136537).
15160
15161 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15162
15163         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15164         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
15165           adding mime types, fixing the one-stop function
15166
15167 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15168
15169         * ext/nas/nassink.c and /ext/nas/nassink.h:
15170         More NAS love from Arwed von Merkatz
15171         So lets all sing 'Can you feel the NAS tonight'
15172
15173 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15174
15175         * tools/gst-launch-ext.in:
15176         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
15177
15178 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15179
15180         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15181         (gst_mpeg2dec_init):
15182         remove the user_data pad for now, because it is being used in
15183         fixating causing MPEG playback to fixate on 1000 Hz for playback.
15184         If someone knows how to fix this properly, please do.
15185
15186 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15187
15188         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15189         (gst_osssink_get_time):
15190         add a warning, IMO this won't get triggered anymore, remove later
15191
15192 2004-03-07  David Schleef  <ds@schleef.org>
15193
15194         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
15195         format (bug #136470)
15196
15197 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15198
15199         * gst-libs/Makefile.am:
15200         * gst-libs/gst/media-info/Makefile.am:
15201         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
15202         (error_callback), (gst_media_info_error_create),
15203         (gst_media_info_error_element), (gmip_init), (gmip_reset),
15204         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
15205         * gst-libs/gst/media-info/media-info-priv.h:
15206         * gst-libs/gst/media-info/media-info-test.c: (main):
15207         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15208         (gst_media_info_class_init), (gst_media_info_instance_init),
15209         (gst_media_info_set_source), (gst_media_info_read_with_idler),
15210         (gst_media_info_read_idler), (gst_media_info_read):
15211         * gst-libs/gst/media-info/media-info.h:
15212         fixed, should work now
15213
15214 2004-03-07  Christian Schaller <Uraeus@gnome.org>
15215
15216         * ext/nas/nassink.c:
15217         A bunch of NAS fixes from Arwed von Merkatz
15218
15219 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15220
15221         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15222         (qtdemux_parse_trak):
15223           Fix crash (j might be greater than n_samples, in which case we're
15224           writing outside the allocated space for the array) and memleak.
15225
15226 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15227
15228         * sys/oss/gstosssink.c: (gst_osssink_chain):
15229           And another caller that couldn't handle delay < 0 (unsigned
15230           integer overflow). Video now continues playing on an audio
15231           buffer underrun, and the clock continues working. Audio still
15232           stalls.
15233
15234 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15235
15236         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15237         (gst_osssink_get_time):
15238           get_delay() may return values lower than 0. In those cases, we
15239           should not actually cast to *unsigned* int64, that will break
15240           stuff horribly. In my case, it screwed up A/V sync in movies
15241           in totem rather badly.
15242
15243 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15244
15245         * ext/faac/gstfaac.c: (gst_faac_chain):
15246         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15247         * ext/libpng/gstpngenc.c: (user_write_data):
15248         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15249         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15250         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15251         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15252         Fix several misuse of gst_buffer_merge (it doesn't take ownership
15253         of any buffer), should fix some leaks. I hope I didn't unref buffers
15254         that shouldn't be...
15255
15256 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15257
15258         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15259         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
15260         (error_callback), (gmi_reset), (gmi_seek_to_track),
15261         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
15262         (gmip_find_type_post), (gmip_find_stream_post),
15263         (gmip_find_track_streaminfo_post):
15264         * gst-libs/gst/media-info/media-info-priv.h:
15265         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
15266         (info_print), (main):
15267         * gst-libs/gst/media-info/media-info.c:
15268         (gst_media_info_error_create), (gst_media_info_error_element),
15269         (gst_media_info_instance_init), (gst_media_info_get_property),
15270         (gst_media_info_new), (gst_media_info_set_source),
15271         (gst_media_info_read_idler), (gst_media_info_read):
15272         * gst-libs/gst/media-info/media-info.h:
15273           first pass at making this work again.  This seems to work on
15274           tagged ogg/vorbis and mp3 files.
15275
15276 2004-03-06  Benjamin Otte  <otte@gnome.org>
15277
15278         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15279           fix huge leak: gst_buffer_merge doesn't unref the first argument
15280           itself.
15281
15282 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15283
15284         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
15285           report layer/mode/emphasis
15286
15287 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15288
15289         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
15290
15291 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15292
15293         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
15294           signal serial
15295
15296 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15297
15298         * ext/vorbis/vorbis.c: (plugin_init):
15299         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15300         (gst_vorbis_dec_init), (vorbis_dec_event):
15301         add debug category
15302         make vorbisdec handle _BYTE and _TIME queries
15303
15304 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15305
15306         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
15307           from the xing header
15308
15309 2004-03-06  Benjamin Otte  <otte@gnome.org>
15310
15311         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
15312         (gst_audio_convert_link), (gst_audio_convert_change_state),
15313         (gst_audio_convert_buffer_from_default_format):
15314           do conversions from/to float correctly, fix some caps nego errors,
15315           export correct supported caps in template and getcaps, use correct
15316           caps in try_set_caps functions
15317
15318 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15319
15320         For some reason, I only committed a ChangeLog entry yesterday and
15321         not the corresponding code...
15322         * ext/mad/gstmad.c: Fix detection of Xing headers
15323         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15324
15325 2004-03-06  Benjamin Otte  <otte@gnome.org>
15326
15327         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
15328         (gst_ogg_demux_src_query):
15329           make sure to handle the case where there's no current chain
15330           gracefully.
15331
15332 2004-03-05  David Schleef  <ds@schleef.org>
15333
15334         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
15335         Add fixate function. (bug #131128)
15336         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15337         (gst_sdlvideosink_fixate):  Add fixate function.
15338         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15339         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
15340         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
15341         Fix missing break that was causing ulaw to be interpreted as
15342         raw int.
15343
15344 2004-03-05  David Schleef  <ds@schleef.org>
15345
15346         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15347         Fix code that ignores return value of gst_buffer_merge().
15348         (bug #114560)
15349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
15350         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
15351         * testsuite/gst-lint:  Check for above.
15352
15353 2004-03-05  David Schleef  <ds@schleef.org>
15354
15355         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
15356         caps and throw an element error.  (bug #136334)
15357
15358 2004-03-05  David Schleef  <ds@schleef.org>
15359
15360         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
15361         (gst_faad_chain): Fix negotiation.
15362         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
15363         key and button events.
15364         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
15365         dung heap of code.
15366         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
15367         depends on gconf
15368         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
15369         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15370         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
15371         function to encourage better negotiation, particularly between
15372         audioconvert and osssink.
15373         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15374         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
15375         more important.
15376         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
15377         typefinding.
15378         * gst/vbidec/vbiscreen.c:  Add glib header
15379         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
15380
15381 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
15382
15383         * ext/mad/gstmad.c: Fix detection of Xing headers
15384         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15385
15386 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15387
15388         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15389         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
15390           debug updates
15391
15392 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15393
15394         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15395         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
15396         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
15397         files, and report the parsed length as a GST_TAG_DURATION tag.
15398         * gst/tags/gstid3tag.c: support TLEN (duration) tag
15399
15400 2004-03-05  Benjamin Otte  <otte@gnome.org>
15401
15402         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
15403           convert channels correctly. convert correctly to unsigned.
15404
15405 2004-03-05  Julien MOUTTE <julien@moutte.net>
15406
15407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
15408         we have a window before clearing it.
15409
15410 2004-03-05  Julien MOUTTE <julien@moutte.net>
15411
15412         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
15413         have a window before clearing it.
15414
15415 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15416
15417         * gconf/gstreamer.schemas.in:
15418         * gst-libs/gst/gconf/Makefile.am:
15419           version installation path the same way as for 0.6
15420         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15421         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15422         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15423           remove comment that was fixed
15424
15425 2004-03-05  David Schleef  <ds@schleef.org>
15426
15427         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
15428         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
15429         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
15430         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
15431         Add prototype code for handling seeking and querying.
15432
15433 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15434
15435         * examples/gstplay/player.c: (main):
15436           Initialize variables to NULL. Prevents a segfault because the
15437           (uninitialized) variable is not NULL, resulting in a crash on
15438           trying to reach error->message.
15439
15440 2004-03-05  Benjamin Otte  <otte@gnome.org>
15441
15442         * gst/audioconvert/gstaudioconvert.c:
15443         (gst_audio_convert_buffer_to_default_format):
15444         make float=>int conversion work correctly even in cornercases.
15445
15446 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
15447
15448         * debian/README.Debian:
15449         * debian/build-deps:
15450         * debian/changelog:
15451         * debian/control:
15452         * debian/control.in:
15453         * debian/copyright:
15454         * debian/gstreamer-a52dec.files:
15455         * debian/gstreamer-aa.files:
15456         * debian/gstreamer-alsa.files:
15457         * debian/gstreamer-alsa.manpages:
15458         * debian/gstreamer-arts.files:
15459         * debian/gstreamer-artsd.files:
15460         * debian/gstreamer-audiofile.files:
15461         * debian/gstreamer-avifile.files:
15462         * debian/gstreamer-cdparanoia.files:
15463         * debian/gstreamer-colorspace.files:
15464         * debian/gstreamer-doc.files:
15465         * debian/gstreamer-dv.files:
15466         * debian/gstreamer-dvd.files:
15467         * debian/gstreamer-esd.files:
15468         * debian/gstreamer-festival.files:
15469         * debian/gstreamer-flac.files:
15470         * debian/gstreamer-gconf.conffiles:
15471         * debian/gstreamer-gconf.files:
15472         * debian/gstreamer-gconf.postinst:
15473         * debian/gstreamer-gnomevfs.files:
15474         * debian/gstreamer-gsm.files:
15475         * debian/gstreamer-http.files:
15476         * debian/gstreamer-jack.files:
15477         * debian/gstreamer-jpeg.files:
15478         * debian/gstreamer-mad.files:
15479         * debian/gstreamer-mikmod.files:
15480         * debian/gstreamer-misc.files:
15481         * debian/gstreamer-mpeg2dec.files:
15482         * debian/gstreamer-oss.files:
15483         * debian/gstreamer-plugin-apps.files:
15484         * debian/gstreamer-plugin-apps.manpages:
15485         * debian/gstreamer-plugin-libs-dev.files:
15486         * debian/gstreamer-plugin-libs.files:
15487         * debian/gstreamer-plugin-template.postinst:
15488         * debian/gstreamer-plugin-template.postrm:
15489         * debian/gstreamer-sdl.files:
15490         * debian/gstreamer-sid.files:
15491         * debian/gstreamer-vorbis.files:
15492         * debian/gstreamer-x.files:
15493         * debian/mk.control:
15494         * debian/rules:
15495         Debian package info not maintained here.
15496
15497 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15500         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
15501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
15502         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
15503         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
15504         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
15505         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15506         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
15507         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15508         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
15509         * gst-libs/gst/colorbalance/colorbalance.c:
15510         (gst_color_balance_class_init):
15511         * gst-libs/gst/colorbalance/colorbalancechannel.c:
15512         (gst_color_balance_channel_class_init):
15513         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15514         * gst-libs/gst/play/play.c: (gst_play_class_init):
15515         * gst-libs/gst/propertyprobe/propertyprobe.c:
15516         (gst_property_probe_iface_init):
15517         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
15518         * gst-libs/gst/tuner/tunerchannel.c:
15519         (gst_tuner_channel_class_init):
15520         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
15521         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
15522         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
15523         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
15524         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
15525         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15526         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15527         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
15528         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15529           fix signals to use - instead of _
15530         * ext/libcaca/gstcacasink.h:
15531         * ext/sdl/sdlvideosink.h:
15532           fix header rename
15533
15534 2004-03-04  David Schleef  <ds@schleef.org>
15535
15536         * testsuite/gst-lint:  Add a check for bad signal names.
15537
15538 2004-03-04  <kost@imn.htwk-leipzig.de>
15539
15540         reviewed by David Schleef
15541
15542         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
15543         modified the alpha channel and caused a warning. (bug #136192)
15544
15545 2004-04-03  Christian Schaller <Uraeus@gnome.org>
15546
15547         * gst-plugins.spec.in:
15548         Change names of plugins to actually be correct. Try to keep things
15549         alphabetical to avoid getting beat up by Thomas
15550
15551 2004-03-03  Julien MOUTTE <julien@moutte.net>
15552
15553         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
15554         Using ximagesink as a default if no gconf key found. We should
15555         probably consider using alsasink instead of osssink for the audio
15556         part.
15557
15558 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15559
15560         * configure.ac:
15561           fix --with-plugins, don't think it ever worked before
15562         * gst-plugins.spec.in:
15563           even more updates
15564
15565 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15566
15567         * ext/sdl/sdlvideosink.h:
15568         * sys/ximage/ximagesink.h:
15569         * sys/xvideo/xvideosink.h:
15570         * sys/xvimage/xvimagesink.h:
15571           Fix for move of gstvideosink.h -> videosink.h.
15572
15573 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15574
15575         * gst-libs/gst/xwindowlistener/Makefile.am:
15576           this is a plugin library, not a library
15577
15578 2004-03-01  David Schleef  <ds@schleef.org>
15579
15580         * AUTHORS:  Added some names.  Add yourself if you're still
15581         missing.
15582
15583 2004-03-01  David Schleef  <ds@schleef.org>
15584
15585         * MAINTAINERS: Add
15586
15587 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15588
15589         * gst-plugins.spec.in: clean up spec file
15590
15591 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15592
15593         * gst-libs/gst/video/Makefile.am:
15594         * gst-libs/gst/video/gstvideosink.c:
15595         * gst-libs/gst/video/gstvideosink.h:
15596           rename gstvideosink.h to videosink.h to match other headers
15597         * gst/mixmatrix/Makefile.am:
15598           fix plugin filename
15599         * gst/tags/Makefile.am: fix plugin filename
15600
15601 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15602
15603         * gst/tags/Makefile.am: fix plugin filename
15604
15605 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15606
15607         * examples/gstplay/player.c: (got_time_tick), (main):
15608           add error handler
15609           display time_tick more readably
15610         * gst/mixmatrix/Makefile.am:
15611           fix plugin file name
15612
15613 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
15614
15615         * sys/oss/gstosselement.c: (gst_osselement_probe),
15616         (device_combination_append), (gst_osselement_class_probe_devices):
15617         * sys/oss/gstosselement.h:
15618           Reworked enumeration of oss dsps and mixers so that gst-mixer works
15619           on my system using alsa oss emulation, fixes bug #135597
15620
15621 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15622
15623         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
15624         (gst_videodrop_chain), (gst_videodrop_change_state):
15625         * gst/videodrop/gstvideodrop.h:
15626           Work based on timestamp of input data, not based on the expected
15627           framerate from the input. The consequence is that this element now
15628           not only scales framerates, but also functions as a framerate
15629           corrector or framerate stabilizer/constantizer.
15630
15631 2004-02-27  David Schleef  <ds@schleef.org>
15632
15633         patches from jmmv@menta.net (Julio M. Merino Vidal)
15634
15635         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
15636         GST_ELEMENT_ERROR call (bug #135634)
15637         * gst/interleave/interleave.c: (interleave_buffered_loop),
15638         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
15639         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
15640         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15641         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
15642         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
15643         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15644         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15645         Fix GST_ELEMENT_ERROR call.
15646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
15647         GST_ELEMENT_ERROR call.
15648
15649 2004-02-27  Benjamin Otte  <otte@gnome.org>
15650
15651         * gst-libs/gst/audio/audio.h:
15652           add macro to make sure header isn't included twice
15653         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15654           don't use gst_buffer_free
15655         * gst/playondemand/filter.func:
15656           don't use gst_data_free. Free data only once.
15657
15658 2004-02-26  David Schleef  <ds@schleef.org>
15659
15660         * gst-libs/gst/colorbalance/Makefile.am:
15661         * gst-libs/gst/mixer/Makefile.am:
15662         * gst-libs/gst/tuner/Makefile.am:
15663         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
15664         should not be disted, -marshal.h files should not be installed,
15665         and -enum.h files _should_ be installed.  Fix to make this the
15666         case.
15667
15668 === release 0.7.5 ===
15669
15670 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15671
15672         * configure.ac: release 0.7.5, "Under The Sea"
15673
15674 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15675
15676         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15677         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
15678         * gst/videoscale/gstvideoscale.c:
15679         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15680           assorted debug/warning fixes
15681
15682 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15683
15684         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15685         (gst_videoscale_init), (gst_videoscale_chain),
15686         (gst_videoscale_set_property), (plugin_init):
15687         * gst/videoscale/gstvideoscale.h:
15688         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15689         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
15690         (gst_videoscale_planar400), (gst_videoscale_packed422),
15691         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
15692         (gst_videoscale_24bit), (gst_videoscale_16bit),
15693         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
15694         (gst_videoscale_scale_plane_slow),
15695         (gst_videoscale_scale_point_sample),
15696         (gst_videoscale_scale_nearest),
15697         (gst_videoscale_scale_nearest_str2),
15698         (gst_videoscale_scale_nearest_str4),
15699         (gst_videoscale_scale_nearest_32bit),
15700         (gst_videoscale_scale_nearest_24bit),
15701         (gst_videoscale_scale_nearest_16bit):
15702         add debugging category and use it properly
15703         fix use of GST_PTR_FORMAT
15704
15705 2004-02-25  Andy Wingo  <wingo@pobox.com>
15706
15707         * gst/interleave/interleave.c (interleave_buffered_loop): Always
15708         push only when channel->buffer is NULL. Prevents segfaults doing
15709         the state change after a nonlocal exit, like a scheme exception.
15710
15711         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15712         Handle the case where the intersected caps is empty.
15713
15714 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15715
15716         * gst/law/mulaw-decode.c: (mulawdec_link):
15717         * gst/law/mulaw.c: (plugin_init):
15718           fix mulawdec so it actually works again
15719
15720 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
15721
15722         reviewed by: David Schleef  <ds@schleef.org>
15723
15724         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
15725         (gst_gamma_init), (gst_gamma_set_property),
15726         (gst_gamma_get_property), (gst_gamma_calculate_tables),
15727         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
15728         for RGB, with separate r g and b correction factors. (#131167)
15729
15730 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15731
15732         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15733           only signal tags for bitrate if they're > 0 (#134894)
15734
15735 2004-02-24  David Schleef  <ds@schleef.org>
15736
15737         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
15738         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
15739         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
15740         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
15741         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
15742         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
15743         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
15744         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
15745         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
15746         category.  Attempt to fix timestamp calculation.
15747
15748 2004-02-24  Johan Dahlin  <johan@gnome.org>
15749
15750         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
15751
15752 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15753
15754         * configure.ac:
15755         * gconf/Makefile.am:
15756         * gconf/gstreamer.schemas:
15757         * gst-libs/gst/gconf/Makefile.am:
15758         * gst-libs/gst/gconf/gconf.c:
15759           version gconf schemas and install locations
15760
15761 2004-02-23  Benjamin Otte  <otte@gnome.org>
15762
15763         * ext/xine/xineinput.c: (gst_xine_input_dispose):
15764         (gst_xine_input_subclass_init):
15765           call parent dispose.
15766           change pad template for CD reader correctly
15767         * ext/xine/Makefile.am:
15768         * ext/xine/gstxine.h:
15769         * ext/xine/xine.c: (plugin_init):
15770         * ext/xine/xineaudiosink.c:
15771           wrap audio sinks, too
15772         * gst-libs/gst/resample/private.h:
15773         * gst-libs/gst/resample/resample.c: (gst_resample_init),
15774         (gst_resample_reinit), (gst_resample_scale),
15775         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
15776         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
15777         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
15778         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
15779         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
15780         * gst-libs/gst/resample/resample.h:
15781         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15782         (gst_audioscale_class_init), (gst_audioscale_link),
15783         (gst_audioscale_get_buffer), (gst_audioscale_init),
15784         (gst_audioscale_chain), (gst_audioscale_set_property),
15785         (gst_audioscale_get_property):
15786         * gst/audioscale/gstaudioscale.h:
15787           s/resample_*/gst_resample_*/i to not clobber namespaces
15788
15789 2004-02-23  Julien MOUTTE  <julien@moutte.net>
15790
15791         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15792         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
15793         (gst_riff_create_video_template_caps),
15794         (gst_riff_create_audio_template_caps),
15795         (gst_riff_create_iavs_template_caps):
15796         * gst-libs/gst/riff/riff-media.h:
15797         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15798         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
15799         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
15800         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15801         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15802         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15803         (gst_matroska_demux_plugin_init): First batch implementing audio and
15804         video codec tags in demuxers.
15805
15806 2004-02-22  Benjamin Otte  <otte@gnome.org>
15807
15808         * ext/xine/Makefile.am:
15809         * ext/xine/gstxine.h:
15810         * ext/xine/xine.c: (plugin_init):
15811         * ext/xine/xineinput.c:
15812           add input plugin wrapper. Playback from files, http, mms and cdda
15813           works.
15814         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15815           remove leftover G_GNUC_UNUSED
15816         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
15817         (gst_asf_demux_identify_guid):
15818           improve debugging output
15819
15820 2004-02-22  Benjamin Otte  <otte@gnome.org>
15821
15822         reported by: Padraig O'Briain <padraig.obriain@sun.com>
15823
15824         * autogen.sh:
15825           replace test -e with test -x for mkinstalldirs to be more portable.
15826           (fixes #134816)
15827
15828 2004-02-22  Benjamin Otte  <otte@gnome.org>
15829
15830         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
15831
15832         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
15833           set rank to PRIMARY
15834         * gst/volume/gstvolume.c: (plugin_init):
15835           set rank to NONE
15836         fixes #134960
15837
15838 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
15839
15840         reviewed by Benjamin Otte  <otte@gnome.org>
15841
15842         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15843           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
15844
15845 2004-02-22  Benjamin Otte  <otte@gnome.org>
15846
15847         * configure.ac:
15848           export [_]*{gst,Gst,GST}.* symbols from plugins
15849
15850 2004-02-22  Christophe Fergeau <teuf@gnome.org>
15851
15852         reviewed by: Benjamin Otte  <otte@gnome.org>
15853
15854         * ext/lame/gstlame.c: (add_one_tag):
15855         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15856         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
15857         (gst_vorbisenc_metadata_set1):
15858         * gst/tags/gstid3tag.c:
15859         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
15860           apply fixes from bugs #135042 (lame can't write tags) and #133817
15861           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
15862
15863 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
15864
15865         * configure.ac: Export only gst_plugin_desc from plugins.
15866          Note that this change only makes any effect with Linux using libtool
15867          1.5.2 or higher. Otherwise it is silently ignored, but it would build
15868          fine. And don't try to have several versions of libtool in different
15869          directories.
15870
15871 2004-02-20  Andy Wingo  <wingo@pobox.com>
15872
15873         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
15874         interleave respectively.
15875
15876         * gst/interleave/deinterleave.c: New plugin: deinterleave
15877         (replaces on oneton).
15878         * gst/interleave/interleave.c: New plugin: interleave.
15879         * gst/interleave/plugin.h: Support file.
15880         * gst/interleave/plugin.c: Support file.
15881
15882         * configure.ac: Remove intfloat and oneton, add interleave.
15883
15884         * ext/sndfile/gstsf.c: Handle events better.
15885
15886         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
15887         and float2int operation. int2float has scheduling problems as
15888         noted in in2float_chain.
15889
15890 2004-02-20  Benjamin Otte  <otte@gnome.org>
15891
15892         * ext/xine/Makefile.am:
15893         * ext/xine/gstxine.h:
15894         * ext/xine/xine.c:
15895         * ext/xine/xineaudiodec.c:
15896         * ext/xine/xinecaps.c:
15897           add first version of xine plugin wrapper. Currently only wraps the
15898           QDM2 win32 DLL, and even that only in proof-of-concept quality.
15899         * configure.ac:
15900         * ext/Makefile.am:
15901           add xine plugin wrapper, disabled by default. Use --enable-xine to
15902           build. Note that it'll segfault on gst-register if you don't remove
15903           the goom and tvtime post plugins from xine.
15904         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15905         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
15906           add extradata parsing for QDM2.
15907           change around debugging prints.
15908
15909 2004-02-19  Benjamin Otte  <otte@gnome.org>
15910
15911         * ext/lame/gstlame.c: (gst_lame_chain):
15912         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15913           use gst_tag_list_insert when you want to insert tags
15914
15915 2004-02-18  David Schleef  <ds@schleef.org>
15916
15917         * configure.ac:  Move massink to gst-rotten
15918         * ext/Makefile.am:
15919         * ext/mas/Makefile.am:
15920         * ext/mas/massink.c:
15921         * ext/mas/massink.h:
15922
15923 2004-02-18  David Schleef  <ds@schleef.org>
15924
15925         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
15926         typefinding, since it seems to be worse than nothing.
15927         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
15928         atom to recognize .mp4 and .m4a files as video/quicktime.
15929
15930 2004-02-18  David Schleef  <ds@schleef.org>
15931
15932         * gst/sine/demo-dparams.c: (quit_live),
15933         (dynparm_log_value_changed), (dynparm_value_changed), (main):
15934         Use double dparams, not float.
15935         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15936         (gst_sinesrc_init): Change sync default to FALSE, since multiple
15937         sync'd elements don't really work correctly.
15938         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
15939         (volume_update_volume), (volume_get_property):  Change dparam
15940         to double.
15941
15942 2004-02-18  Julien MOUTTE  <julien@moutte.net>
15943
15944         * sys/ximage/ximagesink.c:
15945         (gst_ximagesink_xwindow_update_geometry),
15946         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15947         (gst_ximagesink_change_state), (gst_ximagesink_expose),
15948         (gst_ximagesink_init): Rework the way software video scaling works. So
15949         now we check on each chain call if the video frames are feeling the
15950         window. If not we try to renegotiate caps. On failure we memorize that
15951         and we won't try again for that PLAYING sessions.
15952         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
15953         failure.
15954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
15955         synchronous flag.
15956
15957 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15958
15959         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15960           break up _link so we can give a better debug message for errors
15961
15962 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15963
15964         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15965           set up debug category
15966
15967 2004-02-18  Julien MOUTTE <julien@moutte.net>
15968
15969         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15970         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
15971         the way renegotiation work. The event handling function is not taking
15972         care of external windows and renegotiate method check for pad flags
15973         NEGOTIATING. Should fix : #133209
15974
15975 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15976
15977         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
15978         pad is negotiating before trying renegotiation.
15979
15980 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15981
15982         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
15983           pass on all possible mime types as typefind hints
15984
15985 2004-02-17  Julien MOUTTE <julien@moutte.net>
15986
15987         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
15989         possible SHM leak if we crash. All other apps using XShm are doing
15990         that.
15991
15992 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15993
15994         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15995         (gst_ximagesink_expose): Renegotiate size on expose.
15996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
15997         size on expose.
15998
15999 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16000
16001         * testsuite/alsa/sinesrc.c:
16002           cosmetic fix to fix compile issue with gcc 2.95.4
16003
16004 2004-02-16  Julien MOUTTE <julien@moutte.net>
16005
16006         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
16007         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
16008         failed opening the audio device.
16009         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
16010         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
16011         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
16012         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
16013         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
16014         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
16015         (gst_ximagesink_change_state), (gst_ximagesink_chain),
16016         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
16017         Removing some useless g_return_if_fail like wingo suggested.
16018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16019         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
16020         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16021         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
16022         (gst_xvimagesink_update_colorbalance),
16023         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
16024         (gst_xvimagesink_xcontext_clear),
16025         (gst_xvimagesink_get_fourcc_from_caps),
16026         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16027         (gst_xvimagesink_set_xwindow_id),
16028         (gst_xvimagesink_colorbalance_list_channels),
16029         (gst_xvimagesink_colorbalance_set_value),
16030         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
16031         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
16032
16033 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16034
16035         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16036           throw error when not negotiated instead of asserting
16037
16038 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16039
16040         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
16041         correct data refcounting.
16042
16043 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16044
16045         * gst/switch/gstswitch.c: (gst_switch_change_state),
16046         (gst_switch_class_init): Cleaning the sinkpads correctly on state
16047         change, mostly the EOS flag.
16048
16049 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16050
16051         * examples/gstplay/player.c: (got_eos), (main): Adding some
16052         output for debugging.
16053         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
16054         timeouts if we go to any state different from PLAYING.
16055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
16056         more EOS bugs in riff lib.
16057
16058 2004-02-14  Julien MOUTTE  <julien@moutte.net>
16059
16060         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
16061         visualization until i find a way to fix switch correctly.
16062         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
16063         EOS arrives.
16064         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16065         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16066         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
16067         Reworked switch to get a more correct behaviour with events and refing
16068         of data stored in sinkpads.
16069         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
16070         we don't pull from a pad in EOS.
16071
16072 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16073
16074         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16075           remove v1 tag even if we can't read it (makes sure we don't detect
16076           it again)
16077
16078 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16079
16080         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
16081         (gst_alsa_xrun_recovery):
16082         * ext/alsa/gstalsa.h:
16083           try xrun recovery when wait failed. Make xrun recovery function
16084           return TRUE/FALSE to indicate success. (might fix #134354)
16085
16086 2004-02-13  David Schleef  <ds@schleef.org>
16087
16088         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
16089         (dynparm_value_changed), (main): Convert from float to double.
16090         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
16091
16092 2004-02-13  David Schleef  <ds@schleef.org>
16093
16094         * gst/silence/gstsilence.c: (gst_silence_class_init),
16095         (gst_silence_set_clock), (gst_silence_get),
16096         (gst_silence_set_property), (gst_silence_get_property):
16097         * gst/silence/gstsilence.h: Add sync property.
16098         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16099         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
16100         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
16101         * gst/sine/gstsinesrc.h: Add sync property.
16102
16103 2004-02-13  David Schleef  <ds@schleef.org>
16104
16105         * gst/intfloat/gstint2float.c: (conv_f32_s16),
16106         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
16107
16108 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16109
16110         * configure.ac:
16111         * ext/Makefile.am:
16112         * gst-libs/ext/Makefile.am:
16113           move ffmpeg plugin to gst-ffmpeg module
16114
16115 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16116
16117         * configure.ac: use GST_ARCH to detect architecture
16118
16119 2004-02-12  Julien MOUTTE  <julien@moutte.net>
16120
16121         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
16122
16123 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16124
16125         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16126           classify LADSPA plugins based on number of src/sink pads
16127           (#133663, Stefan Kost)
16128         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
16129           fix dparams registration
16130           (#133528, Stefan Kost)
16131         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
16132           fix use of isprint and use g_ascii_isprint instead
16133           (#133316, Stefan Kost)
16134
16135 2004-02-11  David Schleef  <ds@schleef.org>
16136
16137         Convert a few inner loops to use liboil.  This is currently
16138         optional, and is only enabled if liboil is present (duh!).
16139         * configure.ac: Check for liboil-0.1
16140         * gst/intfloat/Makefile.am:
16141         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
16142         (gst_int2float_chain_gint16):
16143         * gst/videofilter/Makefile.am:
16144         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
16145         (tablelookup_u8), (gst_videobalance_planar411):
16146         * gst/videotestsrc/Makefile.am:
16147         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
16148         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
16149         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
16150         (paint_hline_RGB565), (paint_hline_xRGB1555):
16151
16152 2004-02-11  David Schleef  <ds@schleef.org>
16153
16154         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
16155         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
16156         (gst_colorspace_getcaps), (gst_colorspace_link),
16157         (gst_colorspace_base_init), (gst_colorspace_init),
16158         (gst_colorspace_chain), (gst_colorspace_change_state),
16159         (plugin_init): Merge Ronald's patch (bug #117897) and update
16160         for new caps and negotiation.  Seems to work, although it
16161         shows off bugs in lcs.
16162
16163 2004-02-11  David Schleef  <ds@schleef.org>
16164
16165         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
16166         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
16167
16168 2004-02-11  David Schleef  <ds@schleef.org>
16169
16170         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
16171         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
16172         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
16173         Add server and port properties
16174
16175 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16176
16177         * m4/a52.m4:
16178         * m4/aalib.m4:
16179         * m4/as-ffmpeg.m4:
16180         * m4/as-liblame.m4:
16181         * m4/as-slurp-ffmpeg.m4:
16182         * m4/check-libheader.m4:
16183         * m4/esd.m4:
16184         * m4/freetype2.m4:
16185         * m4/gconf-2.m4:
16186         * m4/glib.m4:
16187         * m4/gst-alsa.m4:
16188         * m4/gst-artsc.m4:
16189         * m4/gst-ivorbis.m4:
16190         * m4/gst-matroska.m4:
16191         * m4/gst-sdl.m4:
16192         * m4/gst-shout2.m4:
16193         * m4/gst-sid.m4:
16194         * m4/gtk.m4:
16195         * m4/libdv.m4:
16196         * m4/libfame.m4:
16197         * m4/libmikmod.m4:
16198         * m4/ogg.m4:
16199         * m4/vorbis.m4:
16200           fix underquotedness of macros (#133800)
16201         * m4/as-avifile.m4:
16202         * m4/xmms.m4:
16203           removed because no longer used
16204
16205 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16206
16207         * configure.ac:
16208           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
16209           by autopoint (fixes #132996)
16210
16211 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16212
16213         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
16214         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
16215         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
16216         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
16217           fix memleaks
16218
16219 2004-02-11  David Schleef  <ds@schleef.org>
16220
16221         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16222         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
16223         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
16224         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
16225         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
16226         (gst_jpegenc_class_init), (gst_jpegenc_init),
16227         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
16228         (gst_jpegenc_chain), (gst_jpegenc_set_property),
16229         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
16230         * ext/jpeg/gstjpegenc.h: Fix negotiation.
16231
16232 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16233
16234         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16235         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
16236         * ext/mikmod/gstmikmod.h:
16237           fix caps negotiation in mikmod
16238         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
16239           output debug information
16240
16241 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16242
16243         * gst-libs/gst/colorbalance/Makefile.am:
16244         * gst-libs/gst/navigation/Makefile.am:
16245         * gst-libs/gst/xoverlay/Makefile.am:
16246           remove unused GST_OPT_CFLAGS from Makefiles
16247           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
16248
16249 2004-02-07  David Schleef  <ds@schleef.org>
16250
16251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
16252         push events to pads that haven't been created (#133508)
16253
16254 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
16255
16256         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16257         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
16258         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16259         (gst_dvdec_loop), (gst_dvdec_change_state):
16260         Second attempt at committing a working dvdec element.
16261
16262 2004-02-06  David Schleef  <ds@schleef.org>
16263
16264         Build fixes for OS X: (see #129600)
16265         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
16266         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
16267         (gst_riff_read_strf_iavs):
16268         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16269         (gst_avi_demux_stream_odml):
16270         * gst/playondemand/Makefile.am:
16271         * gst/rtp/rtp-packet.c:
16272
16273 2004-02-05  David Schleef  <ds@schleef.org>
16274
16275         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
16276         last change, because it Just Doesn't Compile.
16277
16278 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16279
16280         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16281           skip undecodable id3v2 tag instead of keeping it
16282
16283 2004-02-05  David Schleef  <ds@schleef.org>
16284
16285         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16286         Unref leaked buffer.  (Noticed by Ronald)
16287
16288 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
16289
16290         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16291         Sync requires with other checks.  >= vs =.
16292
16293 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16294
16295         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16296         (gst_dvdec_video_link), (gst_dvdec_loop):
16297         * ext/dv/gstdvdec.h:
16298           rework the caps negotiation so that dvdec works again instead
16299           of just segfaulting.
16300
16301 === release 0.7.4 ===
16302
16303 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16304
16305         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
16306         * configure.ac: changed for release
16307
16308 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16309
16310         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
16311         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16312         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16313         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16314           reworked patch by David Lehn to fix libdir and includedir for
16315           uninstalled libraries
16316           removed play and gconf from gstreamer-libs since they have their
16317           own pkgconfig files
16318
16319 2004-02-04  David Schleef  <ds@schleef.org>
16320
16321         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
16322         memleak.
16323
16324 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16325
16326         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16327           use correct GST_TAG_ENCODER tag
16328
16329 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16330
16331         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16332           be sure to stop the clock when going to paused
16333         * sys/oss/gstosssink.c: (gst_osssink_change_state):
16334           reset number of transmitted when going to ready.
16335         fixes #132935
16336
16337 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
16338
16339         reviewed by Benjamin Otte
16340
16341         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16342           extract track count (fixes #133410)
16343
16344 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16345
16346         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16347           that should be !=, not == (fixes #132519)
16348
16349 2004-02-04  David Schleef  <ds@schleef.org>
16350
16351         Make sure set_explicit_caps() is called before adding pad.
16352         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16353         * gst/id3/gstid3types.c: (gst_id3types_loop):
16354         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16355         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16356
16357 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16358
16359         * configure.ac:
16360           bump nano to 2, first prerelease
16361           put back AM_PROG_LIBTOOL
16362
16363 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16364
16365         * testsuite/alsa/Makefile.am:
16366           these are user test apps, not automatic testsuite tests
16367
16368 2004-02-04  David Schleef  <ds@schleef.org>
16369
16370         Convert GST_DEBUG_CAPS() to GST_DEBUG():
16371         * gst/mpeg1videoparse/gstmp1videoparse.c:
16372         (mp1videoparse_parse_seq):
16373         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16374         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16375         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
16376         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16377         (gst_xvideosink_getcaps):
16378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16379         * testsuite/gst-lint: more tests
16380
16381 2004-02-04  David Schleef  <ds@schleef.org>
16382
16383         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
16384         with the code that they would expand to.
16385         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
16386         (gst_flacdec_get_src_query_types),
16387         (gst_flacdec_get_src_event_masks):
16388         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
16389         (gst_gnomevfssrc_get_query_types),
16390         (gst_gnomevfssrc_get_event_mask):
16391
16392 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16393
16394         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16395         (gst_sinesrc_dispose):
16396           fix memleak by properly disposing sinesrc
16397
16398 2004-02-04  Julien MOUTTE  <julien@moutte.net>
16399
16400         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
16401         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
16402         an overlay to redraw the image because it has been exposed.
16403         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
16404         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
16405         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
16406         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
16407         interface
16408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
16409         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
16410         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
16411         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
16412         interface
16413
16414 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16415
16416         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16417           more memleak fixage
16418
16419 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16420
16421         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16422         * gst/typefind/gsttypefindfunctions.c:
16423           fix memleaks shown by gst-typefind
16424
16425 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16426
16427         * common/glib-gen.mak:
16428           add hack rule to touch .Plo files
16429         * gst-libs/gst/colorbalance/Makefile.am:
16430         * gst-libs/gst/mixer/Makefile.am:
16431         * gst-libs/gst/play/Makefile.am:
16432         * gst-libs/gst/tuner/Makefile.am:
16433           remove glib_root variable
16434
16435 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16436
16437         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
16438           set explicit caps before adding the element, so the autopluggers can
16439           plug correctly.
16440         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16441         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16442         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16443         (dv_type_find):
16444           fix memleaks in typefind functions. gst_type_find_suggest takes a const
16445           argument.
16446
16447 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16448
16449         * gst-libs/gst/colorbalance/Makefile.am:
16450         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16451         * gst-libs/gst/colorbalance/colorbalance.c:
16452         * gst-libs/gst/colorbalance/colorbalance.h:
16453         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
16454         * gst-libs/gst/mixer/Makefile.am:
16455         * gst-libs/gst/mixer/mixer-marshal.list:
16456         * gst-libs/gst/mixer/mixer.c:
16457         * gst-libs/gst/mixer/mixer.h:
16458         * gst-libs/gst/mixer/mixermarshal.list:
16459         * gst-libs/gst/play/Makefile.am:
16460         * gst-libs/gst/play/play.h:
16461         * gst-libs/gst/tuner/Makefile.am:
16462         * gst-libs/gst/tuner/tuner-marshal.list:
16463         * gst-libs/gst/tuner/tuner.c:
16464         * gst-libs/gst/tuner/tuner.h:
16465         * gst-libs/gst/tuner/tunermarshal.list:
16466           use new glib-gen.mak snippet to clean up Makefile.am
16467           fix various bugs in Makefile.am's
16468
16469 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16470
16471         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16472           handle chain parsing correctly in the multichain case
16473         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
16474         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
16475         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16476         (theora_dec_chain):
16477           handle events and queries correctly
16478
16479 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16480
16481         * .cvsignore:
16482         Ignore generated file _stdint.h.
16483
16484 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16485
16486         * gst-libs/gst/colorbalance/Makefile.am:
16487         * gst-libs/gst/colorbalance/colorbalance.h:
16488         * gst-libs/gst/mixer/Makefile.am:
16489         * gst-libs/gst/mixer/mixer.h:
16490         * gst-libs/gst/play/Makefile.am:
16491         * gst-libs/gst/play/play.h:
16492         * gst-libs/gst/tuner/Makefile.am:
16493         * gst-libs/gst/tuner/tuner.h:
16494         Generate enum type code with glib-mkenums.
16495         * gst-libs/gst/colorbalance/.cvsignore:
16496         * gst-libs/gst/mixer/.cvsignore:
16497         * gst-libs/gst/play/.cvsignore:
16498         * gst-libs/gst/tuner/.cvsignore:
16499         Ignore generated files.
16500
16501 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16502
16503         * gst-libs/gst/audio/.cvsignore:
16504         Ignore generated file.
16505         * gst-libs/gst/audio/Makefile.am:
16506         Do not install example filter.
16507
16508 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16509
16510         * examples/switch/.cvsignore:
16511         Ignore generated file.
16512
16513 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16514
16515         * common/m4/ax_create_stdint_h.m4:
16516         * configure.ac:
16517           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
16518           _stdint.h.
16519         * Makefile.am:
16520           remove generated _stdint.h in DISTCLEANFILES
16521         * ext/a52dec/gsta52dec.c:
16522           include _stdint.h for a52dec. (should fix #133064)
16523
16524 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16525
16526         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
16527         (gst_tag_to_vorbis_comments):
16528         Add replaygain support to vorbistag
16529
16530 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16531         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16532         (gst_ffmpeg_caps_to_extradata):
16533           Fix SVQ3 caps flag properties
16534           Use glib macro for bytes swap
16535
16536 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16537
16538         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
16539         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
16540         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16541         * ext/sndfile/gstsf.c: (plugin_init):
16542         * gst/avi/gstavi.c: (plugin_init):
16543         * sys/dxr3/dxr3init.c: (plugin_init):
16544         * sys/oss/gstossaudio.c: (plugin_init):
16545         * sys/v4l/gstv4l.c: (plugin_init):
16546         * sys/v4l2/gstv4l2.c: (plugin_init):
16547           remove textdomain calls
16548         * po/nl.po:
16549           update Dutch translation
16550
16551 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16552
16553         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16554         (gst_play_set_audio_sink): Moving volume in the audio thread for
16555         instantaneous volume change. Maybe i will add another volume in front
16556         of visualization later, not sure yet though.
16557
16558 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16559
16560         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16561         (gst_ximagesink_handle_xevents): Better X events handling, only take
16562         the latest events for configure and motion.
16563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
16564
16565 2004-02-02  Jon Trowbridge  <trow@gnu.org>
16566
16567         reviewed by: David Schleef  <ds@schleef.org>
16568
16569         Fix memory leaks:
16570         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
16571         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
16572
16573 2004-02-02  David Schleef  <ds@schleef.org>
16574
16575         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
16576         of lines.
16577         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
16578         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16579         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
16580         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16581         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
16582         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
16583         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
16584         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
16585         (gst_float2_2_int_link):
16586         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
16587         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
16588         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
16589         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
16590         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
16591         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
16592         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
16593         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
16594         * testsuite/gst-lint: Add tests for bzero and ;;
16595
16596 2004-02-02  David Schleef  <ds@schleef.org>
16597
16598         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
16599
16600 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16601
16602         * ext/aalib/gstaasink.c: (gst_aasink_open):
16603         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16604         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16605         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16606         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16607         (gst_afsink_close_file):
16608         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16609         (gst_afsrc_close_file):
16610         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16611         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16612         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16613         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16614         * ext/esd/esdmon.c: (gst_esdmon_get):
16615         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
16616         * ext/faac/gstfaac.c: (gst_faac_chain):
16617         * ext/faad/gstfaad.c: (gst_faad_chain):
16618         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16619         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16620         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16621         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16622         (gst_flacdec_loop):
16623         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16624         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16625         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16626         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16627         (gst_gnomevfssink_close_file):
16628         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16629         (gst_gnomevfssrc_open_file):
16630         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16631         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16632         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16633         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16634         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16635         * ext/mad/gstmad.c: (gst_mad_chain):
16636         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16637         * ext/mpeg2dec/gstmpeg2dec.c:
16638         * ext/mpeg2enc/gstmpeg2enc.cc:
16639         * ext/mplex/gstmplex.cc:
16640         * ext/mplex/gstmplexibitstream.cc:
16641         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16642         (gst_ogg_demux_push):
16643         * ext/raw1394/gstdv1394src.c:
16644         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16645         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16646         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16647         (gst_sf_loop):
16648         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16649         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
16650         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16651         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16652         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16653         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16654         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16655         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16656         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16657         (gst_riff_read_element_data), (gst_riff_read_seek),
16658         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16659         * gst/adder/gstadder.c: (gst_adder_loop):
16660         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16661         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16662         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16663         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16664         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16665         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16666         * gst/goom/gstgoom.c: (gst_goom_chain):
16667         * gst/id3/gstid3types.c: (gst_id3types_loop):
16668         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16669         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16670         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16671         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16672         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16673         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16674         (gst_ebml_read_float), (gst_ebml_read_header):
16675         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16676         (gst_matroska_demux_parse_blockgroup):
16677         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16678         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16679         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16680         * gst/silence/gstsilence.c: (gst_silence_get):
16681         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16682         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
16683         * gst/speed/gstspeed.c: (speed_loop):
16684         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16685         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16686         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
16687         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16688         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16689         (gst_wavparse_loop):
16690         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
16691         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
16692         (dxr3audiosink_close):
16693         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
16694         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
16695         (dxr3videosink_close), (dxr3videosink_write_data):
16696         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16697         * sys/oss/gstosssink.c: (gst_osssink_chain):
16698         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16699         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16700         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
16701         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
16702         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16703         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16704         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
16705         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
16706         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
16707         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
16708         (gst_v4l_set_audio):
16709         * sys/v4l/v4l_calls.h:
16710         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16711         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
16712         (gst_v4lmjpegsink_playback_init),
16713         (gst_v4lmjpegsink_playback_start):
16714         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
16715         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16716         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
16717         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
16718         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
16719         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
16720         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
16721         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16722         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
16723         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
16724         (gst_v4l2_get_output), (gst_v4l2_set_output),
16725         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
16726         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
16727         (gst_v4l2_set_attribute):
16728         * sys/v4l2/v4l2_calls.h:
16729         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
16730         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
16731         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
16732         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
16733         (gst_v4l2src_capture_stop):
16734         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
16735         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16736         (gst_ximagesink_chain):
16737         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
16738         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
16739         (gst_xvideosink_xwindow_new):
16740         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16741         (gst_xvimagesink_chain):
16742
16743 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16744
16745         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16746         (gst_volume_get_volume), (volume_class_init), (volume_init),
16747         (volume_chain_int16), (volume_update_volume):
16748         * gst/volume/gstvolume.h:
16749           make code more readable by removing magic numbers
16750           make mixer interface export 0-100 range
16751           make it internally map to 0.0-1.0 range so users don't distort
16752           output by putting the sliders at full volume
16753
16754 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16755
16756         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
16757         (gst_play_state_change), (gst_play_seek_to_time):
16758         block the tick callback for 0.5 secs after doing a seek
16759
16760 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16761
16762         * gst-libs/gst/play/play.c: (gst_play_new):
16763           check for GError
16764
16765 2004-02-01  Julien MOUTTE  <julien@moutte.net>
16766
16767         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
16768         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
16769         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16770         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
16771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16772         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
16773
16774 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16775
16776         * configure.ac:
16777         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16778           check for a function added in vorbis 1.1
16779
16780 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16781
16782         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16783         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
16784           really start/stop clock only on PLAYING <=> PAUSED
16785         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16786           remove \n from debugging lines
16787         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16788           make it work when seeking does not
16789         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16790           reset on DISCONT
16791
16792 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16793
16794         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
16795           start clock on PAUSED=>PLAYING, not later
16796         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16797           extract correct time for different discont formats
16798         (gst_alsa_sink_get_time):
16799           don't segfault when no format is negotiated yet, just return 0
16800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16801         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
16802         (gst_ogg_pad_push):
16803           handle flush and discont events correctly
16804         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16805           handle discont events correctly
16806
16807 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16808
16809         * gst-libs/gst/play/play.c: (gst_play_error_quark),
16810         (gst_play_error_create), (gst_play_error_plugin),
16811         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
16812         * gst-libs/gst/play/play.h:
16813           add error handling during creation
16814         * examples/gstplay/player.c: (main):
16815           use new gst_play_new
16816
16817
16818 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16819
16820         * ext/theora/theoradec.c: (theora_dec_chain):
16821           make comments work
16822         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16823         (vorbis_dec_src_event), (vorbis_dec_chain):
16824           add encoder tag, fix tag reading to be more error tolerant, change
16825           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
16826           gst_pad_event_default.
16827         * gst/tags/gstvorbistag.c:
16828         (gst_tag_list_from_vorbiscomment_buffer):
16829           undefine function specific define at end of function
16830
16831 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
16832
16833         * ext/flac/gstflac.c: (plugin_init):
16834         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
16835         * ext/flac/gstflacdec.h:
16836         * ext/flac/gstflacenc.h:
16837           Fix typos
16838
16839 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
16840
16841         * examples/gstplay/player.c: s/gstplay.h/play.h/
16842
16843 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16844
16845         * gst-libs/gst/play/Makefile.am:
16846         * gst-libs/gst/play/gstplay.c:
16847         * gst-libs/gst/play/gstplay.h:
16848         * gst-libs/gst/play/play.c:
16849           more surgery, operation complete
16850
16851 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16852
16853         * gst-libs/gst/play/play.old.c:
16854         * gst-libs/gst/play/play.old.h:
16855           after CVS surgery by moving, remove
16856         * gst-libs/gst/play/playpipelines.c:
16857           remove
16858
16859         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16860           add negotiation error
16861
16862 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16863
16864         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16865         (gst_ogg_demux_push):
16866           add some seeking debug info
16867           send a flush when seeking
16868
16869 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16870
16871         * configure.ac:
16872           use AC_C_INLINE
16873         * configure.ac:
16874         * ext/Makefile.am:
16875         * ext/theora/Makefile.am:
16876         * ext/theora/theoradec.c:
16877           add theora video decoder. Does just do simple decoding for now and
16878           has been tested against Theora cvs only. It only works when theora
16879           is compiled with --enable-static.
16880         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16881           always reset packetno on DISCONT
16882
16883 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16884
16885         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16886           Fix audio.
16887
16888 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16889
16890         * gst/mpegaudioparse/gstmpegaudioparse.c:
16891         (mp3_type_frame_length_from_header):
16892           Fix header parsing - stolen from ffmpeg (thank you! :) ).
16893
16894 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16895
16896         * ext/esd/esdsink.c: (gst_esdsink_init):
16897           Since we have static pad template caps, we don't need to negotiate;
16898           either the core errors out or we know the format.
16899
16900 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16901
16902         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16903         (gst_riff_read_seek):
16904         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16905         (gst_ebml_read_seek):
16906           Fix event handling.
16907
16908 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16909
16910         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16911           removee video/x-theora from vp3 decoder, it doesn't handle raw
16912           theora streams
16913         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
16914           fix bug with finalizing element that never went to PAUSED
16915         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16916           length and position queries were swapped
16917         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16918         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
16919         (vorbis_dec_src_event):
16920           implement querying time and bytes
16921
16922 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16923
16924         * just about every source file:
16925           gst_element_error -> GST_ELEMENT_ERROR
16926
16927 2004-01-29  Julien MOUTTE  <julien@moutte.net>
16928
16929         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
16930         emiting FLUSH and even before DISCONT.
16931         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
16932         get the best instant seeking as possible yay!
16933
16934 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16935
16936         * gst/mpeg1videoparse/gstmp1videoparse.c:
16937         (gst_mp1videoparse_real_chain):
16938           Committed wrong version last week... Grr... Didn't notice until now.
16939
16940 2004-01-29  Julien MOUTTE <julien@moutte.net>
16941
16942         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
16943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
16944         have_xwindow_id signal in xwindow_create.
16945
16946 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16947
16948         * ext/ogg/gstoggdemux.c:
16949           lots of changes - mainly support for chained bitstreams, seeking,
16950           querying and bugfixes of course
16951         * ext/vorbis/Makefile.am:
16952         * ext/vorbis/vorbisdec.c:
16953         * ext/vorbis/vorbisdec.h:
16954           add vorbisdec raw vorbis decoder
16955         * ext/vorbis/vorbis.c: (plugin_init):
16956           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
16957         * gst/intfloat/Makefile.am:
16958         * gst/intfloat/float22int.c:
16959         * gst/intfloat/float22int.h:
16960         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
16961           add float2intnew plugin. It converts multichannel interleaved float to
16962           multichannel interleaved int. The name should probably be changed.
16963         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
16964         (plugin_init):
16965           add typefinding for raw theora video so oggdemux can detect it.
16966
16967 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16968
16969         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
16970         sink element first.
16971         * gst/videoscale/gstvideoscale.c:
16972         (gst_videoscale_handle_src_event): Fixing src event handler.
16973
16974 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16975
16976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16977         (gst_v4lsrc_open), (gst_v4lsrc_close),
16978         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
16979         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
16980         * sys/v4l/gstv4lsrc.h:
16981         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
16982         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
16983           Implement resizing... Hack. But that's why v4l is b0rked...
16984
16985 2004-01-28  Julien MOUTTE <julien@moutte.net>
16986
16987         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16988         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
16989         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
16990         (gst_ximagesink_xwindow_destroy):
16991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16992         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16993         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16994         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
16995         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
16996         correctly cleaning the image created to check xshm calls on succes,
16997         added a lot of XSync calls in X11 functions, and fixed a segfault when
16998         no image format was defined before negotiation happened.
16999
17000 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17001
17002         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
17003           use gst_element_get_time to get correct time
17004
17005 2004-01-28  Julien MOUTTE  <julien@moutte.net>
17006
17007         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
17008         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
17009         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
17010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
17011         (gst_xvimagesink_check_xshm_calls),
17012         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
17013         X plugins are now able to detect that XShm calls will fail even if the
17014         server claims that it has XShm support (remote displays most of the
17015         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
17016         so that we use non XShm functions. This feature is almost useless for
17017         xvimagesink as Xv is not supported on remote displays anyway, but
17018         it might happen than even on the local display XShm calls fail.
17019
17020 2004-01-27  David Schleef  <ds@schleef.org>
17021
17022         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17023         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
17024         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
17025         changed esdsink to only use 44100,16,2, since esd sucks at rate
17026         conversion and esdsink has had difficulty negotiating.
17027
17028 2004-01-27  Julien MOUTTE <julien@moutte.net>
17029
17030         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
17031         (gst_play_seek_to_time): Fixing the way to get current position.
17032
17033 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17034
17035         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
17036           use gst_element_get_time to get correct time
17037
17038 2004-01-27  Julien MOUTTE <julien@moutte.net>
17039
17040         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
17041         fix ever... Inverting 2 lines of code make spider autoplug correctly
17042         tagged mp3 !
17043
17044 2004-01-27  David Schleef  <ds@schleef.org>
17045
17046         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17047         Use gst_pad_try_set_caps_nonfixed().
17048
17049 2004-01-27  David Schleef  <ds@schleef.org>
17050
17051         * gst/ac3parse/gstac3parse.c: update to checklist 5
17052         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
17053         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
17054         * gst/audioscale/gstaudioscale.c: same
17055         * gst/auparse/gstauparse.c: same
17056         * gst/avi/gstavidemux.c: same
17057
17058 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17059
17060         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17061           stop processing after EOS
17062
17063 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17064
17065         * gst/asfdemux/asfheaders.h:
17066         * gst/asfdemux/gstasfdemux.c:
17067         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
17068         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
17069         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
17070           lot's of fixes to make data extraction simpler and get the code
17071           architecture and compiler independant. Add debugging category
17072         * gst/goom/gstgoom.c: (gst_goom_change_state):
17073           reset channel count on PAUSED=>READY, not READY=>PAUSED
17074
17075 2004-01-26  Colin Walters  <walters@verbum.org>
17076
17077         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
17078         code to pull a bigger buffer in iradio mode.  This as a side effect
17079         makes typefinding work.
17080
17081 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17082
17083         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17084         Fix SVQ3 decoding on PPC
17085
17086 2004-01-26  Julien MOUTTE <julien@moutte.net>
17087
17088         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
17089         that one managed to stay there... Fixed.
17090
17091 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17092
17093         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17094         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
17095         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
17096         (qtdemux_video_caps):
17097         * gst/qtdemux/qtdemux.h:
17098         Add SVQ3 specific flags to qtdemux and ffmpeg
17099
17100 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17101
17102         * gst-libs/gst/audio/audio.h:
17103           remove buffer-frames from audio caps
17104         * gst/audioconvert/gstaudioconvert.c:
17105           fix plugin to really work.
17106
17107 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17108
17109         * gst-libs/gst/mixer/mixer.c:
17110         * gst-libs/gst/propertyprobe/propertyprobe.c:
17111         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
17112         (gst_tuner_find_channel_by_name):
17113         * gst-libs/gst/tuner/tuner.h:
17114           Add gtk-doc style comments. Also fix a function name.
17115
17116 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17117
17118         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
17119         (gst_divxdec_negotiate):
17120           Fix for new capsnego - also fixes gst-player with divxdec.
17121
17122 2004-01-25  Julien MOUTTE  <julien@moutte.net>
17123
17124         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17125         (gst_play_identity_handoff), (gst_play_set_location),
17126         (gst_play_set_visualization), (gst_play_connect_visualization): Another
17127         try in visualization implementation. Still have an issue with switch
17128         blocking when pulling from video_queue and only audio comes out of
17129         spider.
17130         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17131         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
17132         release method. And check if the pad is usable before pulling.
17133
17134 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17135
17136         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
17137         (gst_videobalance_init),
17138         (gst_videobalance_colorbalance_list_channels),
17139         (gst_videobalance_colorbalance_set_value),
17140         (gst_videobalance_colorbalance_get_value),
17141         (gst_videobalance_update_properties),
17142         (gst_videobalance_update_tables_planar411),
17143         (gst_videobalance_planar411):
17144         * gst/videofilter/gstvideobalance.h:
17145           Implement lookup-tables. +/- 10x faster.
17146
17147 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17148
17149         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17150         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17151           The index reading was broken. The rest worked fine, but the whole
17152           goal of my rewrite was to make avidemux readable, and this was
17153           not at all readable. Please use typed variables.
17154
17155 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17156
17157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17158           Additional pad usability check.
17159         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17160         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
17161         (gst_mp1videoparse_real_chain):
17162           Fix MPEG video stream parsing. The original plugin had several
17163           issues, including not timestamping streams where the source was
17164           not timestamped (this happens with PTS values in mpeg system
17165           streams, but MPEG video is also a valid stream on its own so
17166           that needs timestamps too). We use the display time code for that
17167           for now. Also, if one incoming buffer contains multiple valid
17168           frames, we push them all on correctly now, including proper EOS
17169           handling. Lastly, several potential segfaults were fixed, and we
17170           properly sync on new sequence/gop headers to include them in next,
17171           not previous frames (since they're header for the next frame, not
17172           the previous). Also see #119206.
17173         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
17174         (bpf_from_header):
17175           Move caps setting so we only do it after finding several valid
17176           MPEG-1 fraes sequentially, not right after the first one (which
17177           might be coincidental).
17178         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
17179         (mpeg_video_type_find), (mpeg_video_stream_type_find),
17180         (plugin_init):
17181           Add unsynced MPEG video stream typefinding, and change some
17182           probability values so we detect streams rightly. The idea is as
17183           follows: I can have an unsynced system stream which contains
17184           video. In the current code, I would randomly get a type for either
17185           system or video stream type found, because the probabilities are
17186           being calculated rather randomly. I now use fixed values, so we
17187           always prefer system stream if that was found (and that is how it
17188           should be). If no system stream was found, we can still identity                the stream as video-only.
17189
17190 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17191
17192         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17193         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17194           don't write to buffer. Extract data without the need of
17195           __attribute__ ((packed))
17196
17197 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17198
17199         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
17200         (mpeg1_sys_type_find):
17201           Fix MPEG-1 stream typefinding.
17202
17203 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17204
17205         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17206           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
17207
17208 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17209
17210         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
17211         * ext/esd/gstesd.c: (plugin_init):
17212           private debugging, better error reporting
17213
17214 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17217         (gst_riff_read_init), (gst_riff_read_change_state):
17218         * gst-libs/gst/riff/riff-read.h:
17219           Remove stuff fromold metadata system.
17220
17221 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17222
17223         * ext/ogg/gstoggdemux.c:
17224           Fix wrong file comment.
17225         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17226         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17227           Add metadata reading properly.
17228
17229 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17230
17231         * ext/Makefile.am:
17232           Fix nas DIST_SUBDIRS
17233           Uraeus:
17234           Fix bug where make distcheck doesn't get run on adding stuff to
17235           the build.
17236
17237 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17238
17239         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
17240         * ext/divx/gstdivxdec.h:
17241           Fix divx3 ("msmpeg4") playback using divxdec.
17242
17243 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17244
17245         * gst/typefind/gsttypefindfunctions.c:
17246         (mp3_type_frame_length_from_header): fix bug in length computation
17247         (mp3_type_find): improve debugging output
17248
17249 2004-01-23  Julien MOUTTE  <julien@moutte.net>
17250
17251         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17252         (gst_play_set_location), (gst_play_seek_to_time),
17253         (gst_play_set_audio_sink), (gst_play_set_visualization),
17254         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
17255         the pipeline from scratch. Visualization is back and switch went out as
17256         i realized it was not possible to use the way i wanted.
17257         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
17258         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
17259         clearing in state change from READY to NULL. So that one can clean the
17260         X ressources keeping the element.
17261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17262         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
17263         (gst_xvimagesink_colorbalance_set_value),
17264         (gst_xvimagesink_colorbalance_get_value),
17265         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
17266         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
17267         change from READY to NULL and fixed some stupid bugs in colorbalance
17268         get/set values. Also added the following feature : when nobody tries to
17269         set some values to the colorbalance levels before the xcontext is
17270         grabbed, then when creating channels list from Xv attributes we set the
17271         internal values to the Xv defaults. This way we handle buggy Xv drivers
17272         that set default hue values far from the middle of the range (Thanks
17273         to Jon Trowbridge for pointing that issue).
17274         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
17275         colorbalance levels have been set before xcontext is grabbed.
17276
17277 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17278
17279         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17280           Fix the ossmixer case where we shouldn't open /dev/dsp* because
17281           it might block operations (which is bad for a mixer).
17282
17283 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17284
17285         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17286         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
17287         (gmip_find_type_pre):
17288         * gst-libs/gst/media-info/media-info-priv.h:
17289         * gst-libs/gst/media-info/media-info.c:
17290         (gst_media_info_instance_init), (gst_media_info_read_idler):
17291         add fakesink to get caps on decoder src pad again
17292         fix callback prototype to match new have_type signal signature
17293
17294 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17295
17296         * gst/adder/gstadder.c: (gst_adder_link):
17297           fix non-compile and cut-n-paste code
17298
17299 2004-01-21  David Schleef  <ds@schleef.org>
17300
17301         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
17302         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
17303         (gst_swfdec_init), (gst_swfdec_change_state):
17304         * ext/swfdec/gstswfdec.h:
17305         Fix negotiation.
17306         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
17307         (gst_adder_request_new_pad): Fix negotiation.
17308         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
17309         Add a fixate function.
17310         * gst/intfloat/gstfloat2int.c:
17311         * gst/intfloat/gstfloat2int.h:
17312         * gst/intfloat/gstint2float.c:
17313         * gst/intfloat/gstint2float.h:
17314         Completely rewrite the negotiation.  Doesn't quite work yet,
17315         due to some buffer-frames problem.
17316
17317 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17318
17319         * ext/gnomevfs/gstgnomevfssrc.c:
17320         * sys/v4l2/v4l2_calls.h:
17321           fix includes for distcheck
17322
17323 2004-01-21  Christian Schaller <uraeus@gnome.org>
17324
17325         * ext/nas/
17326         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
17327         based on earlier patch from Laurent Vivier
17328
17329 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
17330
17331         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17332         Fix wma caps property
17333         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17334         Fix typo (flags1 and flags2)
17335
17336 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17337
17338         * gst-libs/gst/media-info/media-info-priv.c:
17339         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
17340         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
17341         (gmip_find_stream), (gmip_find_track_metadata),
17342         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
17343         (gmip_find_track_format):
17344         * gst-libs/gst/media-info/media-info-priv.h:
17345         * gst-libs/gst/media-info/media-info-test.c: (main):
17346         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17347         (gst_media_info_read_idler), (gst_media_info_read):
17348         * gst-libs/gst/media-info/media-info.h:
17349           register debugging category and use it for debugging
17350
17351 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17352
17353         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
17354         (gst_vorbisfile_new_link):
17355           signal streaminfo through tags
17356
17357 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * ext/mplex/gstmplex.cc:
17360         * ext/mplex/gstmplexibitstream.cc:
17361           g++ doesn't like NULL in our i18n/error macros, should be
17362           either (NULL) or ("").
17363
17364 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * sys/dxr3/dxr3audiosink.c:
17367         * sys/dxr3/dxr3init.c:
17368         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
17369         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
17370           Fix more error error error errors (missing includes here).
17371
17372 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17373
17374         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17375           fix thomas' error errors.
17376
17377 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17378
17379         * ext/mpeg2enc/gstmpeg2enc.cc:
17380           fix error errors.
17381
17382 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17383
17384         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17385         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17386           Fix for new error system.
17387
17388 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17389
17390         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17391           fix for new error reporting
17392
17393 2004-01-20  David Schleef  <ds@schleef.org>
17394
17395         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17396         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17397         (gst_ximagesink_set_xwindow_id): Change to using a framerate
17398         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
17399         and neither is 100+, most likely.
17400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17401         (gst_xvimagesink_getcaps): same
17402
17403 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17404
17405         * configure.ac:
17406           Up version requirement to 2.0.3 (not yet released) to avoid symbol
17407           clashes with ffmpeg.
17408
17409 2004-01-20  Julien MOUTTE  <julien@moutte.net>
17410
17411         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17412         (gst_switch_init): Fixed switch element : proxying link and setting
17413         caps from src to sink on request.
17414
17415 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17416
17417         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17418         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17419         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17420         fix element_error
17421
17422 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17423
17424         * sys/v4l/v4l_calls.h:
17425         * sys/v4l2/v4l2_calls.h:
17426           element_error fixes
17427
17428 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17429
17430         * gst-libs/gst/gst-i18n-plugin.h:
17431           add locale.h
17432           remove config.h inclusion
17433
17434 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17435
17436         * autogen.sh:
17437           adding autopoint invocation
17438         * Makefile.am:
17439         * configure.ac:
17440         * gst-libs/gst/gettext.h:
17441           adding gettext bits
17442         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17443         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17444         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17445         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17446         (gst_gnomevfssink_close_file):
17447         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
17448         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
17449         * gst-libs/gst/gst-i18n-plugin.h:
17450         * gst/avi/gstavi.c: (plugin_init):
17451         * sys/dxr3/dxr3init.c: (plugin_init):
17452         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
17453         * sys/oss/gstossaudio.c: (plugin_init):
17454         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17455         * sys/v4l/gstv4l.c: (plugin_init):
17456         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17457         * sys/v4l2/gstv4l2.c: (plugin_init):
17458         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17459         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
17460         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
17461         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
17462         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
17463         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
17464           make sure locale and translation domain are set
17465           fix translated strings
17466         * po/.cvsignore:
17467         * po/LINGUAS:
17468         * po/Makevars:
17469         * po/POTFILES.in:
17470         * po/nl.po:
17471           put translation files into place
17472         * sys/xvideo/imagetest.c: (main):
17473         * ext/dv/demo-play.c: (main):
17474           fix unnecessary translations
17475
17476 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17477
17478         * ext/sndfile/gstsf.c:
17479         * gst/avi/gstavimux.c:
17480         * ext/audiofile/gstafsink.c:
17481         * ext/audiofile/gstafsrc.c:
17482         * ext/gnomevfs/gstgnomevfssink.c:
17483         * ext/gnomevfs/gstgnomevfssrc.c:
17484         * sys/oss/gstosselement.c:
17485         * sys/v4l/v4l_calls.h:
17486           fix i18n include
17487
17488 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17489
17490         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17491         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17492         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17493         (gst_v4l2_get_output), (gst_v4l2_set_output),
17494         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17495         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17496         (gst_v4l2_set_attribute):
17497         update to new error handling
17498
17499 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17500
17501         * ext/sidplay/gstsiddec.cc:
17502         * gst/modplug/gstmodplug.cc:
17503           parenthese NULL because C++ seems angry about it
17504
17505 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17506
17507         * gst-libs/gst/gst-i18n-plugin.h:
17508           add skeleton i18n stuff, but needs to be further implemented
17509
17510 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17511
17512         * examples/gstplay/player.c: (main):
17513         * ext/aalib/gstaasink.c: (gst_aasink_open):
17514         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17515         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17516         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17517         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17518         (gst_afsink_close_file):
17519         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17520         (gst_afsrc_close_file):
17521         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17522         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17523         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17524         * ext/esd/esdmon.c: (gst_esdmon_get):
17525         * ext/esd/esdsink.c: (gst_esdsink_chain):
17526         * ext/faac/gstfaac.c: (gst_faac_chain):
17527         * ext/faad/gstfaad.c: (gst_faad_chain):
17528         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17529         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17530         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17531         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17532         (gst_flacdec_loop):
17533         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17534         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17535         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17536         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17537         (gst_gnomevfssink_close_file):
17538         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17539         (gst_gnomevfssrc_open_file):
17540         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17541         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17542         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17543         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17544         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17545         * ext/mad/gstmad.c: (gst_mad_chain):
17546         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17547         * ext/mpeg2dec/gstmpeg2dec.c:
17548         * ext/mpeg2enc/gstmpeg2enc.cc:
17549         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17550         * ext/mplex/gstmplex.cc:
17551         * ext/mplex/gstmplexibitstream.cc:
17552         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17553         (gst_ogg_demux_push), (gst_ogg_pad_push):
17554         * ext/raw1394/gstdv1394src.c:
17555         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17556         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17557         * ext/sidplay/gstsiddec.cc:
17558         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17559         (gst_sf_loop):
17560         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17561         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17562         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17563         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17564         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17565         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17566         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17567         * gst-libs/gst/Makefile.am:
17568         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17569         (gst_riff_read_element_data), (gst_riff_read_seek),
17570         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17571         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
17572         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17573         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17575         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17576         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17577         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17578         * gst/goom/gstgoom.c: (gst_goom_chain):
17579         * gst/id3/gstid3types.c: (gst_id3types_loop):
17580         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17581         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17582         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17583         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17584         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17585         (gst_ebml_read_float), (gst_ebml_read_header):
17586         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17587         (gst_matroska_demux_parse_blockgroup):
17588         * gst/modplug/gstmodplug.cc:
17589         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17591         * gst/oneton/gstoneton.c: (gst_oneton_chain):
17592         * gst/silence/gstsilence.c: (gst_silence_get):
17593         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17594         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17595         * gst/speed/gstspeed.c: (speed_loop):
17596         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17597         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17598         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17599         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17600         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17601         (gst_wavparse_loop):
17602         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17603         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17604         (dxr3audiosink_close):
17605         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17606         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17607         (dxr3videosink_close), (dxr3videosink_write_data):
17608         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17609         * sys/oss/gstosselement.h:
17610         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
17611         (gst_osssink_chain):
17612         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17613         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17614         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17615         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17616         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
17617         (gst_v4l_enable_overlay):
17618         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17619         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17620         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17621         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17622         (gst_v4l_set_audio):
17623         * sys/v4l/v4l_calls.h:
17624         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17625         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17626         (gst_v4lmjpegsink_playback_init),
17627         (gst_v4lmjpegsink_playback_start):
17628         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17629         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
17630         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
17631         (gst_v4lmjpegsrc_requeue_frame):
17632         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17633         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17634         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17635         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17636         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17637         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17638         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17639         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17640         (gst_v4l2src_capture_stop):
17641         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17642         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17643         (gst_ximagesink_chain):
17644         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17645         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17646         (gst_xvideosink_xwindow_new):
17647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17648         (gst_xvimagesink_chain):
17649         use new error signal, function and categories
17650
17651 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
17652
17653         * configure.ac:
17654         * ext/Makefile.am:
17655         * ext/musicbrainz/gsttrm.c:
17656         * ext/musicbrainz/gsttrm.h:
17657         * ext/musicbrainz/Makefile.am:
17658         Add a trm plugin
17659
17660 2004-01-18  Julien MOUTTE  <julien@moutte.net>
17661
17662         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
17663         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
17664         synchronous property for debugging.
17665         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
17666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17667         (gst_xvimagesink_set_property): Moving a pointer declaration to a
17668         smaller block, fixing indent.
17669
17670 2004-01-16  David Schleef  <ds@schleef.org>
17671
17672         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
17673         property affects the video stream.
17674         * sys/xvimage/xvimagesink.c:
17675         * sys/xvimage/xvimagesink.h:
17676         Add synchronous property for debugging.  Should probably be
17677         disabled in non-CVS builds.  Make sure that the Xv attribute
17678         exists before we set it (crash!).  Fix a silly float bug that
17679         caused colorbalance to just not work.
17680
17681 2004-01-17  Christian Schaller <Uraeus@gnome.org>
17682
17683         * tools/gst-launch-ext.in - update for new plugins
17684
17685 2004-01-16  David Schleef  <ds@schleef.org>
17686
17687         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
17688         already-freed caps.
17689
17690 2994-01-16  Christian Schaller <Uraeus@gnome.org>
17691
17692         * Update spec for new colorspace plugin and libcaca plugin
17693         * Fix compilation of libcaca plugin (clock -> id)
17694
17695 2004-01-16  Julien MOUTTE <julien@moutte.net>
17696
17697         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
17698         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17699         (gst_xvimagesink_set_xwindow_id),
17700         (gst_xvimagesink_colorbalance_set_value),
17701         (gst_xvimagesink_colorbalance_get_value),
17702         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17703         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
17704         correct colorbalance properties. They can now be set when the element
17705         is still in NULL state. The values will be committed to the Xv Port
17706         when xcontext is initialized.
17707         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
17708         brightness int values in the GstXvImagesink structure.
17709
17710 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17711
17712         * gst-libs/gst/Makefile.am:
17713           restructure so having local patches works easier.
17714
17715 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17716
17717         * ext/mpeg2enc/Makefile.am:
17718         * ext/mpeg2enc/gstmpeg2enc.cc:
17719         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17720           Bugfix with respect to EOS handling.
17721
17722 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17723
17724         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
17725           Link with right caps (else, it segfaults).
17726         * ext/mplex/gstmplexjob.cc:
17727           Fix for slight API change in 1.6.1.93 release of mjpegtools.
17728
17729 2004-01-15  David Schleef  <ds@schleef.org>
17730
17731         * gst-libs/gst/audio/Makefile.am:
17732         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
17733         from the template.
17734         * gst-libs/gst/audio/gstaudiofilter.c:
17735         * gst-libs/gst/audio/gstaudiofilter.h:
17736         Add bytes_per_sample and size and n_samples calculation.
17737         * gst-libs/gst/audio/gstaudiofilterexample.c:
17738         Remove, now autogenerated.
17739         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17740         Moved from gstaudiofilterexample, object name changed, code added
17741         so that it actually works.
17742         * gst-libs/gst/audio/make_filter:
17743         Script to build an audiofilter subclass from the template.
17744         * gst/colorspace/Makefile.am:
17745         * gst/colorspace/yuv2yuv.c:
17746         Remove file, since it's GPL, and we don't use it.
17747
17748 2004-01-15  Julien MOUTTE  <julien@moutte.net>
17749
17750         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
17752         them use the buffer free function to test how the buffer was allocated.
17753
17754 2004-01-15  David Schleef  <ds@schleef.org>
17755
17756         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
17757         that handles osssink fallback.
17758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17759         (gst_audio_convert_getcaps):
17760         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17761         Add audio/x-qdm2 for QDM2 audio.
17762         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17763         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
17764         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
17765         Decrease minimum size to 16x16.
17766         * gst/wavparse/gstwavparse.c:
17767         Convert disabled pad template caps to new caps.
17768         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17770         (gst_xvimagesink_chain): Throw element error when display cannot
17771         be opened.  Increase minimum framerate to 1.0.  Check the data
17772         free function on a buffer to make sure it is the type we expect
17773         before manipulating it.
17774
17775 2004-01-15  Julien MOUTTE <julien@moutte.net>
17776
17777         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17778         (gst_videobalance_colorbalance_set_value): Implement passthru if
17779         settings are in the middle.
17780         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
17781
17782 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17783
17784         * gst/videofilter/Makefile.am:
17785         * gst/volume/Makefile.am:
17786           Since we use videofilter symbols, link to it.
17787
17788 2004-01-15  Julien MOUTTE <julien@moutte.net>
17789
17790         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
17791         mixer interface type to HARDWARE.
17792         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
17793         type to SOFTWARE.
17794         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
17795         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
17796         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
17797         (gst_volume_interface_init), (gst_volume_list_tracks),
17798         (gst_volume_set_volume), (gst_volume_get_volume),
17799         (gst_volume_set_mute), (gst_volume_mixer_init),
17800         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
17801         (volume_init): Implementing mixer interface.
17802         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
17803         * sys/oss/gstosselement.c: (gst_osselement_get_type),
17804         (gst_osselement_change_state): Removing some trailing commas in
17805         structures.
17806         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
17807         interface type to HARDWARE.
17808         * sys/v4l/gstv4lcolorbalance.c:
17809         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
17810         type to HARDWARE.
17811         * sys/v4l2/gstv4l2colorbalance.c:
17812         (gst_v4l2_color_balance_interface_init): Setting colorbalance
17813         interface type to HARDWARE.
17814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
17815         same code than ximagesink for event handling.
17816
17817 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * ext/snapshot/Makefile.am:
17820         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
17821         (gst_snapshot_chain):
17822         * ext/snapshot/gstsnapshot.h:
17823           This has to be a joke... Snapshot should be connected to a tee,
17824           colorspace element before it and EOS after that, where the other
17825           src of the tee receives normal data.
17826           The current way is *wrong*.
17827
17828 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17829
17830         * ext/hermes/gsthermescolorspace.c:
17831           Fix another compile error. Same as below.
17832
17833 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * gst/colorspace/gstcolorspace.c:
17836         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
17837         (gst_colorspace_i420_to_yv12):
17838           Fix compiling... Didn't test if it actually works.
17839
17840 2004-01-15  David Schleef  <ds@schleef.org>
17841
17842         * configure.ac:
17843         * gst/colorspace/Makefile.am:
17844         * gst/colorspace/gstcolorspace.c:
17845         * gst/colorspace/gstcolorspace.h:
17846         * gst/colorspace/yuv2rgb.c:
17847         * gst/colorspace/yuv2rgb.h:
17848         Duplicate the ext/hermes colorspace plugin, and remove Hermes
17849         code and GPL code.  Fix for new caps negotiation.  Rewrite
17850         much of the format handling code, and some of the conversion
17851         code.  Basically, rewrote almost everything.  This element
17852         handles I420, YV12 to RGB conversions.
17853         * ext/hermes/Makefile.am:
17854         * ext/hermes/gsthermescolorspace.c:
17855         Rename colorspace to hermescolorspace.  Fix negotiation issues.
17856         Remove non-Hermes related code.  This element handles lots of
17857         RGB to RGB conversions, but no YUV.
17858         * ext/hermes/gstcolorspace.c:
17859         * ext/hermes/gstcolorspace.h:
17860         * ext/hermes/rgb2yuv.c:
17861         * ext/hermes/yuv2rgb.c:
17862         * ext/hermes/yuv2rgb.h:
17863         * ext/hermes/yuv2rgb_mmx16.s:
17864         * ext/hermes/yuv2yuv.c:
17865         * ext/hermes/yuv2yuv.h:
17866         Remove old code.
17867
17868 2004-01-14  Colin Walters  <walters@verbum.org>
17869
17870         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
17871         they've already been.
17872
17873 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17874
17875         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
17876           assume tag mode when pad is not connected
17877
17878 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17879
17880         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17881           Don't update the time of the clock
17882         (gst_alsa_sink_loop):
17883           sync to the clock given to alsasink, not the own clock
17884         * sys/oss/gstosssink.c: (gst_osssink_chain):
17885           sync to the clock
17886         (gst_osssink_change_state):
17887           activate the clock
17888         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17890           remove bogus code that made DISCONT events unhandled
17891         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17892           explicitly case to double in _set_simple. (fixes 2nd warning in bug
17893           #131502)
17894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
17895         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
17896         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
17897           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
17898           2nd warning in bug #131502)
17899
17900 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17901
17902         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17903         (gst_videobalance_colorbalance_set_value),
17904         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
17905         for colorbalance interface implementation.
17906         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17907         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17908         (gst_ximagesink_dispose), (gst_ximagesink_init),
17909         (gst_ximagesink_class_init): Adding DISPLAY property.
17910         * sys/ximage/ximagesink.h: Adding display_name to store display.
17911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17912         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17913         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
17914         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
17915         properties (they still need polishing though for gst-launch use : no
17916         xcontext yet, i ll do that tomorrow).
17917         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
17918
17919 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17920
17921         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17922         (gst_play_set_location), (gst_play_set_visualization): Preparing
17923         switch integration, adding videobalance in the pipeline.
17924
17925 2004-01-14  Julien MOUTTE <julien@moutte.net>
17926
17927         * gst-libs/gst/colorbalance/colorbalance.c:
17928         (gst_color_balance_class_init): Adding a default type.
17929         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
17930         the type.
17931         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
17932         (gst_videobalance_dispose), (gst_videobalance_class_init),
17933         (gst_videobalance_init), (gst_videobalance_interface_supported),
17934         (gst_videobalance_interface_init),
17935         (gst_videobalance_colorbalance_list_channels),
17936         (gst_videobalance_colorbalance_set_value),
17937         (gst_videobalance_colorbalance_get_value),
17938         (gst_videobalance_colorbalance_init): Implementing colorbalance
17939         interface.
17940         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
17941         list.
17942         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
17943         bug which was triggering a BadAccess X error when setting an overlay
17944         before pad was really negotiated.
17945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
17946         Using the colorbalance type macro.
17947
17948 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17949
17950         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
17951         (gst_flacenc_chain):
17952           handle tags correctly
17953         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17954           extract ID3v1 tags correctly
17955
17956 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17957
17958         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
17959         (plugin_init):
17960           Improve matroska typefinding for odd-typed headers...
17961
17962 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17963
17964         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
17965           Fix for using incremental number on padnames.
17966
17967 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17968
17969         * ext/divx/gstdivxdec.c:
17970         * ext/divx/gstdivxenc.c:
17971           Set category to divx4linux instead of divx (too generic).
17972         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17973         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17974         (gst_wavparse_loop), (gst_wavparse_change_state):
17975         * gst/wavparse/gstwavparse.h:
17976           fix parsing of WAV files with non-standard fmt-tag size and fix
17977           skipping of unrecognized chunks... Someone please fix this thing
17978           to use rifflib so all this is automated.
17979         * sys/v4l/Makefile.am:
17980         * sys/v4l2/Makefile.am:
17981           Add X_CFLAGS because we depend on X (for overlay).
17982
17983 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * ext/mpeg2dec/gstmpeg2dec.c:
17986           Don't issue a timestamp unless we tagged the frame
17987           with a PTS.
17988
17989 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17990
17991         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
17992           Query the audio element to get the time, not the clock. We're
17993           interested in the element's time here.
17994
17995 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17996
17997         * ext/aalib/gstaasink.c: (gst_aasink_chain):
17998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17999         * ext/esd/esdsink.c: (gst_esdsink_chain):
18000         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
18001         * ext/mas/massink.c: (gst_massink_chain):
18002         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
18003         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
18004         (gst_matroska_demux_parse_metadata):
18005         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
18006         (gst_mpeg_parse_release_locks):
18007         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
18008         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
18009         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18010         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
18011         (gst_osssink_change_state):
18012         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
18013         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18014         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
18015         (gst_xvideosink_release_locks):
18016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
18017           use element time.
18018         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
18019         (gst_alsa_clock_stop):
18020         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
18021         (gst_audio_clock_get_internal_time):
18022           simplify for use with new clocking code.
18023         * testsuite/alsa/Makefile.am:
18024         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
18025           fix testsuite for new caps system
18026
18027 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18028
18029         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
18030         * ext/flac/gstflacenc.c: (add_one_tag):
18031           length is already host endian, no need to convert. Fixes playback of
18032           tagged files on PPC. (bug #128384)
18033
18034 2004-01-13  Julien MOUTTE <julien@moutte.net>
18035
18036         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
18037         colorbalance interface stating if it is hardware based or software
18038         based.
18039         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
18040         Removing a trailing comma.
18041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18042         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
18043         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
18044         the documentation seems to be wrong on the -1000 to 1000 interval.
18045
18046 2004-01-12  David Schleef  <ds@schleef.org>
18047
18048         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18049         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
18050         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
18051         Fix negotiation.  Add a bufferalloc function for the sink pad,
18052         and generally clean up some of the code.
18053
18054 2004-01-12  Julien MOUTTE <julien@moutte.net>
18055
18056         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18057         (gst_color_balance_channel_dispose): Adding safety check in dispose
18058         method.
18059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18060         (gst_xvimagesink_xcontext_clear),
18061         (gst_xvimagesink_interface_supported),
18062         (gst_xvimagesink_colorbalance_list_channels),
18063         (gst_xvimagesink_colorbalance_set_value),
18064         (gst_xvimagesink_colorbalance_get_value),
18065         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
18066         Adding colorbalance interface support to set XV parameters such as
18067         HUE, BRIGHTNESS, CONTRAST, SATURATION.
18068         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
18069         interface.
18070
18071 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18072
18073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
18074         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
18075         (gst_audio_convert_init), (gst_audio_convert_set_property),
18076         (gst_audio_convert_get_property), (gst_audio_convert_chain),
18077         (gst_audio_convert_link),
18078         (gst_audio_convert_buffer_to_default_format),
18079         (gst_audio_convert_buffer_from_default_format), (plugin_init):
18080           - implement _getcaps and use it
18081           - improve linking
18082           - remove float caps since no float conversion is actually done
18083           - remove properties and arguments that were to be used for rate
18084             conversion
18085
18086 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18087
18088         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
18089         (gst_audio_structure_set_int):
18090         * gst-libs/gst/audio/audio.h:
18091           add helper functions for _getcaps matching the standard audio
18092           templates
18093
18094 2004-01-12  David Schleef  <ds@schleef.org>
18095
18096         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18097         Test that pad is negotiated before getting its caps.
18098
18099 2004-01-12  Julien MOUTTE <julien@moutte.net>
18100
18101         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
18102         analyzing the pads of an element the bin is mostly in READY state so
18103         no caps were negotiated. This helper function needs to work with
18104         _get_caps directly then. I was not freeing them though, added that to
18105         fix the mem leak.
18106
18107 2004-01-12  Julien MOUTTE <julien@moutte.net>
18108
18109         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
18111         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
18112         than the free_func.
18113
18114 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18115
18116         * sys/oss/gstossaudio.c: (plugin_init):
18117         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18118         * sys/oss/gstosselement.h:
18119           make an oss debugging category
18120           make failure more descriptive
18121
18122 2004-01-11  David Schleef  <ds@schleef.org>
18123
18124         * ext/ffmpeg/gstffmpeg.c:
18125         * ext/ffmpeg/gstffmpegcodecmap.c:
18126         * ext/ffmpeg/gstffmpegdec.c:
18127         * ext/ffmpeg/gstffmpegenc.c:
18128         * ext/ffmpeg/gstffmpegprotocol.c:
18129         * ext/gdk_pixbuf/gstgdkanimation.c:
18130         * ext/jpeg/gstjpeg.c:
18131         * ext/libpng/gstpng.c:
18132         * ext/mpeg2dec/perftest.c:
18133         * ext/speex/gstspeex.c:
18134         * gst-libs/gst/resample/dtos.c:
18135         * gst/intfloat/gstintfloatconvert.c:
18136         * gst/oneton/gstoneton.c:
18137         * gst/rtjpeg/RTjpeg.c:
18138         * gst/rtp/gstrtp.c:
18139         * sys/dxr3/dxr3init.c:
18140         * sys/glsink/gstgl_nvimage.c:
18141         * sys/glsink/gstgl_pdrimage.c:
18142         * sys/glsink/gstglsink.c:
18143         * testsuite/gst-lint:
18144         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
18145
18146 2004-01-11  David Schleef  <ds@schleef.org>
18147
18148         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
18149         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
18150         * ext/gdk_pixbuf/gstgdkanimation.c:
18151         (gst_gdk_animation_iter_create_pixbuf):
18152         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18153         (gst_gdk_pixbuf_chain):
18154         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18155         * ext/jack/gstjack.c: (gst_jack_change_state):
18156         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
18157         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
18158         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18159         * gst/videofilter/gstvideofilter.c:
18160         (gst_videofilter_set_output_size):
18161         Remove all usage of gst_pad_get_caps(), and replace it with
18162         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
18163
18164 2004-01-11  David Schleef  <ds@schleef.org>
18165
18166         * configure.ac:
18167         * ext/Makefile.am: Fixes to make ext/libcaca compile.
18168         * ext/divx/gstdivxdec.c:
18169         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18170         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
18171         handle images that span multiple buffers.  Now work with both
18172         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
18173         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18174         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
18175         video/video.h changes
18176         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
18177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18178         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
18179         of GstData free function.
18180         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18181         same.
18182
18183 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18184
18185         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
18186         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
18187         (gst_v4l2element_get_property):
18188         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
18189           add norm, channel and frequency properties.
18190         * sys/v4l2/gstv4l2tuner.c:
18191           fixes for tuner interface changes
18192         * sys/v4l2/gstv4l2element.h:
18193         * sys/v4l2/gstv4l2src.c:
18194         * sys/v4l2/gstv4l2src.h:
18195         * sys/v4l2/v4l2src_calls.c:
18196         * sys/v4l2/v4l2src_calls.h:
18197           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
18198
18199 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18200
18201         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
18202         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
18203         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
18204         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
18205         * gst-libs/gst/tuner/tuner.h:
18206           GObjects aren't const.
18207           Add find_by_name functions.
18208           Add checks to _changed functions.
18209         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
18210         (gst_v4l_tuner_get_norm):
18211           Fixes for above.
18212
18213 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18214
18215         * gst-libs/gst/video/video.h:
18216           Fix caps template names to be understandable.
18217           Prefix everything with GST_VIDEO.
18218         * ext/aalib/gstaasink.c:
18219         * ext/divx/gstdivxdec.c:
18220         * ext/divx/gstdivxenc.c:
18221         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18222         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
18223         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
18224         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
18225         * ext/libcaca/gstcacasink.c:
18226         * ext/libpng/gstpngenc.c: (raw_caps_factory):
18227         * ext/snapshot/gstsnapshot.c:
18228         * ext/swfdec/gstswfdec.c:
18229         * ext/xvid/gstxviddec.c:
18230         * ext/xvid/gstxvidenc.c:
18231         * gst/chart/gstchart.c:
18232         * gst/deinterlace/gstdeinterlace.c:
18233         * gst/effectv/gsteffectv.c:
18234         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18235         * gst/goom/gstgoom.c:
18236         * gst/median/gstmedian.c:
18237         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
18238         (gst_monoscope_srcconnect), (gst_monoscope_chain):
18239         * gst/overlay/gstoverlay.c:
18240         * gst/smooth/gstsmooth.c:
18241         * gst/smpte/gstsmpte.c:
18242         * gst/synaesthesia/gstsynaesthesia.c:
18243         * gst/videocrop/gstvideocrop.c:
18244         * gst/videodrop/gstvideodrop.c:
18245         * gst/y4m/gsty4mencode.c:
18246         * sys/qcam/gstqcamsrc.c:
18247         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
18248           Make them work with new video.h file.
18249         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18250         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18251         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18252         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18253           Make it work with new buffer allocation system.
18254
18255 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18256
18257         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
18258         pad_alloc_buffer implementation to use ->srcpad
18259         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
18260         pad_alloc_buffer implementation to use ->srcpad
18261         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
18262         pad_alloc_buffer implementation to use ->srcpad
18263         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18264         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18265         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18266         a reference to everything we need.
18267         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
18268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18269         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18270         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18271         a reference to everything we need.
18272         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
18273
18274 2004-01-11  David Schleef  <ds@schleef.org>
18275
18276         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
18277         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
18278         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
18279         structure members.
18280         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
18281         value during a resize/renegotiation.
18282         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
18283         gst_pad_alloc_buffer();
18284         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18285         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
18286         structure members.
18287         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18288         Fix for rename of buffer private structure members.
18289         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18290         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18291         Fix for rename of buffer private structure members.
18292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18293         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18294         Fix for rename of buffer private structure members.
18295
18296 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
18297
18298         reviewed by: David Schleef <ds@schleef.org>
18299
18300         * gst/videofilter/Makefile.am:
18301         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
18302         from the patch by ds to fit in with recent make_filter changes.
18303
18304 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18305
18306         * configure.ac: Adding examples/switch/Makefile
18307         * examples/Makefile.am: Adding examples/switch
18308         * examples/switch/Makefile.am: Adding switcher example.
18309         * examples/switch/switcher.c: (got_eos), (idle_iterate),
18310         (switch_timer), (main): Adding an example demonstrating switch usage
18311         with 2 videotestsrc showing different patterns.
18312         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18313         (gst_switch_init): Fixing switch with the new caps system.
18314
18315 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18316
18317         * gst-libs/gst/video/video.h:
18318           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
18319           They should probably be like
18320           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
18321
18322 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18323
18324         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18325         (qtdemux_parse_trak):
18326           fix audio chunk size/timestamp calculation
18327
18328 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18329
18330         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18331           fix SVQ3 caps
18332
18333 2004-01-11  Steve Baker  <steve@stevebaker.org>
18334
18335         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
18336         (gst_agingtv_base_init), (gst_agingtv_class_init),
18337         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
18338         (gst_agingtv_set_property), (gst_agingtv_get_property):
18339         Port agingTV to videofilter
18340
18341 2004-01-09  Julien MOUTTE <julien@moutte.net>
18342
18343         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
18344         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18345
18346 2004-01-09  Julien MOUTTE <julien@moutte.net>
18347
18348         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
18349         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18350         * gst-libs/gst/xoverlay/xoverlay.c:
18351         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
18352         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18353         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18354         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18355         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18356         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18357         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18358         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
18359         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18360         interface implementation to handle xid being 0 and fix some bugs
18361         triggered by Benjamin's testcase.
18362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18363         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18364         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
18365         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18366         interface implementation to handle xid being 0 and fix some bugs
18367         triggered by Benjamin's testcase.
18368
18369 2004-01-09  David Schleef  <ds@schleef.org>
18370
18371         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
18372         mouse pointer events.  It works.
18373
18374 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18375
18376         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
18377           Use explicit caps - fix capsnego.
18378         * ext/xvid/gstxviddec.c:
18379         * ext/xvid/gstxvidenc.c:
18380           Remove macro-inside-macro which caused compile errors.
18381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
18382           Error out if it's not a RIFF file. Else we error out without
18383           gst_element_error() which is not good...
18384
18385 2004-01-08  David Schleef  <ds@schleef.org>
18386
18387         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18388         Fix pad_link function to handle formats that ffmpeg returns
18389         as multiple caps structures.
18390         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
18391         Only complain if source buffer is _smaller_ than expected.
18392         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18393         (gst_videoscale_handle_src_event): Resize navigation events
18394         when passing them upstream.
18395         * gst/videotestsrc/gstvideotestsrc.c:
18396         * gst/videotestsrc/gstvideotestsrc.h:
18397         * gst/videotestsrc/videotestsrc.c:
18398         * gst/videotestsrc/videotestsrc.h:
18399         Rewrite many of the buffer painting functions to handle odd
18400         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
18401         been verified to work with my video card.
18402         * testsuite/gst-lint:  Add check for elements calling
18403         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
18404
18405 2004-01-08  David Schleef  <ds@schleef.org>
18406
18407         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18408         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
18409
18410 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18411
18412         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
18413         configure event is not emiting the desired size signal. That fixes
18414         aspect ratio issues with gst-player.
18415
18416 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
18419           Fix capsnego.
18420
18421 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18422
18423         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
18424         public method to fire size signal.
18425
18426 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18427
18428         * examples/gstplay/Makefile.am: Adding the interface library.
18429         * gst-libs/gst/play/Makefile.am: Adding the interface library.
18430         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
18431         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
18432         GST_IS_X_OVERLAY before signal connect.
18433         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
18434         Removing the have_video_size signal.
18435         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
18436         and associated public method.
18437         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18438         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
18439         signal.
18440         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18441         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
18442         signal.
18443         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
18444         Using XOverlay public method to fire size signal.
18445
18446 2004-01-07  David Schleef  <ds@schleef.org>
18447
18448         * gst/videofilter/Makefile.am:
18449         * gst/videofilter/gstvideotemplate.c:
18450         * gst/videofilter/make_filter:
18451         Create gstvideoexample.c in a srcdir!=builddir friendly way.
18452         Convert make_filter to /bin/sh script.
18453
18454 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18455
18456         * gst/modplug/gstmodplug.cc: fix element description
18457
18458 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18459
18460         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18461         (got_video_size): Adding some new lines in g_print calls.
18462         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18463         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
18464         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
18465         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
18466         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
18467         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
18468         Complete code review, reverting some stuff i disagree with, adding
18469         some fixes : time synchronization on invalid timestamps, renegotiation
18470         of private window.
18471         * sys/ximage/ximagesink.h:
18472         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
18473         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
18474         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
18475         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
18476         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18477         (gst_xvimagesink_buffer_new),
18478         (gst_xvimagesink_navigation_send_event),
18479         (gst_xvimagesink_set_xwindow_id),
18480         (gst_xvimagesink_get_desired_size),
18481         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
18482         stuff i disagree with, adding some fixes : Renegotiation of private
18483         window, implementing get_desired_size.
18484
18485 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18486
18487         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
18488         (gst_afsink_handle_event):
18489         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18490         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
18491         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
18492         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
18493         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
18494           Fix for instantiate-test (see core). Also remove dead code from
18495           jpegenc (which still needs fixing, but that's lower on my TODO
18496           list...).
18497         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18498           Never return NULL as caps.
18499
18500 2004-01-07  David Schleef  <ds@schleef.org>
18501
18502         * configure.ac:
18503         * ext/Makefile.am:
18504         * ext/librfb/Makefile.am:
18505         * ext/librfb/gstrfbsrc.c:
18506         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
18507         is the protocol used by VNC.
18508
18509 2004-01-07  David Schleef  <ds@schleef.org>
18510
18511         * gst/videofilter/gstvideotemplate.c:
18512         * gst/videofilter/gstvideotemplate.h:
18513         * gst/videofilter/make_filter:
18514         Merge videotemplate header into source file.
18515         * gst/effectv/Makefile.am:
18516         * gst/effectv/gsteffectv.c: (plugin_init):
18517         * gst/effectv/gstwarp.c:
18518         Make warpTV a subclass of videofilter.
18519
18520 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18521
18522         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18523           Add guard against invalid utf-8 conversions in mad. Just in case.
18524
18525 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18526
18527         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18528           Fix for bug shown by poisoning
18529
18530 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18531
18532         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18533         (gst_v4lmjpegsrc_buffer_free):
18534         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
18535         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
18536         (gst_v4lsrc_buffer_free):
18537           Fix for removed bufferpools.
18538
18539 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18540
18541         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18542         Fix caps negotiation.
18543
18544         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18545         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
18546         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18547         (dvdnavsrc_event):
18548         * ext/mpeg2dec/gstmpeg2dec.c:
18549         * gst-libs/gst/navigation/navigation.c:
18550         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
18551         * gst-libs/gst/navigation/navigation.h:
18552         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
18553         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
18554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
18555         Super-simple first version of mouse and keyboard events. Clicking
18556         on a DVD menu now works, although it may not take you where you
18557         expected.
18558
18559         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18560         * gst/videotestsrc/gstvideotestsrc.c:
18561         (gst_videotestsrc_src_fixate):
18562         These fixate functions were broken - they never actually
18563         fixated :)
18564
18565 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
18568         (gst_icecastsend_init):
18569           fix for new caps system.
18570         * gst-libs/gst/mixer/mixertrack.h:
18571         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
18572           Add 'master track' flag (for tools like ACME that only want to
18573           change the main volume).
18574
18575 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18576
18577         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
18578         (gst_xvid_csp_to_caps):
18579         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
18580         * ext/xvid/gstxvidenc.c:
18581         ifdef out ARGB type when it isn't available
18582         in xvidcore 1.0.0beta2
18583
18584 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18585
18586         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18587           When we have received a new SCR right in the first buffer after
18588           a seek (so in the same cycle that handles the discont), we should
18589           handle the buffer instead of unreffing it, else we lose data.
18590
18591 2004-01-06  Iain <iain@prettypeople.org>
18592
18593         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
18594           buffer-frames caps too.
18595
18596         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
18597           caps that we need, don't destroy them all and rebuild them. And when
18598           creating src pads, use the src pad template rather than the sink...
18599
18600 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18601
18602         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18603           Add pad to element *after* setting functions such as event handler.
18604           Without this, the scheduler (opt) will link pads, set the event
18605           handler from the default event function (dispatcher in gstpad.c)
18606           and *after* that, we will set our own event function, which will
18607           thus never be used (and thus mpegdemux doesn't handle events).
18608
18609 2004-01-04  David Schleef  <ds@schleef.org>
18610
18611         Fix the fixate functions to handle new prototype:
18612         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18613         * gst/videotestsrc/gstvideotestsrc.c:
18614         (gst_videotestsrc_src_fixate):
18615         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18616         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
18617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18618
18619 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18620
18621         * sys/ximage/ximagesink.h:
18622         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18623         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
18624         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
18625         (gst_ximagesink_xoverlay_init):
18626           assorted fixes to make (re)embedding work
18627         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
18628         (gst_ximagesink_get_desired_size):
18629           implement desired size additions to XOverlay
18630
18631 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18632
18633         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
18634         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
18635         (gst_x_overlay_got_desired_size):
18636         * gst-libs/gst/xoverlay/xoverlay.h:
18637           Add optional "desired size" signal and querying.
18638
18639 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * gst/matroska/matroska-demux.c:
18642         (gst_matroska_demux_parse_blockgroup):
18643           Fix EBML-laced block parsing. Diffs are relative to previous
18644           lace, not the first lace. Thanks to Mosu from the Matroska
18645           team for detecting this.
18646         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18647         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
18648         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
18649         (gst_wavparse_change_state):
18650         * gst/wavparse/gstwavparse.h:
18651           Quickfix for capsnego.
18652
18653 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18654
18655         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
18656           Fix indenting, fix pad creation.
18657
18658 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18659
18660         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
18661         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
18662         (gst_xviddec_sink_link):
18663           Implement src_getcaps() so proper size caps is negotiated.
18664
18665 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18666
18667         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
18668           Finish flac decoder on EOS. See #116178.
18669
18670 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18671
18672         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
18673         (gst_matroska_demux_add_stream):
18674         * gst/matroska/matroska-ids.h:
18675           Add getcaps() function to fix capsnego...
18676
18677 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18678
18679         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18680         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18681         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18682           Fix more integer overflows. Again, see #126967.
18683
18684 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18685
18686         * ext/mpeg2dec/gstmpeg2dec.c:
18687           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
18688           #130416.
18689
18690 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18691
18692         * configure.ac:
18693         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
18694         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
18695         * ext/xvid/gstxvid.h:
18696         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
18697         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
18698         (gst_xviddec_src_link), (gst_xviddec_sink_link),
18699         (gst_xviddec_change_state):
18700         * ext/xvid/gstxviddec.h:
18701         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
18702         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
18703         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
18704         (gst_xvidenc_link), (gst_xvidenc_set_property),
18705         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
18706         * ext/xvid/gstxvidenc.h:
18707           Update xvid plugin to latest xvid (1.0.0-beta3) API.
18708
18709 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18710
18711         * gst/rtp/rtp-packet.c:
18712           Add sys/types.h include, since OS X doesn't define in_addr_t
18713           in netinet/in.h, like it does on Linux (see #129600).
18714
18715 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
18716
18717         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
18720           Correct logic of dispose function (see #129306).
18721
18722 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18723
18724         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
18725         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18726         (gst_mpeg_parse_init):
18727         * gst/mpegstream/gstmpegparse.h:
18728           Remove clock (which was never provided, i.e. dead code), and
18729           also fix integer overflows at high PTS values (see #126967).
18730
18731 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18732
18733         * ext/flac/gstflacdec.c:
18734         * ext/libpng/gstpngenc.h:
18735         * ext/mikmod/gstmikmod.h:
18736           OS X fixes (see #126628).
18737
18738 2004-01-02  David Schleef  <ds@schleef.org>
18739
18740         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
18741         (gst_alsa_src_base_init): Remove bogus "src" request pad.
18742         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
18743         (gst_mpeg_parse_class_init): Move pad template registration
18744         to class_init, since the derived class (mpegdemux) doesn't
18745         want them.
18746
18747 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18748
18749         * sys/ximage/Makefile.am:
18750         * sys/xvideo/Makefile.am:
18751         * sys/xvimage/Makefile.am:
18752           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
18753           after installation (see #127664).
18754
18755 2004-01-02  David Schleef  <ds@schleef.org>
18756
18757         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
18758         (gst_ffmpegenc_connect):  Negotiation fixes.
18759         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
18760         Remove inappropriate gst_caps_free().
18761         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18762         Reenable Ronald's internal resize code, since the core handles
18763         it correctly now.
18764
18765 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18766
18767         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
18768         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
18769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
18770           Fix pad template stuff.
18771
18772 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18773
18774         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
18775         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
18776           fix signed integer reading/writing.
18777
18778 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18779
18780         * ext/alsa/README:
18781           Remove outdated document
18782
18783 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
18784
18785         * gst/cutter/gstcutter.c: (gst_cutter_init):
18786           src pad was being created twice - oops.
18787
18788 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18789
18790         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18791           Comment out internal resize. It doesn't handle the resulting
18792           XEvent internally, does another try_set_caps() which leads to
18793           a really nice loop.
18794           Real fix will come when Julien and Dave are awake. ;).
18795
18796 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18797
18798         * ext/mpeg2enc/gstmpeg2enc.cc:
18799           fix const/nonconst compile issue.
18800
18801 2004-01-02  David Schleef  <ds@schleef.org>
18802
18803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
18804         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
18805         Add fixate function and a check for bad formats.
18806
18807 2004-01-01  David Schleef  <ds@schleef.org>
18808
18809         Negotiation fixes:
18810         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18811         (gst_audiofilter_init):
18812         * gst/debug/efence.c: (gst_efence_init):
18813         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18814         (gst_deinterlace_init):
18815         * gst/volume/gstvolume.c: (volume_connect):
18816
18817 2004-01-01  David Schleef  <ds@schleef.org>
18818
18819         Convert elements to use gst_pad_use_explicit_caps() where
18820         appropriate:
18821         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
18822         * ext/audiofile/gstafparse.c: (gst_afparse_init),
18823         (gst_afparse_open_file):
18824         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
18825         (gst_afsrc_open_file):
18826         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
18827         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
18828         (gst_ffmpegdec_chain):
18829         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18830         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
18831         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
18832         (gst_gdk_pixbuf_chain):
18833         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
18834         (gst_jpegdec_chain):
18835         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
18836         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18837         (gst_mikmod_negotiate):
18838         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18839         (gst_mpeg2dec_negotiate_format):
18840         * ext/mpeg2enc/gstmpeg2enc.cc:
18841         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18842         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
18843         (gst_speexdec_sinkconnect):
18844         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
18845         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
18846         (gst_vorbisfile_new_link):
18847         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
18848         (gst_ac3parse_chain):
18849         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
18850         (gst_asf_demux_setup_pad):
18851         * gst/auparse/gstauparse.c: (gst_auparse_init),
18852         (gst_auparse_chain):
18853         * gst/id3/gstid3types.c: (gst_id3types_loop):
18854         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18855         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18856         (mp1videoparse_parse_seq):
18857         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
18858         (bpf_from_header):
18859         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18860         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
18861         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
18862         (gst_mpeg_parse_send_data):
18863         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18864         (gst_qtdemux_add_stream):
18865         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18866         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18867         (gst_wavparse_parse_fmt):
18868
18869 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18870
18871         * configure.ac:
18872           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
18873           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
18874           it therefore uses the wrong include paths. Too bad... Note
18875           that 1.6.1.93 is not release yet. ;).
18876           Also add a check for mplex, which is now using the lib'ified
18877           mplex from mjpegtools, too.
18878         * ext/ffmpeg/gstffmpegcodecmap.c:
18879           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
18880           issues. I don't think ffmpeg handles 3ivx correctly, so this
18881           probably won't work. But it won't hurt either.
18882         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
18883         (gst_ffmpegdec_chain):
18884         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
18885         (gst_ffmpegenc_chain_audio):
18886           Fix memleak in audio encoding. Close codec if open fails, this
18887           calls the cleanup routines so we can re-use the context.
18888         * ext/mpeg2enc/gstmpeg2enc.cc:
18889           Fix pad template names/types, fix memory issue with getcaps().
18890         * ext/mpeg2enc/gstmpeg2encoder.cc:
18891         * ext/mpeg2enc/gstmpeg2encoder.hh:
18892           Fix compile issue with new caps system (const thingy).
18893         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18894         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
18895           We read a first frame right on initing, so that we have a caps
18896           when we init the output. This caps is cached in padprivate and
18897           read as first frame.
18898         * ext/mplex/Makefile.am:
18899         * ext/mplex/gstmplex.cc:
18900         * ext/mplex/gstmplex.h:
18901         * ext/mplex/gstmplex.hh:
18902         * ext/mplex/gstmplexibitstream.cc:
18903         * ext/mplex/gstmplexibitstream.hh:
18904         * ext/mplex/gstmplexjob.cc:
18905         * ext/mplex/gstmplexjob.hh:
18906         * ext/mplex/gstmplexoutputstream.cc:
18907         * ext/mplex/gstmplexoutputstream.hh:
18908           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
18909           had issues, didn't do capsnego, supported only a subset of the
18910           mplex features and required a mplex fork in our local CVS. Plus
18911           that it worked agaist a very old mplex version. Rewriting was
18912           faster than updating it.
18913         * gst-libs/ext/Makefile.am:
18914         * gst-libs/ext/mplex/INSTRUCT:
18915         * gst-libs/ext/mplex/Makefile.am:
18916         * gst-libs/ext/mplex/README:
18917         * gst-libs/ext/mplex/TODO:
18918         * gst-libs/ext/mplex/ac3strm_in.cc:
18919         * gst-libs/ext/mplex/audiostrm.hh:
18920         * gst-libs/ext/mplex/audiostrm_out.cc:
18921         * gst-libs/ext/mplex/aunit.hh:
18922         * gst-libs/ext/mplex/bits.cc:
18923         * gst-libs/ext/mplex/bits.hh:
18924         * gst-libs/ext/mplex/buffer.cc:
18925         * gst-libs/ext/mplex/buffer.hh:
18926         * gst-libs/ext/mplex/fastintfns.h:
18927         * gst-libs/ext/mplex/format_codes.h:
18928         * gst-libs/ext/mplex/inputstrm.cc:
18929         * gst-libs/ext/mplex/inputstrm.hh:
18930         * gst-libs/ext/mplex/lpcmstrm_in.cc:
18931         * gst-libs/ext/mplex/mjpeg_logging.cc:
18932         * gst-libs/ext/mplex/mjpeg_logging.h:
18933         * gst-libs/ext/mplex/mjpeg_types.h:
18934         * gst-libs/ext/mplex/mpastrm_in.cc:
18935         * gst-libs/ext/mplex/mpegconsts.cc:
18936         * gst-libs/ext/mplex/mpegconsts.h:
18937         * gst-libs/ext/mplex/mplexconsts.hh:
18938         * gst-libs/ext/mplex/multplex.cc:
18939         * gst-libs/ext/mplex/outputstream.hh:
18940         * gst-libs/ext/mplex/padstrm.cc:
18941         * gst-libs/ext/mplex/padstrm.hh:
18942         * gst-libs/ext/mplex/stillsstream.cc:
18943         * gst-libs/ext/mplex/stillsstream.hh:
18944         * gst-libs/ext/mplex/systems.cc:
18945         * gst-libs/ext/mplex/systems.hh:
18946         * gst-libs/ext/mplex/vector.cc:
18947         * gst-libs/ext/mplex/vector.hh:
18948         * gst-libs/ext/mplex/videostrm.hh:
18949         * gst-libs/ext/mplex/videostrm_in.cc:
18950         * gst-libs/ext/mplex/videostrm_out.cc:
18951         * gst-libs/ext/mplex/yuv4mpeg.cc:
18952         * gst-libs/ext/mplex/yuv4mpeg.h:
18953         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
18954         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
18955           We don't fork mjpegtools' mplex in our CVS anymore.
18956         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
18957         (gst_avi_demux_add_stream):
18958         * gst/avi/gstavidemux.h:
18959           Add getcaps() function for proper caps nego. This makes some
18960           parts of AVI playback/reading work.
18961         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18962           Resize window on new capsnego. This is probably wrong, but
18963           I'm still committing it because with current capsnego, the
18964           first successfull capsnego is auto-fixated, therefore rounded
18965           down to the lowest values in the caps. this results in a 16x16
18966           XWindow that is not reized when real capsnego finishes.
18967           Dave, I see more cases of this, do you know a proper solution?
18968         * tools/gst-launch-ext.in:
18969           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
18970
18971 2003-12-31  David Schleef  <ds@schleef.org>
18972
18973         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
18974         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
18975           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
18976
18977 2003-12-30  David Schleef  <ds@schleef.org>
18978
18979         * ext/ffmpeg/gstffmpegcolorspace.c:
18980         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18981         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
18982         (gst_ffmpegcsp_chain): Negotiation fixes
18983         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
18984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18985         (gst_audio_convert_link), (gst_audio_convert_channels):
18986         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
18987         (gst_audioscale_link), (gst_audioscale_get_buffer),
18988         (gst_audioscale_chain): Negotiation fixes
18989         * gst/audioscale/gstaudioscale.h:
18990         * gst/videofilter/gstvideofilter.c:
18991         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
18992         (gst_videofilter_link), (gst_videofilter_init),
18993         (gst_videofilter_set_output_size), (gst_videofilter_setup),
18994         (gst_videofilter_find_format_by_structure):
18995         * gst/videofilter/gstvideofilter.h: Negotiation fixes
18996         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18997         (gst_videoscale_link):
18998         * gst/videoscale/videoscale.c: (videoscale_get_structure),
18999         (videoscale_find_by_structure), (gst_videoscale_setup):
19000         * gst/videoscale/videoscale.h: Negotiation fixes
19001         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19002         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
19003         function, restrict resizing to a multiple of 4 (hack until
19004         everyone supports odd sizes correctly).
19005
19006 2003-12-29  Colin Walters  <walters@verbum.org>
19007
19008         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
19009         signed.
19010
19011 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
19012
19013         * ext/sndfile/gstsf.c: (gst_sf_loop):
19014           Fix warning about discarding const qualifier
19015
19016 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
19017
19018         * gst/cutter/gstcutter.c:
19019         * gst/videoscale/gstvideoscale.c:
19020         * gst/volenv/gstvolenv.c:
19021         * gst-libs/gst/audio/audio.c:
19022         * gst-libs/gst/video/video.c:
19023           Fix warnings
19024
19025 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19026
19027         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19028           Don't send ALSA debugging to stderr.
19029         * ext/alsa/gstalsa.h:
19030           Use GST_WARNING instead of g_warning when ALSA functions fail.
19031
19032 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19033
19034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19035           Free XVAdapterInfo correctly.
19036
19037 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19038
19039         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19040         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
19041           Make id3tag use correct caps nego.
19042
19043 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
19044
19045         * ext/ivorbis/vorbis.c:
19046         * ext/ivorbis/vorbisenc.h:
19047         * ext/ivorbis/vorbisfile.c:
19048           Modify so that it uses the new caps things
19049
19050 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19051
19052         * testsuite/spider/spider1.c: (main):
19053         * testsuite/spider/spider2.c: (main):
19054         * testsuite/spider/spider3.c: (main):
19055           Make tests compile again. They probably don't work.
19056
19057 2003-12-24  Colin Walters  <walters@verbum.org>
19058
19059         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
19060         we can't fixate the caps anymore.
19061
19062 2003-12-23  David Schleef  <ds@schleef.org>
19063
19064         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
19065         * sys/oss/gstosssink.c: (gst_osssink_init),
19066         (gst_osssink_sink_fixate): Add fixate function.
19067
19068 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19069
19070         * ext/ffmpeg/gstffmpegcodecmap.c:
19071         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
19072         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
19073         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
19074         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19075         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19076         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19077         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
19078           fix typo in RGB masks, and move back to "old" colorspace
19079           capsnego code until whoever wrote this new crap has actually
19080           tested it so that it works.
19081           And yes, this works, keep it that way please.
19082
19083 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19084
19085         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
19086         (gst_divxdec_init), (gst_divxdec_negotiate):
19087         * ext/divx/gstdivxdec.h:
19088         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
19089         (gst_divxenc_init):
19090         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19091         (gst_faac_sinkconnect), (gst_faac_srcconnect):
19092         * ext/mpeg2enc/gstmpeg2enc.cc:
19093         * ext/mpeg2enc/gstmpeg2encoder.cc:
19094         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19095         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
19096         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
19097         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
19098         (dxr3spusink_init):
19099         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
19100         (dxr3videosink_init):
19101           Fix caps breakage after Dave's caps branch merge.
19102
19103 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19104
19105         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19106           Fix for 24bpp display.
19107
19108 2003-12-23  Colin Walters  <walters@verbum.org>
19109
19110         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
19111         a GnomeVFSHandle directly.
19112
19113 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19114
19115         * gst/volume/Makefile.am:
19116         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
19117         (volume_base_init), (volume_init):
19118           Reenable volume element and fix to work with new caps stuff.
19119           Rhythmbox needs this.
19120
19121 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19122
19123         * gst/qtdemux/qtdemux.c: (plugin_init):
19124           qtdemux requires bytestream
19125
19126 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19127
19128         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
19129           Fix remaining caps handling errors due to CAPS merge.
19130
19131 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19132
19133         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
19134         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
19135         (gst_faad_srcconnect):
19136           Port to new caps system.
19137
19138 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19139
19140         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
19141         (got_video_size), (main): using g_print instead of g_message.
19142         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
19143         signal which was not emitted because of "switch" element added to the
19144         bin but not connected. (Removing from the bin temporarily)
19145
19146 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19147
19148         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
19149         find X development files. I don't understand the previous tests and
19150         they fail on my debian/ppc unstable. This one works.
19151         * examples/gstplay/player.c: (main): Set the pipeline to READY before
19152         exiting.
19153         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
19154         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19155         (gst_play_set_visualization): Add some safety checks in set_ methods
19156         and state_change. This was throwing some ugly CRITICAL messages when
19157         pipeline was getting disposed and casts were failing.
19158
19159 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19160
19161         * configure.ac:
19162           Improve mpeg2enc detection. This is for distributions that do
19163           ship mjpegtools, but without mpeg2enc. Also does object check
19164           for might there ever be ABI incompatibility.
19165         * ext/mpeg2enc/gstmpeg2enc.cc:
19166           Add Andrew as second maintainer (he's helping me), and also add
19167           an error if no caps was set. This happens if I pull before capsnego
19168           and that's something I should solve sometime else.
19169         * gst/matroska/matroska-demux.c:
19170         (gst_matroska_demux_parse_blockgroup):
19171           Fix time parsing.
19172         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
19173         (gst_matroska_mux_track_header):
19174           Add caps to templates.
19175         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
19176           Add mpegversion=1 to prevent confusion with MPEG/AAC.
19177         * gst/mpegstream/gstmpegdemux.c:
19178           Remove layer since it causes warnings about unfixed caps.
19179         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19180           Fix obvious typo (we error out if caps were set, we should of
19181           course error out if *no* caps were set).
19182         * sys/oss/gstosselement.c: (gst_osselement_convert):
19183           Fix format conversion, we confused bits/bytes.
19184         * sys/oss/gstosselement.h:
19185           Improve documentation for 'bps'.
19186         * sys/v4l/TODO:
19187           Remove stuff about plugins that need removing - this was done
19188           ages ago.
19189         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
19190         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
19191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
19192         (gst_v4lsrc_src_query):
19193         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19194         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
19195           Add get_query_types(), get_formats() and query() functions.
19196
19197 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19198
19199         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
19200         * moved CVS to freedesktop.org
19201
19202 >>>>>>> 1.1891