pick up signals and args for vorbis; add some docs for vorbis
[platform/upstream/gst-plugins-base.git] / ChangeLog
1 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * common/gtk-doc-plugins.mak:
4         * docs/plugins/Makefile.am:
5         * docs/plugins/gst-plugins-base-plugins-sections.txt:
6         * ext/theora/Makefile.am:
7         * ext/theora/gsttheoraenc.h:
8         * ext/theora/theoraenc.c:
9         * ext/vorbis/vorbisenc.c:
10           pick up signals and args for vorbis; add some docs for vorbis
11
12 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
13
14         * common/gstdoc-scangobj:
15         * common/gtk-doc-plugins.mak:
16         * docs/libs/Makefile.am:
17         * docs/plugins/gst-plugins-base-plugins.args:
18         * docs/plugins/gst-plugins-base-plugins.hierarchy:
19         * docs/plugins/gst-plugins-base-plugins.interfaces:
20         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21         * docs/plugins/gst-plugins-base-plugins.signals:
22           only scanobj stuff from our source module.  Not sure yet
23           if that's correct, given the hierarchy stuff :)
24
25 2005-09-15  Wim Taymans  <wim@fluendo.com>
26
27         * gst/audioconvert/gstaudioconvert.c:
28         And enable 24 bits mode as well..
29
30 2005-09-15  Wim Taymans  <wim@fluendo.com>
31
32         * gst-libs/gst/rtp/Makefile.am:
33         * gst-libs/gst/rtp/gstbasertppayload.c:
34         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
35         (gst_basertppayload_class_init), (gst_basertppayload_init),
36         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
37         (gst_basertppayload_chain), (gst_basertppayload_set_options),
38         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
39         (gst_basertppayload_set_property),
40         (gst_basertppayload_get_property),
41         (gst_basertppayload_change_state):
42         * gst-libs/gst/rtp/gstbasertppayload.h:
43         Added rtp payloader base class.
44
45 2005-09-15  Andy Wingo  <wingo@pobox.com>
46
47         * configure.ac (plugindir): Remove the EOL matcher from the
48         regexp, as it causes me problems. Libtool? Make? Who knows?
49
50 2005-09-14  David Schleef  <ds@schleef.org>
51
52         * check/generic/states.c: 
53         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
54         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
55           Fixes for changes in registry API.
56
57         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
58           to GST_PLUGIN_LDFLAGS.
59         * ext/libvisual/visual.c: Make the library shut up.
60         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
61         * gst-libs/gst/audio/gstaudiofilter.c: same
62
63 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
64
65         * docs/plugins/Makefile.am:
66         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
67         * docs/plugins/inspect/plugin-libvisual.xml:
68         * docs/plugins/tmpl/element-tcpserversink.sgml:
69         * ext/theora/theoraenc.c:
70           add libvisual plugin and theoraenc element to docs
71
72 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
73
74         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
75         * docs/plugins/gst-plugins-base-plugins-sections.txt:
76         * ext/theora/theoraenc.c:
77           add theoraenc
78
79 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
80
81         * gst/audioconvert/Makefile.am:
82           Audioconvert derives from GstBaseTransform and should
83           link to the library with our base elements to avoid
84           unresolved symbols. Makes things work with MinGW (#316160)
85
86         * gst/playback/test4.c: (main):
87           Fix MinGW build problem and use g_usleep() instead of 
88           sleep() (#316162)
89
90 2005-09-12  Wim Taymans  <wim@fluendo.com>
91
92         * gst/audioconvert/audioconvert.c: (float),
93         (audio_convert_prepare_context), (audio_convert_convert):
94         * gst/audioconvert/audioconvert.h:
95         Cleanups, speedups, simplifications, added back support
96         for 24 bits.
97
98 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
99
100         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
101         * docs/plugins/gst-plugins-base-plugins-sections.txt:
102         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
103         * docs/plugins/tmpl/element-tcpserversink.sgml:
104         * gst/ffmpegcolorspace/gstffmpeg.c:
105         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
106         * gst/videotestsrc/gstvideotestsrc.c:
107         * gst/volume/gstvolume.c:
108           add more elements to the docs
109
110 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
111
112         * check/Makefile.am:
113         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
114         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
115           Add extra tests for basetransform based components. 
116           Comment out the test_element_negotiation test until we decide
117           if it's testing correct behaviour.
118         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
119         (gst_visual_chain), (gst_visual_change_state):
120           Slightly more correct but still bogus timestamping.
121           Fix state change function.
122         * gst/audioconvert/gstaudioconvert.c:
123         (gst_audio_convert_class_init):
124         * gst/audioresample/gstaudioresample.c:
125         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
126         (gst_ffmpegcsp_class_init):
127         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
128         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
129         (gst_videoscale_prepare_image):
130         * gst/volume/gstvolume.c: (gst_volume_class_init),
131         (volume_transform_ip):
132           Basetransform updates. Enable passthrough modes.
133         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
134         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
135         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
136           Negotiation fix that allows the window to return to the original
137           size and renegotiate passthrough upstream. Extra debug output.
138
139 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
140
141         * gst/sine/gstsinesrc.c:
142         * gst/volume/gstvolume.c:
143           fix up header include
144
145 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
146
147         * gst-libs/gst/audio/gstbaseaudiosink.c:
148         (gst_base_audio_sink_render):
149         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
150         * gst/volume/gstvolume.c: (gst_volume_class_init),
151         (volume_transform):
152           fixing lost sync, some more debugging
153
154 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
155
156         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
157         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
158         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
159         (gst_xvimagesink_check_xshm_calls):
160           Fix compilation when XShm is not available.
161
162 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
163
164         * ext/libvisual/visual.c: (gst_visual_dispose),
165         (gst_visual_getcaps), (gst_visual_src_setcaps),
166         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
167         (gst_visual_change_state):
168           Finish fixing up libvisual plugin so that it runs. 
169
170 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
171
172         * ext/vorbis/vorbisenc.c:
173         * gst-libs/gst/tag/gstvorbistag.c:
174           gsttaginterface.h -> gsttagsetter.h
175
176 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
177
178         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
179           added another test that failes for me (test is not active by default)
180
181 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
182
183         * configure.ac:
184           v4l2 is no longer in gst-plugins-base
185
186 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
187
188         * configure.ac:
189           In the output at the end, don't show the first plugin on the same
190           line as "Core plug-ins, always built:".
191           Indent the output as for other plugin categories
192         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
193           #define that can be used to not use peer buffer_alloc functions for
194           test purposes.
195         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
196         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
197         (gst_ximagesink_show_frame):
198         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
199         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
200         (gst_xvimagesink_show_frame):
201           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
202           fails gracefully instead of XError aborting or deadlocking.
203
204 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
205
206         * ext/libvisual/Makefile.am:
207           link against gst-base-libs
208
209 2005-09-06  David Schleef  <ds@schleef.org>
210
211         * configure.ac: Enable libvisual plugin.
212         * ext/libvisual/Makefile.am:
213         * ext/libvisual/visual.c: Fixes to make it compile.
214
215 === release 0.9.2 ===
216
217 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
218
219         * NEWS:
220         * RELEASE:
221         * configure.ac:
222         * docs/random/ChangeLog-0.8:
223           releasing 0.9.2, "Spoon"
224
225 2005-09-05  Michael Smith <msmith@fluendo.com>
226
227         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
228           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
229           that in the vorbisenc element.
230
231 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
232
233         * common/gtk-doc-plugins.mak:
234         * docs/plugins/Makefile.am:
235           fix distcheck
236         * gst/audioresample/resample.c:
237           fix wrong docstring
238
239 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
240
241         * common/gst-xmlinspect.py:
242         * common/gtk-doc-plugins.mak:
243           only inspect plugins for this given package
244           require gst-python 0.9
245
246 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
247
248         * Makefile.am:
249         * autogen.sh:
250         * common/gst-xmlinspect.py:
251         * configure.ac:
252         * docs/Makefile.am:
253         * docs/plugins/inspect/plugin-alsa.xml:
254         * docs/plugins/inspect/plugin-audioresample.xml:
255         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
256         * docs/plugins/inspect/plugin-ogg.xml:
257         * docs/plugins/tmpl/element-gnomevfssink.sgml:
258         * docs/plugins/tmpl/element-multifdsink.sgml:
259         * docs/plugins/tmpl/element-tcpserversink.sgml:
260         * docs/plugins/tmpl/element-vorbisenc.sgml:
261         * gst-plugins-base.spec.in:
262           various doc-related updates
263
264 2005-08-31  Wim Taymans  <wim@fluendo.com>
265
266         * gst-libs/gst/audio/gstbaseaudiosink.c:
267         (gst_base_audio_sink_render):
268         Resync if the buffer timestamps drift more than a 10th 
269         of a second.
270
271 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
272
273         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
274         (gst_v4lsrc_get_property):
275           The 'timestamp-offset' property is registered as an int64, so
276           let's use g_value_{set|get}_int64() in our setter and getter
277           functions (makes it work and fixes warnings with gst-inspect).
278
279 2005-08-30  Wim Taymans  <wim@fluendo.com>
280
281         * check/elements/audioconvert.c: (setup_audioconvert):
282         * check/elements/audioresample.c: (setup_audioresample):
283         * check/elements/volume.c: (setup_volume):
284         Fix checks.
285
286 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
287
288         * common/gtk-doc-plugins.mak:
289         * common/plugins.xsl:
290         * docs/plugins/Makefile.am:
291           make module a param
292
293 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
294
295         * examples/seeking/seek.c: (make_mp3_pipeline),
296         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
297         (play_cb), (pause_cb), (stop_cb):
298           update the example
299
300 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
301
302         * gst/volume/gstvolume.c: (gst_volume_class_init),
303         (volume_transform):
304           do not update controlled params, if buffer has no timestamp
305
306 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
307
308         * configure.ac:
309         * gst/sine/Makefile.am:
310         * gst/volume/Makefile.am:
311           controllerized elements also need to link against controller-libs ;)
312
313 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
314
315         * docs/libs/tmpl/gstcolorbalance.sgml:
316         * docs/libs/tmpl/gstgconf.sgml:
317         * docs/libs/tmpl/gstmixer.sgml:
318         * docs/libs/tmpl/gstringbuffer.sgml:
319         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
320         (gst_sinesrc_create):
321         * gst/volume/gstvolume.c: (gst_volume_class_init),
322         (volume_transform):
323           controllerized two audio plugins
324
325 2005-08-29  Andy Wingo  <wingo@pobox.com>
326
327         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
328         (vorbis_handle_data_packet): Fix some int overflow errors.
329
330         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
331         -1.
332         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
333         valid.
334         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
335         if it's valid. Fixed streaming-mode playback.
336
337         * check/elements/volume.c (cleanup_volume): Fix for running
338         CK_FORK=no.
339
340         * check/elements/audioconvert.c: Convert from native endian, not
341         little endian.
342
343 2005-08-29  Michael Smith <msmith@fluendo.com>
344
345         * ext/ogg/Makefile.am:
346         * ext/ogg/gstogg.c: (plugin_init):
347         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
348         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
349         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
350         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
351         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
352         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
353         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
354         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
355         Add an ogg parser element.
356
357 2005-08-28  Andy Wingo  <wingo@pobox.com>
358
359         * Updates for two-arg init from GST_BOILERPLATE_FULL.
360
361 2005-08-26  Wim Taymans  <wim@fluendo.com>
362
363         * gst/audioconvert/audioconvert.c: (if), (float),
364         (audio_convert_get_func_index), (check_default),
365         (audio_convert_clean_fmt), (audio_convert_prepare_context),
366         (audio_convert_clean_context), (audio_convert_get_sizes),
367         (audio_convert_convert):
368         Cleanups.
369
370 2005-08-26  Wim Taymans  <wim@fluendo.com>
371
372         * gst/audioconvert/audioconvert.c: (if), (float),
373         (audio_convert_get_func_index), (check_default),
374         (audio_convert_clean_fmt), (audio_convert_prepare_context),
375         (audio_convert_clean_context), (audio_convert_get_sizes),
376         (audio_convert_convert):
377         More elegant and working temp buffer selection algo.
378
379 2005-08-26  Wim Taymans  <wim@fluendo.com>
380
381         * gst/audioconvert/audioconvert.c: (if), (float),
382         (audio_convert_get_func_index), (check_default),
383         (audio_convert_clean_fmt), (audio_convert_prepare_context),
384         (audio_convert_clean_context), (audio_convert_get_sizes),
385         (get_temp_buffer), (audio_convert_convert):
386         Use realloc else we lose our original data.
387
388 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
389
390         * gst/audioresample/gstaudioresample.c:
391           use base class' newsegment to properly timestamp
392
393 2005-08-26  Wim Taymans  <wim@fluendo.com>
394
395         * gst/audioconvert/audioconvert.c: (if), (float),
396         (audio_convert_get_func_index), (check_default),
397         (audio_convert_clean_fmt), (audio_convert_prepare_context),
398         (audio_convert_clean_context), (audio_convert_get_sizes),
399         (get_temp_buffer), (audio_convert_convert):
400         * gst/audioconvert/gstaudioconvert.c:
401         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
402         (gst_audio_convert_transform_caps),
403         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
404         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
405         Oops, allocate enough space to perform the channel mix.
406
407 2005-08-26  Wim Taymans  <wim@fluendo.com>
408
409         * gst/audioconvert/Makefile.am:
410         * gst/audioconvert/audioconvert.c: (if), (float),
411         (audio_convert_get_func_index), (check_default),
412         (audio_convert_clean_fmt), (audio_convert_prepare_context),
413         (audio_convert_clean_context), (audio_convert_get_sizes),
414         (get_temp_buffer), (audio_convert_convert):
415         * gst/audioconvert/audioconvert.h:
416         * gst/audioconvert/gstaudioconvert.c:
417         (gst_audio_convert_class_init), (gst_audio_convert_init),
418         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
419         (gst_audio_convert_get_unit_size),
420         (gst_audio_convert_transform_caps),
421         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
422         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
423         * gst/audioconvert/gstaudioconvert.h:
424         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
425         (gst_channel_mix_fill_identical),
426         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
427         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
428         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
429         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
430         (gst_channel_mix_mix):
431         * gst/audioconvert/gstchannelmix.h:
432         Cleanups, librarify a bit, optimize, better negotiation and more.
433
434 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
435
436         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
437         Another from MikeS:
438         During typefinding, don't support negative offsets
439         (offsets from the end of the stream) in our typefind->peek() function
440         - nothing embedded in ogg ever needs them. However, we need to recognise
441         those requests and reject them, otherwise we return invalid pointers.
442
443 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
444
445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
446         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
447         (vorbisdec_finalize), (vorbis_handle_type_packet):
448           Big shout-out to MikeS for fixing this giant memory leak.
449           Huzzah!
450
451 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
452
453         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
454         (audio_convert_get_unit_size):
455           plug some leaks
456
457 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
458
459         * check/Makefile.am:
460         * check/elements/audioconvert.c: (setup_audioconvert),
461         (cleanup_audioconvert), (get_int_caps), (verify_convert),
462         (GST_START_TEST), (audioconvert_suite), (main):
463           add a test for audioconvert
464         * gst/audioresample/gstaudioresample.c:
465         * gst/audioresample/gstaudioresample.h:
466           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
467           note that for buffers of 1/3 sec this means DURATION(c) is 
468           one nanosecond more than for a and b
469
470 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
471
472         * check/Makefile.am:
473         * check/elements/audioresample.c: (setup_audioresample),
474         (cleanup_audioresample), (fail_unless_perfect_stream),
475         (test_perfect_stream_instance), (GST_START_TEST),
476           add a check for audioresample
477         (audioresample_suite), (main):
478         * check/elements/volume.c: (GST_START_TEST):
479           remove unused method
480         * gst/audioresample/gstaudioresample.c:
481           set correct buffer parameters since we're changing them
482         * gst/audioresample/resample_ref.c: (resample_scale_ref):
483           add some debug
484
485 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
486
487         * gst/audioresample/debug.c:
488         * gst/audioresample/gstaudioresample.c:
489           add room for extra overlap samples when asked to transform size
490           protect against possible mem corruption and check for discrepancies
491           between written size and outbuffer's size so we can warn for
492           potential problems
493         * gst/audioresample/resample.c: (resample_init),
494         (resample_get_output_size_for_input), (resample_get_output_size),
495         (resample_set_n_channels), (resample_set_format):
496           set debug level based on RESAMPLE_DEBUG env var
497           make sure that get_output_size* returns a whole number of
498           sample_size
499           set sample_size each time either channel or format is set
500         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
501         * gst/audioresample/resample_functable.c:
502         (resample_scale_functable):
503         * gst/audioresample/resample_ref.c: (resample_scale_ref):
504           remove r->sample_size, it's done in resample.c now
505           add some debugging to the ref implementation
506           make sure we only give back bytes that are wholes of the sample
507           size
508
509 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
510         * gst/playback/gstplaybasebin.c: (fill_buffer):
511         Revert unpopular change for GST_MESSAGE_SRC to GObject.
512
513 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
514
515         * gst/volume/gstvolume.c:
516           made set_caps function static
517
518 2005-08-24  Wim Taymans  <wim@fluendo.com>
519
520         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
521         (gst_vorbisenc_change_state):
522         Stop leaking taglists.
523
524 2005-08-24  Wim Taymans  <wim@fluendo.com>
525
526         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
527         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
528         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
529         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
530         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
531         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
532         Parse seeking events better.
533         Unref static caps.
534         Generate correct newsegment events, fixes seeking in live oggs.
535
536         * ext/theora/theoradec.c: (theora_dec_src_query),
537         (theora_dec_src_event), (theora_dec_src_getcaps),
538         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
539         Use newsegment values to report correct play time.
540
541         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
542         (vorbis_dec_src_event), (vorbis_dec_sink_event):
543         * ext/vorbis/vorbisdec.h:
544         Parse and use newsegment values to report correct play time.
545
546         * gst-libs/gst/audio/gstbaseaudiosink.c:
547         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
548         Clear ringbuffer on flush.
549         Use newsegment values to calculate playback time.
550
551         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
552         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
553         Basesink does newsegment calculations for us now.
554
555 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
556
557         * check/Makefile.am:
558         * configure.ac:
559           add core's plugins to the mix so that playbin works
560         * check/generic/states.c: (GST_START_TEST):
561           set a 0 timeout on pipelines, so they don't force the next
562           state change
563         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
564         (gst_play_base_bin_change_state):
565           remove the crappy error handling and do GST error handling
566
567 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
568
569         * check/Makefile.am:
570         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
571           add same test as to core, it bitches out on playbin atm.
572
573 2005-08-24  Wim Taymans  <wim@fluendo.com>
574
575         * configure.ac:
576         Remove audioscale.
577
578 2005-08-24  Wim Taymans  <wim@fluendo.com>
579
580         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
581         (gst_videoscale_prepare_size), (parse_caps),
582         (gst_videoscale_set_caps), (gst_videoscale_get_size),
583         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
584         (gst_videoscale_transform):
585         * gst/videoscale/gstvideoscale.h:
586         Refactor, make use of BaseTranform really well.
587
588 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
589
590         * configure.ac:
591           compile audioresample
592         * gst/audioresample/Makefile.am:
593         * gst/audioresample/buffer.c:
594         * gst/audioresample/functable.c:
595         * gst/audioresample/gstaudioresample.c:
596         * gst/audioresample/gstaudioresample.h:
597         * gst/audioresample/resample.c:
598         (resample_get_output_size_for_input):
599         * gst/audioresample/resample.h:
600         * gst/audioresample/resample_chunk.c:
601         * gst/audioresample/resample_functable.c:
602         * gst/audioresample/resample_ref.c:
603           port to use basetransform; doesn't work in all cases yet
604
605 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
606
607         * gst/audioconvert/gstaudioconvert.c:
608         (gst_audio_convert_class_init), (gst_audio_convert_init),
609         (audio_convert_get_unit_size), (audio_convert_transform_caps),
610         (audio_convert_fixate_caps), (audio_convert_set_caps),
611         (audio_convert_transform),
612         (gst_audio_convert_buffer_to_default_format),
613         (gst_audio_convert_buffer_from_default_format),
614         (gst_audio_convert_channels):
615         * gst/audioconvert/gstchannelmix.c:
616         * gst/audioconvert/gstchannelmix.h:
617           port to basetransform
618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
619         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
620         (gst_ffmpegcsp_get_unit_size):
621         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
622         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
623           fix for basetransform changes
624
625 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
626
627         * check/Makefile.am:
628           Add CHECK_CFLAGS and LDFLAGS
629
630         * gst/playback/gstplaybasebin.c: (fill_buffer):
631           GST_MESSAGE_SRC became a GObject
632
633 2005-08-24  Wim Taymans  <wim@fluendo.com>
634
635         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
636         (gst_ring_buffer_clear_all):
637         * gst-libs/gst/audio/gstringbuffer.h:
638         Added function to clear the ringbuffer.
639
640 2005-08-24  Andy Wingo  <wingo@pobox.com>
641
642         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
643         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
644         of _open and _close.
645
646         * sys/v4l/gstv4lxoverlay.h:
647         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
648         an Xv connection here, instead of all the time. Make Xv only be
649         loaded if you axe for it. Kindof a workaround for buggy behaviour
650         of Xv when using remote xservers (XvQueryExtension would block).
651         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
652         replace the _open and _close public API. Only start the xv
653         connection if necessary.
654         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
655
656 2005-08-23  David Schleef  <ds@schleef.org>
657
658         * gst/audioresample/Makefile.am: Leet audioresampling code
659         * gst/audioresample/buffer.c:
660         * gst/audioresample/buffer.h:
661         * gst/audioresample/debug.c:
662         * gst/audioresample/debug.h:
663         * gst/audioresample/functable.c:
664         * gst/audioresample/functable.h:
665         * gst/audioresample/gstaudioresample.c:
666         * gst/audioresample/gstaudioresample.h:
667         * gst/audioresample/resample.c:
668         * gst/audioresample/resample.h:
669         * gst/audioresample/resample_chunk.c:
670         * gst/audioresample/resample_functable.c:
671         * gst/audioresample/resample_ref.c:
672
673 2005-08-23  Wim Taymans  <wim@fluendo.com>
674
675         * examples/seeking/seek.c: (make_vorbis_pipeline),
676         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
677         Small seek updates.
678
679 2005-08-23  Andy Wingo  <wingo@pobox.com>
680
681         * gst-libs/gst/audio/gstbaseaudiosrc.c
682         (gst_base_audio_src_fixate): Only fixate endianness if it is
683         present in the caps.
684
685 2005-08-22  Andy Wingo  <wingo@pobox.com>
686
687         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
688         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
689         device-name property.
690
691         * gst-libs/gst/audio/gstaudiosrc.h:
692         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
693         close_device in the ring buffer, like gstaudiosink.
694
695         * ext/alsa/gstalsamixer.h:
696         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
697         macro to implement the interface without much code. Cleanups. 
698
699         * ext/alsa/gstalsasrc.h:
700         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
701         READY.
702
703         * ext/alsa/Makefile.am: Add new files.
704         * ext/alsa/gstalsamixerelement.c: 
705         * ext/alsa/gstalsamixerelement.c: Split element code out from
706         mixer code so that alsasrc can be a mixer too.
707
708 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
709
710         * check/elements/volume.c: (setup_volume), (cleanup_volume),
711         (GST_START_TEST):
712         * check/elements/vorbisdec.c: (setup_vorbisdec),
713         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
714         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
715         (vorbis_handle_identification_packet),
716         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
717         (vorbis_handle_header_packet), (vorbis_dec_push),
718         (vorbis_dec_chain):
719           use the setup/teardown methods to save code.  save code is good.
720
721 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
722
723         * check/Makefile.am:
724           add ext dir for plugins
725           add vorbisdec test conditionally
726         * check/elements/volume.c: (setup_volume), (cleanup_volume),
727         (GST_START_TEST), (volume_suite):
728           add a test with wrong caps
729         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
730         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
731           add a vorbisdec test
732         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
733         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
734           clean up debug output
735         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
736           yay, fix a segfault/security issue in vorbisdec
737           gst-launch fakesrc ! vorbisdec wasn't happy
738         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
739         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
740         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
741         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
742         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
743         (gst_vorbisenc_set_metadata), (get_constraints_string),
744         (update_start_message), (gst_vorbisenc_setup),
745         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
746         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
747         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
748         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
749         * ext/vorbis/vorbisenc.h:
750           march in line
751         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
752         (gst_ffmpegcsp_transform):
753           have the kow come home
754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
755           debug my func ptr
756         * gst/volume/gstvolume.c: (volume_set_caps):
757           add a debug
758
759 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
760
761         * Makefile.am:
762         * check/.cvsignore:
763         * check/Makefile.am:
764         * check/elements/.cvsignore:
765         * check/elements/volume.c: (chain_func), (event_func),
766         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
767         (main):
768         * configure.ac:
769           add unit test structure for gst-plugins-base
770           add a test for volume
771         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
772         (gst_volume_set_volume), (gst_volume_get_volume),
773         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
774         (volume_funcfind), (volume_process_float), (volume_process_int16),
775         (volume_set_caps), (volume_transform), (volume_update_mute),
776         (volume_update_volume), (volume_set_property),
777         (volume_get_property):
778           document a little; use basetransform vmethod _set_caps
779
780 2005-08-19  Andy Wingo  <wingo@pobox.com>
781
782         * ext/alsa/gstalsamixertrack.h:
783         * ext/alsa/gstalsamixertrack.c:
784         * ext/alsa/gstalsamixeroptions.h:
785         * ext/alsa/gstalsamixeroptions.c:
786         * ext/alsa/gstalsamixer.h:
787         * ext/alsa/gstalsamixer.c: Port to 0.9.
788
789         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
790         Remove gstalsa.c and alsaclock. No more cruft here.
791         
792 2005-08-18  Wim Taymans  <wim@fluendo.com>
793
794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
795         (gst_base_rtp_depayload_chain),
796         (gst_base_rtp_depayload_add_to_queue),
797         (gst_base_rtp_depayload_push),
798         (gst_base_rtp_depayload_queue_release):
799         * gst-libs/gst/rtp/gstbasertpdepayload.h:
800         Fix for RTPBuffer changes.
801
802         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
803         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
804         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
805         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
806         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
807         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
808         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
809         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
810         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
811         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
812         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
813         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
814         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
815         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
816         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
817         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
818         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
819         (gst_rtpbuffer_get_payload):
820         * gst-libs/gst/rtp/gstrtpbuffer.h:
821         Don't subclass GstBuffer but add methods and helper functions
822         to construct and manipulate RTP packets in regular GstBuffers.
823
824 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
825
826         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
827           moved statement below switch
828         * gst/volume/gstvolume.c: (gst_volume_class_init):
829           added debug ptr
830
831 2005-08-16  Wim Taymans  <wim@fluendo.com>
832
833         * gst-libs/gst/audio/gstbaseaudiosrc.c:
834         (gst_base_audio_src_change_state):
835         Open and close device in READY<->NULL state change.
836
837 2005-08-16  Andy Wingo  <wingo@pobox.com>
838
839         * examples/seeking/Makefile.am: Don't compile non-compiling
840         compiled objects with the compiler.
841
842         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
843         elements.
844
845 2005-08-12  Philippe Khalaf <burger@speedy.org>
846         * gst-libs/gst/rtp/gstbasertpdepayload.c:
847         * gst-libs/gst/rtp/gstbasertpdepayload.h:
848           Made a thread to release the queue.
849           Removed timestamp conversion for now.
850
851 2005-08-10  Philippe Khalaf <burger@speedy.org>
852         * gst-libs/gst/rtp/gstbasertpdepayload.c:
853         * gst-libs/gst/rtp/gstbasertpdepayload.h:
854           Added rtp timestamp -> gst timestamp conversion.
855           Fixed several problems with queue.
856
857 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
858
859         * gst-libs/gst/audio/gstaudioclock.h:
860         * gst-libs/gst/audio/gstaudiofilter.h:
861         * gst-libs/gst/audio/gstaudiosink.h:
862         * gst-libs/gst/audio/gstaudiosrc.h:
863         * gst-libs/gst/audio/gstbaseaudiosink.h:
864         * gst-libs/gst/audio/gstbaseaudiosrc.h:
865         * gst-libs/gst/audio/gstringbuffer.h:
866         * gst-libs/gst/net/gstnetbuffer.h:
867         * gst-libs/gst/rtp/gstbasertpdepayload.h:
868         * gst-libs/gst/rtp/gstrtpbuffer.h:
869           Add padding (you will need to rebuild gst-plugins-base,
870           gst-plugins and all applications afterwards!)
871
872 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
873
874         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
875         (gst_riff_parse_chunk):
876           Fix bug in debug message and add some more debug messages.
877
878 2005-08-08  Edward Hervey  <edward@fluendo.com>
879
880         * gst-libs/gst/riff/riff-media.c:
881         backported updates since branch
882
883 2005-08-08  Andy Wingo  <wingo@pobox.com>
884
885         * gst-libs/gst/audio/gstbaseaudiosink.c
886         (gst_base_audio_sink_change_state): Open the device in NULL->READY
887         like good elements should. Close on READY->NULL too.
888
889         * gst-libs/gst/audio/gstaudiosink.c
890         (gst_audioringbuffer_open_device,
891         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
892         (gst_audioringbuffer_release): Updates for new ring buffer API,
893         hook into the new audio sink api.
894
895         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
896         (GstAudioSinkClass.close): Just open and close the device -- no
897         resource allocation or configuration.
898         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
899         vmethods, handle device setup and resource allocation.
900
901         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
902         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
903         base class API.
904
905         * gst-libs/gst/audio/gstringbuffer.h
906         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
907         New vmethods.
908
909         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
910         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
911         New API functions. The device should be opened before acquiring
912         and closed after releasing.
913
914 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
915
916         * gst-libs/gst/interfaces/mixer.h:
917           Reset padding to GST_PADDING.
918
919 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
920
921         * gst/playback/gstplaybin.c: (remove_sinks):
922           Remove visualization from parent explicitely; works around some
923           apparent refcount issue that I haven't tracked down yet.
924
925 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
926
927         * ext/alsa/gstalsasink.c: (set_hwparams):
928           Assign debug category, add negotiation debug msgs.
929
930 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
931
932         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
933           Fix error code for file-not-found to NOT_FOUND.
934
935 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
936
937         * common/gtk-doc-plugins.mak:
938         * docs/plugins/Makefile.am:
939         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
940         * docs/plugins/gst-plugins-base-plugins-sections.txt:
941           renamed to actual element names, so much nicer to look at
942         * docs/plugins/tmpl/gstmultifdsink.sgml:
943           remove
944         * docs/plugins/tmpl/multifdsink.sgml:
945         * docs/plugins/tmpl/tcpserversink.sgml:
946           add
947         * ext/alsa/gstalsa.c:
948         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
949         * ext/ogg/gstoggmux.c:
950         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
951         * gst/playback/gstdecodebin.c:
952         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
953         * gst/tcp/gsttcpserversink.c:
954           various fixes and documentation additions
955
956 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
957
958         * common/Makefile.am:
959         * common/gstdoc-scangobj:
960         * common/gtk-doc-plugins.mak:
961         * common/gtk-doc.mak:
962           add a custom scangobj that uses the registry
963           add a custom gtk-doc-plugins.mak that uses it
964           some doc build fixes
965         * configure.ac:
966         * docs/Makefile.am:
967         * docs/plugins/Makefile.am:
968         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
969         * docs/plugins/gst-plugins-base-plugins-sections.txt:
970         * docs/plugins/gst-plugins-base-plugins.types:
971         * docs/plugins/tmpl/gstmultifdsink.sgml:
972           add docs for one element, multifdsink
973         * gst/adder/gstadder.h:
974         * gst/volume/gstvolume.h:
975           don't privatize enum
976         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
977         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
978         (gst_sync_method_get_type), (gst_client_status_get_type),
979         (gst_multifdsink_class_init),
980         (gst_multifdsink_client_queue_buffer),
981         (gst_multifdsink_handle_client_write):
982         * gst/tcp/gstmultifdsink.h:
983         * gst/tcp/gsttcp.h:
984         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
985         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
986         (gst_tcpclientsink_render):
987         * gst/tcp/gsttcpclientsink.h:
988         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
989         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
990         (gst_tcpclientsrc_start):
991         * gst/tcp/gsttcpclientsrc.h:
992         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
993         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
994         * gst/tcp/gsttcpserversrc.h:
995         * gst/typefind/gsttypefindfunctions.c:
996           remove superfluous Type stuff
997
998 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
999
1000         * gst/playback/gstplaybin.c: (gen_video_element):
1001           Enable videoscale.
1002
1003 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1004
1005         * gst-libs/gst/gconf/gconf.c:
1006         * gst-libs/gst/gconf/gconf.h:
1007           Fix some Andy Problem [tm].
1008
1009 2005-08-04  Andy Wingo  <wingo@pobox.com>
1010
1011         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
1012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
1013         (gst_ffmpegcsp_get_size): Adapt to API changes.
1014
1015         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
1016         Implement an in-place do-nothing transform.
1017
1018 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1019
1020         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
1021         (gst_ximagesink_renegotiate_size):
1022           Do not set new window sizes yet if we prepare a new buffer size
1023           for upstream renegotiation (software scaling) at some point in the
1024           future, because this new size waqs not actually accepted yet. Once
1025           accepted, renegotiation later on will set the new sizes just fine.
1026           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
1027           embedding testcase.
1028
1029 2005-08-03  Andy Wingo  <wingo@pobox.com>
1030
1031         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
1032         (gst_ximagesink_buffer_alloc): 
1033         Protect the height, width, and desired_caps with the pool_lock.
1034         Fixes videotestsrc ! queue ! ximagesink.
1035
1036 2005-08-02  Edward Hervey  <edward@fluendo.com>
1037
1038         * gst/volume/gstvolume.c:
1039         include left from controller cleanup
1040
1041 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
1042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
1043           Stop collectpads before calling the parent state
1044           change function on PAUSED->READY.
1045
1046 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
1047         * configure.ac:
1048           When testing for X libs, use the X CFlags 
1049         * gst/adder/gstadder.c: (gst_adder_change_state):
1050           Stop the collectpads before calling parent state change function
1051           on PAUSED->READY, otherwise we deadlock deactivating pads.
1052
1053 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
1054
1055         * configure.ac:
1056         * docs/libs/tmpl/gstcolorbalance.sgml:
1057         * docs/libs/tmpl/gstmixer.sgml:
1058         * examples/Makefile.am:
1059         * gst/sine/Makefile.am:
1060         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
1061         (gst_sinesrc_set_property), (plugin_init):
1062         * gst/sine/gstsinesrc.h:
1063         * gst/volume/Makefile.am:
1064         * gst/volume/gstvolume.c: (gst_volume_set_volume),
1065         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
1066         (volume_process_float), (volume_process_int16),
1067         (volume_set_property), (plugin_init):
1068         * gst/volume/gstvolume.h:
1069           deactivate and remove dparams (libgstcontrol)
1070
1071 2005-07-29  Wim Taymans  <wim@fluendo.com>
1072
1073         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
1074         Convert me to BaseTransform!! help..
1075
1076 2005-07-29  Andy Wingo  <wingo@pobox.com>
1077
1078         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
1079         sinks.
1080
1081         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
1082         support of both endiannesses.
1083
1084 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1085
1086         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
1087           Fix confusing debug message (s/event/query/)
1088
1089 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
1090
1091         * gst/videotestsrc/videotestsrc.h:
1092           Use "_stdint.h" instead of <stdint.h>
1093
1094 2005-07-27  Wim Taymans  <wim@fluendo.com>
1095
1096         * ext/vorbis/Makefile.am:
1097         Revert wrong commit.
1098
1099 2005-07-27  Wim Taymans  <wim@fluendo.com>
1100
1101         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
1102         More compilation fixen.
1103
1104 2005-07-27  Wim Taymans  <wim@fluendo.com>
1105
1106         * gst-libs/gst/audio/gstbaseaudiosink.c:
1107         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
1108         (gst_base_audio_sink_create_ringbuffer),
1109         (gst_base_audio_sink_change_state):
1110         Fix compilation.
1111
1112 2005-07-27  Wim Taymans  <wim@fluendo.com>
1113
1114         * examples/seeking/seek.c: (setup_dynamic_link),
1115         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
1116         (query_positions_elems), (query_positions_pads), (do_seek):
1117         Update seek example.
1118
1119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1120         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
1121         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
1122         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1123         (gst_ogg_demux_handle_event),
1124         (gst_ogg_demux_deactivate_current_chain),
1125         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1126         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1127         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
1128         (gst_ogg_demux_loop):
1129         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
1130         * ext/theora/theoradec.c: (theora_dec_src_event),
1131         (theora_dec_src_getcaps), (theora_dec_sink_event),
1132         (theora_dec_push), (theora_dec_chain):
1133         * ext/vorbis/Makefile.am:
1134         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
1135         (vorbis_dec_sink_event), (vorbis_dec_push),
1136         (vorbis_handle_data_packet):
1137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
1138         (gst_vorbisenc_chain):
1139         * gst/playback/gststreaminfo.c: (cb_probe):
1140         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
1141         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1142         * gst/videoscale/gstvideoscale.c:
1143         (gst_videoscale_handle_src_event):
1144         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
1145         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
1146         (gst_ximagesink_navigation_send_event):
1147         * sys/xvimage/xvimagesink.c:
1148         (gst_xvimagesink_navigation_send_event):
1149         Various event updates and cleanups
1150
1151 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1152
1153         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
1154           Fix segfault for I420/YV12.
1155
1156 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1157
1158         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
1159           Report bitrate.
1160
1161 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1162
1163         * gst/playback/gstplaybin.c: (gen_video_element),
1164         (gen_audio_element):
1165           Switch to auto*sink elements as default sinks; add volume element
1166           so that volume control in totem works.
1167
1168 2005-07-21  Wim Taymans  <wim@fluendo.com>
1169
1170         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
1171         * gst/playback/gstplaybin.c: (setup_sinks),
1172         (gst_play_bin_change_state):
1173         Refcount fix and more comments.
1174
1175 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1176
1177         * sys/ximage/Makefile.am:
1178         * sys/ximage/ximage.c: (plugin_init):
1179         * sys/ximage/ximagesink.c:
1180         Prepare for adding ximagesrc, rename of plugin to ximage etc.
1181         
1182
1183 2005-07-21  Wim Taymans  <wim@fluendo.com>
1184
1185         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
1186         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1187         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1188         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1189         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1190         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
1191         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
1192         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
1193         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
1194         Generate correct disconts for live chained oggs.
1195
1196         * gst-libs/gst/audio/gstbaseaudiosink.c:
1197         (gst_base_audio_sink_render),
1198         (gst_base_audio_sink_create_ringbuffer),
1199         (gst_base_audio_sink_change_state):
1200         Handle discont math correctly.
1201
1202         * gst/playback/gstplaybin.c: (add_sink):
1203         Some small debug cleanup.
1204
1205 2005-07-21  Wim Taymans  <wim@fluendo.com>
1206
1207         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
1208         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
1209         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
1210         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
1211         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
1212         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
1213         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
1214         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
1215         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
1216         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
1217         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
1218         (gst_ogg_demux_change_state), (gst_ogg_print):
1219         Reorganize code to send the right disconts when in streaming
1220         mode.
1221
1222 2005-07-20  Andy Wingo  <wingo@pobox.com>
1223
1224         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
1225         fix (?), fixes a seggie mcfalterson (#310894).
1226
1227 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1228
1229         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
1230         (gst_ogg_mux_set_header_on_caps):
1231         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
1232         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
1233         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
1234         * gst-libs/gst/audio/multichannel.c:
1235         (gst_audio_set_channel_positions),
1236         (gst_audio_set_structure_channel_positions_list):
1237         * gst/playback/gstdecodebin.c: (dynamic_create):
1238         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
1239         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
1240           Fixes for API changes in core.
1241
1242 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1243
1244         * gst/playback/gstplaybasebin.c: (fill_buffer):
1245           Use _new_custom() so we can set custom message types for buffering
1246           messages.
1247
1248 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1249
1250         * configure.ac:
1251         * gst-libs/gst/Makefile.am:
1252         * gst-libs/gst/gconf/.cvsignore:
1253         * gst-libs/gst/gconf/Makefile.am:
1254         * gst-libs/gst/gconf/test-gconf.c:
1255         * pkgconfig/Makefile.am:
1256         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
1257         * pkgconfig/gstreamer-gconf.pc.in:
1258           Remove gconf stuff, use gconf elements instead from now on.
1259
1260 2005-07-20  Wim Taymans  <wim@fluendo.com>
1261
1262         * gst-libs/gst/audio/TODO:
1263         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1264         (gst_audio_clock_get_internal_time):
1265         * gst-libs/gst/audio/gstaudioclock.h:
1266         * gst-libs/gst/audio/gstbaseaudiosink.c:
1267         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1268         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
1269         (gst_base_audio_sink_render),
1270         (gst_base_audio_sink_create_ringbuffer),
1271         (gst_base_audio_sink_change_state):
1272         Make sure the audio clock always returns an increasing value.
1273
1274 2005-07-19  Andy Wingo  <wingo@pobox.com>
1275
1276         * gst/videotestsrc/: Cleanups.
1277
1278 2005-07-19  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
1281         Better debugging.
1282
1283 2005-07-19  Wim Taymans  <wim@fluendo.com>
1284
1285         * examples/seeking/seek.c: (make_dv_pipeline),
1286         (make_vorbis_theora_pipeline), (query_rates),
1287         (query_positions_elems), (query_positions_pads), (do_seek):
1288         Make correct DV pipeline.
1289
1290 2005-07-18  Andy Wingo  <wingo@pobox.com>
1291
1292         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
1293         default. Also because it's the only thing that really works. (This
1294         is used in the GConf elements).
1295         Use AS_LIBTOOL_TAGS.
1296
1297 2005-07-18  Wim Taymans  <wim@fluendo.com>
1298
1299         * gst/playback/gstdecodebin.c: (remove_element_chain):
1300         * gst/playback/gstplaybin.c: (add_sink):
1301         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1302         (gst_stream_info_set_mute):
1303         * gst/playback/gststreamselector.c:
1304         (gst_stream_selector_get_linked_pad),
1305         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
1306         More leak and compile fixes.
1307
1308 2005-07-18  Wim Taymans  <wim@fluendo.com>
1309
1310         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1311         (query_rates), (query_positions_elems), (query_positions_pads),
1312         (do_seek), (seek_cb), (stop_seek):
1313         Updated seek example. 
1314
1315         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
1316         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
1317         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
1318         * gst/playback/gstplaybin.c: (add_sink):
1319         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
1320         (gst_stream_info_set_mute):
1321         Some refcount leak fixes.
1322
1323 2005-07-16  Wim Taymans  <wim@fluendo.com>
1324
1325         * gst-libs/gst/audio/gstbaseaudiosink.c:
1326         (gst_base_audio_sink_render):
1327         Align samples even if we have roundoff errors in the 
1328         timestamp conversion.
1329
1330 2005-07-16  Wim Taymans  <wim@fluendo.com>
1331
1332         * docs/libs/tmpl/gstringbuffer.sgml:
1333         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
1334         (query_rates), (query_positions_elems), (query_positions_pads),
1335         (update_scale), (do_seek):
1336         Updated seek example.
1337
1338         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1339         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
1340         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
1341         (gst_ogg_demux_loop):
1342         Push out correct discont values.
1343
1344         * ext/theora/theoradec.c: (theora_dec_src_convert),
1345         (theora_dec_sink_convert), (theora_dec_src_getcaps),
1346         (theora_dec_sink_event), (theora_handle_type_packet),
1347         (theora_handle_header_packet), (theora_dec_push),
1348         (theora_handle_data_packet), (theora_dec_chain),
1349         (theora_dec_change_state):
1350         Better timestamping.
1351
1352         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
1353         (vorbis_dec_sink_event), (vorbis_dec_push),
1354         (vorbis_handle_data_packet), (vorbis_dec_chain):
1355         * ext/vorbis/vorbisdec.h:
1356         Better timestamping.
1357
1358         * gst-libs/gst/audio/gstbaseaudiosink.c:
1359         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
1360         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
1361         Handle syncing on timestamps instead of sample offsets. Make
1362         use of DISCONT values as described in design docs.
1363
1364         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1365         (gst_base_audio_src_get_time):
1366         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
1367         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
1368         (gst_ring_buffer_read):
1369         * gst-libs/gst/audio/gstringbuffer.h:
1370         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
1371         (gst_ximagesink_show_frame):
1372         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
1373         Correcly convert buffer timestamp to stream time.
1374
1375 2005-07-16  Wim Taymans  <wim@fluendo.com>
1376
1377         * gst/audioconvert/gstaudioconvert.c:
1378         (gst_audio_convert_get_buffer):
1379         Timestamp buffers correctly.
1380
1381         * gst/playback/gstplaybin.c: (gen_video_element):
1382         Make internal fakesink silent.
1383
1384 2005-07-15  Wim Taymans  <wim@fluendo.com>
1385
1386         * gst/ffmpegcolorspace/Makefile.am:
1387         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1388         (gst_ffmpegcsp_caps_remove_format_info),
1389         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
1390         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
1391         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
1392         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
1393         Ported ffmpegcolorspace to basetransform.
1394
1395         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
1396         * gst/volume/gstvolume.c: (volume_transform):
1397         Ported to new API.
1398
1399 2005-07-14  Wim Taymans  <wim@fluendo.com>
1400
1401         * gst/videotestsrc/Makefile.am:
1402         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
1403         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
1404         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
1405         (gst_videotestsrc_init), (gst_videotestsrc_event),
1406         (gst_videotestsrc_create), (gst_videotestsrc_start),
1407         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
1408         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
1409         (gst_videotestsrc_get_property):
1410         * gst/videotestsrc/gstvideotestsrc.h:
1411         Make videotestsrc a pushsrc.
1412
1413 2005-07-14  Wim Taymans  <wim@fluendo.com>
1414
1415         * gst/tcp/gstfdset.c: (gst_fdset_free):
1416         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1417         (gst_multifdsink_add), (gst_multifdsink_remove),
1418         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
1419         (gst_multifdsink_remove_client_link),
1420         (gst_multifdsink_client_queue_data),
1421         (gst_multifdsink_client_queue_caps),
1422         (gst_multifdsink_client_queue_buffer),
1423         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
1424         (gst_multifdsink_stop):
1425         * gst/tcp/gstmultifdsink.h:
1426         0.8 backporting.
1427
1428         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
1429         Also draw image when not from a pool.
1430
1431 2005-07-14  Wim Taymans  <wim@fluendo.com>
1432
1433         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
1434         (mute_stream), (silence_stream):
1435         Small debug additions.
1436
1437 2005-07-14  Wim Taymans  <wim@fluendo.com>
1438
1439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
1440         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
1441         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
1442         Better error recovery, ignore unconnected pads and
1443         non-fatal errors.
1444
1445 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1446
1447         * docs/libs/tmpl/gstaudio.sgml:
1448         * docs/libs/tmpl/gstcolorbalance.sgml:
1449         * docs/libs/tmpl/gstgconf.sgml:
1450         * docs/libs/tmpl/gstmixer.sgml:
1451         * docs/libs/tmpl/gstringbuffer.sgml:
1452         * docs/libs/tmpl/gsttuner.sgml:
1453         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1454         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1455         (gst_tcpclientsrc_class_init):
1456         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1457         (gst_tcpserversrc_class_init):
1458         * sys/v4l/gstv4lelement.c:
1459           more autistic cleanliness in functions/names/defines
1460
1461 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
1462
1463         * configure.ac:
1464           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
1465           added manually to each Makefile.am so we are sure it goes
1466           *last* and doesn't add -L flags before linking in libs of our
1467           own, like, say, internal .la libs, that then accidentally pick
1468           up the installed copy.
1469         * docs/libs/Makefile.am:
1470         * ext/alsa/Makefile.am:
1471         * ext/cdparanoia/Makefile.am:
1472         * ext/gnomevfs/Makefile.am:
1473         * ext/libvisual/Makefile.am:
1474         * ext/ogg/Makefile.am:
1475         * ext/theora/Makefile.am:
1476         * ext/vorbis/Makefile.am:
1477         * gst-libs/gst/video/Makefile.am:
1478         * gst/adder/Makefile.am:
1479         * gst/audioconvert/Makefile.am:
1480         * gst/audiorate/Makefile.am:
1481         * gst/audioscale/Makefile.am:
1482         * gst/ffmpegcolorspace/Makefile.am:
1483         * gst/playback/Makefile.am:
1484         * gst/sine/Makefile.am:
1485         * gst/subparse/Makefile.am:
1486         * gst/tags/Makefile.am:
1487         * gst/tcp/Makefile.am:
1488         * gst/typefind/Makefile.am:
1489         * gst/videorate/Makefile.am:
1490         * gst/videoscale/Makefile.am:
1491         * gst/videotestsrc/Makefile.am:
1492         * gst/volume/Makefile.am:
1493         * sys/v4l/Makefile.am:
1494         * sys/ximage/Makefile.am:
1495         * sys/xvimage/Makefile.am:
1496           adapt properly to this change. This should make sure that
1497           plugins and libs properly link to the as-yet-uninstalled
1498           copies of stuff like libgstinterfaces and libgstvideo
1499
1500 2005-07-13  Andy Wingo  <wingo@pobox.com>
1501
1502         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
1503         (gst_v4lsrc_fixate): Fixate on format as well.
1504
1505         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
1506         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
1507         buffer points to it.
1508         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
1509         rather just doing X calls ourselves. Also fixes a memleak.
1510
1511 2005-07-12  Andy Wingo  <wingo@pobox.com>
1512
1513         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
1514         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
1515         (gst_v4lsrc_create): Re-add the copy-mode property, default to
1516         TRUE to avoid deadlocks if an element holds on to our buffers.
1517
1518 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1519
1520         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1521         (gst_sinesrc_init), (gst_sinesrc_create),
1522         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
1523         (gst_sinesrc_start):
1524         * gst/sine/gstsinesrc.h:
1525           removing num-buffers property before moving it
1526
1527 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1528
1529         * configure.ac:
1530           use overridable ERROR_CFLAGS
1531         * docs/libs/gst-plugins-base-libs.types:
1532         * docs/libs/tmpl/gstringbuffer.sgml:
1533         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
1534         (gst_alsasink_class_init):
1535         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1536         (gst_alsasrc_class_init):
1537         * gst-libs/gst/audio/audio.h:
1538         * gst-libs/gst/audio/gstaudioclock.h:
1539         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1540         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
1541         (gst_audio_filter_link), (gst_audio_filter_init),
1542         (gst_audio_filter_chain), (gst_audio_filter_set_property),
1543         (gst_audio_filter_get_property),
1544         (gst_audio_filter_class_add_pad_templates):
1545         * gst-libs/gst/audio/gstaudiofilter.h:
1546         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1547         (gst_audio_filter_template_get_type),
1548         (gst_audio_filter_template_base_init),
1549         (gst_audio_filter_template_class_init),
1550         (gst_audio_filter_template_init),
1551         (gst_audio_filter_template_set_property),
1552         (gst_audio_filter_template_get_property), (plugin_init),
1553         (gst_audio_filter_template_setup),
1554         (gst_audio_filter_template_filter),
1555         (gst_audio_filter_template_filter_inplace):
1556         * gst-libs/gst/audio/gstaudiosink.c:
1557         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1558         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
1559         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1560         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1561         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
1562         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
1563         * gst-libs/gst/audio/gstaudiosink.h:
1564         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1565         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1566         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
1567         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
1568         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
1569         (gst_audio_src_class_init), (gst_audio_src_init),
1570         (gst_audio_src_create_ringbuffer):
1571         * gst-libs/gst/audio/gstaudiosrc.h:
1572         * gst-libs/gst/audio/gstbaseaudiosink.c:
1573         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
1574         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
1575         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
1576         (gst_base_audio_sink_set_property),
1577         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
1578         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
1579         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
1580         (gst_base_audio_sink_create_ringbuffer),
1581         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
1582         * gst-libs/gst/audio/gstbaseaudiosink.h:
1583         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1584         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
1585         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
1586         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
1587         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
1588         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
1589         (gst_base_audio_src_event), (gst_base_audio_src_create),
1590         (gst_base_audio_src_create_ringbuffer),
1591         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
1592         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1593         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
1594         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
1595         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
1596         (gst_ring_buffer_debug_spec_caps),
1597         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
1598         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
1599         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
1600         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1601         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
1602         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
1603         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
1604         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
1605         (gst_ring_buffer_clear):
1606         * gst-libs/gst/audio/gstringbuffer.h:
1607         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
1608         (gst_video_sink_class_init), (gst_video_sink_get_type):
1609         * gst-libs/gst/video/videosink.h:
1610         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1611         (gst_multifdsink_class_init),
1612         (gst_multifdsink_handle_client_write),
1613         (gst_multifdsink_change_state):
1614         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1615         (gst_tcpclientsink_setcaps):
1616         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1617         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
1618         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
1619         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
1620         (gst_ximagesink_send_pending_navigation),
1621         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
1622         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
1623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
1624         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
1625         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
1626         (gst_xvimagesink_send_pending_navigation),
1627         (gst_xvimagesink_navigation_send_event),
1628         (gst_xvimagesink_set_xwindow_id),
1629         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
1630         (gst_xvimagesink_get_type):
1631         more macro splitting
1632
1633 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1634
1635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
1636           plug a memleak, allows me to import 1479 albums in one go
1637           in jamboree
1638         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1639         (vorbis_handle_type_packet), (vorbis_dec_chain),
1640         (vorbis_dec_change_state):
1641           fix some format strings
1642
1643 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1644
1645         * docs/libs/tmpl/gstcolorbalance.sgml:
1646         * docs/libs/tmpl/gstmixer.sgml:
1647         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
1648         (gst_alsasink_set_property), (gst_alsasink_get_property):
1649         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
1650         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
1651           add device property
1652
1653 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
1654
1655         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1656         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
1657         (audiocast_register_listener), (audiocast_thread_run),
1658         (gst_gnomevfssrc_send_additional_headers_callback),
1659         (gst_gnomevfssrc_received_headers_callback),
1660         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
1661         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
1662         (gst_gnomevfssrc_get_size):
1663           add/clean up debugging
1664         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
1665           cleanups
1666
1667 2005-07-07  Andy Wingo  <wingo@pobox.com>
1668
1669         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
1670         framerate. Need to get a handle on when exactly this function is
1671         called, tho.
1672
1673         * sys/v4l/v4lsrc_calls.h:
1674         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
1675         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
1676         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
1677
1678         * sys/v4l/v4l_calls.h: Cast to V4lElement.
1679         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
1680         v4lelements are sources.
1681
1682         * sys/v4l/gstv4lxoverlay.h:
1683         * sys/v4l/gstv4lxoverlay.c:
1684         * sys/v4l/gstv4ltuner.h:
1685         * sys/v4l/gstv4ltuner.c: Header loc fixen.
1686         
1687         * sys/v4l/gstv4lsrc.h:
1688         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
1689         PushSrc/BaseSrc. Removed most sync-related properties, videorate
1690         or something should handle that. Made a live source.
1691
1692         * sys/v4l/gstv4lelement.h:
1693         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
1694         signals. Some cleanups.
1695
1696         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
1697
1698         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
1699         stuff.
1700
1701         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
1702         stuff.
1703
1704         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
1705
1706 2005-07-07  Wim Taymans  <wim@fluendo.com>
1707
1708         * ext/theora/theoradec.c: (theora_get_query_types),
1709         (theora_dec_src_getcaps), (theora_dec_push):
1710         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
1711         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
1712         Remove deprecated/unused query types.
1713
1714 2005-07-06  Wim Taymans  <wim@fluendo.com>
1715
1716         * ext/alsa/Makefile.am:
1717         * ext/alsa/gstalsaplugin.c: (plugin_init):
1718         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1719         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
1720         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
1721         (gst_alsasrc_class_init), (gst_alsasrc_init),
1722         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
1723         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
1724         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
1725         (gst_alsasrc_reset):
1726         * ext/alsa/gstalsasrc.h:
1727         * gst-libs/gst/audio/Makefile.am:
1728         * gst-libs/gst/audio/gstaudiosink.c:
1729         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
1730         (gst_audioringbuffer_start):
1731         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
1732         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
1733         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
1734         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
1735         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
1736         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
1737         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
1738         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
1739         * gst-libs/gst/audio/gstaudiosrc.h:
1740         * gst-libs/gst/audio/gstbaseaudiosink.c:
1741         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
1742         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
1743         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
1744         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1745         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
1746         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
1747         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
1748         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
1749         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
1750         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
1751         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
1752         (gst_baseaudiosrc_change_state):
1753         * gst-libs/gst/audio/gstbaseaudiosrc.h:
1754         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
1755         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
1756         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
1757         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
1758         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
1759         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
1760         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
1761         * gst-libs/gst/audio/gstringbuffer.h:
1762         Added audiosource base classes.
1763         Ported alsasrc, still very basic.
1764
1765 2005-07-06  Wim Taymans  <wim@fluendo.com>
1766
1767         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
1768         (theora_dec_push), (theora_handle_data_packet):
1769         Prepare for better timestamp fix later.
1770
1771         * gst/audioconvert/gstaudioconvert.c:
1772         List most accurate caps first
1773
1774         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
1775         Use proper pad task function.
1776
1777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
1778         (gst_xvimagesink_show_frame):
1779         Fix deadlock when alloc failed.
1780
1781 2005-07-05  Andy Wingo  <wingo@pobox.com>
1782
1783         * ext/gnomevfs/gstgnomevfssrc.c:
1784         * gst/sine/gstsinesrc.c:
1785         * gst/tcp/gsttcpserversrc.c:
1786         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
1787
1788         * sys/v4l/: Port from 0.8.
1789
1790         * Many files: Null if we got it....
1791
1792 2005-07-05  Andy Wingo  <wingo@pobox.com>
1793
1794         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
1795         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
1796         Signedness fixes.
1797
1798 2005-07-05  Wim Taymans  <wim@fluendo.com>
1799
1800         * configure.ac:
1801         * gst/tcp/Makefile.am:
1802         * gst/tcp/README:
1803         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
1804         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
1805         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
1806         (is_sync_frame), (gst_multifdsink_handle_client_write),
1807         (gst_multifdsink_render), (gst_multifdsink_start),
1808         (gst_multifdsink_stop), (gst_multifdsink_change_state):
1809         * gst/tcp/gstmultifdsink.h:
1810         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
1811         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
1812         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
1813         * gst/tcp/gsttcp.h:
1814         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
1815         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
1816         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1817         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
1818         * gst/tcp/gsttcpclientsink.h:
1819         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
1820         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
1821         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
1822         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
1823         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
1824         * gst/tcp/gsttcpclientsrc.h:
1825         * gst/tcp/gsttcpplugin.c: (plugin_init):
1826         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
1827         * gst/tcp/gsttcpserversink.h:
1828         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
1829         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
1830         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
1831         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1832         (gst_tcpserversrc_stop):
1833         * gst/tcp/gsttcpserversrc.h:
1834         * gst/tcp/gsttcpsink.c:
1835         * gst/tcp/gsttcpsink.h:
1836         * gst/tcp/gsttcpsrc.c:
1837         * gst/tcp/gsttcpsrc.h:
1838         Ported tcp plugins to 0.9. 
1839         
1840
1841 2005-07-05  Andy Wingo  <wingo@pobox.com>
1842
1843         * gst/playback/gstplaybasebin.c (fill_buffer):
1844         message_new_application fixen.
1845
1846         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
1847         Style fix.
1848
1849 2005-07-04  Wim Taymans  <wim@fluendo.com>
1850
1851         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
1852         Set caps on output buffer.
1853
1854 2005-07-04  Andy Wingo  <wingo@pobox.com>
1855
1856         * ext/gnomevfs/gstgnomevfssrc.c
1857         (gst_gnomevfssrc_received_headers_callback) 
1858         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
1859         hopefully.
1860
1861         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
1862         No refcount leakage.
1863
1864         * configure.ac: Enable -Werror.
1865         
1866         * ext/theora/theoradec.c (theora_dec_src_getcaps):
1867         * gst/audioconvert/bufferframesconvert.c
1868         (buffer_frames_convert_fixate):
1869         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
1870         (gst_audio_convert_fixate):
1871         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
1872         (gst_sinesrc_create): Fixate func changes.
1873         
1874         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
1875         (gst_ximagesink_buffer_alloc): Unused var.
1876
1877 2005-07-01  Andy Wingo  <wingo@pobox.com>
1878
1879         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
1880         getcaps to do explicit caps. Needs to be done in all decoders,
1881         possibly via a base class.
1882
1883         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
1884
1885         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
1886         caps on the sink pad, just rely on the pad template. Also, setting
1887         ANY caps on a pad is not valid because the caps are not fixed.
1888
1889         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
1890         caps on the buffer, and get the width from the desired_caps if
1891         they're set.
1892         (gst_ximagesink_renegotiate_size): Implement via setting the
1893         desired_caps on the ximagesink.
1894         (gst_ximagesink_setcaps): Only reset the width of the player if it
1895         wasn't already set. Not sure if this is right.
1896         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
1897
1898         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
1899         that the user wants. NULL unless the window has been resized.
1900
1901         * gst/volume/gstvolume.c (volume_transform): Adapt to
1902         basetransform refcount changes.
1903         
1904 2005-07-01  Andy Wingo  <wingo@pobox.com>
1905
1906         * gst/videoscale/gstvideoscale.c:
1907         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
1908         from BaseTransform, implements a transform_caps. Removed dead code
1909         including some PAR stuff that was never reached -- should probably
1910         be added back somehow.
1911
1912 2005-07-01  Andy Wingo  <wingo@pobox.com>
1913
1914         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
1915         come later.
1916
1917 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1918
1919         * configure.ac:
1920         * docs/libs/Makefile.am:
1921         * docs/libs/gst-plugins-libs.types:
1922         * ext/alsa/Makefile.am:
1923         * ext/alsa/gstalsamixer.h:
1924         * ext/alsa/gstalsamixeroptions.h:
1925         * ext/alsa/gstalsamixertrack.h:
1926         * gst-libs/gst/Makefile.am:
1927         * gst-libs/gst/colorbalance/.cvsignore:
1928         * gst-libs/gst/colorbalance/Makefile.am:
1929         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
1930         * gst-libs/gst/colorbalance/colorbalance.c:
1931         * gst-libs/gst/colorbalance/colorbalance.h:
1932         * gst-libs/gst/colorbalance/colorbalance.vcproj:
1933         * gst-libs/gst/colorbalance/colorbalancechannel.c:
1934         * gst-libs/gst/colorbalance/colorbalancechannel.h:
1935         * gst-libs/gst/interfaces/Makefile.am:
1936         * gst-libs/gst/interfaces/colorbalance.c:
1937         (gst_color_balance_class_init):
1938         * gst-libs/gst/interfaces/colorbalance.h:
1939         * gst-libs/gst/interfaces/interfaces-marshal.list:
1940         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
1941         * gst-libs/gst/interfaces/mixer.h:
1942         * gst-libs/gst/interfaces/mixeroptions.h:
1943         * gst-libs/gst/interfaces/navigation.c:
1944         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
1945         * gst-libs/gst/interfaces/tuner.h:
1946         * gst/volume/Makefile.am:
1947         * gst/volume/gstvolume.c:
1948         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
1949         * sys/ximage/Makefile.am:
1950         * sys/ximage/ximagesink.c:
1951         * sys/xvimage/Makefile.am:
1952         * sys/xvimage/xvimagesink.c:
1953           fold in all interfaces into an interfaces dir, preserving CVS
1954           history
1955
1956 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1957
1958         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
1959           Fix build after riff changes.
1960
1961 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1962
1963         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1964         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
1965         (gst_riff_create_video_template_caps),
1966         (gst_riff_create_audio_template_caps),
1967         (gst_riff_create_iavs_template_caps):
1968         * gst-libs/gst/riff/riff-media.h:
1969         * gst-libs/gst/riff/riff-read.h:
1970         * gst-libs/gst/riff/riff.c: (gst_riff_init):
1971           Add gst_riff_init() to initialize the debug category, instead
1972           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
1973
1974 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1975
1976         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
1977           Oops, I shouldn't apply hacks.
1978
1979 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1980
1981         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
1982           Remove pad_loop function which doesn't work.
1983
1984 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1985
1986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
1987           Send EOS when deactivating.
1988         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
1989         (check_queue), (queue_threshold_reached), (queue_out_of_data),
1990         (gen_preroll_element), (probe_triggered), (mute_stream),
1991         (silence_stream), (new_decoded_pad), (setup_substreams),
1992         (set_active_source):
1993         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
1994         (remove_sinks), (add_sink):
1995         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
1996           Change for new probe API.
1997
1998 2005-06-29  Wim Taymans  <wim@fluendo.com>
1999
2000         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
2001         * gst-libs/gst/audio/gstbaseaudiosink.c:
2002         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
2003         (gst_baseaudiosink_change_state):
2004         * gst-libs/gst/audio/gstbaseaudiosink.h:
2005         * gst-libs/gst/audio/gstringbuffer.c:
2006         (gst_ringbuffer_set_callback):
2007         Fix compilation error.
2008         Ringbuffer starts out as not running.
2009         Free our clock in dispose.
2010         When releasing the ringbuffer we need to renegotiate so
2011         clear the pad caps.
2012
2013 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
2014
2015         * autogen.sh:
2016         * configure.ac:
2017         * docs/Makefile.am:
2018         * docs/libs/Makefile.am:
2019         * docs/libs/gst-plugins-libs-docs.sgml:
2020         * docs/libs/gst-plugins-libs-sections.txt:
2021         * docs/libs/gst-plugins-libs.types:
2022         * docs/libs/tmpl/gstaudio.sgml:
2023         * docs/libs/tmpl/gstcolorbalance.sgml:
2024         * docs/libs/tmpl/gstringbuffer.sgml:
2025         * gst-libs/gst/audio/gstringbuffer.c:
2026         (gst_ringbuffer_set_callback):
2027           reinstate gtk-doc docs for plugin libs
2028
2029 2005-06-28  Wim Taymans  <wim@fluendo.com>
2030
2031         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2032         (gst_ogg_demux_init):
2033         Removed pad loop function.
2034
2035 2005-06-28  Wim Taymans  <wim@fluendo.com>
2036
2037         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2038         If we're building a chain we are not in an error case
2039         when we queue a buffer.
2040
2041 2005-06-28  Andy Wingo  <wingo@pobox.com>
2042
2043         * *.c: Don't cast to GstObject before reffing/unreffing.
2044
2045 2005-06-27  Andy Wingo  <wingo@pobox.com>
2046
2047         * gst/videotestsrc/gstvideotestsrc.c
2048         (gst_videotestsrc_activate_push): Activation API changes.
2049
2050         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
2051         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
2052         they have refs on the decodebin.
2053
2054         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
2055         parent class.
2056         (gst_ogg_pad_typefind): Don't leak a pad ref.
2057         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
2058         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
2059         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
2060
2061 2005-06-27  Edward Hervey  <edward@fluendo.com>
2062
2063         * ext/theora/theoradec.c: (theora_dec_change_state): 
2064         re-arranged call to parent's state change in order to avoid locks (or
2065         worse).
2066
2067 2005-06-26  Edward Hervey  <edward@fluendo.com>
2068
2069         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2070         2nd argument of 'unknow-type' signal is a GstCaps and not a
2071         GstMiniObject
2072
2073 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
2074         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2075           Set the worker thread's running flag to TRUE before starting the
2076           thread.
2077         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2078           Catch a failure to add typefind to the bin.
2079
2080 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
2081
2082         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2083         (gst_sinesrc_init), (gst_sinesrc_create),
2084         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
2085         (gst_sinesrc_start):
2086         * gst/sine/gstsinesrc.h:
2087           add num-buffers and timestamp-offset properties
2088         * gst/videotestsrc/gstvideotestsrc.c:
2089         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
2090         (gst_videotestsrc_get_property):
2091           add timestamp-offset property
2092
2093 2005-06-23  Christian Schaller  <uraeus@gnome.org>
2094
2095         * configure.ac: add videorate
2096         * gst-plugins-base.spec.in: add videorate
2097
2098 2005-06-23  Wim Taymans  <wim@fluendo.com>
2099
2100         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2101         (gst_videorate_getcaps), (gst_videorate_setcaps),
2102         (gst_videorate_event), (gst_videorate_chain):
2103         Fixed videorate, fixating an already fixated caps is not
2104         an error.
2105
2106 2005-06-23  Wim Taymans  <wim@fluendo.com>
2107
2108         * ext/ogg/README:
2109         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
2110         Buffer on caps is not boxed anymore.
2111
2112 2005-06-22  Wim Taymans  <wim@fluendo.com>
2113
2114         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
2115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2116         Set buffers on caps as miniobjects and not as boxed.
2117
2118 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2119
2120         * configure.ac:
2121           back to HEAD
2122
2123 === release 0.9.1 ===
2124
2125 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2126
2127         * .cvsignore:
2128         * NEWS:
2129         * README:
2130         * RELEASE:
2131         * configure.ac:
2132         * po/af.po:
2133         * po/az.po:
2134         * po/cs.po:
2135         * po/en_GB.po:
2136         * po/hu.po:
2137         * po/it.po:
2138         * po/nb.po:
2139         * po/nl.po:
2140         * po/or.po:
2141         * po/sq.po:
2142         * po/sr.po:
2143         * po/sv.po:
2144         * po/uk.po:
2145         * po/vi.po:
2146           updates for release
2147
2148 2005-06-09  Andy Wingo  <wingo@pobox.com>
2149
2150         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
2151         
2152 2005-06-09  Andy Wingo  <wingo@pobox.com>
2153
2154         * configure.ac:
2155         * gst-libs/gst/Makefile.am:
2156         * gst-libs/gst/net/Makefile.am:
2157         Add gstnet to build.
2158
2159 2005-06-09  Andy Wingo  <wingo@pobox.com>
2160
2161         * gst-libs/gst/gconf/gconf.c:
2162         * gst/playback/test.c:
2163         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
2164         fixes.
2165
2166         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
2167
2168         * ext/theora/theoraenc.c (theora_enc_chain): 
2169         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
2170
2171         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
2172         RealPad.
2173
2174 2005-06-02  Wim Taymans  <wim@fluendo.com>
2175
2176         * gst-libs/gst/net/Makefile.am:
2177         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
2178         * pkgconfig/gstreamer-libs.pc.in:
2179         Added net stuff, version net lib.
2180
2181 2005-06-02  Wim Taymans  <wim@fluendo.com>
2182
2183         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
2184         (query_rates), (query_positions_elems), (query_positions_pads),
2185         (do_seek):
2186         Updated seek example.
2187
2188 2005-06-02  Andy Wingo  <wingo@pobox.com>
2189
2190         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
2191         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
2192         list.
2193
2194         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
2195         remove the typefind, the bin dispose will do it for us. When it's
2196         removed and unreffed, the signal handler will be disconnected,
2197         too.
2198         (unlinked): It's too difficult to disconnect from unlinked
2199         handlers, as they are on pads not elements. Just punt if the pads
2200         aren't grandkids of the bin.
2201
2202 2005-06-02  Wim Taymans  <wim@fluendo.com>
2203
2204         * ext/ogg/README:
2205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2206         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
2207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
2208         * ext/theora/theoradec.c: (theora_dec_src_query),
2209         (theora_handle_data_packet):
2210         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2211         (theora_enc_chain):
2212         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2213         (vorbis_handle_data_packet):
2214         * gst/audioconvert/bufferframesconvert.c:
2215         (buffer_frames_convert_chain):
2216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2217         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2218         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2219         (gst_ffmpegcsp_chain):
2220         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2221         (gst_videorate_getcaps), (gst_videorate_setcaps),
2222         (gst_videorate_event), (gst_videorate_chain):
2223         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
2224         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
2225         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2226         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2227         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2228         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2229         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2230         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2231         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
2232         Cleanups and buffer alloc.
2233
2234 2005-05-31  Wim Taymans  <wim@fluendo.com>
2235
2236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
2237         Don't try to call the delay method when the device is not
2238         opened.
2239
2240 2005-05-31  Wim Taymans  <wim@fluendo.com>
2241
2242         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
2243         Get actual segment size and buffer size after opening
2244         the device.
2245
2246 2005-05-30  Wim Taymans  <wim@fluendo.com>
2247
2248         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
2249         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
2250         Also FLUSH upstream, makes the loop function exit faster.
2251         
2252         * ext/theora/theoradec.c: (theora_dec_src_query):
2253         Some more debug info in the query.
2254         
2255         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
2256         (gst_ximagesink_setcaps):
2257         Release lock on par error, better error reporting.
2258
2259 2005-05-26  Wim Taymans  <wim@fluendo.com>
2260
2261         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
2262         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
2263         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
2264         Clear chains in READY
2265         Queue packets until the chain is activated.
2266
2267 2005-05-25  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst-libs/gst/audio/gstaudiosink.c:
2270         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2271         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2272         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2273         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2274         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2275         (gst_audiosink_create_ringbuffer):
2276         * gst-libs/gst/audio/gstbaseaudiosink.c:
2277         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2278         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2279         (gst_baseaudiosink_set_property), (build_linear_format),
2280         (debug_spec_caps), (debug_spec_buffer),
2281         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2282         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2283         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2284         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2286         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2287         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2288         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2289         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2290         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2291         (wait_segment), (gst_ringbuffer_commit),
2292         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2293         (gst_ringbuffer_clear):
2294         Various small cleanups.
2295
2296         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2297         (gst_audio_convert_change_state):
2298         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
2299         No need to take the locks anymore.
2300
2301 2005-05-25  Wim Taymans  <wim@fluendo.com>
2302
2303         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2304         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
2305         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
2306         (type_found):
2307         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
2308         (group_destroy), (group_commit), (queue_overrun),
2309         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
2310         (mute_stream), (new_decoded_pad), (setup_substreams),
2311         (setup_source), (mute_group_type), (set_active_source),
2312         (gst_play_base_bin_change_state):
2313         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
2314         (gen_video_element), (gen_text_element), (gen_audio_element),
2315         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
2316         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
2317         (gst_stream_info_dispose), (gst_stream_info_set_mute):
2318         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
2319         Some playbin cleanups mostly refcounting sloppyness.
2320
2321 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2322
2323         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
2324           Work with streaming input.
2325
2326 2005-05-25  Wim Taymans  <wim@fluendo.com>
2327
2328         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2329         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2330         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2331         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
2332         No need to take the STREAM lock anymore.
2333
2334 2005-05-25  Wim Taymans  <wim@fluendo.com>
2335
2336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
2337         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
2338         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
2339         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
2340         (gst_ogg_demux_sink_activate):
2341         * ext/theora/theoradec.c: (theora_dec_src_event),
2342         (theora_handle_comment_packet), (theora_dec_chain),
2343         (theora_dec_change_state):
2344         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2345         (vorbis_handle_data_packet), (vorbis_dec_chain),
2346         (vorbis_dec_change_state):
2347         Remove STREAM locks as they are taken in core now.
2348         Never set bogus granulepos on vorbis/theora.
2349         Fix leaks in theoradec tag parsing.
2350
2351 2005-05-25  Wim Taymans  <wim@fluendo.com>
2352
2353         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
2354         Fix memleaks, GST_BUFFER_DATA() is not freed.
2355
2356 2005-05-25  Wim Taymans  <wim@fluendo.com>
2357
2358         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
2359         Open non-blocking, set to blocking mode afterwards to avoid
2360         lockups when audio device is busy.
2361
2362 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2363
2364         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
2365           This can't be good.
2366
2367 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2368
2369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
2370         (gst_audio_convert_chain), (gst_audio_convert_link_src),
2371         (gst_audio_convert_setcaps):
2372           Implement instant setup switching.
2373
2374 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2375
2376         * gst/playback/gstplaybasebin.c: (probe_triggered):
2377           Fix missing unlock.
2378         * gst/playback/gstplaybin.c: (add_sink):
2379           First add, then link (otherwise pad link fails).
2380
2381 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2382
2383         * examples/Makefile.am:
2384         fix buildbot (make distcheck)
2385
2386 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2387
2388         * gst/playback/gstplaybin.c: (gen_vis_element):
2389           Remove some wrong code. Doesn't work yet.
2390
2391 2005-05-19  Wim Taymans  <wim@fluendo.com>
2392
2393         * gst-libs/gst/net/Makefile.am:
2394         * gst-libs/gst/net/README:
2395         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
2396         (gst_netbuffer_class_init), (gst_netbuffer_init),
2397         (gst_netbuffer_finalize), (gst_netbuffer_copy),
2398         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
2399         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
2400         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
2401         * gst-libs/gst/net/gstnetbuffer.h:
2402         Added buffer subclass to store extra to/from addresses for
2403         network sources/sinks.
2404
2405 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2406
2407         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
2408           Don't lock an unassigned variable.
2409
2410 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2411
2412         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
2413           Increase buffer for video, decrease buffer for other media types.
2414         * gst/playback/gstplaybin.c: (gen_video_element),
2415         (gen_audio_element):
2416           Change names for debugging purposes.
2417
2418 2005-05-18  Wim Taymans  <wim@fluendo.com>
2419
2420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2421         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2422         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
2423         (gst_ffmpegcsp_chain):
2424         Enable buffer alloc passthrough if the source and dest
2425         formats are the same.
2426
2427 2005-05-17  Wim Taymans  <wim@fluendo.com>
2428
2429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
2430         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
2431         (gst_ogg_demux_chain_unlocked):
2432         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2433         (gst_audio_convert_caps_remove_format_info),
2434         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2435         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
2436         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2437         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2438         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
2439         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
2440         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
2441         (gst_ffmpegcsp_get_property):
2442         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2443         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
2444         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
2445         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
2446         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
2447         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
2448         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
2449         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
2450         Leak fixes in oggdemux.
2451         Some cleanups in audioconvert.
2452         Make passthrough work along with buffer_alloc etc.
2453         Make buffer_alloc and buffer recycling actually work in
2454         xvimagesink.
2455
2456 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2457
2458         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
2459           make the compiler happy
2460
2461 2005-05-17  Wim Taymans  <wim@fluendo.com>
2462
2463         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
2464         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
2465         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
2466         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
2467         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
2468         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
2469         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
2470         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
2471         (gst_xvimagesink_set_xwindow_id):
2472         * sys/xvimage/xvimagesink.h:
2473         Port xvimagesink to new MiniObject.
2474
2475 2005-05-17  Wim Taymans  <wim@fluendo.com>
2476
2477         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
2478         (gst_audiofilter_chain):
2479         * gst-libs/gst/audio/gstaudiosink.c:
2480         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2481         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2482         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2483         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2484         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2485         (gst_audiosink_create_ringbuffer):
2486         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2487         (gst_audio_convert_caps_remove_format_info),
2488         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2489         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2490         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2491         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2492         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2493         Fix passthrough in ffmpegcolorspace.
2494         Fix memset in audiosink on wrong memory.
2495
2496 2005-05-16  David Schleef  <ds@schleef.org>
2497
2498         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
2499         to GstMiniObject.
2500
2501 2005-05-16  David Schleef  <ds@schleef.org>
2502
2503         Port from GstData to GstMiniObject.
2504         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
2506         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
2507         (gst_ogg_mux_collected):
2508         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
2509         * ext/theora/theoradec.c: (theora_handle_comment_packet),
2510         (theora_handle_data_packet):
2511         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
2512         (theora_set_header_on_caps), (theora_enc_chain):
2513         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2514         (vorbis_handle_comment_packet):
2515         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
2516         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
2517         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
2518         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
2519         * gst/audioconvert/gstaudioconvert.c:
2520         (gst_audio_convert_get_buffer):
2521         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2522         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
2523         (mute_stream), (silence_stream):
2524         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
2525         * gst/volume/gstvolume.c: (volume_transform):
2526         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
2527         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
2528         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
2529         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
2530         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
2531         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
2532         (gst_ximagesink_buffer_alloc):
2533         * sys/ximage/ximagesink.h:
2534
2535 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2536
2537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2538         (fill_buffer), (check_queue), (queue_threshold_reached),
2539         (queue_out_of_data):
2540         * gst/playback/gstplaybasebin.h:
2541           Post buffer-fullness on the bus.
2542
2543 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2544
2545         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
2546         (try_to_link_1):
2547         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
2548         (group_commit), (probe_triggered), (setup_source),
2549         (gst_play_base_bin_change_state):
2550         * gst/playback/gstplaybasebin.h:
2551         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2552         (gst_play_bin_init), (remove_sinks), (setup_sinks),
2553         (gst_play_bin_change_state):
2554           Move setup_output_pads into a virtual function, remove
2555           group-switch (no longer needed) and redirect (handled by bus
2556           now) signals.
2557
2558 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2559
2560         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
2561         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
2562         (get_active_group), (get_building_group), (group_destroy),
2563         (group_commit), (check_queue), (queue_overrun),
2564         (queue_threshold_reached), (queue_out_of_data),
2565         (gen_preroll_element), (remove_groups), (unknown_type),
2566         (add_element_stream), (no_more_pads), (probe_triggered),
2567         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
2568         (setup_substreams), (setup_source), (finish_source),
2569         (prepare_output), (muted_group_change_state),
2570         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
2571         (gst_play_base_bin_change_state):
2572         * gst/playback/gstplaybasebin.h:
2573         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2574         (gst_play_bin_init), (gst_play_bin_set_property),
2575         (gen_video_element), (gen_text_element), (gen_audio_element),
2576         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
2577         (gst_play_bin_change_state):
2578         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
2579         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
2580         (stream_info_change_state), (gst_stream_info_set_mute),
2581         (gst_stream_info_get_property):
2582         * gst/playback/gststreaminfo.h:
2583         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
2584         (gst_stream_selector_get_linked_pad),
2585         (gst_stream_selector_getcaps),
2586         (gst_stream_selector_get_linked_pads),
2587         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
2588         * gst/playback/gststreamselector.h:
2589           Rough port of playbin. Needs some more work, but is mostly done,
2590           and uses a few locks in important places, which should make stuff
2591           like chain-switches clean. Still uses GST_STATE() in a few places,
2592           which isn't all that good an idea, subtitles/elements disabled
2593           because no elements to test with and thus probably broken, query
2594           and event handling moved to GstBin, internal thread removed
2595           alltogether because the pipeline does that for us now. Can play
2596           Ogg/Vorbis files. Haven't tested anything else yet.
2597
2598 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
2599
2600         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
2601           Do no-more-pads (needed for autoplugging).
2602
2603 2005-05-10  Andy Wingo  <wingo@pobox.com>
2604
2605         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
2606         message to the bus with the tags. Still not sent downstream tho.
2607
2608         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
2609         get_parent.
2610         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
2611         avoid refcounting hassles.
2612
2613 2005-05-09  Andy Wingo  <wingo@pobox.com>
2614
2615         * gst/volume/Makefile.am:
2616         * gst/volume/demo.c
2617         * gst/volume/gstvolume.h
2618         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
2619         basetransform. Probably need an audio filter base class.
2620
2621 2005-05-09  Wim Taymans  <wim@fluendo.com>
2622
2623         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
2624         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
2625         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
2626         (gst_vorbisenc_chain):
2627         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2628         (gst_audio_convert_caps_remove_format_info),
2629         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2630         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2631         Make caps writable before writing to it.
2632         Fix negotiation in audioconvert some more.
2633
2634 2005-05-09  Wim Taymans  <wim@fluendo.com>
2635
2636         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
2637         (gst_videorate_getcaps), (gst_videorate_setcaps),
2638         (gst_videorate_event), (gst_videorate_chain):
2639         Better negotiation.
2640
2641 2005-05-09  Wim Taymans  <wim@fluendo.com>
2642
2643         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
2644         (gst_videorate_getcaps), (gst_videorate_setcaps),
2645         (gst_videorate_blank_data), (gst_videorate_init),
2646         (gst_videorate_event), (gst_videorate_chain),
2647         (gst_videorate_change_state):
2648         Port videorate, do a better job at negotiation while we're at
2649         it.
2650
2651 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
2652
2653         * configure.ac:
2654           Disable libvisual
2655
2656         * examples/Makefile.am:
2657         * gst-libs/gst/audio/Makefile.am:
2658         * gst-libs/gst/riff/Makefile.am:
2659         * gst-libs/gst/tag/Makefile.am:
2660         * gst-libs/gst/video/Makefile.am:
2661           Fixups for missing variables.
2662
2663 2005-05-09  Wim Taymans  <wim@fluendo.com>
2664
2665         * examples/seeking/seek.c: (make_theora_pipeline),
2666         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
2667         (query_rates), (query_positions_elems), (query_positions_pads),
2668         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
2669         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
2670         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
2671         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
2672         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
2673         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
2674         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2675         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2676         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2677         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
2678         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
2679         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
2680         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
2681         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
2682         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
2683         (theora_dec_src_convert), (theora_dec_sink_convert),
2684         (theora_dec_src_query), (theora_dec_sink_query),
2685         (theora_dec_src_event), (theora_dec_sink_event),
2686         (theora_handle_comment_packet), (theora_handle_type_packet),
2687         (theora_handle_header_packet), (theora_handle_data_packet),
2688         (theora_dec_chain):
2689         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
2690         (vorbis_dec_convert), (vorbis_dec_src_query),
2691         (vorbis_dec_sink_query), (vorbis_dec_src_event),
2692         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2693         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2694         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
2696         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
2697         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
2698         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2699         (gst_play_bin_query):
2700         * gst/playback/test3.c: (update_scale):
2701         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
2702         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
2703         * gst/subparse/gstsubparse.c: (gst_subparse_init):
2704         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
2705         (gst_videotestsrc_src_query):
2706         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
2707         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
2708         (paint_hline_YUV9):
2709         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
2710         Port to new query API.
2711         Updated seek.
2712         Cleanups in x[v]imagesink
2713
2714 2005-05-09  Andy Wingo  <wingo@pobox.com>
2715
2716         * ext/alsa/gstalsasink.h:
2717         * ext/gnomevfs/gstgnomevfssrc.c:
2718         (gst_gnomevfssrc_get_icy_metadata):
2719         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
2720         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
2721         * ext/theora/theoradec.c (theora_dec_src_query)
2722         (theora_dec_src_event, theora_dec_sink_event)
2723         (theora_handle_comment_packet, theora_handle_data_packet):
2724         * ext/theora/theoraenc.c (theora_enc_chain):
2725         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
2726         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
2727         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
2728         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
2729         (qt_type_find):
2730         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
2731         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
2732         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
2733         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
2734         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
2735         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
2736         (paint_setup_xBGR8888, paint_setup_RGBx8888)
2737         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
2738         (paint_setup_RGB565, paint_setup_xRGB1555):
2739         * gst/videotestsrc/videotestsrc.h:
2740         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
2741         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
2742         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
2743         GCC4 fixes.
2744         
2745         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
2746         gst_pad_query_position. Fixes oggdemux.
2747
2748 2005-05-08  David Schleef  <ds@schleef.org>
2749
2750         * configure.ac: Require liboil.
2751         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
2752         a few more.
2753         * gst/videotestsrc/videotestsrc.c:
2754         * gst/videotestsrc/videotestsrc.h:
2755
2756 2005-05-06  Wim Taymans  <wim@fluendo.com>
2757
2758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2759         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2760         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2761         Well, unreffing a buffer right before pushing it is asking
2762         for trouble..
2763
2764 2005-05-06  Christian Schaller  <uraeus@gnome.org>
2765
2766         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
2767
2768 2005-05-06  Wim Taymans  <wim@fluendo.com>
2769
2770         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2771         (gst_audio_convert_caps_remove_format_info),
2772         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
2773         (gst_audio_convert_fixate), (gst_audio_convert_channels):
2774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2775         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
2776         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
2777         * gst/sine/Makefile.am:
2778         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
2779         (gst_sinesrc_class_init), (gst_sinesrc_init),
2780         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
2781         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
2782         (gst_sinesrc_update_freq):
2783         * gst/sine/gstsinesrc.h:
2784         * gst/tcp/gstmultifdsink.c:
2785         * sys/xvimage/xvimagesink.c:
2786         Fixed negotiation wrt _peer_get_caps()
2787         Some cleanups.
2788
2789
2790 2005-05-06  Wim Taymans  <wim@fluendo.com>
2791
2792         * gst-libs/gst/audio/gstaudiosink.c:
2793         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2794         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2795         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2796         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2797         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2798         (gst_audiosink_create_ringbuffer):
2799         * gst-libs/gst/audio/gstbaseaudiosink.c:
2800         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2801         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2802         (gst_baseaudiosink_set_property), (build_linear_format),
2803         (debug_spec_caps), (debug_spec_buffer),
2804         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2805         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2806         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2807         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2808         * gst-libs/gst/audio/gstbaseaudiosink.h:
2809         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2810         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2811         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
2812         (gst_ringbuffer_play), (gst_ringbuffer_pause),
2813         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
2814         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
2815         (wait_segment), (gst_ringbuffer_commit),
2816         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
2817         (gst_ringbuffer_clear):
2818         * gst-libs/gst/audio/gstringbuffer.h:
2819         Make the base audiosink return an error when there is no
2820         audiobuffer negotiated.
2821
2822 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2823
2824         * ext/Makefile.am:
2825         Disable cdparanoia until someone ports it!
2826
2827 2005-05-06  Wim Taymans  <wim@fluendo.com>
2828
2829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2830         (gst_ogg_demux_sink_activate):
2831         And revert after wingo's revert.. sigh..
2832
2833 2005-05-05  Andy Wingo  <wingo@pobox.com>
2834
2835         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
2836         GObject.
2837         * configure.ac: Return audiorate and subparse from the ghetto.
2838         Re-enable -Wall -Werror.
2839         * gst/subparse/gstsubparse.c:
2840         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
2841         or chain-based. Cleaned up a bit. Not tested.
2842         
2843 2005-05-05  Christian Schaller <christian@fluendo.com> 
2844
2845         * Makefile.am: remove stuff that is not building
2846         * configure.ac: remove stuff that is not building
2847         * examples/Makefile.am: remove stuff that is not building
2848         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
2849         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
2850         * sys/Makefile.am: remove stuff that is not building
2851         * testsuite/Makefile.am: remove stuff that is not building
2852
2853 2005-05-05  Andy Wingo  <wingo@pobox.com>
2854
2855         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
2856         * gst-libs/gst/tag/gstvorbistag.c:
2857         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
2858         * gst/adder/gstadder.h:
2859         * gst/audioconvert/gstchannelmix.c:
2860         (gst_audio_convert_fill_one_other):
2861         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
2862         (gst_audiorate_init), (gst_audiorate_chain):
2863         * gst/playback/gstplaybasebin.c: (setup_source):
2864         * gst/playback/test3.c: (update_scale):
2865         Some GCC4 fixes
2866         
2867         * po/af.po:
2868         * po/az.po:
2869         * po/cs.po:
2870         * po/en_GB.po:
2871         * po/hu.po:
2872         * po/it.po:
2873         * po/nb.po:
2874         * po/nl.po:
2875         * po/or.po:
2876         * po/sq.po:
2877         * po/sr.po:
2878         * po/sv.po:
2879         * po/uk.po:
2880         * po/vi.po: Foo
2881
2882 2005-05-05  Wim Taymans  <wim@fluendo.com>
2883
2884         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
2885         (gst_audio_convert_caps_remove_format_info),
2886         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
2887         (gst_audio_convert_change_state), (gst_audio_convert_channels):
2888         * gst/videotestsrc/gstvideotestsrc.c:
2889         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
2890         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
2891         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
2892         (gst_videotestsrc_init), (gst_videotestsrc_loop):
2893         Don't ignore _push() return values.
2894         Make sure no processing is done when shutting down.
2895         Videotestsrc pad activation fix.
2896
2897 2005-05-05  Wim Taymans  <wim@fluendo.com>
2898
2899         * gst/adder/Makefile.am:
2900         * gst/adder/gstadder.c: (gst_adder_setcaps),
2901         (gst_adder_class_init), (gst_adder_init),
2902         (gst_adder_request_new_pad), (gst_adder_collected),
2903         (gst_adder_change_state):
2904         * gst/adder/gstadder.h:
2905         Ported adder as an example of a mixer element using
2906         collect pads. Needs more negotiation work.
2907
2908 2005-05-05  Wim Taymans  <wim@fluendo.com>
2909
2910         * ext/theora/theoradec.c: (_inc_granulepos),
2911         (theora_dec_src_event), (theora_dec_sink_event),
2912         (theora_handle_comment_packet), (theora_handle_type_packet),
2913         (theora_handle_header_packet), (theora_handle_data_packet),
2914         (theora_dec_chain):
2915         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2916         (gst_theora_enc_init), (theora_enc_sink_setcaps),
2917         (theora_push_buffer), (theora_push_packet),
2918         (theora_enc_sink_event), (theora_enc_chain),
2919         (theora_enc_change_state), (theora_enc_set_property),
2920         (theora_enc_get_property):
2921         Added stream lock to decoder so that we can serialize
2922         the discont event.
2923         More theoraenc porting, recover from errors, do clean
2924         shutdown.
2925
2926 2005-05-05  Wim Taymans  <wim@fluendo.com>
2927
2928         * ext/ogg/Makefile.am:
2929         * ext/ogg/README:
2930         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2931         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
2932         (gst_ogg_print):
2933         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
2934         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
2935         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
2936         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
2937         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
2938         (gst_ogg_mux_change_state):
2939         Ported ogg muxer.
2940
2941 2005-05-05  Wim Taymans  <wim@fluendo.com>
2942
2943         * docs/design-audiosinks.txt:
2944         * gst-libs/gst/audio/TODO:
2945         * gst-libs/gst/audio/gstaudiosink.c:
2946         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
2947         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
2948         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
2949         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
2950         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
2951         (gst_audiosink_create_ringbuffer):
2952         * gst-libs/gst/audio/gstbaseaudiosink.c:
2953         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
2954         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
2955         (gst_baseaudiosink_set_property), (build_linear_format),
2956         (debug_spec_caps), (debug_spec_buffer),
2957         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
2958         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
2959         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
2960         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
2961         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
2962         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
2963         (gst_ringbuffer_release), (gst_ringbuffer_play),
2964         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
2965         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
2966         (gst_ringbuffer_set_sample), (wait_segment),
2967         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
2968         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
2969         More work on the audiosink, mostly debugging and a race in
2970         shutdown.
2971
2972 2005-04-28  Wim Taymans  <wim@fluendo.com>
2973
2974         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
2975         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
2976         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
2977         (vorbis_dec_src_query), (vorbis_dec_src_event),
2978         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2979         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2980         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
2981         Don't crap out when seeking back to position 0.
2982
2983 2005-04-28  Wim Taymans  <wim@fluendo.com>
2984
2985         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
2986         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
2987         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
2988         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
2989         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
2990         Make audio sink configurable, use alsasink as default.
2991
2992 2005-04-28  Wim Taymans  <wim@fluendo.com>
2993
2994         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
2995         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
2996         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
2997         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
2998         (vorbis_dec_change_state):
2999         * ext/vorbis/vorbisdec.h:
3000         Refactor, use STREAM_LOCK.
3001
3002 2005-04-28  Wim Taymans  <wim@fluendo.com>
3003
3004         * ext/theora/theoradec.c: (_inc_granulepos),
3005         (theora_dec_sink_event), (theora_handle_comment_packet),
3006         (theora_handle_type_packet), (theora_handle_header_packet),
3007         (theora_handle_data_packet), (theora_dec_chain),
3008         (theora_dec_change_state):
3009         Refactor a bit, use STREAM_LOCK.
3010
3011 2005-04-28  Wim Taymans  <wim@fluendo.com>
3012
3013         * ext/alsa/Makefile.am:
3014         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
3015         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
3016         (gst_alsa_link), (gst_alsa_close_audio):
3017         * ext/alsa/gstalsaplugin.c: (plugin_init):
3018         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3019         (gst_alsasink_dispose), (gst_alsasink_base_init),
3020         (gst_alsasink_class_init), (gst_alsasink_init),
3021         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
3022         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
3023         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
3024         (gst_alsasink_reset):
3025         * ext/alsa/gstalsasink.h:
3026         Implement alsasink with simple open/write/close API. 
3027         Make alsa dir build by disabling compilation of code.
3028
3029 2005-04-28  Wim Taymans  <wim@fluendo.com>
3030
3031         * gst-libs/gst/audio/Makefile.am:
3032         * gst-libs/gst/audio/audio.h:
3033         * gst-libs/gst/audio/audioclock.c:
3034         * gst-libs/gst/audio/audioclock.h:
3035         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
3036         (gst_audio_clock_class_init), (gst_audio_clock_init),
3037         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
3038         * gst-libs/gst/audio/gstaudioclock.h:
3039         * gst-libs/gst/audio/gstaudiosink.c:
3040         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3041         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3042         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3043         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3044         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
3045         (gst_audiosink_create_ringbuffer):
3046         * gst-libs/gst/audio/gstbaseaudiosink.c:
3047         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
3048         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
3049         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
3050         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
3051         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
3052         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
3053         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
3054         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3055         * gst-libs/gst/audio/gstbaseaudiosink.h:
3056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3057         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
3058         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3059         (gst_ringbuffer_release), (gst_ringbuffer_play),
3060         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
3061         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
3062         (gst_ringbuffer_set_sample), (wait_segment),
3063         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
3064         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
3065         * gst-libs/gst/audio/gstringbuffer.h:
3066         Make ringbuffer faster and more simple by removing the locks
3067         in the playback thread.
3068         Add sample accurate playback based on buffer sample offsets.
3069         Make the baseaudiosink provide a clock.
3070         Parse caps in the base class.
3071         Correctly handle seeking, flushing and state changes.
3072
3073 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
3074
3075         * configure.ac:
3076         * gst/audioconvert/Makefile.am:
3077         * gst/audioscale/Makefile.am:
3078           Fix part of the build.  Come on guys, autogen didn't even work :)
3079
3080 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3081
3082         * configure.ac:
3083         * gst-libs/gst/Makefile.am:
3084         * gst-libs/gst/media-info/.cvsignore:
3085         * gst-libs/gst/media-info/Makefile.am:
3086         * gst-libs/gst/media-info/README:
3087         * gst-libs/gst/media-info/media-info-priv.c:
3088         * gst-libs/gst/media-info/media-info-priv.h:
3089         * gst-libs/gst/media-info/media-info-test.c:
3090         * gst-libs/gst/media-info/media-info.c:
3091         * gst-libs/gst/media-info/media-info.h:
3092         * gst-libs/gst/media-info/media-info.vcproj:
3093         * pkgconfig/Makefile.am:
3094         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
3095         * pkgconfig/gstreamer-media-info.pc.in:
3096           Remove media-info, which is also successed by playbin (see Totem
3097           implementation).
3098
3099 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3100
3101         * configure.ac:
3102         * examples/Makefile.am:
3103         * examples/gstplay/.cvsignore:
3104         * examples/gstplay/Makefile.am:
3105         * examples/gstplay/player.c:
3106         * gst-libs/gst/Makefile.am:
3107         * gst-libs/gst/play/.cvsignore:
3108         * gst-libs/gst/play/Makefile.am:
3109         * gst-libs/gst/play/play.c:
3110         * gst-libs/gst/play/play.h:
3111         * gst-libs/gst/play/play.vcproj:
3112         * pkgconfig/Makefile.am:
3113         * pkgconfig/gstreamer-play-uninstalled.pc.in:
3114         * pkgconfig/gstreamer-play.pc.in:
3115           Remove libgstplay, playbin is now the official successor.
3116
3117 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3118
3119         * configure.ac:
3120         * gst-libs/gst/Makefile.am:
3121         * gst-libs/gst/xwindowlistener/Makefile.am:
3122         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
3123         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
3124           Remove deprecated xwindowlistener (I've moved xwindowlistening
3125           in the v4l/v4l2 plugins over to serverside).
3126
3127 2005-04-25  David Schleef  <ds@schleef.org>
3128
3129         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
3130         to examples/dynparams.  Examples do not belong interspersed with
3131         source code.
3132         * examples/dynparams/demo-dparams.c:
3133         * gst/sine/Makefile.am:
3134         * gst/sine/demo-dparams.c:
3135
3136 2005-04-25  David Schleef  <ds@schleef.org>
3137
3138         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
3139         * gst-libs/gst/audio/Makefile.am:
3140         * gst-libs/gst/riff/Makefile.am:
3141         * gst-libs/gst/tag/Makefile.am:
3142         * gst-libs/gst/video/Makefile.am:
3143         * gst-libs/gst/xwindowlistener/Makefile.am:
3144
3145         Convert to 0.9 API, seems to work:
3146         * sys/ximage/Makefile.am:
3147         * sys/ximage/ximagesink.c:
3148
3149 2005-04-24  David Schleef  <ds@schleef.org>
3150
3151         Link plugins against libraries:
3152         * ext/alsa/Makefile.am:
3153         * gst/tcp/Makefile.am:
3154
3155         Remove asm code that should be in liboil
3156         * gst/videoscale/Makefile.am:
3157         * gst/videoscale/videoscale_x86_asm.s:
3158
3159         gettext wants these checked in:
3160         * po/af.po:
3161         * po/az.po:
3162         * po/cs.po:
3163         * po/en_GB.po:
3164         * po/hu.po:
3165         * po/it.po:
3166         * po/nb.po:
3167         * po/nl.po:
3168         * po/or.po:
3169         * po/sq.po:
3170         * po/sr.po:
3171         * po/sv.po:
3172         * po/uk.po:
3173         * po/vi.po:
3174
3175 2005-04-24  David Schleef  <ds@schleef.org>
3176
3177         Convert gst_main() to g_main_loop_run()
3178         * gst/playback/decodetest.c: (main):
3179         * gst/playback/test2.c: (main):
3180         * gst/playback/test3.c: (main):
3181         * gst/playback/test4.c: (main):
3182
3183         Link plugins against libraries:
3184         * ext/libvisual/Makefile.am:
3185         * sys/xvimage/Makefile.am:
3186
3187 2005-04-24  David Schleef  <ds@schleef.org>
3188
3189         * configure.ac: Remove idct and resample libs
3190         * gst-libs/gst/Makefile.am: same
3191
3192         Remove usage of gst_library_load():
3193         * ext/alsa/gstalsaplugin.c: (plugin_init):
3194         * ext/libvisual/visual.c: (plugin_init):
3195         * ext/ogg/gstogg.c: (plugin_init):
3196         * ext/theora/theora.c: (plugin_init):
3197         * ext/vorbis/vorbis.c: (plugin_init):
3198         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
3199         * gst/audioscale/gstaudioscale.c:
3200         * gst/adder/gstadder.c: (plugin_init):
3201         * gst/audioconvert/plugin.c: (plugin_init):
3202         * sys/ximage/ximagesink.c: (plugin_init):
3203         * sys/xvimage/xvimagesink.c: (plugin_init):
3204         * gst/tcp/gsttcpplugin.c: (plugin_init):
3205
3206         Link plugins against libraries:
3207         * ext/ogg/Makefile.am:
3208         * ext/theora/Makefile.am:
3209         * ext/vorbis/Makefile.am:
3210         * gst/audioconvert/Makefile.am:
3211
3212         Create proper libraries:
3213         * gst-libs/gst/riff/Makefile.am:
3214         * gst-libs/gst/audio/Makefile.am:
3215         * gst-libs/gst/video/Makefile.am:
3216
3217         Move resample library to audioscale plugin directory:
3218         * gst-libs/gst/resample/Makefile.am:
3219         * gst-libs/gst/resample/README:
3220         * gst-libs/gst/resample/dtof.c:
3221         * gst-libs/gst/resample/dtos.c:
3222         * gst-libs/gst/resample/functable.c:
3223         * gst-libs/gst/resample/private.h:
3224         * gst-libs/gst/resample/resample.c:
3225         * gst-libs/gst/resample/resample.h:
3226         * gst-libs/gst/resample/resample.vcproj:
3227         * gst-libs/gst/resample/test.c:
3228         * gst/audioscale/Makefile.am:
3229         * gst/audioscale/README:
3230         * gst/audioscale/dtof.c:
3231         * gst/audioscale/dtos.c:
3232         * gst/audioscale/functable.c:
3233         * gst/audioscale/private.h:
3234         * gst/audioscale/resample.c:
3235         * gst/audioscale/resample.h:
3236         * gst/audioscale/test.c:
3237
3238         Move tagedit library to gst-libs:
3239         * gst-libs/gst/tag/Makefile.am:
3240         * gst-libs/gst/tag/gstid3tag.c:
3241         * gst-libs/gst/tag/gsttagediting.c:
3242         * gst-libs/gst/tag/gsttageditingprivate.h:
3243         * gst-libs/gst/tag/gstvorbistag.c:
3244         * gst/tags/Makefile.am:
3245         * gst/tags/gstid3tag.c:
3246         * gst/tags/gstvorbistag.c:
3247
3248         Fix for core changes:
3249         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3250         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
3251         (gst_sinesrc_getrange):
3252
3253 2005-04-23  David Schleef  <ds@schleef.org>
3254
3255         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
3256         in gst-plugins in a long time, and properly belongs in liboil.
3257         * gst-libs/gst/idct/Makefile.am:
3258         * gst-libs/gst/idct/README:
3259         * gst-libs/gst/idct/dct.h:
3260         * gst-libs/gst/idct/doieee:
3261         * gst-libs/gst/idct/fastintidct.c:
3262         * gst-libs/gst/idct/floatidct.c:
3263         * gst-libs/gst/idct/idct.c:
3264         * gst-libs/gst/idct/idct.h:
3265         * gst-libs/gst/idct/idtc.vcproj:
3266         * gst-libs/gst/idct/ieeetest.c:
3267         * gst-libs/gst/idct/intidct.c:
3268
3269 2005-04-20  Wim Taymans  <wim@fluendo.com>
3270
3271         * docs/design-audiosinks.txt:
3272         * gst-libs/gst/audio/Makefile.am:
3273         * gst-libs/gst/audio/TODO:
3274         * gst-libs/gst/audio/gstaudiosink.c:
3275         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
3276         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
3277         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
3278         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
3279         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
3280         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
3281         (gst_audiosink_class_init), (gst_audiosink_init),
3282         (gst_audiosink_create_ringbuffer):
3283         * gst-libs/gst/audio/gstaudiosink.h:
3284         * gst-libs/gst/audio/gstbaseaudiosink.c:
3285         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
3286         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
3287         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
3288         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
3289         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
3290         (gst_baseaudiosink_create_ringbuffer),
3291         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
3292         * gst-libs/gst/audio/gstbaseaudiosink.h:
3293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
3294         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
3295         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
3296         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
3297         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
3298         (gst_ringbuffer_play), (gst_ringbuffer_pause),
3299         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
3300         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
3301         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
3302         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
3303         * gst-libs/gst/audio/gstringbuffer.h:
3304         An attempt at a set of audio base classes together with some
3305         design docs.
3306
3307 2005-04-20  Wim Taymans  <wim@fluendo.com>
3308
3309         * gst/audioconvert/Makefile.am:
3310         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3311         (gst_audio_convert_caps_remove_format_info),
3312         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
3313         (gst_audio_convert_channels):
3314         Link against audio libs.
3315         Fix audio convert plugin.
3316
3317 2005-04-20  Wim Taymans  <wim@fluendo.com>
3318
3319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
3320         (gst_ogg_demux_sink_activate):
3321         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
3322         (theora_set_header_on_caps), (theora_enc_sink_event),
3323         (theora_enc_chain):
3324         Fix theora encoder.
3325
3326 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3327
3328         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
3329         * gst/playback/gstdecodebin.c: (find_compatibles):
3330           Work with staticpadtemplates in elementfactories.
3331
3332 2005-04-12  Wim Taymans  <wim@fluendo.com>
3333
3334         * gst/playback/README:
3335         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
3336         (compare_ranks), (print_feature), (gst_decode_bin_init),
3337         (dynamic_create), (dynamic_free), (find_compatibles),
3338         (mimetype_is_raw), (close_pad_link), (got_redirect),
3339         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
3340         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
3341         (gst_decode_bin_change_state):
3342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3343         (gst_play_base_bin_init), (group_destroy), (group_commit),
3344         (check_queue), (queue_overrun), (queue_threshold_reached),
3345         (queue_out_of_data), (gen_preroll_element), (unknown_type),
3346         (new_decoded_pad), (setup_subtitle), (gen_source_element),
3347         (got_redirect), (setup_source), (play_base_eos),
3348         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3349         (gst_play_base_bin_remove_element):
3350         * gst/playback/gstplaybasebin.h:
3351         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3352         (gst_play_bin_init), (gst_play_bin_dispose),
3353         (gst_play_bin_set_property), (gen_video_element),
3354         (gen_text_element), (gen_audio_element), (remove_sinks),
3355         (gst_play_bin_send_event):
3356         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3357         (stream_info_change_state), (gst_stream_info_set_mute):
3358         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
3359         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
3360         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
3361         (gst_stream_selector_chain):
3362         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3363         (main):
3364         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
3365         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
3366         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3367         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
3368         Raw and crude port of decodebin. 
3369         Make playbin compile.
3370
3371 2005-04-06  Wim Taymans  <wim@fluendo.com>
3372
3373         * ext/gnomevfs/Makefile.am:
3374         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
3375         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3376         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
3377         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
3378         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
3379         (gst_gnomevfssrc_stop):
3380         * ext/ogg/Makefile.am:
3381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
3382         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
3383         * ext/theora/Makefile.am:
3384         * ext/theora/theoradec.c: (_inc_granulepos),
3385         (theora_dec_sink_event), (theora_dec_chain):
3386         * ext/vorbis/Makefile.am:
3387         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3388         (vorbis_dec_sink_event), (vorbis_dec_chain):
3389         * gst-libs/gst/audio/Makefile.am:
3390         * sys/xvimage/Makefile.am:
3391         Make gnomevfssrc extend the source base class.
3392         Fix linking against libs in various plugins.
3393
3394 2005-04-06  Andy Wingo  <wingo@pobox.com>
3395
3396         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
3397         GST_BASE_LIBS.
3398
3399         * configure.ac: Add check and AC_SUBST for libgstbase.
3400
3401 2005-03-31  Wim Taymans  <wim@fluendo.com>
3402
3403         * examples/seeking/Makefile.am:
3404         * examples/seeking/cdparanoia.c: (main):
3405         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
3406         (play_cb), (pause_cb), (stop_cb), (main):
3407         * examples/seeking/playbin.c:
3408         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
3409         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
3410         (make_sid_pipeline), (make_vorbis_pipeline),
3411         (make_theora_pipeline), (make_vorbis_theora_pipeline),
3412         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
3413         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
3414         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
3415         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
3416         (stop_cb), (main):
3417         * examples/seeking/spider_seek.c:
3418         * examples/seeking/vorbisfile.c:
3419         * ext/gnomevfs/Makefile.am:
3420         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
3421         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
3422         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
3423         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
3424         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
3425         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
3426         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
3427         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
3428         * ext/ogg/README:
3429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
3430         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
3431         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
3432         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
3433         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
3434         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
3435         (gst_ogg_pad_event), (gst_ogg_pad_reset),
3436         (gst_ogg_demux_factory_filter), (compare_ranks),
3437         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3438         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3439         (gst_ogg_chain_new), (gst_ogg_chain_free),
3440         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
3441         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
3442         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
3443         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
3444         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
3445         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
3446         (gst_ogg_demux_get_prev_page),
3447         (gst_ogg_demux_deactivate_current_chain),
3448         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3449         (gst_ogg_demux_bisect_forward_serialno),
3450         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
3451         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
3452         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
3453         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
3454         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
3455         (gst_ogg_demux_change_state), (gst_ogg_print):
3456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
3457         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
3458         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
3459         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
3460         (gst_ogg_mux_loop):
3461         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
3462         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
3463         (theora_dec_src_convert), (theora_dec_sink_convert),
3464         (theora_dec_src_query), (theora_dec_src_event),
3465         (theora_dec_sink_event), (theora_dec_chain),
3466         (theora_dec_change_state):
3467         * ext/theora/theoraenc.c: (gst_theora_enc_init),
3468         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
3469         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
3470         (theora_enc_change_state):
3471         * ext/vorbis/Makefile.am:
3472         * ext/vorbis/oggvorbisenc.c:
3473         * ext/vorbis/oggvorbisenc.h:
3474         * ext/vorbis/vorbis.c: (plugin_init):
3475         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3476         (vorbis_dec_src_query), (vorbis_dec_src_event),
3477         (vorbis_dec_sink_event), (vorbis_dec_chain),
3478         (vorbis_dec_change_state):
3479         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
3480         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
3481         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3482         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
3483         (gst_vorbisenc_change_state):
3484         * ext/vorbis/vorbisenc.h:
3485         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
3486         * gst-libs/gst/audio/audioclock.c:
3487         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
3488         (gst_audiofilter_init), (gst_audiofilter_chain):
3489         * gst-libs/gst/audio/testchannels.c: (main):
3490         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
3491         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
3492         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
3493         (gmip_find_track_streaminfo), (gmip_find_track_format):
3494         * gst-libs/gst/media-info/media-info.c:
3495         (gst_media_info_read_idler):
3496         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
3497         (gst_play_get_all_by_interface):
3498         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3499         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
3500         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
3501         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
3502         (gst_riff_parse_info):
3503         * gst-libs/gst/riff/riff-read.h:
3504         * gst-libs/gst/riff/riff.c: (plugin_init):
3505         * gst-libs/gst/video/Makefile.am:
3506         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
3507         (gst_videosink_class_init), (gst_videosink_get_type):
3508         * gst-libs/gst/video/videosink.h:
3509         * gst/audioconvert/bufferframesconvert.c:
3510         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
3511         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
3512         * gst/audioconvert/channelmixtest.c: (main):
3513         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3514         (gst_audio_convert_chain),
3515         (gst_audio_convert_caps_remove_format_info),
3516         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
3517         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
3518         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
3519         (gst_audio_convert_buffer_to_default_format),
3520         (gst_audio_convert_buffer_from_default_format),
3521         (gst_audio_convert_channels):
3522         * gst/audioconvert/gstchannelmix.h:
3523         * gst/ffmpegcolorspace/avcodec.h:
3524         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3525         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
3526         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
3527         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
3528         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
3529         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
3530         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
3531         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
3532         (mpeg_video_type_find), (mpeg_video_stream_type_find),
3533         (dv_type_find):
3534         * gst/videotestsrc/gstvideotestsrc.c:
3535         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
3536         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
3537         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
3538         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
3539         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
3540         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
3541         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
3542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3543         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
3544         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
3545         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
3546         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
3547         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
3548         (gst_xvimagesink_navigation_send_event),
3549         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
3550         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
3551         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
3552         * sys/xvimage/xvimagesink.h:
3553         Plugin port to 0.9, ogg/theora playback should work in the seek
3554         example now.
3555         Removed old examples.
3556         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
3557         explained in 0.9 TODO doc.
3558
3559
3560 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
3561
3562         * autogen.sh:
3563         * configure.ac:
3564         * ext/Makefile.am:
3565         * gst/Makefile.am:
3566         * po/POTFILES.in:
3567         * po/af.po:
3568         * po/az.po:
3569         * po/cs.po:
3570         * po/en_GB.po:
3571         * po/hu.po:
3572         * po/it.po:
3573         * po/nb.po:
3574         * po/nl.po:
3575         * po/or.po:
3576         * po/sq.po:
3577         * po/sr.po:
3578         * po/sv.po:
3579         * po/uk.po:
3580         * po/vi.po:
3581         * sys/Makefile.am:
3582         * testsuite/Makefile.am:
3583           remove a whole bunch of plugins.  This module now contains a set
3584           of free reference plugins/elements as agreed.
3585
3586 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3587
3588         * configure.ac:
3589           hunting season on 0.9 is now OPEN
3590 <<<<<<< ChangeLog
3591 =======
3592
3593 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3594
3595         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
3596           Kick the hell out of gcc for not warning me about a symbol conflict.
3597
3598 2005-02-22  Luca Ognibene  <luogni@tin.it>
3599
3600         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3601
3602         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
3603           Don't leak caps string (fixes #168134)
3604
3605         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
3606         (gst_jpegenc_init), (gst_jpegenc_finalize),
3607         (gst_jpegenc_change_state):
3608           Don't leak line buffers and context struct (fixes #168133).
3609
3610 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
3611
3612         * configure.ac:
3613         * ext/dirac/gstdiracdec.cc:
3614         (gst_diracdec_chain):
3615           Since dirac 0.5.0 the framerate in dirac is expressed as a
3616           rational number. Fix build and up requirement to 0.5.0, and
3617           also pass parameters to gst_diracdec_link in the right order
3618           (fixes #167959).
3619
3620 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
3621
3622         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
3623         * ext/faad/gstfaad.h:
3624         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
3625         certain invalid muxed streams, where some packets will contain 
3626         junk after decoder data. Partially fixes #149158.
3627
3628 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
3629         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
3630           Make sure we only write to writable buffers
3631
3632 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
3633
3634         * gst-libs/gst/riff/riff-media.c:
3635         (gst_riff_create_audio_caps_with_data):
3636           Do actually fix invalid RIFF fmt header values for alaw
3637           and mulaw audio instead of just saying so.
3638
3639         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
3640           Give gst_riff_create_audio_caps_with_data() a chance to
3641           fix up broken format header fields before extracting any
3642           parameters from the header. (fixes #167633)
3643
3644 2005-02-19  Martin Holters  <martin.holters@gmx.de>
3645
3646         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3647
3648         * gst/audioconvert/bufferframesconvert.c:
3649         (buffer_frames_convert_link):
3650           Don't leak othercaps. (fixes #167878)
3651
3652 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
3653
3654         * configure.ac:
3655         * ext/libvisual/visual.c: (gst_visual_srclink),
3656         (gst_visual_change_state):
3657           Support libvisual 0.2.0.
3658
3659 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
3660
3661         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
3662         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
3663           Use same rowstrides for I420 as used everywhere else.
3664
3665 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
3666
3667         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
3668           Declare variables at beginning of block and make gcc-2.95 happy
3669           (fixes # 167482, patch by Gergely Nagy).
3670           
3671         * gst/tcp/gsttcpclientsrc.c:
3672         * gst/tcp/gsttcpclientsrc.h:
3673           Move some includes into the header, so that struct sockaddr_in is
3674           defined when it should be defined on FreeBSD as well (fixes
3675           #167483).
3676           
3677         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
3678           Don't pass uninitialised values to setsockopt() here either.
3679
3680 2005-02-17  Luca Ognibene  <luogni at tin dot it>
3681
3682         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
3683
3684         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
3685           Don't pass uninitialised values to setsockopt(). (fixes #167704)
3686
3687 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3688
3689         * gst/playback/gstplaybin.c: (add_sink):
3690           Invert bin_add/link order to workaround deadlock in opt.
3691
3692 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3693
3694         * gst/modplug/gstmodplug.cc:
3695           Add missing break causing position queries to fail.
3696
3697 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3698
3699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
3700           Granpos can apparently be -1, which screws up calculations...
3701
3702 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
3703
3704         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
3705         (gst_ximagesink_send_pending_navigation),
3706         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
3707         (gst_ximagesink_init):
3708         * sys/ximage/ximagesink.h:
3709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
3710         (gst_xvimagesink_send_pending_navigation),
3711         (gst_xvimagesink_navigation_send_event),
3712         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
3713         * sys/xvimage/xvimagesink.h:
3714           Use a mutex protected list to marshal navigation
3715           events into the stream thread from whichever thread
3716           sends them.
3717
3718 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
3719
3720         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
3721           Display current position and track length; misc. clean-ups.
3722           
3723         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
3724         (speed_init), (speed_chain):
3725           Add query function, so that the stream length and current position
3726           get adjusted when queried (note that current position queries may
3727           still be wrong if the audio sink returns values based on buffer
3728           timestamps instead of passing on the query).
3729
3730 2005-02-13  Benjamin Otte  <otte@gnome.org>
3731
3732         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
3733         (gst_audio_convert_channels):
3734           create channel conversion matrix when linking
3735         * gst/audioconvert/.cvsignore:
3736         * gst/audioconvert/Makefile.am:
3737         * gst/audioconvert/channelmixtest.c: (main):
3738           add (ugly) test that ensures stereo <=> mono conversion works
3739           correctly
3740
3741 2005-02-13  Benjamin Otte  <otte@gnome.org>
3742
3743         * gst/audioconvert/gstchannelmix.h:
3744           include missing header file
3745         * gst/audioconvert/gstchannelmix.c:
3746         (gst_audio_convert_fill_compatible):
3747           use same sign for both channels when converting to/from compatible
3748           channel. Previously used different signs made the signals cancel
3749           each other out and appear like silence. (fixes #167269)
3750
3751 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
3752
3753         * gst/ffmpegcolorspace/avcodec.h:
3754         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
3755         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
3756         (gst_ffmpegcsp_avpicture_fill):
3757         * gst/ffmpegcolorspace/imgconvert.c:
3758           Convert to and from YV12 (fixes #156379).
3759
3760 2005-02-12  Julien MOUTTE  <julien@moutte.net>
3761
3762         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
3763         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
3764         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
3765         (gst_ximagesink_expose), (gst_ximagesink_set_property),
3766         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
3767         methods from chain and negotiation and vice versa (Fixes #166142).
3768         * sys/ximage/ximagesink.h: Add stream_lock.
3769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
3770         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3771         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3772         (gst_xvimagesink_expose): Check for xcontext before trying to link.
3773
3774 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
3775
3776         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
3777           Don't send "Hey! You gave me a NULL pointer you naughty person" as
3778           error message when we can't open the DVD device (when dvdnav_open()
3779           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
3780           the above). Send something more useful instead (fixes #167117).
3781
3782 2005-02-11  Julien MOUTTE  <julien@moutte.net>
3783
3784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
3785         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
3786         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3787         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
3788         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
3789         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
3790         methods from chain and negotiation and vice versa (Fixes #166142).
3791         Fix a possible bug of images in the buffer pool being discarded because
3792         we are looking at the wrong geometry.
3793         * sys/xvimage/xvimagesink.h: Add stream_lock.
3794
3795 2005-02-11  David Schleef  <ds@schleef.org>
3796
3797         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
3798         unsigned int. (fixes #167128)
3799
3800 2005-02-11  David Schleef  <ds@schleef.org>
3801
3802         * gst/librfb/Makefile.am: Testing stuff before committing is
3803           for wimps... and people with fast machines.  Fix stupid
3804           mistake.
3805
3806 2005-02-11  David Schleef  <ds@schleef.org>
3807
3808         * configure.ac: Pull in librfb from my CVS tree, because it is
3809           too small and annoying to be separate.  Move rfbsrc plugin
3810           to gst/.
3811         * ext/Makefile.am:
3812         * ext/librfb/Makefile.am:
3813         * ext/librfb/gstrfbsrc.c:
3814         * gst/librfb/Makefile.am:
3815         * gst/librfb/gstrfbsrc.c:
3816         * gst/librfb/rfb.c:
3817         * gst/librfb/rfb.h:
3818         * gst/librfb/rfbbuffer.c:
3819         * gst/librfb/rfbbuffer.h:
3820         * gst/librfb/rfbbytestream.c:
3821         * gst/librfb/rfbbytestream.h:
3822         * gst/librfb/rfbcontext.h:
3823         * gst/librfb/rfbdecoder.c:
3824         * gst/librfb/rfbdecoder.h:
3825         * gst/librfb/rfbutil.h:
3826
3827 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
3828
3829         * gst/speed/Makefile.am:
3830         * gst/speed/demo-mp3.c: (main):
3831         * gst/speed/filter.func:
3832         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
3833         (speed_class_init), (speed_init), (speed_chain_int16),
3834         (speed_chain_float32), (speed_chain), (speed_set_property),
3835         (speed_get_property), (speed_change_state):
3836         * gst/speed/gstspeed.h:
3837           Fix speed element and make it chain-based (fixes #156467),
3838           and make it handle more than one channel.
3839
3840 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
3841
3842         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
3843         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
3844         (gst_dtsdec_chain), (gst_dtsdec_change_state):
3845         * ext/dts/gstdtsdec.h:
3846           Don't clobber the stack constructing the channels array.
3847           Make the element chain-based. DTS tracks can now be played.
3848           
3849 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
3850
3851         * gst-libs/gst/audio/multichannel.h:
3852         * gst-libs/gst/gconf/gconf.h:
3853         * gst-libs/gst/idct/idct.h:
3854         * gst-libs/gst/media-info/media-info-priv.h:
3855         * gst-libs/gst/play/play.h:
3856         * gst-libs/gst/resample/private.h:
3857         * gst-libs/gst/resample/resample.h:
3858         * gst-libs/gst/riff/riff-ids.h:
3859         * gst-libs/gst/video/video.h:
3860         * gst-libs/gst/video/videosink.h:
3861           Add G_BEGIN_DECLS and G_END_DECLS around headers where
3862           missing, so that they work when included from C++ code.
3863
3864 2005-02-09  David Schleef  <ds@schleef.org>
3865
3866         * testsuite/gst-lint: Check for non-statically scoped
3867           parent_class variables.  This won't be a problem once
3868           plugins are loaded with RTLD_LOCAL.
3869
3870 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3871
3872         * ext/mplex/gstmplexibitstream.cc:
3873           gcc madness.
3874
3875 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3876
3877         * ext/ogg/gstogmparse.c:
3878         * gst/debug/gstnavigationtest.c:
3879           Die, thou faulty symbol pollutors (non-static parent_class).
3880
3881 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3882
3883         * ext/mplex/gstmplexibitstream.cc:
3884           Fix event handling (#165525).
3885
3886 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3887
3888         * ext/mikmod/gstmikmod.c:
3889         * gst/modplug/gstmodplug.cc:
3890           Add missing endianness to template (fixes #165509).
3891
3892 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3893
3894         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
3895           Fix wrong order of reading of optional bytes (#165290).
3896
3897 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3898
3899         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3900           Implement FILLER event awareness.
3901
3902 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3903
3904         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
3905           Fix track calculations (#166208).
3906
3907 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3908
3909         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3910
3911         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
3912         * ext/libpng/gstpngenc.c:
3913           Fix byte-order, use proper fixed caps. Fixes #164197.
3914
3915 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
3916
3917         * configure.ac:
3918           Add dvdlpcmdec 
3919
3920         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
3921         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
3922           Don't push buffers if the src pad isn't negotiated yet.
3923           
3924         * gst/audioconvert/gstaudioconvert.c:
3925         (gst_audio_convert_buffer_to_default_format),
3926         (gst_audio_convert_buffer_from_default_format):
3927           Add support for 24-bit width.
3928
3929         * gst/dvdlpcmdec/.cvsignore:
3930         * gst/dvdlpcmdec/Makefile.am:
3931         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
3932         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
3933         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
3934         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
3935         (plugin_init):
3936         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
3937           New decoder for rearranging DVD LPCM into our audio/x-raw-int
3938           format. Needs support for the channels maps if someone can find 
3939           a DVD LPCM track with > 2 channels.
3940
3941         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
3942         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
3943         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
3944         * gst/mpegstream/gstdvddemux.h:
3945         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
3946         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
3947         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
3948         * gst/mpegstream/gstmpegdemux.h:
3949         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
3950         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
3951         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
3952         (gst_mpeg_parse_handle_src_query),
3953         (gst_mpeg_parse_handle_src_event):
3954           Use audio/x-dvd-lpcm for LPCM output.
3955           Add DTS output.
3956
3957 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
3958
3959         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3960
3961         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
3962         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
3963           Add BGRA handling (#165736).
3964
3965 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
3966
3967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3968
3969         * gst/law/alaw-decode.c: (alawdec_link):
3970         * gst/law/alaw-encode.c: (alawenc_link):
3971         * gst/law/mulaw-decode.c: (mulawdec_link):
3972         * gst/law/mulaw-encode.c: (mulawenc_link):
3973           Fix caps memleaks (#166600).
3974
3975 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
3976
3977         * ext/tarkin/mem.h:
3978         * ext/tarkin/wavelet.h:
3979         * ext/tarkin/yuv.h:
3980         * gst/ffmpegcolorspace/avcodec.h:
3981           Include "_stdint.h" instead of <stdint.h>. Fixes build on
3982           systems that don't have stdint.h, like Solaris9 (fixes #166631).
3983
3984 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3985
3986         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
3987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
3988         (gst_xvimagesink_change_state):
3989           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
3990           Xv video (and thereby regenerate Xv colourkey) in clear() so
3991           that PLAY -> READY -> PLAY works (fixes #162504).
3992
3993 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3994
3995         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
3996           Switch to list instead of range, since MJPEG-devices really just
3997           support decimations, not any size.
3998
3999 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4000         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
4001         (gst_mpeg2dec_reset), (free_all_buffers),
4002         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
4003         * ext/mpeg2dec/gstmpeg2dec.h:
4004           The libmpeg2 user-allocated buffer management is awkward, 
4005           to say the least. Hopefully this fixes things.
4006
4007 2005-02-04  Andy Wingo  <wingo@pobox.com>
4008
4009         * gst/audioconvert/bufferframesconvert.c
4010         (buffer_frames_convert_fixate): New function, fixates to 256
4011         frames per buffer by default. (Much better than 1.)
4012         (buffer_frames_convert_init): Set the fixate function for both src
4013         and sink pad.
4014         (buffer_frames_convert_link): After success setting nonfixed caps,
4015         get the negotiated caps so we can know how many buffer-frames it
4016         will be. No idea how this worked at all before.
4017
4018 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
4019
4020         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
4021         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
4022         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
4023         (handle_sequence), (handle_picture):
4024         * ext/mpeg2dec/gstmpeg2dec.h:
4025           Rearrange buffer tracking and refcounting and refactor
4026           a little for readability. 
4027
4028 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
4029         * sys/v4l/gstv4l.c: (plugin_init):
4030         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
4031         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
4032         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
4033         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
4034         * sys/v4l/gstv4ljpegsrc.h:
4035         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
4036         * sys/v4l/v4l_calls.h:
4037         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
4038         (gst_v4lsrc_get_fps):
4039         * sys/v4l/v4lsrc_calls.h:
4040           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
4041           you jpeg inside rgb frames" driver.
4042           Don't error in the v4lsrc link function, just return 
4043           REFUSED.
4044
4045 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4046
4047         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
4048         (gst_qcamsrc_open):
4049           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
4050
4051 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4052
4053         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4054           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
4055
4056 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4057
4058         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
4059           Reset negotiated state on PAUSED->READY.
4060
4061 2005-02-02  David Schleef  <ds@schleef.org>
4062
4063         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
4064         whereever possible.  (Fixes #165997)
4065         * examples/capsfilter/capsfilter1.c: (main):
4066         * examples/dynparams/filter.c: (create_ui):
4067         * examples/seeking/cdparanoia.c: (get_track_info), (main):
4068         * examples/seeking/chained.c: (main):
4069         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
4070         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
4071         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
4072         (make_mpeg_pipeline), (make_mpegnt_pipeline):
4073         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4074         * examples/switch/switcher.c: (main):
4075         * ext/dv/demo-play.c: (main):
4076         * ext/faad/gstfaad.c: (gst_faad_change_state):
4077         * ext/mad/gstmad.c: (gst_mad_chain):
4078         * ext/smoothwave/demo-osssrc.c: (main):
4079         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
4080         (gst_gconf_render_bin_from_description),
4081         (gst_gconf_get_default_audio_sink),
4082         (gst_gconf_get_default_video_sink),
4083         (gst_gconf_get_default_audio_src),
4084         (gst_gconf_get_default_video_src),
4085         (gst_gconf_get_default_visualization_element):
4086         * gst/level/demo.c: (main):
4087         * gst/level/plot.c: (main):
4088         * gst/playback/gstplaybin.c: (gen_video_element),
4089         (gen_audio_element):
4090         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
4091         * gst/playondemand/demo-mp3.c: (setup_pipeline):
4092         * gst/sine/demo-dparams.c: (main):
4093         * gst/spectrum/demo-osssrc.c: (main):
4094         * gst/speed/demo-mp3.c: (main):
4095         * gst/volume/demo.c: (main):
4096         * testsuite/embed/embed.c: (main):
4097
4098 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4099
4100         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4101         (gst_tcpclientsink_finalize):
4102         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4103         (gst_tcpclientsrc_finalize):
4104         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4105         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
4106         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4107         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
4108           Don't leak the hostname when shutting down.
4109           In tcpserversrc, take a copy of the default hostname.
4110
4111 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4112
4113         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
4114           Set caps to systemstream=TRUE.
4115
4116 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4117
4118         * testsuite/Makefile.am:
4119           Fix more OSX buildbots.
4120
4121 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
4122
4123         * ext/mpeg2dec/gstmpeg2dec.c:
4124           Don't send things to NULL PAD_PEERs
4125
4126         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
4127           Copy-on-write the incoming buffer.
4128
4129         * gst/mpegstream/gstdvddemux.h:
4130         * gst/mpegstream/gstmpegclock.h:
4131         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
4132         (normal_seek), (gst_mpeg_demux_handle_src_event):
4133         * gst/mpegstream/gstmpegdemux.h:
4134         * gst/mpegstream/gstmpegpacketize.h:
4135         * gst/mpegstream/gstmpegparse.c:
4136         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
4137         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
4138         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
4139         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
4140         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
4141         * gst/mpegstream/gstmpegparse.h:
4142         * gst/mpegstream/gstrfc2250enc.h:
4143           Various changes to the way time is computed that make seeking and
4144           total time estimation much better here.
4145           Use G_BEGIN/END_DECLS instead of __cplusplus
4146
4147         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
4148           Use gst_buffer_stamp instead of only copying the TIMESTAMP
4149
4150 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4151
4152         * gst/subparse/gstsubparse.c:
4153           Fix OSX buildbot.
4154
4155 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4156
4157         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4158         (theora_enc_chain), (theora_enc_change_state):
4159         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
4160         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
4161         (gst_vorbisenc_change_state):
4162         * ext/vorbis/vorbisenc.h:
4163           Set granulepos and timestamp correctly for streams not
4164           starting at 0, taking into account the initial delay.
4165
4166 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
4167
4168         * gst/mpegstream/gstdvddemux.c:
4169           Add audio/x-dts to audio pad template caps
4170
4171 2005-01-30  David Schleef  <ds@schleef.org>
4172
4173         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
4174         (create_context), (gst_polypsink_link): Fix silly endianness
4175         bug.  Add some debugging.  Remove float from caps; it doesn't
4176         work.  Attempt to get remote audio working.
4177
4178 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4179
4180         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
4181           Add 3IV2 fourcc.
4182
4183 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4184
4185         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
4186         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
4187         (gst_avi_demux_stream_data):
4188         * gst/avi/gstavidemux.h:
4189           Invert DIB images. Fixes #132341.
4190
4191 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4192
4193         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4194         (gst_ffmpegcsp_chain):
4195           D'oh, reference the palette data, not the palette structure.
4196           Fixes color distortion in #132341.
4197
4198 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4199
4200         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
4201           PAR can be non-fixed when not provided as argument (#162626).
4202
4203 2005-01-29  David Moore  <dcm@acm.org>
4204
4205         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4206
4207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4208         (gst_qtdemux_loop_header):
4209           Re-apply patch from #142272 that allows non-seekable sources,
4210           re-proposed by Daniel Drake <dsd@gentoo.org>.
4211
4212 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4213
4214         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
4215           Use the src template for creating the src pad (#162330).
4216
4217 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4218
4219         * configure.ac:
4220         * ext/musepack/Makefile.am:
4221         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
4222         (gst_musepackdec_init), (gst_musepackdec_dispose),
4223         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
4224         (gst_musepack_stream_init), (gst_musepackdec_loop),
4225         (gst_musepackdec_change_state):
4226         * ext/musepack/gstmusepackdec.cpp:
4227         * ext/musepack/gstmusepackdec.h:
4228         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
4229         (gst_musepack_reader_read), (gst_musepack_reader_seek),
4230         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
4231         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
4232         * ext/musepack/gstmusepackreader.cpp:
4233         * ext/musepack/gstmusepackreader.h:
4234           Update to 1.1 API (#165446).
4235
4236 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4237
4238         * ext/Makefile.am:
4239           Unbreak buildbot.
4240
4241 2005-01-28  Andy Wingo  <wingo@pobox.com>
4242
4243         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
4244         to reflect a different dubious internet source. Add a reference
4245         and some commentary.
4246
4247 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4248
4249         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
4250         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
4251         * gst/playback/gststreamselector.h:
4252           Be more selective when we're redoing caps negotiation from
4253           within the chain function on a stream change.
4254
4255 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4256
4257         * configure.ac:
4258         * ext/Makefile.am:
4259         * ext/amrnb/Makefile.am:
4260         * ext/amrnb/amrnb.c: (plugin_init):
4261         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
4262         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
4263         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
4264         (gst_amrnbdec_state_change):
4265         * ext/amrnb/amrnbdec.h:
4266         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
4267         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
4268         (gst_amrnbparse_init), (gst_amrnbparse_formats),
4269         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
4270         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
4271         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
4272         * ext/amrnb/amrnbparse.h:
4273           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
4274         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4275           Add AMR-NB/-WB raw formats.
4276         * ext/alsa/gstalsa.c: (gst_alsa_link):
4277           Keep valid time when changing format.
4278         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
4279         (qtdemux_parse_trak):
4280           Add some more format-specific options (#140141, #143555, #155163).
4281
4282 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4283
4284         * gst/matroska/matroska-demux.c:
4285         (gst_matroska_demux_parse_blockgroup):
4286           Fix logic error in timing of subtitle stream synchronization.
4287         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
4288           Add skip-chunk, which is found in kodak-camera streams.
4289
4290 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4291
4292         * po/LINGUAS:
4293         * po/vi.po:
4294           Adding Vietnamese translation (submitted by Clytie Siddall)
4295
4296 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4297
4298         * gst/playback/gstdecodebin.c: (try_to_link_1):
4299           Use realpad for signal.
4300
4301 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4302
4303         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
4304           Fix category so decodebin picks it up.
4305
4306 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4307
4308         * ext/mad/Makefile.am:
4309         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
4310         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
4311         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
4312         (found_type), (gst_id3demux_bin_change_state):
4313         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
4314         (gst_id3_tag_init), (gst_id3_tag_handle_event),
4315         (gst_id3_tag_src_link), (gst_id3_tag_chain),
4316         (gst_id3_tag_change_state), (plugin_init):
4317         * ext/mad/gstmad.h:
4318           Add id3demuxbin (which is a simple bin consisting of id3demux
4319           and typefind), take over rank from id3demux, remove typefind
4320           code from id3demux. Makes all broken mp3s that I know of work,
4321           and thereby fixes #152688.
4322
4323 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
4324
4325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4326
4327         * ext/mad/gstmad.c: (gst_mad_src_event):
4328         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
4329           Allow seeks on audio pad, make mad forward those (#164826).
4330         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4331           Set duration (#165335).
4332
4333 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4334
4335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4336         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
4337         (gst_asf_demux_process_ext_content_desc),
4338         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
4339         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
4340         * gst/asfdemux/gstasfdemux.h:
4341           Improve metadata display, e.g. if the metadata comes before the
4342           streams are loaded (which is perfectly valid).
4343
4344 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4345
4346         * tools/gst-launch-ext-m.m:
4347           Fix AVI/ASF pipelines (#165340).
4348
4349 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
4350         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
4351         build failure on amd64
4352
4353 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
4354
4355         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
4356         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
4357           Check environment variables GST_ID3V2_TAG_ENCODING,
4358           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4359           list of character encodings to force interpretation of non-unicode
4360           strings stored in an ID3v2 tag to a particular encoding. If none
4361           is specified, try to use current locale's encoding, then fall back
4362           to ISO-8859-1 (which will always succeed). (Resolves #149274)
4363         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
4364         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
4365           Check environment variables GST_ID3V1_TAG_ENCODING,
4366           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
4367           list of character encodings to use in case a string encountered
4368           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
4369           specified, try to use the current locale's encoding, then fall
4370           back to ISO-8859-1 (which will always succeed).
4371
4372 2005-01-25  Benjamin Otte  <otte@gnome.org>
4373
4374         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4375           - on half framerate, compute the rate in advance so the comparisons
4376             don't compare wrong values
4377           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
4378             behaviour
4379           - don't use mad_header_decode anymore, mad_frame_decode does that
4380             automatically
4381           - when getting rid of consumed bytes, reset the stream's skiplen
4382           (fixes #163867)
4383
4384 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4385
4386         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
4387           Use 1/2 a second for default max_discont, as PES streams from DVB
4388           seem to have larger spacings in the SCR. 
4389           Fix a typo.
4390
4391 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4392
4393         * gst/playback/gstplaybasebin.c: (group_commit):
4394           Notify delayed stream-info availability.
4395
4396 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
4397         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
4398         (gst_a52dec_handle_event), (gst_a52dec_chain):
4399         Add some debug output. Check that a discont has a valid
4400         time associated.
4401         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4402         (gst_alsa_sink_loop):
4403         Ignore TAG events. A little extra debug for broken timestamps.
4404         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
4405         (dvdnavsrc_change_state):
4406         Ensure we send a discont to engage the link before we send any
4407         other events.
4408         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
4409         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
4410         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
4411         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
4412         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
4413         dvd://title works in totem because typefinding sends a seek that ends
4414         up going back to chapter 1 regardless.
4415         * ext/mpeg2dec/gstmpeg2dec.c:
4416         * ext/mpeg2dec/gstmpeg2dec.h:
4417         Output correct timestamps and handle disconts.
4418         * ext/ogg/gstoggdemux.c: (get_relative):
4419         Small guard against a null dereference.
4420         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
4421         (gst_textoverlay_set_property):
4422         Free memory when done. Don't call gst_event_filler_get_duration on
4423         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
4424         g_warning.
4425         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
4426         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
4427         (gst_sw_srclink), (gst_smoothwave_chain):
4428         Draw solid lines, prettier colours.
4429         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
4430         Add a default palette that'll work for some movies.
4431         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
4432         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
4433         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
4434         * gst/mpegstream/gstdvddemux.h:
4435         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
4436         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
4437         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
4438         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
4439         * gst/mpegstream/gstmpegparse.h:
4440         Use PTM/NAV events when for timestamp adjustment when connected to 
4441         dvdnavsrc. Don't use many discont events where one suffices.
4442         * gst/playback/gstplaybasebin.c: (group_destroy),
4443         (gen_preroll_element), (gst_play_base_bin_add_element):
4444         * gst/playback/gstplaybasebin.h:
4445         Make sure we remove subtitles from the same bin we put them in.
4446         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
4447         (gst_subparse_buffer_format_autodetect),
4448         (gst_subparse_change_state):
4449         Fix some memleaks and invalid accesses.
4450         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
4451         (oggskel_type_find), (cmml_type_find), (plugin_init):
4452         Some typefind functions for Annodex v3.0 files
4453         * gst/wavparse/gstwavparse.h:
4454         GstRiffReadClass is the correct parent class.
4455
4456 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4457
4458         * gst-libs/gst/riff/riff-media.c:
4459         (gst_riff_create_video_caps_with_data):
4460           Add extradata to huffyuv (fixes #165013).
4461         * gst-libs/gst/riff/riff-read.c:
4462         (gst_riff_read_strf_vids_with_data):
4463           Fix extradata extraction if it is in the chunk size.
4464
4465 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
4466
4467         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4468
4469         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
4470         (gst_quarktv_change_state), (gst_quarktv_dispose):
4471           Memory free'ing location fix (#164708).
4472
4473 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4474
4475         * gst/playback/gstplaybasebin.c: (group_commit),
4476         (gen_preroll_element), (probe_triggered), (gen_source_element),
4477         (setup_source), (gst_play_base_bin_change_state),
4478         (gst_play_base_bin_add_element):
4479           Don't block for streams.
4480         * gst/playback/gststreaminfo.c: (stream_info_change_state),
4481         (gst_stream_info_set_mute):
4482           Use gst_pad_set_active_recursive.
4483
4484 2005-01-25  Andy Wingo  <wingo@pobox.com>
4485
4486         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
4487         for #ifndef HAVE_XVIDEO.
4488
4489 2005-01-24  Jeffrey C. Ollie
4490
4491         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
4492
4493         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
4494         * ext/gsm/gstgsmdec.h:
4495         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
4496         * ext/gsm/gstgsmenc.h:
4497         Fix rate to 8kHz as per spec, removes obscure errors when no rate
4498         was given by property. Add proper buffer timestamps and offsets.
4499
4500 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4501
4502         * gst-libs/gst/riff/riff-media.c:
4503         (gst_riff_create_audio_caps_with_data):
4504           Audio can be <8000Hz.
4505
4506 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4507
4508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
4509           Explicit state change to workaround refcount bugs.
4510
4511 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4512
4513         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
4514         (gst_avimux_riff_get_avi_header):
4515           Fix...
4516
4517 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4518
4519         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
4520         (gst_riff_read_element_data):
4521         * gst-libs/gst/riff/riff-read.h:
4522           Add _peek version (req'ed in CDXA).
4523         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
4524         (gst_cdxaparse_loop):
4525           Fix parsing in playbin.
4526         * gst/playback/gstdecodebin.c: (close_pad_link):
4527           Ignore current_ pads, they cause major annoyance.
4528
4529 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4530
4531         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
4532           Safety guard.
4533
4534 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4535
4536         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
4537           Fix padding...
4538
4539 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4540
4541         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
4542           Allow for 0-sized buffers. Fixes length query problems in
4543           starwars.mkv from the testsuite.
4544
4545 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
4546
4547         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
4548         (gst_video_box_i420), (gst_video_box_chain):
4549           Fix row strides for I420 (fixes #163159)
4550           
4551 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4552
4553         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
4554           MPEG2 has a useful rate property, so we can actually use that.
4555           For MPEG-1, continue using the bytes/time properties.
4556
4557 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4558
4559         * gst-libs/gst/riff/riff-media.c:
4560         (gst_riff_create_video_caps_with_data),
4561         (gst_riff_create_video_template_caps):
4562           Add intel-h263.
4563
4564 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4565
4566         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
4567           Fail if caps negotiation fails. Should fix #162184, and should
4568           definately be in there regardless of it fixing the actual bug.
4569         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
4570         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
4571         (gst_avimux_riff_get_avix_header),
4572         (gst_avimux_riff_get_video_header),
4573         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
4574         (gst_avimux_start_file), (gst_avimux_handle_event),
4575         (gst_avimux_change_state):
4576         * gst/avi/gstavimux.h:
4577           Refactor structure writing to use GST_WRITE_UINT macros, add
4578           metadata writing support.
4579
4580 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4581
4582         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
4583           Elements may already be destroyed when this function is called.
4584
4585 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4586
4587         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4588         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
4589           More memory leak fixes (#149162).
4590
4591 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4592
4593         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
4594         (gst_qtdemux_add_stream):
4595           Fix two memleaks.
4596
4597 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4598
4599         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4600           Argh...
4601
4602 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4603
4604         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
4605           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
4606           when fixating to six channels in Totem.
4607
4608 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4609
4610         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
4611           Fix compile warnings on Solaris 10 buildbot
4612
4613 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4614
4615         * ext/dvdread/dvdreadsrc.c: (_read):
4616           Don't read beyond the last cell in a chapter (fixes 
4617           invalid memory access)
4618
4619 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
4620
4621         * ext/dvdread/stream_labels.c:
4622         (dvdreadsrc_get_audio_stream_labels):
4623           Use NULL for an empty GList instead of g_list_alloc(); fix 
4624           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
4625           of GString (easier to bulk free later)
4626
4627 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4628
4629         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4630
4631         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4632         (gst_ffmpeg_pixfmt_to_caps):
4633           Fix BGRA32 caps (#164209).
4634
4635 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
4636
4637         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4638
4639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4640         (gst_ffmpeg_caps_to_pixfmt):
4641           alpha_mask can be RGBA/ABGR. Fixes #164265.
4642
4643 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
4644
4645         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4646
4647         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
4648         (gst_mpeg2dec_alloc_buffer):
4649         * ext/mpeg2dec/gstmpeg2dec.h:
4650           Crop if decoding size is not the actual image size (#163676).
4651
4652 2005-01-17  Steve Baker  <steve@stevebaker.org>
4653
4654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4655
4656         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
4657         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
4658           Add libsndfile typefind functions (#163309).
4659
4660 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4661
4662         * tools/gst-launch-ext-m.m:
4663           Add .aac, fix .m1v/.m2v (#163891).
4664
4665 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4666
4667         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
4668           Sanity check, don't wait endlessly since the clock might not
4669           actually run at this point (which is a deadlock). Fixes #164069.
4670
4671 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4672
4673         * gst/playback/gstplaybasebin.c: (probe_triggered):
4674           Of course, only pause if group is done...
4675
4676 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4677
4678         * gst/playback/gstplaybasebin.c: (probe_triggered):
4679           Thread safety.
4680
4681 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
4682
4683         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
4684           Don't return state change success when the parent
4685           failed.
4686
4687 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4688
4689         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
4690           Free events (fix memleak in #162905).
4691
4692 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
4693
4694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4695
4696         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
4697         (gst_ffmpeg_caps_to_pixfmt):
4698           Fix for depth = 15. Fixes #161675.
4699
4700 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4701
4702         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
4703           Set FPS correctly, even for webcams and the like.
4704         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
4705           Don error on setting while capturing.
4706
4707 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4708
4709         * ext/dv/gstdvdec.c:
4710         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4711         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4712           I'm a bad boy. using /1001. to force C to do float division
4713           and not integer division (as it did in my last commit)
4714           Thanks to David I. Lehn for pointing this mistake.
4715
4716 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4717
4718         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
4719           Revert Johan??s 1.35->1.36 since it breaks compat.
4720
4721 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4722
4723         * ext/dv/gstdvdec.c:
4724         * ext/libfame/gstlibfame.c:
4725         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
4726         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
4727           replace framerate aproximations by their real value
4728           (24000/1001, 30000/1001, 60000/1001)
4729           Finish fixing bug #164049
4730
4731 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
4732
4733         * ext/ogg/gstoggmux.c:
4734           eos/bos debugging
4735         * gst/tcp/gstmultifdsink.c:
4736         * gst/tcp/gstmultifdsink.h:
4737         * gst/tcp/gsttcp.c:
4738         * gst/tcp/gsttcp.h:
4739         * gst/tcp/gsttcpclientsink.c:
4740         * gst/tcp/gsttcpclientsrc.c:
4741         * gst/tcp/gsttcpserversink.c:
4742         * gst/tcp/gsttcpserversrc.c:
4743           improve reusability of elements after state changes and errors
4744           make multifdsink throw away streamheaders when receiving new ones
4745
4746 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4747
4748         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4749           Fix for if items are already in list...
4750
4751 2005-01-12  Benjamin Otte  <otte@gnome.org>
4752
4753         * gst/adder/gstadder.c: (gst_adder_loop):
4754           fix adder a bit so it doesn't screw up with events as much anymore
4755
4756 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
4757
4758         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
4759         (pixbufscale_scale), (gst_pixbufscale_chain):
4760         * ext/gdk_pixbuf/pixbufscale.h:
4761           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
4762           to ensure rowstrides are calculated the same way as 
4763           ffmpegcolorspace
4764           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
4765           that we pick up duration and offset also.
4766
4767 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4768
4769         * gst/avi/gstavimux.c: (gst_avimux_class_init),
4770         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
4771           Reusability fixes.
4772
4773 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4774
4775         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
4776         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
4777         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
4778         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
4779           Update flags when requested.
4780
4781 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4782
4783         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
4784           Fix dmix.
4785
4786 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4787
4788         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
4789         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
4790         (probe_triggered), (new_decoded_pad), (gen_source_element),
4791         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
4792         * gst/playback/gstplaybasebin.h:
4793         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4794         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
4795         (gst_play_bin_change_state):
4796           Implement group-switch signal for use in apps to clear metadata
4797           cache, clean up subtitle, add suburi property instead of # hack,
4798           some error-out fixes.
4799
4800 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4801
4802         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4803           Debug.
4804         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
4805           If we got a state change in the _get handler, don't return success.
4806
4807 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4808
4809         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
4810         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
4811           Make jpegdec quiet on MJPEG decoding
4812         * gst/asfdemux/README:
4813           Fix mimetypes for MJPEG and H263
4814
4815 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4816
4817         * ext/theora/theoradec.c: (theora_dec_chain):
4818           Fix broken code generation by gcc by swapping arguments.
4819         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
4820           Fix \n in debug.
4821
4822 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4823
4824         * TODO:
4825           delete this file, it is by far outdated
4826         * ext/alsa/gstalsa.1: remove
4827         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
4828         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
4829         (gst_alsa_get_caps):
4830           Add HW probing for supported sample rates. Fixes #161704
4831
4832 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4833
4834         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4835           Don't crash, biatch! :).
4836
4837 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4838
4839         * ext/musepack/gstmusepackreader.cpp:
4840         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
4841           Some work on tags - still doesn't work in playbin...
4842         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4843           Handle events...
4844
4845 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4846
4847         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
4848           Also shove tags on kid pads.
4849
4850 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4851
4852         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
4853           Don't bail on unknown events.
4854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
4855           Don't crash on events before negotiation.
4856         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
4857           Send tags on pads, too.
4858         * gst/playback/gststreamselector.c:
4859         (gst_stream_selector_request_new_pad):
4860           Forward events on first pad if no input was selected yet.
4861
4862 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4863
4864         * gst/playback/gstplaybasebin.c: (setup_substreams):
4865           Don't disable streamtype if the stream doesn't exist, since
4866           then playing a video after audio will disable both and nothing
4867           will happen. Fixes the testsuite.
4868
4869 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4870
4871         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
4872         (gst_v4l_xoverlay_set_xwindow_id):
4873         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
4874         (gst_v4l2_xoverlay_set_xwindow_id):
4875           Add debug categories, fix overlay disabling.
4876
4877 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4878
4879         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
4880         * ext/alsa/gstalsa.h:
4881           Add HW probing for period_count/size and buffer_size MIX/MAX
4882           Adjust default/user defined value if out of bounds
4883           Should fix bug #162024
4884
4885 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4886
4887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
4888           Fix warning (#161191).
4889
4890 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4891
4892         * ext/dvdread/stream_labels.c:
4893         (dvdreadsrc_get_audio_stream_labels):
4894           Fix warning (init the good variable in switch default)
4895
4896 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
4897
4898         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4899
4900         * gst/tta/gstttaparse.c: (gst_tta_src_event):
4901           Fix gcc-2.95 compile (#163485).
4902
4903 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4904
4905         * configure.ac:
4906         * ext/flac/gstflacenc.c: (gst_flacenc_init),
4907         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
4908         (gst_flacenc_tell_callback), (gst_flacenc_chain),
4909         (gst_flacenc_change_state):
4910         * ext/flac/gstflacenc.h:
4911           Update for API change in flac-1.1.1. Update requirement in
4912           configure.ac. Fixes #162974.
4913
4914 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4915
4916         * gst/playback/gstplaybasebin.c: (group_destroy):
4917           Remove hack to get rid of assert and get rid of unlinked
4918           signals properly.
4919
4920 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4921
4922         * gst/playback/gstplaybasebin.c: (setup_source):
4923           Set source to NULL so that resources are free'ed. Fixes issues
4924           with playback of CDDA and similar device-accessing things.
4925
4926 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4927
4928         * testsuite/embed/Makefile.am:
4929           test->noinst, fix make test in buildbot.
4930
4931 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
4932
4933         * ext/dvdread/stream_labels.c: new file
4934         * ext/dvdread/stream_labels.h: new file
4935         * ext/dvdread/Makefile.am:
4936         * ext/dvdread/dvdreadsrc.c: (_seek_title):
4937           Extract audio stream label from DVD IFO files.
4938           It only dump them on the console for now, still have to
4939           make playbin aware of them.
4940
4941 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4942
4943         * gst/playback/gstplaybasebin.c: (setup_source):
4944           Fix hanging subs.
4945
4946 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4947
4948         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4949         (gen_preroll_element), (remove_groups), (setup_subtitle),
4950         (gen_source_element), (setup_source):
4951         * gst/playback/gstplaybasebin.h:
4952           Multiple .sub files is just a stupid idea... Fix some threading
4953           mistakes. Interestingly, external .sub files cause playbin to
4954           hang, I don't know why... Parsing fixes contributed by Fran??ois
4955           Kooman <fkooman@tuxed.net>.
4956
4957 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4958
4959         * testsuite/embed/Makefile.am:
4960           Fix buildbot.
4961
4962 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
4963
4964         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4965
4966         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
4967         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
4968         (gst_pngenc_set_property):
4969         * ext/libpng/gstpngenc.h:
4970           Add compression level property (#163323).
4971
4972 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4973
4974         * configure.ac:
4975         * examples/capsfilter/capsfilter1.c: (main):
4976         * examples/seeking/spider_seek.c: (make_spider_pipeline):
4977         * ext/dvdread/Makefile.am:
4978         * ext/dvdread/demo-play:
4979         * ext/dvdread/demo-play.c:
4980         * gconf/gstreamer.schemas.in:
4981         * gst-libs/gst/gconf/gconf.c:
4982         * sys/v4l/TODO:
4983         * testsuite/Makefile.am:
4984         * testsuite/embed/Makefile.am:
4985         * testsuite/embed/embed.c: (cb_expose), (main):
4986           Remove all references to xvideosink, fix examples (#140845).
4987         * gst/playback/gstplaybasebin.c: (group_destroy):
4988           Apparently, disposal does not unlink - so do explicitely.
4989         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4990           Add debug.
4991
4992 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
4993
4994         * README: fix PKG_CONFIG_PATH instructions, what was there
4995         previously was breaking default search path, not nice. 
4996         Fixes #163358
4997
4998 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4999
5000         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
5001         (gst_audioscale_chain):
5002           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
5003           when resampling - how the ^@$^!@^! is this possible?!?
5004
5005 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5006
5007         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
5008           Reset variables on READY.
5009         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
5010         (gst_matroska_mux_loop):
5011           Require data before writing header.
5012
5013 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
5014
5015         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5016
5017         * ext/mad/gstmad.c: (gst_mad_chain):
5018           Don't call mad_stream_sync() directly after recovering sync.
5019           Fixes #151661.
5020
5021 2005-01-09  Martin Eikermann  <meiker@upb.de>
5022
5023         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5024
5025         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
5026         (snapshot_handler), (gst_snapshot_sinkconnect),
5027         (gst_snapshot_chain):
5028           Allocate resources when required, fix recursive signal emission
5029           and fix caps. Fixes #161667.
5030
5031 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
5032
5033         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5034
5035         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
5036         (gst_pngdec_chain):
5037           Handle only 8-bppc (bits-per-pixel-component) images, better
5038           error handling and correct strides. Fixes #163177.
5039         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
5040         (gst_pngenc_chain):
5041           Better error handling. Fixes #163348.
5042
5043 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5044
5045         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
5046         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
5047         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
5048         (dvdnavsrc_uri_handler_init):
5049           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
5050         * gst/playback/gstplaybasebin.c: (gen_source_element):
5051           Add MMS to streaming URIs.
5052
5053 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5054
5055         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5056         * sys/xvimage/xvimagesink.c:
5057         (gst_xvimagesink_navigation_send_event):
5058           Check for pad availability before sending event.
5059
5060 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5061
5062         * gst-plugins.spec.in:
5063           Add subparse.
5064
5065 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5066
5067         * configure.ac:
5068           Since we use functions from CVS, up requirement.
5069
5070 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5071
5072         * gst/playback/Makefile.am:
5073         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5074         (group_destroy), (group_commit), (group_is_muted),
5075         (gen_preroll_element), (add_stream), (unknown_type),
5076         (probe_triggered), (preroll_unlinked), (mute_stream),
5077         (silence_stream), (new_decoded_pad), (setup_substreams),
5078         (setup_source), (get_active_source), (mute_group_type),
5079         (muted_group_change_state), (set_active_source),
5080         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5081         (play_base_eos), (gst_play_base_bin_change_state):
5082         * gst/playback/gstplaybasebin.h:
5083         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
5084         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5085         (gst_stream_info_dispose), (stream_info_mute_pad),
5086         (stream_info_change_state), (gst_stream_info_set_mute):
5087         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
5088         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5089         (gst_stream_selector_init), (gst_stream_selector_dispose),
5090         (gst_stream_selector_get_linked_pad),
5091         (gst_stream_selector_get_caps), (gst_stream_selector_link),
5092         (gst_stream_selector_get_linked_pads),
5093         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5094         * gst/playback/gststreamselector.h:
5095           Adding stream selection support plus required properties for
5096           applications to use this. Fully fixes #100931.
5097
5098 2005-01-08  Benjamin Otte  <otte@gnome.org>
5099
5100         * gst/games/gstpuzzle.c: (nav_event_handler):
5101           - handle nav events differently: forward every event no matter if it
5102             was handled or not.
5103           - translate events
5104           You can now cheat by using navigationtest ! puzzle and moving the
5105           mouse close to the edge of a tile. ;)
5106
5107 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5108
5109         * configure.ac:
5110         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
5111         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
5112         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
5113         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
5114         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
5115         (gst_ogm_parse_plugin_init):
5116         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
5117         (gst_textoverlay_link), (gst_textoverlay_getcaps),
5118         (gst_textoverlay_event), (gst_textoverlay_video_chain),
5119         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
5120         * ext/pango/gsttextoverlay.h:
5121         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
5122         (gst_matroska_demux_handle_seek_event),
5123         (gst_matroska_demux_sync_streams),
5124         (gst_matroska_demux_parse_blockgroup),
5125         (gst_matroska_demux_subtitle_caps),
5126         (gst_matroska_demux_plugin_init):
5127         * gst/matroska/matroska-ids.h:
5128         * gst/playback/gstdecodebin.c: (close_pad_link):
5129         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
5130         (gen_preroll_element), (remove_groups), (add_stream),
5131         (new_decoded_pad), (setup_subtitles), (gen_source_element),
5132         (setup_source):
5133         * gst/playback/gstplaybasebin.h:
5134         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
5135         * gst/subparse/Makefile.am:
5136         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
5137         (gst_subparse_base_init), (gst_subparse_class_init),
5138         (gst_subparse_init), (gst_subparse_formats),
5139         (gst_subparse_eventmask), (gst_subparse_event),
5140         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
5141         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
5142         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
5143         (parse_mpsub_deinit), (parse_mpsub_init),
5144         (gst_subparse_buffer_format_autodetect),
5145         (gst_subparse_format_autodetect), (gst_subparse_loop),
5146         (gst_subparse_change_state), (gst_subparse_type_find),
5147         (plugin_init):
5148         * gst/subparse/gstsubparse.h:
5149         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
5150         (plugin_init):
5151           Add subtitle support, .sub parser (supports SRT and MPsub),
5152           OGM text support, Matroska UTF-8 text support, deadlock fixes
5153           all over the place, subtitle awareness in decodebin/playbin
5154           and some fixes to textoverlay to handle subtitles in a stream
5155           correctly. Fixes #100931.
5156
5157 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5158
5159         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
5160           Check for pad availability before doing a query on it.
5161
5162 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5163
5164         * ext/dv/gstdvdec.c:
5165           really fix bpp24/32 dvdec caps (classic rgba indeed)
5166         * gst/asfdemux/gstasfdemux.c:
5167         (gst_asf_demux_process_ext_content_desc):
5168           don't send text tags if they are empty (bis repetita)
5169
5170 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5171
5172         * ext/dv/gstdvdec.c:
5173          remove unneeded comment from dvdec
5174           (related to DV 4CC codes in AVI files)
5175           moved them in gstreamer/docs/random/mimetypes
5176         * gst/asfdemux/gstasfdemux.c:
5177         (gst_asf_demux_process_ext_content_desc):
5178          don't send text tags if they are empty
5179          fix mem leak on error path
5180         * gst/ffmpegcolorspace/avcodec.h:
5181         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5182         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
5183         (gst_ffmpegcsp_avpicture_fill):
5184         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
5185         * gst/ffmpegcolorspace/imgconvert_template.h:
5186          adds BGR32 and BGRA32 to ffmpegcolorspace
5187           (still bad colors, fixing it on next commit)
5188           helps with dvdec outputing BGR32
5189
5190 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5191
5192         * ext/dv/gstdvdec.c:
5193          Fix audio caps i just broke (missing ',')
5194         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
5195         (gst_matroska_mux_reset):
5196          Fix typo + add FIXME about old "x-gst-metadata" crap
5197
5198 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5199
5200         * ext/dv/demo-play.c: (main):
5201          xvideosink -> xvimagesink
5202         * ext/dv/gstdvdec.c:
5203          change rgb 32/32 caps to 24/32 (no alpha)
5204          change nb of channels to be a list (2 or 4, not 2)
5205          change sample rate to be a list (32, 44.1, 48 kHz) not a range
5206         * gst/asfdemux/gstasfdemux.c:
5207         (gst_asf_demux_process_ext_content_desc):
5208          Add 'date/year' to extracted metadata list
5209
5210 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5211
5212         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5213           The return value of fixate_to does not imply that the requested
5214           value was set, so don't assume.
5215
5216 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
5217
5218         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5219
5220         * ext/libpng/gstpngdec.c:
5221         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
5222         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
5223         * ext/libpng/gstpngenc.h:
5224           Alpha support (encoder; #163161), mime fixage.
5225
5226 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
5227
5228         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5229
5230         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
5231         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
5232         (gst_faac_set_property), (gst_faac_get_property):
5233         * ext/faac/gstfaac.h:
5234           Allow for ADTS output (#153434).
5235
5236 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5237
5238         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
5239           Fix against template (#150576).
5240
5241 2005-01-06  Benjamin Otte  <otte@gnome.org>
5242
5243         * gst/games/gstpuzzle.c: (draw_puzzle):
5244           don't draw a puzzle if either width or height of tiles would be 0.
5245
5246 2005-01-06  Benjamin Otte  <otte@gnome.org>
5247
5248         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
5249         (gst_puzzle_class_init), (gst_puzzle_finalize):
5250           no memleaks, please
5251         (gst_puzzle_create), (gst_puzzle_init),
5252         (gst_puzzle_set_property), (gst_puzzle_setup):
5253           change initialization code around so we don't reshuffle on resize
5254         (draw_puzzle):
5255           fix another stupid typo
5256
5257 2005-01-06  Benjamin Otte  <otte@gnome.org>
5258
5259         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
5260           fix stupid typo that borked copying on YUY2
5261
5262 2005-01-06  Benjamin Otte  <otte@gnome.org>
5263
5264         * gst/games/gstpuzzle.c: (draw_puzzle):
5265           fix edges when image sizes aren't multiples of tile sizes
5266
5267 2005-01-06  Benjamin Otte  <otte@gnome.org>
5268
5269         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
5270           make RGB endianness work correctly
5271         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
5272           refactor and fix race with initial shuffling
5273         (nav_event_handler):
5274           allow using the mouse to puzzle
5275         (draw_puzzle):
5276           insist on tiles having width and height as multiples of 4 to get
5277           clean YUV image handling
5278         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5279         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
5280           s/DEBUG/LOG/ for common messages
5281         (gst_xvimagesink_navigation_send_event):
5282           fix mouse event translation to not include screen PAR
5283         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
5284           fix mouse event translation to actually work
5285
5286 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5287
5288         * gst/asfdemux/gstasfdemux.c:
5289         (gst_asf_demux_process_ext_content_desc):
5290          Extract TrackNumber metadata + clean up code
5291         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
5292          Hope this is the good fix (var used unitialised)
5293
5294 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5295
5296         * ext/faad/gstfaad.c: (gst_faad_chain):
5297           Only increment timestamp if it's valid. Fixes raw AAC streams.
5298
5299 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5300
5301         * configure.ac:
5302         * gst/games/Makefile.am:
5303         * gst/games/gstpuzzle.c:
5304           add a puzzle game with...
5305         * gst/games/gstvideoimage.c:
5306         * gst/games/gstvideoimage.h:
5307           ... full colorspace support (that includes YUV9 and RGB16)) stolen
5308           from videotestsrc and made into something that would be a nice
5309           library for a lot of other plugins.
5310
5311 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5312
5313         * configure.ac:
5314          don't compile faad plugin if a RC of 2.0 is found
5315          Fixes #155346 (and FC1 buildbot)
5316         * gst/asfdemux/gstasfdemux.c:
5317         (gst_asf_demux_process_ext_content_desc):
5318          try to make Solaris compiler happier
5319
5320 2005-01-06  Paul Jack  <pjack@sfaf.org>
5321
5322         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5323
5324         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
5325           Fix segfault (#161667).
5326
5327 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5328
5329         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
5330           Fix framerate reporting.
5331
5332 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
5333
5334         * gst-libs/gst/riff/riff-ids.h:
5335         * gst/wavenc/riff.h:
5336          Add AMR (VBR and CBR) ids to riff.h audio codec list
5337         * gst/asfdemux/gstasfdemux.c:
5338         (gst_asf_demux_process_ext_content_desc),
5339         (gst_asf_demux_process_object):
5340           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
5341
5342 2005-01-05  Martin Eikermann  <meiker@upb.de>
5343
5344         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5345
5346         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5347         (gst_dvd_demux_handle_discont):
5348         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
5349         (gst_mpeg_demux_handle_discont):
5350           Recreate pads on new-media (#160730).
5351         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
5352           Send discont even if manager changes timestamps (#161929).
5353
5354 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
5355
5356         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5357
5358         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
5359           Fix invalid memory access (#159211).
5360
5361 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5362
5363         * examples/gstplay/player.c: (main):
5364           Don't iterate.
5365         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
5366           Add visualizations.
5367         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
5368         (gst_a52dec_handle_frame):
5369           Set duration.
5370         * ext/dvdnav/gst-dvd:
5371           Add audioconvert. Fixes #161325.
5372         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
5373           Explicitely case to gint64. Possible valgrind error.
5374         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
5375         (gst_play_tick_callback), (gst_play_change_state),
5376         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
5377         (gst_play_set_location), (gst_play_get_location),
5378         (gst_play_seek_to_time), (gst_play_set_data_src),
5379         (gst_play_set_video_sink), (gst_play_set_audio_sink),
5380         (gst_play_set_visualization), (gst_play_connect_visualization),
5381         (gst_play_get_framerate), (gst_play_get_all_by_interface),
5382         (gst_play_new):
5383           Use playbin. Fixes #139749 and #147744.
5384         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
5385           Add genre tag.
5386         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
5387         (audioscale_get_type), (gst_audioscale_base_init),
5388         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
5389         (gst_audioscale_getcaps), (gst_audioscale_fixate),
5390         (gst_audioscale_link), (gst_audioscale_get_buffer),
5391         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
5392         (gst_audioscale_init), (gst_audioscale_dispose),
5393         (gst_audioscale_chain), (gst_audioscale_set_property),
5394         (gst_audioscale_get_property), (plugin_init):
5395           Indent properly.
5396         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
5397           Fix LPCM.
5398         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
5399         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
5400         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
5401           Add more metadata (fixes #162656).
5402
5403 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5404
5405         * configure.ac:
5406           back to cvs
5407
5408 === release 0.8.7 ===
5409
5410 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5411
5412         * NEWS:
5413         * RELEASE:
5414         * configure.ac:
5415           releasing 0.8.7, "Hyperspace"
5416
5417 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
5418
5419         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5420
5421         * gst/playback/gstplaybasebin.c:
5422          Fix for #162924 - free caps after use, not before
5423
5424 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
5425
5426         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5427
5428         * gst/playback/gstplaybasebin.c:
5429         * gst/wavparse/gstwavparse.c:
5430           Fix for #154773 - fixes playback of small .wav files
5431
5432 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
5433
5434         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
5435
5436         * gst/audioscale/gstaudioscale.c:
5437           Fix for #162819 - make audioscale reusable
5438           Fixes playback of more than one file with playbin/totem
5439
5440 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5441
5442         * gst/ffmpegcolorspace/avcodec.h:
5443         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5444         * gst/ffmpegcolorspace/imgconvert.c:
5445           clean up the mess that made me cry and avoid needless duplication
5446
5447 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
5448
5449         * gst/ffmpegcolorspace/imgconvert.c:
5450           give some indication of why we're segfaulting
5451
5452 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5453
5454         * configure.ac:
5455           Fix indentation, fix v4l2 plugin detection.
5456         * ext/Makefile.am:
5457           Fix libmms location (Maciej, use diff -u!).
5458         * ext/alsa/gstalsa.c: (gst_alsa_init):
5459           Initialize caps cache to NULL.
5460         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5461           Only change state on audiosink if it exists.
5462
5463 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
5464
5465         * gst/matroska/matroska-demux.c:
5466         * gst/matroska/matroska-ids.h:
5467         * gst/matroska/matroska-demux.h:
5468         Fix Vorbis streams failing to decode in some files, where cluster_time
5469         isn't 0, because then it doesn't send codec_priv before actual data.
5470         Remove time-based test and replace it with marker set on beginning of
5471         new stream
5472
5473 2004-12-28  David Schleef  <ds@schleef.org>
5474
5475         Merge patch from Ronald fixing problems with streaming
5476         text.
5477         * ext/cairo/gstcairo.c: (plugin_init):
5478         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5479         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5480         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5481         (gst_textoverlay_font_init), (gst_textoverlay_init),
5482         (gst_textoverlay_set_property):
5483         * ext/cairo/gsttextoverlay.h:
5484
5485 2004-12-27  David Schleef  <ds@schleef.org>
5486
5487         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
5488         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
5489         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
5490         (gst_textoverlay_font_init), (gst_textoverlay_init),
5491         (gst_textoverlay_set_property): Improvements to actually
5492         render text as white on black outline on video, including
5493         font selection and horizontal/vertical alignment.  (Ronald's
5494         christmas present)
5495         * ext/cairo/gsttextoverlay.h:
5496
5497 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5498
5499         * ext/ogg/gstogg.c:
5500         * ext/ogg/gstogmparse.c:
5501           fix ogm[audio/video]parse plugin registration
5502           (riff won't load if bytestream is already loaded)
5503
5504 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5505
5506         * gst/audioconvert/gstchannelmix.c:
5507           fix for GLIB < 2.4
5508
5509 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5510
5511         * Makefile.am:
5512         * configure.ac:
5513           disable docs again until it actually passes make distcheck.
5514
5515 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5516
5517         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
5518         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
5519         (plugin_init):
5520           Add 3GP (variables name Q3GP because they can't start with a
5521           number). Add samr audio fourcc (used in .3gp files), decoder
5522           is work in progress. Also do a GST_WARNING instead of ERROR
5523           in case of unknown nodes, to decrease output.
5524
5525 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5526
5527         * Makefile.am:
5528           really fix dist
5529
5530 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5531
5532         * configure.ac:
5533         * ext/speex/gstspeexdec.h:
5534         * ext/speex/gstspeexenc.h:
5535           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
5536           Fix detection code in configure.ac
5537
5538 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5539
5540         * gst/matroska/matroska-demux.c:
5541         (gst_matroska_demux_parse_blockgroup):
5542           Save position, so that queries give proper return values. Don't
5543           know how this could ever have worked before...
5544
5545 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
5546
5547         * configure.ac:
5548           Put additional LAME check inside the conditional.  Fixes #152339
5549
5550 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5551
5552         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5553         (gst_avi_demux_stream_scan):
5554           Add some more debug. Fix logic error when setting movi offset
5555           while reading index.
5556
5557 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5558
5559         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
5560         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
5561         (gst_avi_demux_process_next_entry):
5562           Add some debugging. Better detection of broken indexes and the
5563           accompanying index recovery. No infinite loops on state changes
5564           when we're still in our loopfunction.
5565
5566 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5567
5568         * configure.ac:
5569           Fix up.
5570
5571 2004-12-22  Archana Shah  <archana.shah@wipro.com>
5572
5573         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
5574
5575         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
5576           Normalizing the value before setting
5577         (gst_sunaudiomixer_get_volume):
5578           Normalizing the value after getting. Fixes bug# 161980
5579
5580 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5581
5582         * Makefile.am: Make sure docs gets disted
5583         * docs/Makefile.am: Make sure all needed files get disted
5584         * gst-plugins.spec.in: latest updates
5585
5586 2004-12-22  Wim Taymans  <wim@fluendo.com>
5587
5588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
5589         Revert patch 1.38 as clock distribution over schedulers does
5590         not work correcly in the core yet.
5591
5592 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5593
5594         * sys/oss/README: remove this file, which predates my birth
5595           (and which content is by far outdated)
5596
5597 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
5598
5599         * Makefile.am:
5600         * configure.ac:
5601         * docs/Makefile.am:
5602         * docs/libs/Makefile.am:
5603         * docs/libs/gst-plugins-libs-docs.sgml:
5604         * docs/libs/gst-plugins-libs-sections.txt:
5605         * docs/libs/tmpl/gstgconf.sgml:
5606         * docs/upload.mak:
5607         * docs/version.entities.in:
5608           Added boilerplate gtk-doc files for plugin-libs documentation.
5609
5610 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5611
5612         * gst/auparse/gstauparse.c: fix int and float audio caps
5613
5614 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5615
5616         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
5617         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
5618           g_assert() can be a macro, don't use #ifdef inside it.
5619
5620 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
5621
5622         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5623
5624         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
5625         (gst_videorate_init), (gst_videorate_chain),
5626         (gst_videorate_change_state):
5627           Event handling (fixes #159986).
5628
5629 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5630
5631         * gst-libs/gst/riff/riff-media.c:
5632         (gst_riff_create_video_caps_with_data):
5633           Add BLZ0 (Blizzard's version of DivX) fourcc.
5634
5635 2004-12-18  David Schleef  <ds@schleef.org>
5636
5637         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
5638         portability fix.
5639
5640 2004-12-18  David Schleef  <ds@schleef.org>
5641
5642         * gst/tta/ttadec.h: Disable some header code that isn't used
5643         and clearly isn't portable.
5644
5645 2004-12-18  David Schleef  <ds@schleef.org>
5646
5647         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
5648         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
5649         (avcodec_get_pix_fmt), (avpicture_layout),
5650         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
5651         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
5652         Fix code to not use GCC extensions (and c99 extensions that
5653         Forte does not like.)
5654
5655 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
5656
5657         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5658
5659         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
5660         (gst_deinterlace_chain):
5661           Rowstride fixes. Fixes #161039.
5662         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
5663         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
5664         (gst_video_crop_getcaps), (gst_video_crop_link),
5665         (gst_video_crop_i420), (gst_video_crop_chain),
5666         (gst_video_crop_change_state):
5667           Rework of negotiation. Actually works now. Fixes #158650.
5668
5669 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5670
5671         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
5672           That was very stupid.
5673
5674 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5675
5676         * gst/matroska/matroska-demux.c:
5677         (gst_matroska_demux_parse_blockgroup):
5678           Fix possible crasher.
5679
5680 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5681
5682         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
5683         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
5684           Lace sizes can be zero.
5685
5686 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5687
5688         * ext/musepack/gstmusepackdec.cpp:
5689           Fetch error return values. Fixes #161624.
5690         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
5691           Really EOS.
5692
5693 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5694
5695         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
5696           Work for truncated (unfinished download etc.) files. Fixes #160514.
5697
5698 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5699
5700         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5701           Fix for integer overflow. Makes #156001 not crash. Probably masks
5702           the real bug.
5703
5704 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5705
5706         * gst/ac3parse/gstac3parse.c: (plugin_init):
5707           Parsers never have ranks. Fixes #159651.
5708
5709 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5710
5711         * gst/playback/gstdecodebin.c: (compare_ranks):
5712           make sure the facotries are ordered the same every time even if they
5713           have the same rank by using the name
5714         * gst/playback/gstdecodebin.c: (find_compatibles):
5715           make sure we don't add factories to the list twice
5716
5717 2004-12-16  David Schleef  <ds@schleef.org>
5718
5719         * configure.ac: look for musepack headers as musepack/*.h
5720         (fixes #159847)
5721         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
5722         * ext/musepack/gstmusepackreader.h: same
5723
5724 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5725
5726         * gst-libs/gst/riff/riff-read.c:
5727         (gst_riff_read_strf_auds_with_data):
5728           Read extradata correctly (fixes #155879).
5729
5730 2004-12-16  David Schleef  <ds@schleef.org>
5731
5732         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
5733         audio.  does _not_ attempt or allow conversion unless channels
5734         is 1 or 2.
5735
5736 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5737
5738         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
5739
5740 2004-12-16  David Schleef  <ds@schleef.org>
5741
5742         * gst/audioscale/gstaudioscale.c: the resample library only
5743         handles 1 or 2 channels.  Change caps to compensate.
5744
5745 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5746
5747         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
5748         (gst_matroska_demux_audio_caps):
5749           Some MPEG-AAC hacks, because else it doesn't work...
5750
5751 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5752
5753         * gst-libs/gst/riff/riff-media.c:
5754         (gst_riff_create_video_caps_with_data),
5755         (gst_riff_create_video_template_caps):
5756           Add h264.
5757
5758 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5759
5760         * gst-libs/gst/audio/Makefile.am:
5761           Try to fix buildbot.
5762
5763 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
5764
5765         * gst/tcp/gstmultifdsink.c:
5766           Clean up and uniformize debugging.
5767
5768 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
5769
5770         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5771
5772         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
5773         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
5774         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
5775         (gst_mpeg_demux_change_state):
5776           Reset on ready. Fixes 160276.
5777
5778 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5779
5780         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5781
5782         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5783         (gst_ffmpegcsp_pad_link):
5784           Fix memleak (#154815).
5785
5786 2004-12-16  James Bowes  <bowes@cs.dal.ca>
5787
5788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5789
5790         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
5791         (gst_musicbrainz_init), (gst_musicbrainz_chain),
5792         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
5793         * ext/musicbrainz/gsttrm.h:
5794           Add support for using a proxy server when getting a trm id from
5795           the MusicBrainz database (#149613).
5796
5797 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
5798
5799         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5800
5801         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
5802         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
5803           Fix memleaks (#157233).
5804
5805 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
5806
5807         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5808
5809         * gst-libs/gst/resample/resample.c: (gst_resample_close):
5810         * gst-libs/gst/resample/resample.h:
5811         * gst/audioscale/gstaudioscale.c:
5812           Fix memleak (#159215).
5813
5814 2004-12-16  Toni Willberg  <toniw@iki.fi>
5815
5816         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5817
5818         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
5819         * sys/oss/oss_probe.c: (main):
5820           Check for mono/stereo support (similar to samplerate probing),
5821           fixes #159433. Also add missing copyright header to oss_probe.c.
5822
5823 2004-12-15  David Schleef  <ds@schleef.org>
5824
5825         * configure.ac: add audioresample and cairo plugins.  Remove
5826         HAVE_MMX stuff, because it's not used.
5827         * ext/Makefile.am: same
5828         * ext/audioresample/Makefile.am: You are not ready for an
5829         audio resampling element based on audioresample.
5830         * ext/audioresample/gstaudioresample.c:
5831         * ext/audioresample/gstaudioresample.h:
5832         * ext/cairo/Makefile.am: You are not ready for overlay elements
5833         based on cairo.  Don't look too closely, these elements kinda
5834         suck right now.
5835         * ext/cairo/gstcairo.c: new
5836         * ext/cairo/gsttextoverlay.c: new
5837         * ext/cairo/gsttextoverlay.h: new
5838         * ext/cairo/gsttimeoverlay.c: new
5839         * ext/cairo/gsttimeoverlay.h: new
5840         * gst-libs/gst/media-info/media-info-priv.h: fix compile
5841         problem with compilers that don't support variadic macros.
5842
5843 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
5844
5845         Reviewed by:  David Schleef  <ds@schleef.org>
5846
5847         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
5848         Bala, registering sunaudiosrc (oops!), and cleaning up code a
5849         bit.  Also ran indent-gst.
5850         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
5851         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
5852         (gst_sunaudiosrc_setparams):
5853
5854 2004-12-14  David Schleef  <ds@schleef.org>
5855
5856         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
5857         output rate to 16000.  Should fix #160235.
5858
5859 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5860
5861         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
5862         Add typefinding for mpeg2 pes streams
5863
5864 2004-12-13  David Schleef  <ds@schleef.org>
5865
5866         * configure.ac:  Applied patch from bug #143659, making default
5867         sources and sinks OS-dependent (for Solaris), and added code
5868         for OS/X.
5869         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
5870
5871 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5872
5873         * gst-libs/gst/riff/riff-media.c:
5874           forgot to add h2.64 to avidemux template caps
5875
5876 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5877
5878         * gst/wavenc/riff.h:
5879         * gst-libs/gst/riff/riff-media.c:
5880         * gst-libs/gst/riff/riff-ids.h:
5881         * gst/avi/gstavimux.c
5882         add 4CC code for VideoSoft h264 in AVI (VSSH)
5883           fixes bug #160655
5884         remove s323 from riff, it's quicktime specific :(
5885
5886 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5887
5888         * gst/asfdemux/README
5889         * gst/wavenc/riff.h
5890         * gst-libs/gst/riff/riff-ids.h
5891         * gst-libs/gst/riff/riff-media.c
5892         * gst/qtdemux/qtdemux.c:
5893           add new 4CC codes for h263 related codecs
5894           fixes partially bug #155163
5895
5896 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
5897
5898         * configure.ac: Update polyaudio requirement to 0.7
5899         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
5900
5901 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5902
5903         * gst/interleave/deinterleave.c:
5904         fix my name's spelling! :)
5905
5906 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5907
5908         * AUTHORS ChangeLog
5909         * gst/auparse/gstauparse.c
5910         * gst/interleave/deinterleave.c
5911         * gst/law/:
5912                 alaw-decode.c alaw-encode.c
5913                 mulaw-decode.c mulaw-encode.c
5914         * gst/oneton/gstoneton.c
5915         * sys/osxaudio/:
5916                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
5917         * sys/osxvideo/:
5918                 cocoawindow.h cocoawindow.m
5919                 osxvideosink.h osxvideosink.m
5920
5921         put the same mail address for Zaheer Abbas Merali everywhere
5922
5923 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5924
5925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
5926           Align by packetsize, and assert that we a packet available before
5927           playing. The first makes webstreams work (they often include
5928           trailing padding data in a packet), the second allows pausing a
5929           ASF stream in totem without getting demux errors afterwards.
5930
5931 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5932
5933         * ext/ogg/gstoggdemux.c: (get_relative):
5934           Check for non-NULL before accessing member (end-of-chain).
5935
5936 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5937
5938         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
5939         (cdparanoia_set_property), (cdparanoia_get_property):
5940         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
5941         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
5942         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
5943         (dvdreadsrc_init), (dvdreadsrc_set_property),
5944         (dvdreadsrc_get_property):
5945         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
5946         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
5947           Synchronize property names where not yet the case. Devices are
5948           now device=X, other versions are deprecated (but still exist).
5949           Also use g_free() unconditionally.
5950         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5951         (setup_source), (gst_play_base_bin_get_property):
5952           Expose source.
5953
5954 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5955
5956         * configure.ac: move GCONF macro outside conditional for the am
5957           conditional. Fixes #160439
5958
5959 2004-12-08  David Schleef  <ds@schleef.org>
5960
5961         * tools/gst-visualise-m.m: Switch to elements that currently
5962         exist.
5963
5964 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5965
5966         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5967           We love wrong commas.
5968
5969 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5970
5971         * gst/matroska/matroska-demux.c:
5972         (gst_matroska_demux_handle_src_query):
5973           Don't set DEFAULT, unsupported - makes length display incorrectly
5974           in some cases.
5975
5976 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5977
5978         * gst/monoscope/README: remove blurb about files being GPL
5979         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
5980         * gst/monoscope/monoscope.c: Change license to BSD with explanation
5981           monoscope is now effectively LGPL licensed
5982
5983 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
5984
5985         * gst/monoscope/README: Update information to be more correct
5986         * gst/monoscope/convolve.c: Relicense to LGPL
5987         * gst/monoscope/convolve.h: Relicense to LGPL
5988
5989 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
5990
5991         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
5992           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
5993         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
5994           set default_duration for mpeg1 audio
5995
5996 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5997
5998         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
5999         * ext/alsa/gstalsa.h:
6000           refactor big chunks of the core caps negotiation code to make it
6001           a lot faster, because people claim it's really slow
6002           (actually, just cache the getcaps when the device is opened)
6003
6004 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6005
6006         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
6007         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
6008         (gst_a52dec_handle_frame), (gst_a52dec_chain),
6009         (gst_a52dec_change_state), (plugin_init):
6010         * ext/a52dec/gsta52dec.h:
6011           Do something useful with timestamps. Make chain-based (since
6012           there's really no reason to be loopbased).
6013         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
6014           Update current_byte/frame correctly.
6015
6016 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6017
6018         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
6019         (gst_ape_demux_stream_init):
6020           Forward tags, too.
6021
6022 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6023
6024         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
6025           Let's make sure we're done typefinding when detecting tags.
6026
6027 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6028
6029         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
6030         (gst_ebml_read_init), (gst_ebml_read_use_event),
6031         (gst_ebml_read_element_id), (gst_ebml_peek_id),
6032         (gst_ebml_read_seek), (gst_ebml_read_skip),
6033         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
6034         (gst_ebml_read_master):
6035         * gst/matroska/ebml-read.h:
6036         * gst/matroska/matroska-demux.c:
6037         (gst_matroska_demux_parse_contents),
6038         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
6039           Disgustingly evil hack for working around INTERRUPT events and
6040           their extremely annoying habit of being a pain in the ass. We
6041           simply peek a cluster before reading any of it.
6042
6043 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6044
6045         * ext/musepack/gstmusepackdec.cpp:
6046           There's also floating point libmusepacks.
6047
6048 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6049
6050         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
6051         (gst_faad_chanpos_to_gst), (gst_faad_chain):
6052           Set DURATION even if source buffer didn't. Also use increasing
6053           timestamps.
6054         * gst-libs/gst/riff/riff-media.c:
6055         (gst_riff_create_audio_caps_with_data):
6056           Block_align can have larger values than 8192.
6057
6058 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6059
6060         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
6061         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
6062         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
6063         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
6064           Fix caps.
6065
6066 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6067
6068         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
6069           Fix logic bug.
6070
6071 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6072
6073         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
6074           Yay, another one.
6075
6076 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6077
6078         * ext/esd/esdsink.c: (gst_esdsink_chain):
6079           Make error actually say something useful (fixes #156798).
6080         * gst-libs/gst/riff/riff-media.c:
6081         (gst_riff_create_video_caps_with_data),
6082         (gst_riff_create_video_template_caps):
6083           Add Intel Video 5.0 fourcc (IV50).
6084
6085 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
6086
6087         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
6088         detection on mono and stereo mp3 files.
6089
6090 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6091
6092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6093           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
6094           the contained stream).
6095
6096 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6097
6098         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
6099           Oops, remove debug.
6100
6101 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6102
6103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6104
6105         * gst/law/alaw-decode.c: (alawdec_getcaps):
6106         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
6107           Prevent warnings when negotiating caps (fixes #159338).
6108
6109 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6110
6111         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6112         (gst_ffmpegcsp_chain):
6113           Remove old leftover that shouldn't be there...
6114
6115 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
6116
6117         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6118
6119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
6120           Don't forward DISCONT events (fixes #159684).
6121
6122 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6123
6124         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
6125           Unlink manually since sometimes bin disposal (and therefore
6126           pad unlinking) is delayed, which will cause a new media file
6127           to not be able to start playing instantly.
6128
6129 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6130
6131         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
6132           On mute of an unlinked stream, check for pad availability so
6133           we don't crash on unlinked pad.
6134
6135 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6136
6137         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6138         (gst_avi_demux_massage_index):
6139           Fix quite humiliating bug in omitting 0-sized index chunks but
6140           forgetting to count them for timestamps.
6141
6142 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6143
6144         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6145           Actually leave the loop if we failed to sync. Don't crash.
6146
6147 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6148
6149         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
6150         (gst_dvd_demux_process_private):
6151         * gst/mpegstream/gstdvddemux.h:
6152           Fix crash (#159759). Doesn't work, though. :-(.
6153
6154 2004-11-28  Benjamin Otte  <otte@gnome.org>
6155
6156         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6157           more overwriting protection due to modifying channels one by one
6158           instead of all at once
6159
6160 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6161
6162         * gst/audioconvert/gstchannelmix.c:
6163         (gst_audio_convert_fill_normalize):
6164           Normalize using absolute values.
6165
6166 2004-11-28  Julien MOUTTE  <julien@moutte.net>
6167
6168         * configure.ac:
6169         * ext/Makefile.am:
6170         * ext/directfb/Makefile.am:
6171         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
6172         (gst_directfbvideosink_get_pixel_format),
6173         (gst_directfbvideosink_get_format_from_fourcc),
6174         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
6175         (gst_directfbvideosink_sink_link),
6176         (gst_directfbvideosink_change_state),
6177         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
6178         (gst_directfbvideosink_buffer_alloc),
6179         (gst_directfbvideosink_interface_supported),
6180         (gst_directfbvideosink_interface_init),
6181         (gst_directfbvideosink_navigation_send_event),
6182         (gst_directfbvideosink_navigation_init),
6183         (gst_directfbvideosink_set_property),
6184         (gst_directfbvideosink_get_property),
6185         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
6186         (gst_directfbvideosink_base_init),
6187         (gst_directfbvideosink_class_init),
6188         (gst_directfbvideosink_get_type), (plugin_init):
6189         * ext/directfb/directfbvideosink.h: Adding a first version of
6190         directfbvideosink.
6191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
6192         more.
6193
6194 2004-11-28  Benjamin Otte  <otte@gnome.org>
6195
6196         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
6197           walk the samples backwards if out_channels > in_channels so we don't
6198           overwrite data
6199
6200 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6201
6202         * gst/audioconvert/Makefile.am:
6203         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
6204         (gst_audio_convert_link), (gst_audio_convert_change_state),
6205         (gst_audio_convert_channels):
6206         * gst/audioconvert/gstchannelmix.c:
6207         (gst_audio_convert_unset_matrix),
6208         (gst_audio_convert_fill_identical),
6209         (gst_audio_convert_fill_compatible),
6210         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
6211         (gst_audio_convert_fill_others),
6212         (gst_audio_convert_fill_normalize),
6213         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
6214         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
6215         * gst/audioconvert/gstchannelmix.h:
6216           Implement a channel mixer.
6217
6218 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
6219
6220         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
6221         * ext/alsa/gstalsa.h:
6222         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
6223         Make alsasink actually honor gst_element_set_clock and use that
6224         clock instead of its internal one.
6225
6226 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6227
6228         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
6229         (gst_play_base_bin_change_state): nullify source and decoder when
6230         going from READY to NULL so that we don't try to do weird stuff with
6231         them when going from NULL to READY
6232         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
6233         instead of g_object_unref
6234         (gen_video_element), (gen_audio_element): more refcounting fixes, now
6235         it should be correct
6236         (gst_play_bin_change_state): don't call remove_sinks if we are
6237         currently disposing the object
6238
6239 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6240
6241         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
6242           Don't forget bass if it's there. Else left channel is silent...
6243
6244 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6245
6246         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
6247         (gst_a52dec_change_state):
6248           Don't do sample adjusting anymore, we use float audio now.
6249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
6250           Don't fixate to non-existing properties.
6251
6252 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6253
6254         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
6255         (gst_a52dec_change_state):
6256           Advertise that we can do surround sound.
6257
6258 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6259
6260         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
6261           Add buffer-frames=0.
6262         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
6263         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
6264         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
6265         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
6266         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
6267         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
6268         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
6269         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
6270         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
6271         * ext/dvdread/dvdreadsrc.h:
6272           Add seeking, querying for bytes, sectors, title, angle and
6273           chapter. Handle multiple chapters. Relicense to LGPL because
6274           Billy agreed on that (thanks Billy!).
6275
6276 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
6277
6278         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
6279         call parent dispose method
6280
6281 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
6282
6283         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
6284         (gst_audio_clock_get_internal_time):
6285         Fix active <-> inactive transitions: ensure time value always
6286         grows and avoid abrupt value changes.
6287
6288 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
6289
6290         * configure.ac:
6291         * gst/tta/Makefile.am:
6292         * gst/tta/crc32.h:
6293         * gst/tta/filters.h:
6294         * gst/tta/gsttta.c:
6295         * gst/tta/gstttadec.c:
6296         * gst/tta/gstttadec.h:
6297         * gst/tta/gstttaparse.c:
6298         * gst/tta/gstttaparse.h:
6299         * gst/tta/ttadec.h:
6300           added TTA parser and decoder
6301
6302 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6303
6304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6305         (probe_triggered), (check_queue), (buffer_underrun),
6306         (buffer_running), (buffer_overrun), (gen_source_element),
6307         (setup_source):
6308         * gst/playback/gstplaybasebin.h:
6309           Implement buffering. Needs some more work.
6310
6311 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6312
6313         * ext/theora/theoradec.c: (theora_dec_chain):
6314           Fix ilog mask range overflow.
6315
6316 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6317
6318         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6319           Don't omit the last (which in case of dmix is the only :) )
6320           channel count. Don't set channels if <= 2.
6321
6322 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
6323
6324         * gst/playback/gstplaybin.c: (gen_video_element),
6325         (gen_audio_element): Removed 2 obsolete comments
6326
6327 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6328
6329         * ext/vorbis/oggvorbisenc.c
6330         * ext/vorbis/vorbisenc.c :
6331           change description fields of those plugins to differentiate them
6332           (pitivi show Encoders by description, they had the same one)
6333
6334 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
6335
6336         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
6339         (gst_play_bin_set_property), (gen_video_element),
6340         (gen_audio_element):
6341           Refcounting fixes for provided audio-/videosinks.
6342
6343 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6344
6345         * gst/playback/gstplaybin.c: (gen_video_element),
6346         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
6347           Don't reference all sinks, but only the video- and audiosinks.
6348           The vis. element should be disposed when we're done with it.
6349           We don't have any reason to keep it around. This fixes warnings
6350           when reusing playbin for playing multiple audio files with
6351           vis. enabled. Also release audio device on pause - idea stolen
6352           from Rhythmbox.
6353
6354 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6355
6356         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
6357         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
6358         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
6359         * ext/alsa/gstalsaplugin.c: (plugin_init):
6360         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
6361         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
6362         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
6363         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
6364         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
6365         (gst_faad_change_state), (plugin_init):
6366         * ext/faad/gstfaad.h:
6367         * ext/vorbis/vorbis.c: (plugin_init):
6368         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
6369         * gst-libs/gst/audio/Makefile.am:
6370         * gst-libs/gst/audio/audio.c: (plugin_init):
6371         * gst-libs/gst/audio/multichannel.c:
6372         (gst_audio_check_channel_positions),
6373         (gst_audio_get_channel_positions),
6374         (gst_audio_set_channel_positions),
6375         (gst_audio_set_structure_channel_positions_list),
6376         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
6377         (gst_audio_fixate_channel_positions):
6378         * gst-libs/gst/audio/multichannel.h:
6379         * gst-libs/gst/audio/testchannels.c: (main):
6380         * gst/audioconvert/gstaudioconvert.c:
6381         (gst_audio_convert_class_init), (gst_audio_convert_init),
6382         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
6383         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
6384         (gst_audio_convert_fixate), (gst_audio_convert_channels):
6385         * gst/audioconvert/plugin.c: (plugin_init):
6386           Surround sound support.
6387
6388 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6389
6390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
6391           Fix position for discont if we're close as well. Nitpicking, but
6392           saves a few milliseconds of extra waiting or skipping.
6393
6394 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6395
6396         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
6397           We sometimes need parsers for playback, so add those too.
6398
6399 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6400
6401         * configure.ac:
6402         * gst/apetag/Makefile.am:
6403         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
6404         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
6405         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
6406         (gst_ape_demux_get_src_query_types),
6407         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
6408         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
6409         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
6410         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
6411         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
6412         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
6413         (gst_ape_demux_change_state):
6414         * gst/apetag/apedemux.h:
6415         * gst/apetag/apetag.c: (plugin_init):
6416         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
6417         (plugin_init):
6418           APE v1/2 tag reader plus typefind function.
6419
6420 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6421
6422         * configure.ac:
6423         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6424         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6425           Remove hacks for older core. Require newer core version
6426           accordingly.
6427
6428 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6429
6430         * gst/cdxaparse/Makefile.am:
6431         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
6432         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
6433         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
6434         * gst/cdxaparse/gstcdxaparse.h:
6435         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
6436         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
6437         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
6438         (gst_cdxastrip_get_src_query_types),
6439         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
6440         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
6441         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
6442         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
6443         * gst/cdxaparse/gstcdxastrip.h:
6444           SVCD/VCD header stripping separated from CDXA image parsing.
6445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6446         (plugin_init):
6447           Add VCD/SVCD header typefinding for VCD/SVCD.
6448         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
6449         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
6450         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
6451         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
6452         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
6453         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
6454         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
6455         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
6456         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
6457         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
6458         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
6459         * sys/vcd/vcdsrc.h:
6460           Fix up, add seeking, querying, URI interface. Works in totem now.
6461
6462 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6463
6464         * configure.ac:
6465           back to CVS
6466
6467 === release 0.8.6 ===
6468
6469 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
6470
6471         * NEWS:
6472         * RELEASE:
6473         * configure.ac:
6474         * po/af.po:
6475         * po/az.po:
6476         * po/cs.po:
6477         * po/en_GB.po:
6478         * po/hu.po:
6479         * po/it.po:
6480         * po/nb.po:
6481         * po/nl.po:
6482         * po/or.po:
6483         * po/sq.po:
6484         * po/sr.po:
6485         * po/sv.po:
6486         * po/uk.po:
6487           releasing 0.8.6, "IOU Love"
6488
6489 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6490
6491         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6492
6493         * gst/playback/gstplaybasebin.c:
6494           Fix unplayable files error handling.  Fixes #158365
6495
6496 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6497
6498         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6499
6500         * gst/typefind/gsttypefindfunctions.c:
6501           Fix broken mp3 typefinding.  Fixes #158375
6502
6503 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6504
6505         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
6506
6507         * ext/ogg/gstoggdemux.c:
6508           Fix sync on broken files.  Fixes #158976
6509
6510 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6511
6512         patch by: Edward Hervey <bilboed@bilboed.com>
6513
6514         * ext/libpng/gstpngenc.c:
6515           Copy over buffer properties.  Fixes #158832
6516
6517 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6518
6519         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
6520
6521         * ext/dvdread/dvdreadsrc.c:
6522           Fixes invalid reads (#158462)
6523
6524 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6525
6526         * sys/v4l/gstv4lsrc.c:
6527         * sys/v4l/gstv4lsrc.h:
6528         * sys/v4l/v4lsrc_calls.c:
6529           Probe less and cache it.  Fixes #159187.
6530
6531 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6532
6533         * gst/videorate/gstvideorate.c:
6534           Handle all video formats. Fixes #159186.
6535
6536 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
6537         * gst/synaesthesia/gstsynaesthesia.c:
6538         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
6539         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
6540         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
6541         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
6542         (gst_synaesthesia_change_state), (plugin_init):
6543         Fix up synaesthesia to work under different samplerates/ buffer sizes.
6544         Force 320x200 output, as that's the only thing the underlying
6545         synaesthesia implementation supports. Still needs to be made
6546         re-entrant.
6547
6548 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6549
6550         * configure.ac:
6551           Fix mpeg2enc configure check (similar to mplex check below).
6552
6553 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
6554
6555         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6556
6557         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6558           Fix for gcc-2.95 (fixes #158221).
6559
6560 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6561
6562         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6563           Re-add clock distribution hack (until new core is released).
6564           Fixes #158125.
6565
6566 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
6567         * configure.ac:
6568           fix mplex configure check segfaulting on some systems (bug #140994)
6569
6570 2004-11-13  Benjamin Otte  <otte@gnome.org>
6571
6572         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
6573           add debugging
6574         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6575           do a wait when we enter the loop func with no data available to
6576           write instead of getting into an 100% CPU loop by just returning and
6577           being called again by the scheduler
6578
6579 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
6580
6581         * configure.ac:
6582         * ext/libvisual/visual.c: (gst_visual_get_type),
6583         (libvisual_log_handler), (gst_visual_getcaps),
6584         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
6585         (plugin_init):
6586           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
6587         * ext/smoothwave/Makefile.am:
6588         * ext/smoothwave/demo-osssrc.c: (main):
6589         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
6590         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
6591         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
6592         (plugin_init):
6593         * ext/smoothwave/gstsmoothwave.h:
6594           Make gstsmoothwave a working element in the 20th century.
6595
6596         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
6597           Fix incorrect link function
6598
6599 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6600
6601         * gst/volume/gstvolume.c:
6602           Allow buffer-frames=0.
6603
6604 2004-11-12 Iain <iaingnome@gmail.com>
6605
6606         * configure.ac: Check for polypaudio
6607
6608         * ext/Makefile.am: Build the polyp dir
6609
6610         * ext/polyp: The polypsink sources.
6611
6612 2004-10-30 Iain <iaingnome@gmail.com>
6613
6614         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
6615         caps to reflect the new number of channels.
6616
6617 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6618
6619         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6620           Fix for negotiation order problem. This would show when the
6621           ALSA loopfuction was called before any other function. ALSA
6622           wouldn't do anything because we're not negotiated yet, leading
6623           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
6624
6625 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6626
6627         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6628
6629         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
6630           No warnings (#157986).
6631
6632 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6633
6634         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6635           Prefer apev1/2 and id3v1 (at end of file) over musepack.
6636
6637 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6638
6639         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
6640           Signal no-more-pads (so it works in playbin).
6641
6642 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6643
6644         * ext/musepack/gstmusepackreader.cpp:
6645           Workaround for older core.
6646
6647 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6648
6649         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
6650           Actually test for odd width/height rather than testing whether
6651           a temporary variable that was 0 before we subtracted 1 is now
6652           not equal to zero (which it always is).
6653
6654 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6655
6656         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
6657         Fix compilation if HAVE_XVIDEO is not defined
6658
6659 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
6660
6661         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
6662         Fix compilation if HAVE_XVIDEO is not defined
6663
6664 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
6665
6666         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
6667         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
6668         (gst_goom_change_state), (plugin_init):
6669         Use the bytestream adapter so goom doesn't depend on the input
6670         buffer size.
6671         Add a debug category
6672
6673 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6674
6675         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
6676           Only set hardware parameters *after* negotiation. Before
6677           negotiation, it will set ANY and that seems to cause crashes
6678           (see e.g. #151288, #153227).
6679
6680 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6681
6682         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
6683           This seems to be antique leftover. It needs to pass error
6684           checking.
6685         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
6686         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
6687         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
6688         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
6689           Fix GstXOverlay implementation (#151059).
6690
6691 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6692
6693         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6694           Don't assert (#157853).
6695
6696 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6697
6698         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6699           Fix bytes/samples confustion.
6700         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
6701           Fix for underrun (#144389).
6702
6703 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6704
6705         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6706           Disable halfway-seek for pending release (since it needs a new
6707           core release).
6708
6709 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6710
6711         * sys/v4l/gstv4lsrc.c:
6712         * sys/v4l/gstv4lsrc.h:
6713         * sys/v4l/v4lsrc_calls.c:
6714           add autoprobe-fps property so we can separate autoprobing parts
6715
6716 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6717
6718         * sys/v4l/gstv4lsrc.c:
6719         * sys/v4l/v4lsrc_calls.c:
6720         initialise fourcc to catch unset fourcc's, and debug
6721
6722 2004-11-09  Wim Taymans  <wim@fluendo.com>
6723
6724         * gst/playback/README:
6725         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6726         * gst/playback/gstplaybin.c: (gst_play_bin_init),
6727         (gst_play_bin_dispose), (gst_play_bin_set_property),
6728         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
6729         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
6730         (gst_play_bin_get_formats), (gst_play_bin_convert),
6731         (gst_play_bin_get_query_types), (gst_play_bin_query):
6732         Cleanups and some more documentation.
6733
6734 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
6735
6736         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6737         (gst_cacasink_init), (gst_cacasink_chain):
6738         * ext/libcaca/gstcacasink.h:
6739         Cacasink inherits from VideoSink, so let that store the clock.
6740
6741 2004-11-09  Wim Taymans  <wim@fluendo.com>
6742
6743         * gst/playback/README:
6744         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
6745         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
6746         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
6747         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
6748         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
6749         (setup_sinks):
6750         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
6751         (gst_stream_info_is_mute), (gst_stream_info_set_property):
6752         * gst/playback/gststreaminfo.h:
6753         Updated README.
6754         Only switch groups if all streams have muted (EOSed).
6755         Send Tags in sync with the stream playback instead of in
6756         the playback/preroll phase.
6757         Some cleanups, free the fakesrc elements.
6758
6759 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6760
6761         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
6762           buffer-frames property was missing
6763         * ext/arts/gst_arts.c:
6764           rate missing from sinkcaps
6765         * ext/audiofile/gstafparse.c:
6766         * ext/audiofile/gstafsink.c:
6767         * ext/audiofile/gstafsrc.c:
6768         * ext/swfdec/gstswfdec.c:
6769           int audio doesn't know buffer-frames
6770         * ext/cdparanoia/gstcdparanoia.c:
6771           int audio doesn't know chunksize either
6772         * ext/nas/nassink.c:
6773           it's endianness, not endianess
6774         * gst-libs/gst/audio/audio.h:
6775           make float standard pad template caps really describe float
6776         * gst/law/mulaw.c: (linear_factory):
6777           signed only, please
6778         * gst/mpegstream/gstdvddemux.c:
6779           widths of 20 are not valid
6780
6781 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
6782
6783         Submitted by: Luca Ferretti <elle.uca@infinito.it>
6784
6785         * po/LINGUAS:
6786         * po/it.po:
6787           Add Italian
6788
6789 2004-11-08  Wim Taymans  <wim@fluendo.com>
6790
6791         * gst/playback/README:
6792         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
6793         * gst/playback/gstplaybasebin.c: (probe_triggered),
6794         (gst_play_base_bin_change_state):
6795         Updated README, added more comments for fixmes etc..
6796
6797 2004-11-08  Wim Taymans  <wim@fluendo.com>
6798
6799         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
6800         We can remove this hack now.
6801
6802 2004-11-08  Wim Taymans  <wim@fluendo.com>
6803
6804         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
6805         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6806         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6807         Only mix AYUV for maximum quality.
6808
6809 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6810
6811         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
6812         (gst_ogg_demux_push), (gst_ogg_pad_push):
6813           Let's act as if we're synchronized now! :).
6814         * ext/theora/theoradec.c: (theora_dec_chain):
6815           Add some debug.
6816
6817 2004-11-08  Wim Taymans  <wim@fluendo.com>
6818
6819         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6820         (gst_alpha_set_property), (gst_alpha_sink_link),
6821         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
6822         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
6823         (gst_alpha_init_params), (gst_alpha_chain):
6824         Implement alpha functions for AYUV too, this increases
6825         accuracy quite a bit.
6826
6827 2004-11-08  Wim Taymans  <wim@fluendo.com>
6828
6829         * gst/ffmpegcolorspace/avcodec.h:
6830         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6831         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6832         (gst_ffmpegcsp_avpicture_fill):
6833         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6834         (gst_ffmpegcsp_caps_remove_format_info):
6835         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6836         (shrink12), (img_get_alpha_info), (deinterlace_line),
6837         (deinterlace_line_inplace):
6838         * gst/ffmpegcolorspace/imgconvert_template.h:
6839         Added AYUV colorspace and handle RGBA a bit more respectful.
6840
6841 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6842
6843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
6844           Actually always send a discont (cornercase when resending the
6845           same serial-tagged chain twice).
6846
6847 2004-11-08  Julien MOUTTE  <julien@moutte.net>
6848
6849         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
6850         (gst_ximagesink_finalize):
6851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
6852         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
6853
6854 2004-11-08  Wim Taymans  <wim@fluendo.com>
6855
6856         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
6857         Don't segfault on NULL data.
6858
6859 2004-11-08  Wim Taymans  <wim@fluendo.com>
6860
6861         * gst/playback/gstdecodebin.c: (unlinked):
6862         * gst/playback/gstplay-marshal.list:
6863         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6864         (gst_play_base_bin_init), (group_create), (get_active_group),
6865         (get_building_group), (group_destroy), (group_commit),
6866         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
6867         (add_element_stream), (no_more_pads), (probe_triggered),
6868         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
6869         (state_change), (setup_source), (gst_play_base_bin_get_property),
6870         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
6871         (gst_play_base_bin_link_stream),
6872         (gst_play_base_bin_get_streaminfo):
6873         * gst/playback/gstplaybasebin.h:
6874         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
6875         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
6876         Add support for chained ogg files. Prepare for playlist
6877         support. This patch introduces the concept of pad groups, which
6878         together compose one playable media file.
6879
6880 2004-11-07  David Schleef  <ds@schleef.org>
6881
6882         * testsuite/gst-lint: Check for pad templates that aren't statically
6883         scoped.
6884
6885 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6886
6887         * configure.ac:
6888         * ext/Makefile.am:
6889         * ext/musepack/Makefile.am:
6890         * ext/musepack/gstmusepackdec.cpp:
6891         * ext/musepack/gstmusepackdec.h:
6892         * ext/musepack/gstmusepackreader.cpp:
6893         * ext/musepack/gstmusepackreader.h:
6894           Add musepack decoder.
6895         * ext/faad/gstfaad.c: (gst_faad_base_init):
6896           Make pad templates static.
6897         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
6898         (plugin_init):
6899           Add musepack typefinder, make mp3 typefinding work halfway stream,
6900           which doesn't actually work yet because id3demux doesn't implement
6901           _get_length().
6902
6903 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6904
6905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
6906         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
6907           Fix interrupt event handling (#144436).
6908
6909 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6910
6911         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
6912           Hide unused glory.
6913
6914 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6915
6916         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6917
6918         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
6919           Fix weird caps (#157548).
6920
6921 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
6922
6923         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6924
6925         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
6926           Add missing NULL terminator (#157543).
6927
6928 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6929
6930         * gst/tcp/gsttcp.h:
6931         * gst/tcp/gsttcpclientsink.c:
6932         * gst/tcp/gsttcpclientsrc.c:
6933         * gst/tcp/gsttcpserversink.c:
6934         * gst/tcp/gsttcpserversrc.c:
6935           ports can go up to 65535.  Move common defines to gsttcp.h
6936
6937 2004-11-05  Wim Taymans  <wim@fluendo.com>
6938
6939         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
6940         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
6941         Added two more colorspaces.
6942
6943 2004-11-05  Wim Taymans  <wim@fluendo.com>
6944
6945         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6946         (gst_ffmpegcsp_avpicture_fill):
6947         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
6948         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
6949         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
6950         More stride fixes.
6951
6952 2004-11-05  Wim Taymans  <wim@fluendo.com>
6953
6954         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
6955         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
6956         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6957         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
6958         (gst_videomixer_loop):
6959         More stride fixes.
6960
6961 2004-11-05  Benjamin Otte  <otte@gnome.org>
6962
6963         * ext/mad/gstmad.c: (gst_mad_chain):
6964           don't overflow data buffer. Flush not needed sync data when syncing
6965           failed.
6966
6967 2004-11-04  Wim Taymans  <wim@fluendo.com>
6968
6969         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6970         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
6971         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
6972         (gst_alpha_init_params), (gst_alpha_chain),
6973         (gst_alpha_change_state):
6974         Updated the chroma keying algorithm with something more
6975         sophisticated.
6976
6977 2004-11-03  Wim Taymans  <wim@fluendo.com>
6978
6979         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
6980         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
6981         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
6982         Fix stride issues. Does not completely work for odd
6983         heights.
6984
6985 2004-11-03  Wim Taymans  <wim@fluendo.com>
6986
6987         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
6988         (gst_alpha_chroma_key), (gst_alpha_chain):
6989         Fix stride issues. Does not completely work for odd
6990         heights.
6991
6992 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
6993
6994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
6995         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
6996         leak fixes
6997
6998 2004-11-03  Wim Taymans  <wim@fluendo.com>
6999
7000         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7001         (gst_ffmpegcsp_avpicture_fill):
7002         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
7003         (avpicture_alloc):
7004         * gst/ffmpegcolorspace/imgconvert_template.h:
7005         Use correct _fill function to get correct strides.
7006
7007 2004-11-02  David Schleef  <ds@schleef.org>
7008
7009         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7010         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
7011         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
7012         Change all g_print()s to debugging.  Add a bunch of consistency
7013         checks.
7014
7015 2004-11-02  Wim Taymans  <wim@fluendo.com>
7016
7017         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7018         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
7019         (unlinked), (no_more_pads), (close_link):
7020         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7021         (unknown_type), (add_element_stream), (new_decoded_pad),
7022         (removed_decoded_pad), (setup_source):
7023         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
7024         (gst_stream_info_class_init), (gst_stream_info_init),
7025         (gst_stream_info_new), (gst_stream_info_dispose),
7026         (stream_info_mute_pad), (gst_stream_info_set_property),
7027         (gst_stream_info_get_property):
7028         * gst/playback/gststreaminfo.h:
7029         Fix playback of multiple files.
7030         a slightly different approach to handling dynamic pad removals.
7031         This one only looks at pads that we have linked.
7032
7033 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
7034
7035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
7036         free" warning from libc.
7037
7038 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7039
7040         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7041         (get_unconnected_element), (remove_starting_from), (pad_removed),
7042         (close_link):
7043           Implement support for dynamic pad changing. We listen to "live"
7044           pad removals (i.e. while playing) and re-setup autoplugging
7045           after that. Playbasebin/playbin need some more work for this
7046           to finally work, but decodebin supports (and replugs) chained
7047           ogg now.
7048
7049 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
7050
7051         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
7052         (gst_alsa_finalize):
7053         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
7054         (gst_cdaudio_finalize):
7055         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7056         (cdparanoia_finalize):
7057         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
7058         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
7059         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
7060         (dvdreadsrc_finalize):
7061         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
7062         (gst_flacdec_finalize):
7063         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
7064         (gst_flacenc_finalize):
7065         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
7066         (gst_gnomevfssink_finalize):
7067         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
7068         (gst_gnomevfssrc_finalize):
7069         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
7070         (gst_fameenc_finalize):
7071         * ext/nas/nassink.c: (gst_nassink_class_init),
7072         (gst_nassink_finalize):
7073         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
7074         (gst_sdlvideosink_class_init):
7075         * ext/sndfile/gstsf.c: (gst_sf_dispose):
7076         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
7077         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
7078         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
7079         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
7080         (gst_x_window_listener_dispose):
7081         * gst/audioscale/gstaudioscale.c:
7082         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
7083         (play_on_demand_finalize):
7084         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
7085         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
7086         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
7087         (cdplayer_finalize):
7088         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
7089         (gst_glimagesink_class_init):
7090         * sys/oss/gstosselement.c: (gst_osselement_class_init),
7091         (gst_osselement_finalize):
7092         * sys/oss/gstosssink.c: (gst_osssink_dispose):
7093         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
7094         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
7095           Fixes a bunch of problems with finalize and dispose functions,
7096           either assumptions that dispose is only called once, or not calling
7097           the parent class dispose/finalize function
7098
7099 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
7100
7101         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
7102           added two api precondition guards
7103           use g_strdup with getenv to fix crash when using ENVVAR
7104
7105 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
7106         * ext/esd/esdsink.c: (gst_esdsink_class_init),
7107         (gst_esdsink_finalize):
7108         Use a finalize function, not dispose, and more importantly,
7109         call the parent class finalize function too
7110
7111 2004-11-01  Johan Dahlin  <johan@gnome.org>
7112
7113         * ext/ogg/gstoggdemux.c:
7114         * gst/tags/gstvorbistag.c:
7115         Plug leaks.
7116
7117 2004-10-31  Benjamin Otte  <otte@gnome.org>
7118
7119         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
7120           lotsa memleaks today. But they're all small...
7121
7122 2004-10-31  Benjamin Otte  <otte@gnome.org>
7123
7124         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7125           another memleak crushed
7126
7127 2004-10-31  Benjamin Otte  <otte@gnome.org>
7128
7129         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
7130           fix memleak
7131
7132 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7133
7134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7135           Hack to prevent crash when going to READY inside signal handler
7136           while this function is active.
7137
7138 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7139
7140         * gst/ffmpegcolorspace/Makefile.am:
7141         * gst/ffmpegcolorspace/avcodec.h:
7142         * gst/ffmpegcolorspace/common.h:
7143         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7144         * gst/ffmpegcolorspace/dsputil.h:
7145         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7146         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7147         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
7148         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
7149         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
7150         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
7151         (gst_ffmpegcsp_avpicture_fill):
7152         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7153         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7154         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
7155         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
7156         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
7157         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
7158         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
7159         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
7160         * gst/ffmpegcolorspace/imgconvert.c:
7161         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7162         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7163         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7164         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7165         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7166         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
7167         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
7168         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
7169         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
7170         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
7171         (grow21), (grow22), (grow41), (grow44), (conv411),
7172         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
7173         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
7174         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
7175         (avpicture_free), (is_yuv_planar), (img_convert),
7176         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
7177         (deinterlace_line_inplace), (deinterlace_bottom_field),
7178         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7179         * gst/ffmpegcolorspace/imgconvert_template.h:
7180         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7181         * gst/ffmpegcolorspace/mmx.h:
7182         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
7183         (av_fast_realloc), (av_mallocz_static), (av_free_static),
7184         (av_freep), (avcodec_get_context_defaults),
7185         (avcodec_alloc_context), (avcodec_init):
7186           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
7187           handling plus update from ffmpeg CVS. Large clean-up.
7188
7189 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7190
7191         * gst/playback/Makefile.am:
7192           We need the marshallers for decodebin, too.
7193
7194 2004-10-30  David Schleef  <ds@schleef.org>
7195
7196         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
7197           quicktime typefinding work with 64-bit offsets.
7198
7199 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
7200
7201         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
7202           Set EOS on the element when processing an EOS event.
7203         * ext/speex/gstspeexdec.h:
7204         * ext/speex/gstspeexenc.h:
7205           Only keep a const ptr to the mode
7206         * gst-libs/gst/riff/riff-media.c:
7207         (gst_riff_create_audio_caps_with_data),
7208         (gst_riff_create_audio_template_caps):
7209           Allow WMAV3, with up to 6 channels.
7210         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
7211           Don't call gst_pad_set_event_function on a sink pad.
7212         * gst/mpegstream/gstdvddemux.c:
7213         (gst_dvd_demux_get_subpicture_stream),
7214         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
7215           Copy the explicit caps that were set across to the cur_* pads,
7216           instead of trying to use a possibly non-existent negotiated caps.
7217           Reset the type of subpicture pads to UNKNOWN after calling
7218           init_stream, so that the caps get set.
7219
7220 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
7221
7222         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7223
7224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7225           Don't touch buffer if it is of size 0 (fixes #151064).
7226
7227 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7228
7229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
7230           Synchronized discont handling.
7231
7232 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7233
7234         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7235         (gst_ogg_demux_push):
7236           Make seeking sort-of exact again (fixes #156387).
7237
7238 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7239
7240         * gst/playback/gstplaybasebin.c: (unknown_type),
7241         (add_element_stream), (new_decoded_pad),
7242         (gst_play_base_bin_change_state):
7243         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7244         (gst_stream_info_init), (gst_stream_info_new),
7245         (gst_stream_info_dispose), (gst_stream_info_get_property):
7246         * gst/playback/gststreaminfo.h:
7247           Make caps explicitely available. Makes testing for unsupported
7248           types possible. Improves error reporting.
7249
7250 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7251
7252         * gst/audioconvert/gstaudioconvert.c:
7253         (gst_audio_convert_buffer_to_default_format):
7254           Really don't touch read-only buffers (#156563).
7255
7256 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
7257
7258         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7259
7260         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
7261           Fix memleak (#155223).
7262
7263 2004-10-29  Wim Taymans  <wim@fluendo.com>
7264
7265         * gst/tcp/.cvsignore:
7266         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
7267         (gst_multifdsink_class_init), (gst_multifdsink_init),
7268         (gst_multifdsink_add), (gst_multifdsink_remove),
7269         (gst_multifdsink_remove_client_link), (is_sync_frame),
7270         (gst_multifdsink_new_client),
7271         (gst_multifdsink_handle_client_write),
7272         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7273         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
7274         (gst_multifdsink_get_property):
7275         * gst/tcp/gstmultifdsink.h:
7276         Added burst on connect sync_method, deprecated sync_clients,
7277         streamlined the sync code some more.
7278
7279 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7280
7281         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
7282         (gst_play_base_bin_change_state):
7283           Improve error reporting.
7284
7285 2004-10-28  Wim Taymans  <wim@fluendo.com>
7286
7287         * gst/tcp/Makefile.am:
7288         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
7289         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
7290         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
7291         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
7292         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
7293         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
7294         (gst_fdset_wait):
7295         Added more locks around fdset structures. Fixed/reworked
7296         the poll array resizing code.
7297         Added stress test for fdset.
7298
7299 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7300
7301         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7302         fix build
7303
7304 2004-10-28  Benjamin Otte  <otte@gnome.org>
7305
7306         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
7307           fix link function to always query channels and query width for
7308           floats
7309         * configure.ac:
7310           add equalizer dir
7311         * gst/equalizer/Makefile.am:
7312         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
7313         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
7314         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
7315         (arg_to_scale), (setup_filter),
7316         (gst_iir_equalizer_compute_frequencies),
7317         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
7318         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
7319         (plugin_init):
7320           add an equalizer
7321
7322 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7323
7324         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
7325
7326         * po/LINGUAS:
7327         * po/nb.po:
7328           Added Norwegian Bokmaal translation
7329
7330 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7331
7332         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7333           Don't break on options (fixes #156488).
7334
7335 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
7336
7337         * configure.ac:
7338         * ext/cdaudio/Makefile.am:
7339         * sys/Makefile.am:
7340           fix build on older automake
7341
7342 2004-10-26  Wim Taymans  <wim@fluendo.com>
7343
7344         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7345         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7346         Allow a little margin when negotiating the framerate.
7347
7348 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
7349
7350         * gst/level/gstlevel.c:
7351           synchonised naming of pads and pad-templates
7352
7353 2004-10-26  Wim Taymans  <wim@fluendo.com>
7354
7355         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
7356         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
7357         (_find_streams_check), (gst_ogg_demux_push):
7358         Fix EOS again. Needs to be done in a better way. We should not
7359         remove the pad if there is no new chained stream.
7360
7361 2004-10-26 Iain <iaingnome@gmail.com>
7362
7363         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
7364         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
7365         of the caps.
7366         * gst/interleave/interleave.c (interleave_class_init): Hook up release
7367         pad.
7368         (interleave_release_pad): Remove the pad.
7369         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
7370         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
7371         the set device.
7372         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
7373         attrs
7374         (gst_xvimagesink_xcontext_clear): Free the xcontext.
7375         (gst_xvimagesink_finalize): Free the par.
7376
7377 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7378
7379         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
7380         (gst_avimux_stop_file):
7381           First calculate the rate, and only then use it. Hdr.rate is a
7382           multiple and not a derivative of hdr.scale. Scale is not the
7383           same as blockalign but is solely related to rate.
7384
7385 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7386
7387         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
7388         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
7389           Implement seeking.
7390
7391 2004-10-25  James Henstridge  <james@jamesh.id.au>
7392
7393         Reviewed by:  David Schleef  <ds@schleef.org>
7394
7395         * examples/gstplay/player.c: (got_stream_length), (main):
7396         * examples/seeking/cdplayer.c: (update_scale):
7397         * examples/seeking/seek.c: (format_value), (update_scale):
7398         * examples/seeking/spider_seek.c: (format_value), (update_scale),
7399         (stop_seek):
7400         Build fixes on AMD64.
7401
7402 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7403
7404         reviewed by: Ronald Bultje <rbultje at gnome dot org>
7405
7406         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
7407         Fix for some v4l cards which hang in v4lsrc
7408
7409 2004-10-25  Wim Taymans  <wim@fluendo.com>
7410
7411         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
7412         (gst_ogg_demux_push), (gst_ogg_chains_clear):
7413         Make sure to remove the pad when a new chain is
7414         encountered. Set some vars to NULL so we don't try
7415         to reference freed memory.
7416
7417 2004-10-25  Wim Taymans  <wim@fluendo.com>
7418
7419         * examples/seeking/Makefile.am:
7420         * examples/seeking/cdplayer.c: (update_scale):
7421         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
7422         * examples/seeking/playbin.c: (make_playerbin_pipeline),
7423         (format_value), (update_scale), (iterate), (start_seek),
7424         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
7425         (print_usage), (main):
7426         Added some more examples, update others.
7427
7428 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7429
7430         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
7431         * ext/speex/gstspeexdec.c: (speex_dec_chain):
7432         * ext/theora/theoradec.c: (theora_dec_chain):
7433         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7434           Add codec-name metadata.
7435
7436 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
7437
7438         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7439
7440         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7441         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7442         * ext/alsa/gstalsamixertrack.h:
7443         * po/POTFILES.in:
7444           ALSA mixer track label internationalization (#154054).
7445
7446 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7447
7448         * ext/theora/theoradec.c: (theora_dec_chain):
7449           Export bitrate as metadata.
7450
7451 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7452
7453         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
7454         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
7455         * ext/alsa/gstalsamixertrack.h:
7456           Fix names, fix loop.
7457
7458 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7459
7460         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
7461         (speex_dec_convert):
7462           sinkconvert function so oggdemux can get the file length (totem).
7463
7464 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
7465
7466         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
7469           Don't push incomplete packets.
7470         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
7471           Fix MPEG-4 audio typefinding.
7472
7473 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7474
7475         * sys/v4l/Makefile.am:
7476         * sys/v4l/gstv4l.c: (plugin_init):
7477         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
7478         (gst_v4lelement_init), (gst_v4lelement_dispose),
7479         (gst_v4lelement_change_state):
7480         * sys/v4l/gstv4lelement.h:
7481         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
7482         (gst_v4l_xoverlay_close), (idle_refresh),
7483         (gst_v4l_xoverlay_set_xwindow_id):
7484         * sys/v4l/gstv4lxoverlay.h:
7485         * sys/v4l/v4l-overlay_calls.c:
7486         * sys/v4l/v4l_calls.h:
7487         * sys/v4l2/Makefile.am:
7488         * sys/v4l2/gstv4l2.c: (plugin_init):
7489         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
7490         (gst_v4l2element_init), (gst_v4l2element_dispose),
7491         (gst_v4l2element_change_state):
7492         * sys/v4l2/gstv4l2element.h:
7493         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
7494         (gst_v4l2_xoverlay_close), (idle_refresh),
7495         (gst_v4l2_xoverlay_set_xwindow_id):
7496         * sys/v4l2/gstv4l2xoverlay.h:
7497         * sys/v4l2/v4l2-overlay_calls.c:
7498         * sys/v4l2/v4l2_calls.h:
7499           Remove client-side overlay handling, use the X-server v4l plugin
7500           for that. Nicer overlay, less code. Also make the plugin
7501           compileable without X (but then without overlay, obviously).
7502           Makes xwindowlistener obsolete, should we remove that?
7503
7504 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7505
7506         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
7507         (gst_osssrc_src_query):
7508         * sys/oss/gstosssrc.h:
7509           OK, so people want offset in DEFAULT. This time, actually fix all
7510           cases.
7511         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7512           Add FPS properly.
7513
7514 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7515
7516         * gst/asfdemux/gstasfmux.c:
7517         * gst/avi/gstavimux.c:
7518           Framerate.
7519
7520 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7521
7522         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
7523           Fix properties (channel, norm, frequency).
7524
7525 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7526
7527         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
7528           Flag typo.
7529         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
7530           No warnings.
7531
7532 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7533
7534         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
7535           Fix hang.
7536
7537 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7538
7539         * sys/v4l2/gstv4l2element.h:
7540           Yet Another Hack (tm) for kernel header borkedness.
7541         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
7542         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
7543         (gst_v4l2src_link), (gst_v4l2src_getcaps),
7544         (gst_v4l2src_change_state):
7545         * sys/v4l2/gstv4l2src.h:
7546         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
7547         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
7548           Fix caps, keep track of state, work.
7549
7550 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7551
7552         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7553           Quiet.
7554
7555 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7556
7557         * sys/oss/gstosssrc.c: (gst_osssrc_get):
7558           Don't mix bytes and samples.
7559
7560 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7561
7562         * ext/ogg/gstoggmux.c:
7563           Basic pad template which accepts OGM tracks, speex, flac, vorbis
7564           and theora. Any is incorrect.
7565         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
7566           Fix caps.
7567         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
7568         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
7569         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
7570         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
7571         * sys/v4l/gstv4lmjpegsrc.h:
7572         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
7573         (gst_v4lsrc_change_state):
7574         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
7575         (gst_v4lmjpegsrc_capture_stop):
7576           Fix caps. Keep track of internal state. Work.
7577
7578 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7579
7580         * ext/Makefile.am:
7581           Fix the build fixes.
7582
7583 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7584
7585         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7586         (gst_ogg_demux_src_event), (_find_chain_seek),
7587         (gst_ogg_pad_push):
7588           Check for pad availability before using it.
7589         * ext/ogg/gstoggdemux.c: (_find_chain_process):
7590           Fix parsing of chained ogg. Needs more work on the decoder side.
7591
7592 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7593
7594         * gst/spectrum/Makefile.am:
7595         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
7596         (idle_func):
7597           Fix demo and reenable it. Yes, I'm currently playing with audio
7598           analysis tools
7599
7600 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7601
7602         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7603           We love it if files that start at zero work too...
7604
7605 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7606
7607         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7608           Handle files with missing EOS headers.
7609
7610 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7611
7612         * gst/tcp/gsttcpserversink.c:
7613         (gst_tcpserversink_handle_server_read),
7614         (gst_tcpserversink_init_send):
7615         Zero some variables first (need for accept not to return EINVAL)
7616
7617 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7618
7619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7620         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7621         * ext/theora/theoradec.c: (theora_dec_sink_convert),
7622         (theora_dec_chain):
7623         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7624         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
7625           Seeking and querying finetune.
7626
7627 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
7628
7629         * configure.ac:
7630         * ext/Makefile.am:
7631         * ext/raw1394/Makefile.am:
7632           fix the build
7633
7634 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7635
7636         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7637           Wrong return.
7638         * gst/playback/Makefile.am:
7639         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
7640         * gst/playback/gstplay-marshal.list:
7641         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
7642           Fix marshallers.
7643
7644 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7645
7646         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
7647           Silence.
7648
7649 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7650
7651         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7652         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7653         (gst_ogg_pad_push):
7654           Yay for non-lineair granulepos in theora.
7655
7656 2004-10-18  Wim Taymans  <wim@fluendo.com>
7657
7658         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
7659         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
7660         * ext/dv/gstdvdec.h:
7661         Make sure we renegotiate aspect ratio when the camera switches.
7662
7663 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7664
7665         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7666         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
7667           Start at zero.
7668         * ext/theora/theoradec.c: (theora_dec_chain):
7669           Skip headers. Bad idea for chained ogg, but fixes seeking.
7670
7671 2004-10-18  Wim Taymans  <wim@fluendo.com>
7672
7673         * configure.ac:
7674         I swear, this is the last time I touch this.
7675
7676 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7677
7678         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
7679         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
7680         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
7681           Faster seeking.
7682         * ext/theora/theoradec.c: (theora_dec_sink_convert):
7683           Time-to-default conversion.
7684         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7685           Don't error on unknown packets, just skip. We should probably
7686           read them if we want to support chained ogg.
7687
7688 2004-10-18  Wim Taymans  <wim@fluendo.com>
7689
7690         * configure.ac:
7691         Added cdaudio to wrong list.
7692
7693 2004-10-18  Wim Taymans  <wim@fluendo.com>
7694
7695         * configure.ac:
7696         Revive cdaudio.
7697
7698 2004-10-18  Wim Taymans  <wim@fluendo.com>
7699
7700         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
7701         (gst_dvdec_video_link), (gst_dvdec_push):
7702         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
7703         (gst_smokeenc_resync), (gst_smokeenc_chain):
7704         Fix mimetype on smoke encoder.
7705         Add aspect ratio to dvdec. Not sure if these
7706         values are correct though....
7707
7708 2004-10-18  Wim Taymans  <wim@fluendo.com>
7709
7710         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
7711         Fix vorbis property descriptions and ranges.
7712
7713 2004-10-18  Wim Taymans  <wim@fluendo.com>
7714
7715         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
7716         Really do nothing when no data is available.
7717         Go to the playing state when the stream is not seekable
7718         instead of failing.
7719
7720 2004-10-18  Wim Taymans  <wim@fluendo.com>
7721
7722         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
7723         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
7724         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
7725         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
7726         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
7727         Added uri handler for cd://
7728         Port to new API.
7729
7730 2004-10-18  Wim Taymans  <wim@fluendo.com>
7731
7732         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7733         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7734         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7735         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7736         (remove_prerolls), (unknown_type), (add_element_stream),
7737         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
7738         (gst_play_base_bin_remove_element),
7739         (gst_play_base_bin_link_stream):
7740         * gst/playback/gstplaybin.c: (gen_video_element),
7741         (gen_vis_element), (remove_sinks), (setup_sinks):
7742         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7743         (gst_stream_info_get_type), (gst_stream_info_class_init),
7744         (gst_stream_info_init), (gst_stream_info_new),
7745         (gst_stream_info_dispose), (stream_info_mute_pad),
7746         (gst_stream_info_set_property), (gst_stream_info_get_property):
7747         * gst/playback/gststreaminfo.h:
7748         Add sink padtemplate to decodebin.
7749         Added some more comments.
7750         Make queue size configurable in playbasebin.
7751         Added possibility to use elements as sinks (ex cdaudio).
7752
7753 2004-10-15  Wim Taymans  <wim@fluendo.com>
7754
7755         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
7756         (gst_speexenc_chain):
7757         Fix speex timestamps so that it gets muxed properly.
7758
7759 2004-10-15  Wim Taymans  <wim@fluendo.com>
7760
7761         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
7762         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
7763         (gst_dv1394src_init), (gst_dv1394src_dispose),
7764         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
7765         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
7766         (gst_dv1394src_event), (gst_dv1394src_get_formats),
7767         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
7768         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
7769         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
7770         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
7771         * ext/raw1394/gstdv1394src.h:
7772         Added conversion/query functions.
7773         Update buffer timestamps,
7774         Added signals.
7775         Added uri dv:// so it might play from the firewire in playbin.
7776         Fix a possible leak.
7777         Added debugging.
7778
7779 2004-10-15  Wim Taymans  <wim@fluendo.com>
7780
7781         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
7782         (gst_dv1394src_init), (gst_dv1394src_set_property),
7783         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
7784         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
7785         * ext/raw1394/gstdv1394src.h:
7786         Added AV/C VTR control support needed for some cameras.
7787         Added automatic port detection.
7788         Added properties for selecting the channel.
7789         The configure.ac script is not yet updated to reflect the
7790         new libavc1394 and librom1394 dependencies.
7791
7792 2004-10-15  Wim Taymans  <wim@fluendo.com>
7793
7794         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
7795         (qtdemux_parse), (gst_qtdemux_handle_esds):
7796         An esds box is not a container.
7797         Fix parsing of mp4v boxes.
7798         Do not try to renegotiate fps for each frame. Need to
7799         find a better method. This should fix mp4 playback.
7800
7801 2004-10-14  David Schleef  <ds@schleef.org>
7802
7803         * configure.ac: update for swfdec-0.3 and liboil-0.2
7804         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
7805         * ext/swfdec/gstswfdec.h: same
7806         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
7807         * gst/videotestsrc/videotestsrc.c: same
7808
7809 2004-10-14  Wim Taymans  <wim@fluendo.com>
7810
7811         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
7812         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
7813         (is_sync_frame), (gst_multifdsink_new_client),
7814         (gst_multifdsink_handle_client_write),
7815         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
7816         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
7817         Turn warnings into info.
7818         Don't allow a state change in the streaming thread.
7819
7820 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7821
7822         * ext/vorbis/oggvorbisenc.c:
7823         * ext/vorbis/vorbisdec.c:
7824           fix template sample rate
7825
7826 2004-10-13  Wim Taymans  <wim@fluendo.com>
7827
7828         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7829         Decoding the header first fixes some problems in resyncing
7830         in more mp3s.
7831
7832 2004-10-12  Wim Taymans  <wim@fluendo.com>
7833
7834         * gst/playback/gstplaybin.c: (gen_video_element),
7835         (gen_vis_element), (remove_sinks), (setup_sinks):
7836         Added vis plugin support, need to configure the vis
7837         element to activate it.
7838
7839 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7840
7841         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
7842         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
7843           Some debug.
7844         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
7845         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
7846         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
7847         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
7848         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
7849         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
7850         * gst/avi/gstavidemux.h:
7851           Support for openDML-2.0 indx/ix## chunks. Support for broken index
7852           recovery (where, if part of the index is broken, we will still read
7853           the rest of the index and recover the broken part by stream
7854           scanning). More broken media support. EOS workarounds. General AVI
7855           braindamage headache recovery. Aspirin included.
7856
7857 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7858
7859         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
7860         (cdparanoia_event), (cdparanoia_query):
7861           Get rid of hideous lead-in.
7862
7863 2004-10-11  Wim Taymans  <wim@fluendo.com>
7864
7865         * gst/playback/gstplaybasebin.c: (setup_source):
7866         Wrong var used to get g_list_next.
7867
7868 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7869
7870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
7871         (cdparanoia_get), (cdparanoia_open):
7872           Report discid as metadata, add duration.
7873
7874 2004-10-11  Wim Taymans  <wim@fluendo.com>
7875
7876         * gst/playback/gstplaybasebin.c: (setup_source):
7877         Cleanup the previous pipeline a little earlier for the
7878         case that a source element provides raw data.
7879
7880 2004-10-11  Benjamin Otte  <otte@gnome.org>
7881
7882         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7883           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
7884           consuming the last 128 bytes, even though it was valid mp3 data.
7885
7886 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7887
7888         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
7889         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
7890         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
7891         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
7892
7893 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
7894
7895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
7896         Fix for webcams that support only specific width or height
7897
7898 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7899
7900         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7901
7902         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
7903           Fix wrong discont event setup (fixes #154967).
7904
7905 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
7906
7907         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7908
7909         * gst/auparse/gstauparse.c: (gst_auparse_chain):
7910           Error out on invalid data (fixes #154807).
7911
7912 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7913
7914         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7915
7916         * ext/dvdread/dvdreadsrc.c: (_read):
7917           Make titles > 0 work again (fixes #154834).
7918
7919 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7920
7921         * gst-libs/gst/riff/riff-media.c:
7922         (gst_riff_create_video_template_caps):
7923           WMV3 missing in template caps.
7924
7925 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7926
7927         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
7928           OK, so the original code was too strict. It makes random AVI files
7929           hang for seconds upon opening, which is unacceptable and is far
7930           beyond the original goal of getting multiple chunks for one-chunk
7931           sounc stream files. So now do just that.
7932
7933 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7934
7935         * gst/playback/gstplaybasebin.c: (setup_source),
7936         (gst_play_base_bin_change_state):
7937           Actually clean up streaminfo if output fails. This would trigger
7938           if, for example, there was no CD in the drive. No preroll, so
7939           a streaminfo structure is created, but the subsequent state change
7940           of the thread fails.
7941         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7942           Don't change state if parent failed.
7943
7944 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7945
7946         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7947         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
7948         (gen_video_element), (remove_sinks):
7949           Add small bits of code for screenshot handling.
7950
7951 2004-10-08  Wim Taymans  <wim@fluendo.com>
7952
7953         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
7954         (gen_video_element), (gen_audio_element), (setup_sinks):
7955         Don't assume the user provided sinks are named "sink"...
7956
7957 2004-10-08  Wim Taymans  <wim@fluendo.com>
7958
7959         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
7960         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
7961         (gst_play_base_bin_link_stream):
7962         Do not try to autoplug sources that generate raw streams like
7963         cdparanoia.
7964         disconnect the preroll overrun signal when we don't need it anymore.
7965
7966 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
7967
7968         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7969         Added reworked patch from #154903 from milosz derezynski (deadchip).
7970
7971 2004-10-08  Wim Taymans  <wim@fluendo.com>
7972
7973         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
7974         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
7975         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
7976         (cdparanoia_convert), (cdparanoia_uri_get_type),
7977         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
7978         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
7979         * ext/cdparanoia/gstcdparanoia.h:
7980         This adds the cdda://<tracknum> uri.
7981
7982 2004-10-08  Wim Taymans  <wim@fluendo.com>
7983
7984         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
7985         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
7986         (try_to_link_1), (no_more_pads), (close_link), (type_found):
7987         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7988         (unknown_type), (gst_play_base_bin_remove_element),
7989         (gst_play_base_bin_link_stream):
7990         * gst/playback/gstplaybasebin.h:
7991         * gst/playback/gstplaybin.c: (gst_play_bin_init),
7992         (gst_play_bin_set_property), (gen_video_element),
7993         (gen_audio_element), (setup_sinks):
7994         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
7995         (gst_stream_info_get_type), (gst_stream_info_class_init),
7996         (gst_stream_info_init), (gst_stream_info_new),
7997         (gst_stream_info_dispose), (stream_info_mute_pad),
7998         (gst_stream_info_set_property), (gst_stream_info_get_property):
7999         * gst/playback/gststreaminfo.h:
8000         Reuse the audio and video bins.
8001         Some internal cleanups in the stream selection code.
8002
8003 2004-10-08  Julien MOUTTE  <julien@moutte.net>
8004
8005         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8006         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8007         * sys/ximage/ximagesink.h:
8008         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8009         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8010         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
8011         not coming from those elements. Moreover these elements should not keep
8012         the xid they have been given when in NULL state.
8013
8014 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8015
8016         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
8017         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
8018         * sys/ximage/ximagesink.h:
8019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
8020         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
8021         * sys/xvimage/xvimagesink.h:
8022           Actually only create a new toplevel window if we're not gonna
8023           embed it right after.
8024
8025 2004-10-07  Wim Taymans  <wim@fluendo.com>
8026
8027         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
8028         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
8029         * gst/playback/gstplaybin.c: (setup_sinks):
8030         Implement muting/unmuting of streams, mute streams that are not
8031         used.
8032
8033 2004-10-07  Wim Taymans  <wim@fluendo.com>
8034
8035         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
8036         (plugin_init):
8037         Added lame audio/x-ac3 typefind function.
8038
8039 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8040
8041         * configure.ac:
8042           bump nano to cvs
8043
8044 === release 0.8.5 ===
8045
8046 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
8047
8048         * NEWS:
8049         * RELEASE:
8050         * configure.ac:
8051           releasing 0.8.5, "Take You On"
8052
8053 2004-10-06  Wim Taymans  <wim@fluendo.com>
8054
8055         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8056         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
8057         (no_more_pads), (close_link), (type_found):
8058         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8059         * gst/playback/gstplaybin.c: (gen_video_element):
8060         Do not signal the no_more_pads after the first pad when
8061         we are plugging a non dynamic element with multiple
8062         output pads (like swfdec, dvdec, ...).
8063
8064 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8065
8066         * configure.ac:
8067           bump for prerelease
8068
8069 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8070
8071         * gst/wavparse/gstwavparse.c:
8072           add ATRAC3 to STATIC CAPS to fix a warning
8073
8074         * gst/matroska/ebml-read.c:
8075         * gst-libs/gst/riff/riff-read.c:
8076           fix typos
8077
8078 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8079
8080         * gst-libs/gst/riff/riff-media.c:
8081           generate caps for ATRAC3 audio streams
8082
8083         * gst/realmedia/rmdemux.c:
8084           generate caps for ATRAC3 audio streams
8085
8086 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8087
8088         * gst/wavparse/Makefile.am
8089         * gst/wavparse/riff.h
8090         * gst/wavparse/wavparse.vcproj
8091           riff.h removal (unused and duplication with riff-ids.h)
8092
8093 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8094
8095         * gst/wavparse/gstwavparse.h
8096           remove duplicated defines for audio codec codes
8097
8098         * gst-libs/gst/riff/riff-ids.h
8099         * gst/wavenc/riff.h:
8100           add "4CC" code for ATRAC3 audio streams
8101           add "4CC" code for ITU_G721_ADPCM (unused for now)
8102
8103 2004-10-06  Wim Taymans  <wim@fluendo.com>
8104
8105         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
8106         Actually _do_ negotiation. Pass gdouble as arg instead
8107         of guint64 for the framerate.
8108
8109 2004-10-06  Wim Taymans  <wim@fluendo.com>
8110
8111         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
8112         (find_compatibles), (close_pad_link), (try_to_link_1),
8113         (no_more_pads), (close_link), (type_found):
8114         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8115         * gst/playback/gstplaybin.c: (gen_video_element),
8116         (gen_audio_element):
8117         Set state on newly added element to READY so that negotiation
8118         can happen ASAP.
8119         Addes some more debug info.
8120         Do not try to plug pads with multiple caps structures or ANY
8121         because it is too dangerous since we do not do dynamic
8122         replugging.
8123
8124 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8125
8126         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
8127
8128         * po/LINGUAS:
8129         * po/or.po:
8130           add Oriya translation
8131
8132 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8133
8134         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8135           Prevent overwrite of size member. Makes audio sound crappy.
8136
8137 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8138
8139         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8140         Add rmvb to the list of known RealMedia extensions
8141
8142 2004-10-05  Wim Taymans  <wim@fluendo.com>
8143
8144         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
8145         (mngdec_openstream), (mngdec_closestream),
8146         (mngdec_handle_sink_event), (mngdec_readdata),
8147         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
8148         (mngdec_getcanvasline), (mngdec_refresh),
8149         (gst_mngdec_change_state):
8150         Set the framerate correctly.
8151
8152 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8153
8154         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8155           There was something wrong with the index massaging.
8156
8157 2004-10-04  Wim Taymans  <wim@fluendo.com>
8158
8159         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
8160         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
8161         (gst_smokedec_chain):
8162         * ext/jpeg/gstsmokedec.h:
8163         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
8164         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
8165         * ext/jpeg/gstsmokeenc.h:
8166         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
8167         (smokecodec_decode_new), (smokecodec_info_free),
8168         (smokecodec_set_quality), (smokecodec_get_quality),
8169         (smokecodec_set_threshold), (smokecodec_get_threshold),
8170         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
8171         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
8172         (smokecodec_encode), (smokecodec_parse_id),
8173         (smokecodec_parse_header), (smokecodec_decode):
8174         * ext/jpeg/smokecodec.h:
8175         * ext/jpeg/smokeformat.h:
8176         Updated smoke, new bitstream, allows embedding in ogg.
8177
8178 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8179
8180         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
8181           Fix seeking in some files. All this code is no longer needed (and
8182           actually breaks stuff) because we now synchronize the full index
8183           right when reading the header.
8184
8185 2004-10-04  Wim Taymans  <wim@fluendo.com>
8186
8187         * configure.ac:
8188         configure update for libmng.
8189
8190 2004-10-04  Wim Taymans  <wim@fluendo.com>
8191
8192         * ext/libmng/Makefile.am:
8193         * ext/libmng/gstmng.c: (plugin_init):
8194         * ext/libmng/gstmng.h:
8195         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
8196         (gst_mngdec_base_init), (gst_mngdec_class_init),
8197         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
8198         (gst_mngdec_loop), (gst_mngdec_get_property),
8199         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
8200         (mngdec_closestream), (mngdec_handle_sink_event),
8201         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
8202         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
8203         (gst_mngdec_change_state):
8204         * ext/libmng/gstmngdec.h:
8205         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
8206         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
8207         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
8208         (gst_mngenc_chain), (gst_mngenc_get_property),
8209         (gst_mngenc_set_property):
8210         * ext/libmng/gstmngenc.h:
8211         Added basic MNG decoder. Needs more work. The encoder does
8212         not work yet.
8213
8214 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8215
8216         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
8217         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
8218         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
8219           Don't hang on length=0 chunks. Some negotiation fixes. Signal
8220           no-more-pads.
8221
8222 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8223
8224         * configure.ac:
8225           you need at least 1.0.4 of speex
8226
8227 2004-10-04 Iain <iaingnome@gmail.com>
8228
8229         * ext/speex/gstspeexdec.h: Revert the includes changes.
8230
8231         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
8232
8233 2004-09-30 Iain <iaingnome@gmail.com>
8234
8235         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
8236         found during init or set as a property instead of hardcoding /dev/audio
8237
8238 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8239
8240         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
8241         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
8242         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
8243         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
8244         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
8245         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
8246         (gst_rmdemux_dump_data):
8247           Use debug category, fix EOS handling. filesrc ! rmdemux now
8248           works.
8249
8250 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8251
8252         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8253         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
8254         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
8255           Improve allocation, cutting and sorting of the index. How takes a
8256           few seconds instead of minutes.
8257
8258 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
8259
8260         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
8261           fixed compilation
8262
8263 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8264
8265         * gst-libs/gst/riff/riff-media.c:
8266         (gst_riff_create_video_caps_with_data),
8267         (gst_riff_create_video_template_caps):
8268           Add wing commander format mimetype/fourccs.
8269         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
8270           Don't crash if some value is 0.
8271
8272 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8273
8274         * gst-libs/gst/riff/riff-media.c:
8275         (gst_riff_create_video_caps_with_data),
8276         (gst_riff_create_video_template_caps):
8277           Add DIB fourcc (raw, palettized 8-bit RGB).
8278         * gst-libs/gst/riff/riff-read.c:
8279         (gst_riff_read_strf_vids_with_data):
8280           Oops, fix strf_data reading bug.
8281         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8282           Use a non-NULL tag.
8283         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
8284           Time for hacks. Sorry Dave. At least one quicktime movie (a
8285           trailer) that I've encountered contains multiple video tracks.
8286           One of those is the actual video track, the other are one-frame
8287           tracks (images). Unfortunately, the number of frames according
8288           to the trak header is 1 for each, so that doesn't help. So
8289           instead, I look at the duration and discard tracks with a
8290           duration shorter than 20% of the length of the stream. Better
8291           than nothing.
8292
8293 2004-10-01  Christian Schaller <christian@fluendo.com>
8294
8295         * ext/ivorbis/vorbis.c:
8296           Patch from Phil Blundell (Bug 152341)
8297
8298 2004-10-01  Wim Taymans  <wim@fluendo.com>
8299
8300         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
8301         (speex_dec_get_formats), (speex_dec_convert),
8302         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
8303         (speex_dec_chain), (gst_speexdec_get_property),
8304         (gst_speexdec_set_property):
8305         Small cleanups.
8306
8307 2004-10-01  Wim Taymans  <wim@fluendo.com>
8308
8309         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
8310         (gst_wavparse_stream_init), (gst_wavparse_fmt),
8311         (gst_wavparse_other), (gst_wavparse_loop),
8312         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
8313         (gst_wavparse_srcpad_event):
8314         * gst/wavparse/gstwavparse.h:
8315         Added some more debugging info.
8316         Fix the case where the length of the file is 0.
8317         Make sure we seek to sample borders.
8318
8319 2004-10-01  Wim Taymans  <wim@fluendo.com>
8320
8321         * gst/playback/README:
8322         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
8323         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
8324         (try_to_link_1), (no_more_pads), (close_link), (type_found):
8325         Add some debug info to decodebin, update README
8326
8327 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8328
8329         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
8330           Don't use g_print(); use GST_DEBUG().
8331
8332 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8333
8334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8335         (gst_ogg_mux_queue_pads):
8336           Handle EOS properly.
8337
8338 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8339
8340         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8341
8342         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
8343         (gst_faad_chain), (gst_faad_change_state):
8344         * ext/faad/gstfaad.h:
8345           Allow playback of raw (unframed) MPEG AAC files (#148993).
8346
8347 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8348
8349         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8350
8351         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8352           Throw error if we didn't recognize the stream. Fixes #152289.
8353
8354 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8355
8356         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
8357           Fix negotiation.
8358
8359 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
8360
8361         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8362
8363         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
8364           Fix memleak.
8365
8366 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8367
8368         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8369
8370         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
8371           Solve #152805.
8372         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
8373           Solve 152806.
8374
8375 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8376
8377         * gst-libs/gst/riff/riff-media.c:
8378         (gst_riff_create_video_caps_with_data),
8379         (gst_riff_create_audio_caps_with_data):
8380           Add codec_data handling (like asfdemux used to do).
8381         * gst/asfdemux/gstasf.c: (plugin_init):
8382         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8383         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
8384           Use riff-media for caps creation instead of our own (mostly
8385           broken) copy of its functions.
8386
8387 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8388
8389         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
8390           Don't actually error out if we get another return value than
8391           -EINVAL. Opposite to what I first thought, drivers have random
8392           return values for this, although -EINVAL is the expected return
8393           value. Since this is not fatal, we shouldn't use
8394           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
8395
8396 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8397
8398         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8399         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
8400         (dvdreadsrc_get_property), (_open), (_seek), (_read),
8401         (dvdreadsrc_get), (dvdreadsrc_open_file),
8402         (dvdreadsrc_change_state):
8403           Fix. Don't do one big huge loop around the whole DVD, that will
8404           cache all data and thus eat sizeof(dvd) (several GB) before we
8405           see something.
8406         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8407           Actually NULL'ify event after using it.
8408         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
8409         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
8410         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
8411         (gst_ebml_read_seek), (gst_ebml_read_skip):
8412           Handle events.
8413         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
8414         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
8415         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
8416           Fix timing (this will probably break if I seek using menus, but
8417           I didn't get there yet). VOBs and normal DVDs should now work.
8418           Add a mpeg2-only pad with high rank so this get autoplugged for
8419           MPEG-2 movies.
8420         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
8421         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
8422         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
8423         (gst_mpeg_demux_get_audio_stream),
8424         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
8425         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
8426           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
8427           MPEG-1 but use dvddemux for MPEG-2.
8428         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
8429         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
8430         (gst_mpeg_parse_parse_packhead):
8431           Timing. Only add pad template if it exists. Add sink template from
8432           class and not from ourselves. This means we will always use the
8433           correct sink template even if it is not the one defined in this
8434           file.
8435
8436 2004-09-29  Wim Taymans  <wim@fluendo.com>
8437
8438         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
8439         (gst_mpeg_demux_parse_pes):
8440         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
8441         Fix playback of mpeg again, timestamps where screwed up by
8442         patch 1.61.
8443
8444 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8445
8446         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
8447           Only return true if we actually filled something in. Prevents
8448           player applications from showing a random length for flac files.
8449         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
8450         (gst_riff_read_use_event), (gst_riff_read_handle_event),
8451         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
8452         (gst_riff_read_strf_vids_with_data),
8453         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
8454           OK, ok, so I implemented event handling. Apparently it's normal
8455           that we receive random events at random points without asking
8456           for it.
8457         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
8458         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8459         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
8460         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
8461         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
8462         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
8463         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
8464         * gst/avi/gstavidemux.h:
8465           Implement non-lineair chunk handling and subchunk processing.
8466           The first solves playback of AVI files where the audio and video
8467           data of individual buffers that we read are not synchronized.
8468           This should not happen according to the wonderful AVI specs, but
8469           of course it does happen in reality. It is also a prerequisite for
8470           the second. Subchunk processing allows us to cut chunks in small
8471           pieces and process each of these pieces separately. This is
8472           required because I've seen several AVI files with incredibly large
8473           audio chunks, even some files with only one audio chunk for the
8474           whole file. This allows for proper playback including seeking.
8475           This patch is supposed to fix all AVI A/V sync issues.
8476         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
8477         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
8478           Work.
8479         * gst/modplug/gstmodplug.cc:
8480           Proper return value setting for the query() function.
8481         * gst/playback/gstplaybasebin.c: (setup_source):
8482           Being in non-playing state (after, e.g., EOS) is not necessarily
8483           a bad thing. Allow for that. This fixes playback of short files.
8484           They don't actually playback fully now, because the clock already
8485           runs. This means that small files (<500kB) with a small length
8486           (<2sec) will still not or barely play. Other files, such as mod
8487           or flx, will work correctly, however.
8488
8489 2004-09-28  Wim Taymans  <wim@fluendo.com>
8490
8491         * ext/speex/gstspeex.c: (plugin_init):
8492         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
8493         (gst_speex_dec_class_init), (speex_dec_get_formats),
8494         (speex_get_event_masks), (speex_get_query_types),
8495         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
8496         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
8497         (gst_speexdec_get_property), (gst_speexdec_set_property),
8498         (speex_dec_change_state):
8499         * ext/speex/gstspeexdec.h:
8500         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
8501         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
8502         (gst_speexenc_base_init), (gst_speexenc_class_init),
8503         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
8504         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
8505         (gst_speexenc_src_query), (gst_speexenc_init),
8506         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
8507         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
8508         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
8509         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
8510         (gst_speexenc_chain), (gst_speexenc_get_property),
8511         (gst_speexenc_set_property), (gst_speexenc_change_state):
8512         * ext/speex/gstspeexenc.h:
8513         Rewrote speex encoder, make sure it can be embedded in ogg.
8514         Implemented speex decoder.
8515
8516 2004-09-28  Christian Schaller <christian@fluendo.com>
8517
8518         * configure.ac:
8519         Remove kioslave plugin. Markey is brewing a new working one
8520         * ext/Makefile.am: Remove kioslave plugin
8521         * ext/kio: remove
8522         * gst-plugins.spec.in: remove kio plugin from spec
8523
8524 2004-09-27  Wim Taymans  <wim@fluendo.com>
8525
8526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
8527         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
8528         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
8529         (gst_multifdsink_new_client),
8530         (gst_multifdsink_handle_client_write),
8531         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
8532         (gst_multifdsink_handle_clients):
8533         * gst/tcp/gstmultifdsink.h:
8534         Make syncing to keyframes actually work for new clients and lagging
8535         clients.
8536
8537 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8538
8539         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
8540         (gst_navigationtest_handle_src_event), (draw_box_planar411),
8541         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
8542         * gst/debug/gstnavigationtest.h:
8543           make navigationtest display button-press and button-release events
8544
8545 2004-09-26 Iain <iaingnome@gmail.com>
8546
8547         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
8548         the channels have received a new media event.
8549         (interleave_buffered_loop): Compresses a new media event on all
8550         channels into one.
8551
8552 2004-09-26 Iain <iaingnome@gmail.com>
8553
8554         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
8555         call the sinkpad's default event handler and not the srcpads. He also
8556         says this is confusing :)
8557         (gst_wavenc_stop_file): Company says that seek events only go upstream
8558         we should send a discontinuous downstream instead.
8559
8560 2004-09-25  Christian Schaller <christian@fluendo.com>
8561
8562         * Update SPEC file to be usable in conjunction with Fedora Core,
8563           Fedora.us and freshrpms packages
8564         * Fix typo in multifilesrc test Makefile
8565
8566 2004-09-24  Wim Taymans  <wim@fluendo.com>
8567
8568         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8569         Only signal the no_more_pads signal when we have
8570         added the stream to our list.
8571
8572 2004-09-24  Wim Taymans  <wim@fluendo.com>
8573
8574         * gst/playback/gstplaybasebin.c: (remove_prerolls),
8575         (new_decoded_pad):
8576         * gst/playback/gstplaybasebin.h:
8577         * gst/playback/gstplaybin.c: (setup_sinks):
8578         Don't try to preroll or decode more than one audio/video
8579         track.
8580
8581 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8582
8583         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8584           Throw error if we failed to find a suitable output. This should
8585           throw an error if we successfully set up a pipeline (e.g. because
8586           we recognized a media file) but found no decodable streams in it
8587           (e.g. because it contains only media stream types for which we
8588           have no decoders, or because it's not a media type).
8589
8590 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8591
8592         * ext/dirac/Makefile.am:
8593         * ext/dirac/gstdirac.cc:
8594         * ext/dirac/gstdiracdec.cc:
8595         * ext/dirac/gstdiracdec.h:
8596           Do something. Don't actually know if this works because I don't
8597           have a demuxer yet.
8598         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
8599           Add channels=1 to caps returned from _getcaps().
8600         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
8601         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
8602         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
8603         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
8604         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
8605         (gst_ogm_parse_change_state):
8606           Separate between audio/video so ogmaudioparse actually uses the
8607           audio pad templates. Both audio and video work now, including
8608           autoplugging. Also use sometimes-srcpad hack.
8609         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
8610           Handle events better. Don't hang on infinite loops.
8611         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
8612         (gst_avi_demux_init), (gst_avi_demux_reset),
8613         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
8614         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
8615         (gst_avi_demux_change_state):
8616         * gst/avi/gstavidemux.h:
8617           Improve A/V sync. Still not perfect.
8618         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
8619         (gst_ebml_read_skip):
8620           Handle events better.
8621         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8622         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
8623         (qtdemux_audio_caps):
8624           Add IMA4. Improve event handling. Save offset after a seek when
8625           the headers are at the end of the file so that we don't end up in
8626           an infinite loop.
8627         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8628           Add low-priority typefind support for files with no length.
8629
8630 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8631
8632         * testsuite/multifilesink/Makefile.am:
8633         fix typo
8634
8635 2004-09-22  Julien MOUTTE  <julien@moutte.net>
8636
8637         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8638         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
8639         mistakes from thaytan's patches.
8640
8641 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8642
8643         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
8644           For completeness, XSync in the destroy function as xvimage does.
8645
8646 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
8647
8648         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
8649            Correct caps negotiation
8650         * gst/volume/gstvolume.c: (volume_chain_float),
8651         (volume_chain_int16):
8652            Modify debug output to be little more informative
8653         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8655         (gst_xvimagesink_xvimage_destroy):
8656           Add XSync calls after detaching from the shared memory segment to
8657           avoid a crash.
8658
8659 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8660
8661         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
8662         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
8663         * ext/vorbis/vorbis.c: (plugin_init):
8664         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
8665         (gst_vorbisenc_chain):
8666         * ext/vorbis/vorbisenc.h:
8667         remove explicit newmedia support from oggmux and vorbisenc
8668         add debug category to vorbisenc
8669         * gst/multifilesink/gstmultifilesink.c:
8670         (gst_multifilesink_class_init), (gst_multifilesink_init),
8671         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
8672         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
8673         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
8674         (plugin_init):
8675         * gst/multifilesink/gstmultifilesink.h:
8676         add support for streamheader in multifilesink
8677
8678 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8679
8680         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
8681         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
8682         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
8683           Prevent infinite loops. More correct error reporting.
8684         * gst/auparse/gstauparse.c: (gst_auparse_chain):
8685           Error out if negotiation fails.
8686         * gst/playback/gstplaybasebin.c: (setup_source),
8687         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
8688         (gst_play_base_bin_found_tag):
8689           Error/tag forwarding. Pre-roll fixes for source errors on state
8690           changes (e.g. "file does not exist") to prevent hangs.
8691
8692 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8693
8694         * testsuite/multifilesink/Makefile.am:
8695         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
8696         (gst_newmedia_class_init), (gst_newmedia_init),
8697         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8698         (newfile_signal), (test_signal), (main):
8699         * testsuite/multifilesink/multifilesrc_test.c: (main):
8700         * testsuite/multifilesink/oggtheora_test.c:
8701         (gst_newmedia_base_init), (gst_newmedia_class_init),
8702         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8703         (test_format), (newfile_signal), (test_signal), (main):
8704         * testsuite/multifilesink/oggvorbis_test.c:
8705         (gst_newmedia_base_init), (gst_newmedia_class_init),
8706         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
8707         (test_format), (newfile_signal), (test_signal), (main):
8708         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
8709         (gst_newmedia_class_init), (gst_newmedia_init),
8710         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
8711         (newfile_signal), (test_signal), (main):
8712         New media tests
8713
8714 2004-09-20  Christian Schaller <christian@fluendo.com>
8715
8716         * Fix mikmod license to LGPL as they have relicensed
8717         * Move Dirac and Effectv into LGPL section of README_license
8718
8719 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
8722         (gst_mad_change_state):
8723           Allow for mp3 rate/channels changes. However, only very
8724           conservatively. Reason that we *have* to enable this is smiply
8725           because the mad find_sync() function is not good enough, it will
8726           regularly sync on random data as valid frames and therefore make
8727           us provide random caps as *final* caps of the stream. The best fix
8728           I could think of is to simply require several of the same stream
8729           changes in a row before we change caps.
8730           The actual testcase that works now is #
8731         * ext/ogg/Makefile.am:
8732         * ext/ogg/gstogg.c: (plugin_init):
8733         * ext/ogg/gstogmparse.c:
8734           OGM support (video only for now; I need an audio sample file).
8735         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8736         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
8737         (gst_asf_demux_add_video_stream):
8738           WMV extradata.
8739         * gst/playback/gstplaybasebin.c: (unknown_type):
8740           Don't error out on single unknown-types after all. It's wrong.
8741           If we found type of video and audio but not of a subtitle stream,
8742           it will still error out (which is unwanted). Will find a better fix
8743           later on.
8744         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
8745         (ogmaudio_type_find), (plugin_init):
8746           OGM support.
8747
8748 2004-09-20  Johan Dahlin  <johan@gnome.org>
8749
8750         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
8751         after setting caps.
8752
8753 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8754
8755         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
8756         * gst/wavenc/gstwavenc.h:
8757         Added newmedia support to wavenc
8758
8759 2004-09-17  Wim Taymans  <wim@fluendo.com>
8760
8761         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
8762         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
8763         (gst_fdset_fd_can_write), (gst_fdset_wait):
8764         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
8765         (gst_multifdsink_init), (gst_multifdsink_add),
8766         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
8767         (gst_multifdsink_remove_client_link),
8768         (gst_multifdsink_client_queue_buffer),
8769         (gst_multifdsink_handle_client_write),
8770         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
8771         (gst_multifdsink_close), (gst_multifdsink_change_state):
8772         * gst/tcp/gstmultifdsink.h:
8773         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
8774         (gst_tcpserversink_removed):
8775         Small cleanups in fdset.c
8776         Use a hastable to map fd to the client structure for faster
8777         lookup in _remove and get_stats.
8778         Added virtual function to close the fds.
8779         Handle clients even when the select/poll call was unblocked because
8780         of a command.
8781         Implement syncing to keyframe in the recovery procedure.
8782
8783 2004-09-16 Iain <iaingnome@gmail.com>
8784
8785         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
8786         try caps.
8787
8788 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8789
8790         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
8791           Caps are only set if the type of the stream is unknown, but this
8792           is initialized in ->init_stream(), so set to UNKNOWN after calling
8793           ->init_stream() so that capsnego starts.
8794
8795 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8796
8797         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8798         (gst_avi_demux_stream_data):
8799           Just hardcode for raw audio then. AVI audio sucks.
8800
8801 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
8802
8803         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
8804         * gst/matroska/matroska-mux.c: (audiosink_templ),
8805         (gst_matroska_mux_audio_pad_link):
8806         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
8807         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
8808
8809 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8810
8811         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8812         (gst_avi_demux_stream_data):
8813           Try to fix a/v sync issues.
8814
8815 2004-09-15  David Schleef  <ds@schleef.org>
8816
8817         * configure.ac: remove NASM check, since we don't use it.  Update
8818         dirac check to 0.4
8819         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
8820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8821         Initialized variables.
8822         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
8823         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
8824         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
8825         SVQ3 format
8826
8827 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8828
8829         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
8830         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
8831         * gst/avi/gstavidemux.h:
8832           Fix for compressed audio (mp3) timestamp generation. How did this
8833           ever work?
8834
8835 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8836
8837         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
8838           Volume is a double not a float.
8839
8840 2004-09-15  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
8843         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
8844         Don't close the fd in multifdsink as we didn't open it in the
8845         first place. Some cleanups.
8846
8847 2004-09-15  Wim Taymans  <wim@fluendo.com>
8848
8849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
8850         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
8851         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
8852         Fix the case where the muxer would mark pages as delta
8853         frames when they are not (vorbis only ogg).
8854
8855 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8856
8857         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
8858         (gst_play_base_bin_change_state):
8859           Handle the case where we failed to setup a clear pipeline. This
8860           will throw an error (or EOS, another nice case) and if you don't
8861           catch that, the app will wait for the signal forever (and thus
8862           hang).
8863
8864 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8865
8866         * ext/gnomevfs/gstgnomevfssink.c:
8867         (gst_gnomevfssink_uri_get_protocols):
8868         * ext/gnomevfs/gstgnomevfssrc.c:
8869         (gst_gnomevfssrc_uri_get_protocols):
8870         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8871         * ext/gnomevfs/gstgnomevfsuri.h:
8872           Use _uri_new() instead of _open(), so it doesn't take as long and
8873           Christophe's computer won't hang.
8874         * gst/playback/gstplaybasebin.c: (unknown_type):
8875           Throw error on unknown media type, so apps actually display it.
8876
8877 2004-09-14  Brian Cameron  <brian.cameron@sun.com
8878
8879         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
8880           this script to work on Solaris since bash shell handles echo
8881           differenly than bash.
8882
8883 2004-09-17  Wim Taymans  <wim@fluendo.com>
8884
8885         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
8886         (setup_source), (gst_play_base_bin_set_property),
8887         (gst_play_base_bin_add_element):
8888         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
8889         Some more work on making sure seeking pauses the pipeline and
8890         that changing the uri actually does something.
8891
8892 2004-09-17  Wim Taymans  <wim@fluendo.com>
8893
8894         * gst/tcp/gstfdset.c: (gst_fdset_wait):
8895         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
8896         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
8897         (gst_tcpserversink_close):
8898         Be a bit more paranoid when freeing memory.
8899
8900 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8901
8902         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
8903         (qtdemux_parse_trak):
8904           Don't crash by dividing by zero (see sample movie in #126922).
8905
8906 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8907
8908         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
8909           Don't touch non-existing data (fixes crash on file in #140147).
8910
8911 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8912
8913         * gst/playback/gstplaybasebin.c:
8914         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
8915           Handle double disposals, and proper change of URIs.
8916
8917 2004-09-13  Martin Eikermann <meiker@upb.de>
8918
8919         * gst/mpegstream/gstmpegparse.c:
8920           fix synchronistation for streams recorded from digital PCR
8921           fixes bug #119376
8922
8923 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8924
8925         * ext/gnomevfs/Makefile.am:
8926         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8927         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
8928         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
8929         (gst_gnomevfssink_uri_get_type),
8930         (gst_gnomevfssink_uri_get_protocols),
8931         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
8932         (gst_gnomevfssink_uri_handler_init),
8933         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
8934         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
8935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
8936         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
8937         (gst_gnomevfssrc_uri_get_type),
8938         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
8939         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
8940         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
8941         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
8942         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
8943         * ext/gnomevfs/gstgnomevfsuri.h:
8944           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
8945           of fake URIs to see which this version of Gnome-VFS likes, and
8946           uses that for the Gst-URI interface. Makes playbin support http://
8947           streams. Also fix up some stupid behaviour in gnomevfssrc.
8948
8949 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8950
8951         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
8952         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8953         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8954         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8955           Update mixer (to sync with other sessions) if we try to obtain
8956           a new value. This makes alsamixer work accross applications.
8957         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
8958           Only call sync functions if we're running, else alsalib asserts.
8959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
8960           Sometimes fails to compile. Possibly a gcc bug.
8961         * gst/playback/gstplaybin.c: (gen_video_element),
8962         (gen_audio_element):
8963           Add a reference to an application-provided object, because we lose
8964           this same reference if we add it to the bin. If we don't do this,
8965           we can only use this object once and thus crash if we go from
8966           ready to playing, back to ready and back to playing again.
8967           Also add an audioscale element because several cheap soundcards -
8968           like mine - don't support all samplerates.
8969         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
8970         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
8971           Fix wrong order or PAR calls. Makes automatically obtained PAR
8972           from the X server atually being used.
8973
8974 2004-09-12  David Schleef  <ds@schleef.org>
8975
8976         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
8977         #151887, #152102, #152247.
8978         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
8979         * examples/seeking/cdparanoia.c: same
8980         * examples/seeking/cdplayer.c: same
8981         * examples/seeking/seek.c: same
8982         * examples/seeking/spider_seek.c: same
8983         * examples/seeking/vorbisfile.c: same
8984         * examples/stats/mp2ogg.c: same
8985         * ext/esd/esdsink.c: (gst_esdsink_class_init),
8986         (gst_esdsink_dispose): Dispose of element properly.
8987         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
8988         fixes.
8989         * ext/nas/nassink.c: (gst_nassink_class_init),
8990         (gst_nassink_dispose): Dispose of element correctly.
8991         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
8992         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8993         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8994         Fix 64-bit warning.
8995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
8996         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
8997         Fix 64-bit warning.
8998
8999 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
9000
9001         * configure.ac : change speex detection as 1.1.6 now uses
9002           .pc/pkg-config and they changed their headers location.
9003
9004 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
9005
9006         * gst/matroska/matroska-mux.h:
9007         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
9008         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9009         (gst_matroska_mux_write_data):
9010           Write multiple blocks/frames per cluster.
9011                 Write meta-seek information (seek heads).
9012
9013 2004-09-09  Scott Wheeler <wheeler@kde.org>
9014
9015         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
9016         (gst_play_bin_set_property), (gst_play_bin_get_property),
9017         (gen_audio_element), (gen_audio_element):
9018           Add a volume element / property to the pipeline.
9019
9020 2004-09-07  Wim Taymans  <wim@fluendo.com>
9021
9022         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
9023         Copy timestamps from the master pad to the output buffers.
9024
9025 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9026
9027         * ext/raw1394/gstdv1394src.c:
9028           throw errors when applicable
9029
9030 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
9031
9032         * gst/matroska/ebml-ids.h:
9033         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
9034         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
9035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
9036           automatically convert unix time <-> ebml time when reading/writing
9037           a date, use gst_ebml_write_uint to write CUETIME,
9038           not gst_ebml_write_date.
9039         * gst/matroska/matroska-ids.h:
9040         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
9041         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
9042         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
9043         (gst_matroska_mux_write_data):
9044           Write track and segment UIDs, write muxing date, write
9045           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
9046           Create cues for audio only files.
9047
9048 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9049
9050         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9051         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9052           Re-commit ALSA switches.
9053         * gst/adder/gstadder.c: (gst_adder_loop):
9054           64-bit fix (#151416).
9055         * gst/debug/progressreport.c: (gst_progressreport_report):
9056           64-bit fix (#151419).
9057         * gst/matroska/matroska-demux.c:
9058         (gst_matroska_demux_parse_contents):
9059           64-bit fix (#151420).
9060         * gst/playback/test3.c: (update_scale):
9061           64-bit fix (#151421).
9062
9063 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9064
9065         * configure.ac:
9066           bump nano to cvs
9067
9068 === release 0.8.4 ===
9069
9070 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9071
9072         * configure.ac: releasing 0.8.4, "Alias"
9073
9074 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9075
9076         * ext/theora/Makefile.am:
9077           fix makefile.  Fixes #151462.
9078
9079 2004-08-30  Wim Taymans  <wim@fluendo.com>
9080
9081         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
9082         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9083         (gst_multifdsink_remove_client_link),
9084         (gst_multifdsink_client_queue_buffer),
9085         (gst_multifdsink_handle_client_write):
9086         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
9087         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
9088         Fix some memory leaks.
9089
9090 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9091
9092         Patch by: David Schleef
9093
9094         * configure.ac:
9095         * sys/Makefile.am:
9096           rename our detection macro for V4L2.  Fixes #151236.
9097
9098 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9099
9100         Patch by: David Schleef
9101
9102         * configure.ac:
9103           check to define LAMEPRESET.  Fixes #151232.
9104
9105 2004-08-27  David Schleef  <ds@schleef.org>
9106
9107         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
9108         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
9109         (gst_glimagesink_fixate):  Move local variable declarations to
9110         make gcc-2.95 happy.
9111
9112 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9113
9114         * configure.ac:
9115           bump nano for prerelease
9116
9117 2004-08-27  David Schleef  <ds@schleef.org>
9118
9119         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
9120         * sys/sunaudio/gstsunaudiosrc.c:
9121         * sys/sunaudio/gstsunaudiosrc.h:
9122
9123 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
9124
9125         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
9126         handle EOS correctly
9127         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
9128         * gst/matroska/matroska-mux.h:
9129         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
9130         VFW compatibility mode
9131
9132 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9133
9134         patch by: Zaheer Abbas Merali
9135
9136         * ext/ogg/gstoggmux.c:
9137         * ext/vorbis/vorbisenc.c:
9138         * ext/vorbis/vorbisenc.h:
9139           handle NEWMEDIA
9140
9141 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
9142
9143         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
9144         fix byte order reversion on little endian machines.
9145         * gst/matroska/matroska-mux.c: (audiosink_templ),
9146         (gst_matroska_mux_audio_pad_link):
9147         add TTA codec to the list of supported codecs.
9148         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
9149         (gst_matroska_mux_start), (gst_matroska_mux_finish),
9150         (gst_matroska_mux_write_data):
9151         * gst/matroska/matroska-mux.h:
9152         write segment duration correctly, write muxing app string, fixes bugs
9153         #140897 and #140898.
9154         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
9155         wait for all pads to be negotiated before starting to mux.
9156
9157 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9158
9159         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
9160         * ext/lame/gstlame.h:
9161         Added new media support to lame
9162
9163 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
9164
9165         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
9166         send vorbis headers at the beginning of a stream, fixes bug #141554.
9167         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
9168         bug #148950.
9169         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
9170         (gst_matroska_demux_plugin_init):
9171         * gst/matroska/matroska-ids.h:
9172         enable demuxing of TTA audio streams, fixes bug #148951.
9173         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
9174         enable typefinding for TTA audio files, fixes bug #148711.
9175         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
9176         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
9177         fixes playback of packed bitstream and xvid with bframes, bug #135407.
9178
9179 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
9180
9181         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9182         (gst_riff_read_element_data), (gst_riff_read_seek),
9183         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
9184         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
9185         <teuf@gnome.org>
9186
9187 2004-08-23 Iain <iaingnome@gmail.com>
9188
9189         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
9190         tags. They appear to be handled differently to normal.
9191         (tag_list_to_id3_tag_foreach): Ditto.
9192
9193 2004-08-22  Wim Taymans  <wim@fluendo.com>
9194
9195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9196         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9197         Make sure we never send -1 granulepos.
9198
9199 2004-08-20  Wim Taymans  <wim@fluendo.com>
9200
9201         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9202         (gst_ogg_mux_loop):
9203         I will accept bitchslappings with non sharp objects.
9204
9205 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9206
9207         * configure.ac:
9208         Clean up the test for lame presets
9209
9210 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9211
9212         * configure.ac:
9213         * ext/lame/Makefile.am:
9214         * ext/lame/gstlame.c: (gst_lame_class_init),
9215         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9216         Only enable lame presets if version of lame has presets in API
9217
9218 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
9219         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
9220         * gst/udp/gstudpsrc.h:
9221           Don't call gst_pad_push in a get function. Fixes #150449
9222
9223 2004-08-18  Wim Taymans  <wim@fluendo.com>
9224
9225         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
9226         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
9227         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9228         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9229         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9230         (gst_fdset_wait):
9231         * gst/tcp/gstfdset.h:
9232         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9233         (gst_multifdsink_client_queue_buffer),
9234         (gst_multifdsink_handle_client_write):
9235         * gst/tcp/gstmultifdsink.h:
9236         Some extra checks in gstfdset.
9237         Only use send() when the fd is a socket. Don't try to
9238         read from write only fds.
9239
9240 2004-08-18  Wim Taymans  <wim@fluendo.com>
9241
9242         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
9243         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9244         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9245         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9246         (gst_fdset_wait):
9247         Add more locking and bounds checking.
9248
9249 2004-08-18  Wim Taymans  <wim@fluendo.com>
9250
9251         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
9252         Realloc test fdset in the lock and right before starting
9253         the poll call. Bump the limit to 4096.
9254
9255 2004-08-17  David Schleef  <ds@schleef.org>
9256
9257         * sys/sunaudio/Makefile.am:
9258         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
9259         of rates and channels.  Make debugging less obnoxious.
9260
9261         Patch from Balamurali Viswanathan implementing a mixer for
9262         Sun audio.  (bug #144091):
9263         * sys/sunaudio/gstsunelement.c:
9264         * sys/sunaudio/gstsunelement.h:
9265         * sys/sunaudio/gstsunmixer.c:
9266         * sys/sunaudio/gstsunmixer.h:
9267
9268 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9269
9270         * gst/audioscale/gstaudioscale.c:
9271         * gst/audioscale/gstaudioscale.h:
9272         made audioscale resample from any sample rate to any sample rate
9273
9274 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9275
9276         * ext/libpng/gstpngdec.c:
9277           error out on unsupported types
9278
9279 2004-08-17  Iain <iaingnome@gmail.com>
9280
9281         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
9282         mid_side and loose_mid_side properties if its a stereo stream.
9283
9284 2004-08-17  Wim Taymans  <wim@fluendo.com>
9285
9286         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9287         (theora_get_formats), (theora_dec_src_convert),
9288         (theora_dec_sink_convert), (theora_dec_src_query),
9289         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
9290         Add a debug line.
9291
9292 2004-08-17  Wim Taymans  <wim@fluendo.com>
9293
9294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
9295         (gst_ogg_pad_push):
9296         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
9297         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
9298         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
9299         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
9300         Mark delta units in the muxer.
9301         Try to decode the packet after an out-of-sync error from
9302         libogg.
9303
9304 2004-08-17  Wim Taymans  <wim@fluendo.com>
9305
9306         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9307         (gst_multifdsink_init), (gst_multifdsink_add),
9308         (gst_multifdsink_client_queue_buffer),
9309         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
9310         * gst/tcp/gstmultifdsink.h:
9311         Added option to send a keyframe to clients as the first buffer.
9312         Make timeout property writable.
9313
9314 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
9315
9316         patch by: Wim Taymans
9317
9318         * gst/tcp/gstfdset.c:
9319         * gst/tcp/gstmultifdsink.c:
9320           fix index comparison, should include 0
9321
9322 2004-08-16  Wim Taymans  <wim@fluendo.com>
9323
9324         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
9325         (gst_fdset_add_fd), (gst_fdset_remove_fd),
9326         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9327         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9328         (gst_fdset_wait):
9329           copy when reallocing for poll so the select arguments don't get
9330           changed during the call
9331
9332 2004-08-16  Wim Taymans  <wim@fluendo.com>
9333
9334         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9335         (gst_theora_enc_class_init), (theora_enc_sink_link),
9336         (theora_buffer_from_packet), (theora_enc_chain):
9337         Fix bug where buffers were not marked as keyframes
9338         correctly.
9339
9340 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9341
9342         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9343         (gst_lame_preset_get_type), (gst_lame_class_init):
9344         describe the enum values for vbr mode and presets more verbosely
9345
9346 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9347
9348         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
9349         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
9350         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
9351         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
9352         * ext/lame/gstlame.h:
9353         add preset property to lame so it can use lame presets
9354
9355 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9356
9357         * ext/lame/gstlame.c: (gst_lame_get_property):
9358         whoops forgot break, thanks teuf
9359
9360 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9361
9362         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
9363         (gst_lame_class_init), (gst_lame_src_getcaps),
9364         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
9365         (gst_lame_get_property), (gst_lame_setup):
9366         * ext/lame/gstlame.h:
9367         fix lame's broken vbr stuff, allow it to resample if need be, and also
9368         make xing header optional
9369
9370 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9371
9372         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
9373         added getcaps function so samplerate doesnt get fixated to silly values
9374
9375 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9376
9377         * ext/lame/gstlame.c: (gst_lame_src_link):
9378         revert previous fix
9379
9380 2004-08-12  Johan Dahlin  <johan@gnome.org>
9381
9382         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
9383         checks. Doesn't matter what state we are in. Interfaces are a
9384         compile time thing, not runtime. It also broke the python bindings.
9385
9386 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9387
9388         * ext/lame/gstlame.c: (gst_lame_src_link):
9389         made source pad link function check if sinkpad is ok..fixes the problem
9390         where core fixates the output rate of lame stupidly
9391
9392 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9393
9394         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
9395         * sys/v4l/v4l_calls.c:
9396         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
9397           fix fixate function to handle nonsimple caps.
9398           remove bogus check in _link
9399           cleanups
9400
9401 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9402
9403         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
9404         set default compression ratio parameter to 0.0 so bitrate parameter
9405         works :)
9406
9407 2004-08-11  David Schleef  <ds@schleef.org>
9408
9409         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
9410
9411 2004-08-11  David Schleef  <ds@schleef.org>
9412
9413         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
9414         before.
9415
9416 2004-08-11  David Schleef  <ds@schleef.org>
9417
9418         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
9419
9420 2004-08-11  David Schleef  <ds@schleef.org>
9421
9422         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
9423           license field
9424         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
9425         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
9426           LGPL.
9427         * gst/auparse/gstauparse.c: Fix plugin license field.
9428         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
9429         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
9430         * gst/rtp/gstrtp.c: Fix plugin license field.
9431
9432 2004-08-11  Wim Taymans  <wim@fluendo.com>
9433
9434         * gst/tcp/Makefile.am:
9435         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
9436         (ensure_size), (gst_fdset_new), (gst_fdset_free),
9437         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
9438         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
9439         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
9440         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
9441         (gst_fdset_fd_can_write), (gst_fdset_wait):
9442         * gst/tcp/gstfdset.h:
9443         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9444         (gst_multifdsink_class_init), (gst_multifdsink_init),
9445         (gst_multifdsink_add), (gst_multifdsink_remove),
9446         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9447         (gst_multifdsink_remove_client_link),
9448         (gst_multifdsink_handle_client_read),
9449         (gst_multifdsink_client_queue_data),
9450         (gst_multifdsink_client_queue_caps),
9451         (gst_multifdsink_client_queue_buffer),
9452         (gst_multifdsink_handle_client_write),
9453         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9454         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9455         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
9456         (gst_multifdsink_close):
9457         * gst/tcp/gstmultifdsink.h:
9458         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
9459         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
9460         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
9461         (gst_tcpserversink_close):
9462         * gst/tcp/gsttcpserversink.h:
9463         Abstracted away the select call, implemented poll (yes we ran into
9464         the 1024 limit in production).
9465
9466 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9467
9468         * gst/tcp/gsttcp.c:
9469         * gst/tcp/gsttcpplugin.c:
9470           improve debuggging, remove assert
9471
9472 2004-08-10  Wim Taymans  <wim@fluendo.com>
9473
9474         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
9475         (gst_client_status_get_type), (gst_multifdsink_class_init),
9476         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
9477         (gst_multifdsink_handle_client_read),
9478         (gst_multifdsink_handle_client_write),
9479         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9480         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9481         (gst_multifdsink_get_property):
9482         * gst/tcp/gstmultifdsink.h:
9483         * gst/tcp/gsttcp-marshal.list:
9484         Starting to prepare for specifying buffer time in other units
9485         than buffers. Expose remove reason in signal.
9486
9487 2004-08-10  Wim Taymans  <wim@fluendo.com>
9488
9489         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
9490         (gst_multifdsink_remove), (gst_multifdsink_clear),
9491         (gst_multifdsink_remove_client_link),
9492         (gst_multifdsink_handle_client_read),
9493         (gst_multifdsink_client_queue_data),
9494         (gst_multifdsink_client_queue_buffer),
9495         (gst_multifdsink_handle_client_write),
9496         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
9497         (gst_multifdsink_chain), (gst_multifdsink_close):
9498         * gst/tcp/gstmultifdsink.h:
9499         Added more debugging info. Changed the way clients are
9500         removed from the lists. Fixed a bug where a bad file descriptor
9501         could cause many clients to be removed.
9502
9503 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9504
9505         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
9506           allow all pixel-aspect-ratios, not just 1:1
9507
9508 2004-08-09  David Schleef  <ds@schleef.org>
9509
9510         * sys/glsink/ARB_multitexture.h:  Remove old files.
9511         * sys/glsink/EXT_paletted_texture.h:
9512         * sys/glsink/NV_register_combiners.h:
9513         * sys/glsink/gstgl_nvimage.c:
9514         * sys/glsink/gstgl_pdrimage.c:
9515         * sys/glsink/gstgl_rgbimage.c:
9516         * sys/glsink/gstglsink.c:
9517         * sys/glsink/gstglsink.h:
9518         * sys/glsink/gstglxwindow.c:
9519         * sys/glsink/regcomb_yuvrgb.c:
9520
9521 2004-08-09  David Schleef  <ds@schleef.org>
9522
9523         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
9524         GL sink plugin.  (Bug #147302)
9525
9526         * configure.ac: Test for OpenGL
9527         * sys/Makefile.am: Use test for OpenGL
9528         * sys/glsink/Makefile.am:
9529         * sys/glsink/glimagesink.c: rewrite
9530         * sys/glsink/glimagesink.h: rewrite
9531
9532 2004-08-09  David Schleef  <ds@schleef.org>
9533
9534         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
9535         sane framerates.
9536         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
9537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
9538         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
9539
9540 2004-08-09  Wim Taymans  <wim@fluendo.com>
9541
9542         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9543         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9544         (gst_multifdsink_client_remove),
9545         (gst_multifdsink_handle_client_read),
9546         (gst_multifdsink_handle_client_write),
9547         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9548         Do a bit more logging, make the client_read code more robust.
9549
9550 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9551
9552         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
9553         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
9554         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
9555         (gst_jpegdec_init), (gst_jpegdec_chain):
9556         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
9557         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
9558           cleanups, debugging fixes and memleak plugging
9559
9560 2004-08-09  Wim Taymans  <wim@fluendo.com>
9561
9562         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9563         (theora_get_formats), (theora_dec_src_convert),
9564         (theora_dec_sink_convert), (theora_dec_src_query),
9565         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
9566         (theora_dec_change_state):
9567         Don't crash on missing header packets.
9568
9569 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9570
9571         * po/LINGUAS:
9572         * po/sq.po:
9573           Added Albanian translation (Laurent Dhima)
9574         * po/cs.po:
9575           updated
9576
9577 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9578
9579         * ext/lame/gstlame.c:
9580           fix/add debugging
9581
9582 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9583
9584         * sys/ximage/ximagesink.c:
9585         * sys/xvimage/xvimagesink.c:
9586           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
9587
9588 2004-08-06  Wim Taymans  <wim@fluendo.com>
9589
9590         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9591         (gst_multifdsink_add), (gst_multifdsink_get_stats),
9592         (gst_multifdsink_client_remove),
9593         (gst_multifdsink_handle_client_read),
9594         (gst_multifdsink_handle_client_write),
9595         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9596         Make sure we don't try to read more from a client that what
9597         ioctl says us or we deadlock.
9598
9599 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9600
9601         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
9602         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
9603         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
9604           decouple running_time and n_frames so it can handle changing
9605           framerate while running
9606
9607 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9608
9609         * po/nl.po:
9610         * po/sv.po:
9611           updated translations
9612
9613 2004-08-04  Benjamin Otte  <otte@gnome.org>
9614
9615         * gst/videotestsrc/gstvideotestsrc.c:
9616         (gst_videotestsrc_get_capslist), (generate_capslist),
9617         (plugin_init):
9618           generate the list of supported caps at startup and reuse it instead
9619           of always generating it
9620
9621 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9622
9623         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
9624           whoops, last checkin broke normal build
9625
9626 2004-08-03  Benjamin Otte  <otte@gnome.org>
9627
9628         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
9629         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
9630         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
9631         (gst_alsa_mixer_get_option):
9632         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
9633         (dvdnavsrc_print_event):
9634         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
9635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
9636         (gst_ogg_mux_pad_unlink):
9637         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
9638         (gst_multipart_mux_pad_unlink):
9639         * gst/videofilter/gstvideobalance.c:
9640         (gst_videobalance_colorbalance_set_value):
9641         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
9642         (gst_videomixer_pad_unlink):
9643         * po/uk.po:
9644         * sys/oss/gstossmixer.c:
9645         * sys/v4l/gstv4lcolorbalance.c:
9646         * sys/v4l/gstv4ltuner.c:
9647         * sys/v4l/v4lsrc_calls.c:
9648         * sys/v4l2/gstv4l2colorbalance.c:
9649         * sys/v4l2/gstv4l2tuner.c:
9650           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
9651
9652 2004-08-03  Benjamin Otte  <otte@gnome.org>
9653
9654         * examples/dynparams/filter.c: (ui_control_create):
9655         * examples/gstplay/player.c: (print_tag):
9656         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
9657         * ext/gdk_pixbuf/gstgdkanimation.c:
9658         (gst_gdk_animation_iter_may_advance):
9659         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
9660         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
9661         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
9662         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
9663         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
9664         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
9665         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
9666         * gst/sine/demo-dparams.c: (main):
9667         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9668         * testsuite/alsa/formats.c: (create_pipeline):
9669         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
9670           fixes for G_DISABLE_ASSERT and friends
9671         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9672         (mp3_type_frame_length_from_header), (mp3_type_find),
9673         (plugin_init):
9674           require mp3 typefinding to have at least MIN_HEADERS valid headers
9675           add typefinding for AAC adts files
9676
9677 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
9678
9679         * sys/ximage/ximagesink.c:
9680         (gst_ximagesink_calculate_pixel_aspect_ratio):
9681         * sys/xvimage/xvimagesink.c:
9682         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9683         Make sure we calculate pixel-aspect-ratio using floating point maths
9684
9685 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9686
9687         * po/uk.po:
9688           updated translation
9689
9690 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9691
9692         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
9693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
9694           add debugging for display PAR calculation
9695
9696 2004-08-02  David Schleef  <ds@schleef.org>
9697
9698         * configure.ac: Fix mikmod CFLAGS.
9699
9700 2004-07-27  Benjamin Otte  <otte@gnome.org>
9701
9702         * gst/audioscale/gstaudioscale.c:
9703         - fix templates to only support S16, it's the only format that works
9704         - make caps nego code use try_set_caps_nonfixed and fixation instead
9705         of try_set_caps twice, which is not nice for autopluggers
9706         - change rank to secondary, so autopluggers can pick it up after
9707         audioconvert
9708
9709 2004-08-02  Iain <iain@prettypeople.org>
9710
9711         * gst/interleave/interleave.c (interleave_init),
9712         (interleave_request_new_pad),
9713         (interleave_pad_removed),
9714         (interleave_buffered_loop): Use the real pad count, not the artificial
9715         one.
9716
9717 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9718
9719         * configure.ac: bump nano back to development
9720
9721 === release 0.8.3 ===
9722
9723 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9724
9725         * configure.ac: releasing 0.8.3, "Water"
9726
9727 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9728
9729         * sys/xvimage/xvimagesink.c:
9730         (gst_xvimagesink_calculate_pixel_aspect_ratio),
9731         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
9732         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
9733         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9734         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
9735         * sys/xvimage/xvimagesink.h:
9736           apply similar PAR fixes as to ximagesink
9737
9738 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9739
9740         patch from: Benjamin Otte
9741
9742         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
9743           add link function to lame.  Fixes #148986.
9744
9745 2004-08-02  Johan Dahlin  <johan@gnome.org>
9746
9747         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
9748         fix debugging log
9749
9750 2004-07-30  David Schleef  <ds@schleef.org>
9751
9752         * gst/videomixer/Makefile.am: Fix things that should have been
9753         fixed in the last checkin.
9754
9755 2004-07-30  David Schleef  <ds@schleef.org>
9756
9757         * gst/multipart/Makefile.am: Fix things that should have been
9758         fixed in the last checkin.
9759
9760 2004-07-30  David Schleef  <ds@schleef.org>
9761
9762         * testsuite/multifilesink/Makefile.am: Fix unused variable.
9763
9764 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9765
9766         * configure.ac:
9767           bump nano for prerelease
9768         * po/af.po:
9769         * po/az.po:
9770         * po/cs.po:
9771         * po/en_GB.po:
9772         * po/hu.po:
9773         * po/nl.po:
9774         * po/sr.po:
9775         * po/sv.po:
9776         * po/uk.po:
9777           updates
9778
9779 2004-07-30  Wim Taymans  <wim@fluendo.com>
9780
9781         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
9782         (gst_multifdsink_add), (gst_multifdsink_remove),
9783         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
9784         (gst_multifdsink_client_remove),
9785         (gst_multifdsink_handle_client_write),
9786         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
9787         * gst/tcp/gstmultifdsink.h:
9788         Recover from a select with a bad file descriptor by removing
9789         the client.
9790
9791 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9792
9793         * configure.ac:
9794           fix requirement of core
9795         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
9796         (gst_play_pipeline_setup):
9797           don't use colorspace element.  do use hermescolorspace element.
9798           make macro to get a colorspace element.
9799           mark strings for translation.
9800         * po/POTFILES.in:
9801           add play.c
9802         * po/af.po:
9803         * po/az.po:
9804         * po/cs.po:
9805         * po/en_GB.po:
9806         * po/hu.po:
9807         * po/nl.po:
9808         * po/sr.po:
9809         * po/sv.po:
9810         * po/uk.po:
9811           update translations
9812
9813 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9814
9815         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
9816         fix default for newmedia flag
9817
9818 2004-07-30  Wim Taymans  <wim@fluendo.com>
9819
9820         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
9821         (gst_theora_dec_init), (theora_get_formats),
9822         (theora_dec_src_convert), (theora_dec_sink_convert),
9823         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9824         (theora_dec_chain), (theora_dec_set_property),
9825         (theora_dec_get_property):
9826         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
9827         (gst_theora_enc_class_init), (gst_theora_enc_init),
9828         (theora_enc_sink_link), (theora_enc_chain),
9829         (theora_enc_set_property), (theora_enc_get_property):
9830         Added cropping option to theora decoder.
9831         Added border option to theora encoder.
9832
9833 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9834
9835         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
9836         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
9837         (gst_pngenc_set_property):
9838         * ext/libpng/gstpngenc.h:
9839         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
9840
9841 2004-07-30  Wim Taymans  <wim@fluendo.com>
9842
9843         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
9844         (theora_enc_sink_link), (theora_enc_chain),
9845         (theora_enc_set_property), (theora_enc_get_property):
9846         Fix encoding of non-multiple-of-16 video.
9847
9848 2004-07-29  David Schleef  <ds@schleef.org>
9849
9850         * configure.ac: make test for audiofile more strict
9851
9852 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9853
9854         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9855           give different names to typefind functions
9856
9857 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9858
9859         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9860         (gst_ximagesink_calculate_pixel_aspect_ratio),
9861         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
9862         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
9863         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
9864         (gst_ximagesink_get_property), (gst_ximagesink_init):
9865         * sys/ximage/ximagesink.h:
9866           allocate PAR's dynamically.
9867           use autodetected PAR if no object-set PAR is given.
9868           add workaround for directfb's X not setting physical size.
9869           fix to xvimagesink will follow tomorrow.
9870
9871 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9872
9873         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
9874         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
9875         (gst_shout2send_get_type), (gst_shout2send_set_clock),
9876         (gst_shout2send_class_init), (gst_shout2send_init),
9877         (set_shout_metadata), (gst_shout2send_set_metadata),
9878         (gst_shout2send_chain), (gst_shout2send_set_property),
9879         (gst_shout2send_get_property), (gst_shout2send_connect),
9880         (gst_shout2send_change_state):
9881         * ext/shout2/gstshout2.h:
9882         - fix for sending mp3 audio to icecast2 server, if pad link function not
9883         called before PAUSED state
9884         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
9885         - added tagging support for mp3 audio broadcasted
9886         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
9887         debug info
9888
9889 2004-07-28  Wim Taymans  <wim@fluendo.com>
9890
9891         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
9892         (gst_ogg_demux_push):
9893         Return query failure when we don't know the length of
9894         an ogg stream insteda of returning TRUE with a bogus value.
9895
9896 2004-07-28  Wim Taymans  <wim@fluendo.com>
9897
9898         * ext/theora/theoradec.c: (theora_get_formats),
9899         (theora_dec_src_convert), (theora_dec_sink_convert),
9900         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9901         (theora_dec_chain):
9902         Don't screw up the 1 Chroma for 1 luma sample situation when we
9903         have an odd offset/width by adding a black border in those cases.
9904
9905 2004-07-28  Wim Taymans  <wim@fluendo.com>
9906
9907         * ext/theora/theoradec.c: (theora_get_formats),
9908         (theora_dec_src_convert), (theora_dec_sink_convert),
9909         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9910         (theora_dec_chain):
9911         * ext/theora/theoraenc.c: (theora_enc_sink_link):
9912         Added first attempt at cropping of the image as required by the
9913         theora spec. We need more properties in the caps (offset_x,
9914         offset_y,stride) to implement this correctly.
9915
9916 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
9917
9918         * ext/dvdnav/README:
9919           Update the README to use dvddemux
9920         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
9921           Ensure getcaps returns a subset of the template caps
9922         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
9923         (gst_mpeg2subt_init):
9924           Ensure getcaps returns a subset of the template caps
9925         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
9926         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
9927         (gst_dvd_demux_get_subpicture_stream),
9928         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
9929         * gst/mpegstream/gstdvddemux.h:
9930           Set the explicit caps on the current_video pad before pushing
9931           anything
9932         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
9933         (gst_mpeg_demux_get_audio_stream):
9934           Free caps used to gst_pad_set_explicit_caps, which takes a const
9935           GstCaps *
9936
9937 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9938
9939         * configure.ac: update GStreamer requirement to 0.8.4 because of
9940           GstFraction.
9941
9942 2004-07-28  Wim Taymans  <wim@fluendo.com>
9943
9944         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
9945         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
9946         Add the pad to the element after setting up the caps. This
9947         makes it a lot easier to autoplug.
9948
9949 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9950
9951         * gst/median/gstmedian.c:
9952         * gst/mpeg2subt/gstmpeg2subt.c:
9953         * gst/mpegaudioparse/gstmpegaudioparse.c:
9954         * gst/mpegstream/gstdvddemux.c:
9955         * gst/mpegstream/gstmpegdemux.c:
9956         * gst/mpegstream/gstmpegpacketize.c:
9957         * gst/rtjpeg/gstrtjpeg.c:
9958         * gst/rtjpeg/gstrtjpegdec.c:
9959         * gst/rtjpeg/gstrtjpegenc.c:
9960         * gst/sine/gstsinesrc.c:
9961         * gst/smooth/gstsmooth.c:
9962         * gst/smpte/gstsmpte.c:
9963         * gst/smpte/gstsmpte.h:
9964         * gst/stereo/gststereo.c:
9965         * gst/videofilter/gstgamma.c:
9966         * gst/videofilter/gstvideobalance.c:
9967         * gst/videofilter/gstvideofilter.c:
9968         * gst/videofilter/gstvideoflip.c:
9969         * gst/videoscale/gstvideoscale.c:
9970         * gst/videoscale/videoscale.c:
9971         * gst/videotestsrc/gstvideotestsrc.c:
9972         * gst/videotestsrc/videotestsrc.c:
9973         * gst/wavenc/gstwavenc.c:
9974         * gst/wavparse/gstwavparse.c:
9975           fix local includes and 64 bits constants
9976
9977 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
9978
9979         * win32/gst.sln:
9980         * gst-libs/gst/*/*.vcproj:
9981         * gst/*/*.vcproj:
9982           more working plugins
9983
9984 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9985
9986         * testsuite/alsa/Makefile.am:
9987         * testsuite/alsa/srcstate.c:
9988         add test for alsasrc changing state
9989
9990 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9991
9992         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
9993         (gst_silence_get):
9994         * gst/silence/gstsilence.h:
9995         fix silence generation for 16bit raw audio
9996
9997 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9998
9999         * gst/matroska/matroska-demux.c:
10000         (gst_matroska_demux_parse_metadata),
10001         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
10002         * gst/mpegaudio/common.c:
10003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
10004         (gst_videoscale_getcaps), (gst_videoscale_link),
10005         (gst_videoscale_src_fixate), (gst_videoscale_init),
10006         (gst_videoscale_finalize):
10007         * gst/videoscale/gstvideoscale.h:
10008         * gst/videotestsrc/gstvideotestsrc.c:
10009         (gst_videotestsrc_get_capslist):
10010         * gst/wavenc/gstwavenc.c:
10011         * sys/oss/gstossmixer.c: (fill_labels):
10012         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
10013         (gst_ximagesink_handle_xevents),
10014         (gst_ximagesink_calculate_pixel_aspect_ratio),
10015         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
10016         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
10017         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
10018         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10019         (gst_ximagesink_init), (gst_ximagesink_class_init):
10020         * sys/ximage/ximagesink.h:
10021         * sys/xvimage/xvimagesink.c:
10022         (gst_xvimagesink_calculate_pixel_aspect_ratio),
10023         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
10024         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10025         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10026         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10027         * sys/xvimage/xvimagesink.h:
10028           first batch of pixel aspect ratio commits.
10029
10030 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10031
10032         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10033         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
10034         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
10035           handle stride, needs work if we want to move stride handling
10036           upstream, but works correctly for our purposes.
10037
10038 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10039
10040         * gst/videoscale/README:
10041           add testing examples
10042         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
10043         (gst_videoscale_chain):
10044         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10045         (gst_videoscale_get_size):
10046           add get_size function that handles stride like videotestsrc.
10047           fixes conversion for YUV formats for as much as I can test them.
10048
10049 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10050
10051         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10052         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
10053         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10054         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10055         (gst_xvimagesink_xvimage_put):
10056           further cleanups, logging, error handling and synchronizing
10057
10058 2004-07-27  Wim Taymans  <wim@fluendo.com>
10059
10060         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
10061         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
10062         (gst_videomixer_pad_set_property),
10063         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
10064         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
10065         (gst_videomixer_class_init), (gst_videomixer_init),
10066         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
10067         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
10068         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
10069         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
10070         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
10071         (gst_videomixer_loop), (plugin_init):
10072         Be a nicer negotiation citizen and provide a getcaps function on
10073         the srcpad. This also fixes a crash when resizing.
10074
10075 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10076
10077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10078         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
10079
10080 2004-07-27  Wim Taymans  <wim@fluendo.com>
10081
10082         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
10083         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
10084         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
10085         (gst_pngenc_set_property):
10086         * ext/libpng/gstpngenc.h:
10087         Added snapshot property to pngenc.
10088         removed g_print from pngdec
10089
10090 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
10091
10092         * gst/ac3parse/ac3parse.vcproj
10093         * gst/adder/adder.vcproj
10094         * gst/alpha/alpha.vcproj
10095         * gst/alpha/alphacolor.vcproj
10096         * gst/asfdemux/asf.vcproj
10097         * gst/audioconvert/audioconvert.vcproj
10098         * gst/audiorate/audiorate.vcproj
10099         * gst/audioscale/audioscale.vcproj
10100         * gst/auparse/auparse.vcproj
10101         * gst/avi/avi.vcproj
10102         * gst/cdxaparse/cdxaparse.vcproj
10103         * gst/chart/chart.vcproj
10104         * gst/colorspace/colorspace.vcproj
10105         * gst/cutter/cutter.vcproj
10106         * gst/debug/debug.vcproj
10107         * gst/debug/efence.vcproj
10108         * gst/debug/navigationtest.vcproj
10109         * gst/deinterlace/deinterlace.vcproj
10110         * gst/effectv/effectv.vcproj
10111         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10112         * gst/filter/filter.vcproj
10113         * gst/flx/flxdec.vcproj
10114         * gst/goom/goom.vcproj
10115         * gst/interleave/interleave.vcproj
10116         * gst/law/alaw.vcproj
10117         * gst/law/mulaw.vcproj
10118         * gst/matroska/matroska.vcproj
10119         * gst/median/median.vcproj
10120         * gst/mixmatrix/mixmatrix.vcproj
10121         * gst/mpeg1sys/mpeg1systemencode.vcproj
10122         * gst/mpeg1videoparse/mp1videoparse.vcproj
10123         * gst/mpeg2sub/mpeg2subt.vcproj
10124         * gst/mpegaudio/mpegaudio.vcproj
10125         * gst/mpegaudioparse/mpegaudioparse.vcproj
10126         * gst/mpegstream/mpegstream.vcproj
10127         * gst/multifilesink/multifilesink.vcproj
10128         * gst/multipart/multipart.vcproj
10129         * gst/oneton/oneton.vcproj
10130         * gst/overlay/overlay.vcproj
10131         * gst/passthrough/passthrough.vcproj
10132         * gst/qtdemux/qtdemux.vcproj
10133         * gst/realmedia/rmdemux.vcproj
10134         * gst/rtjpeg/rtjpeg.vcproj
10135         * gst/rtp/rtp.vcproj
10136         * gst/silence/silence.vcproj
10137         * gst/sine/sinesrc.vcproj
10138         * gst/smooth/smooth.vcproj
10139         * gst/smpte/smpte.vcproj
10140         * gst/spectrum/spectrum.vcproj
10141         * gst/speed/speed.vcproj
10142         * gst/stereo/stereo.vcproj
10143         * gst/switch/switch.vcproj
10144         * gst/tags/tagedit.vcproj
10145         * gst/tcp/tcp.vcproj
10146         * gst/typefind/typefindfunctions.vcproj
10147         * gst/udp/udp.vcproj
10148         * gst/videobox/videobox.vcproj
10149         * gst/videocrop/videocrop.vcproj
10150         * gst/videodrop/videodrop.vcproj
10151         * gst/videofilter/gamma.vcproj
10152         * gst/videofilter/videobalance.vcproj
10153         * gst/videofilter/videofilter.vcproj
10154         * gst/videofilter/videoflip.vcproj
10155         * gst/videoflip/videoflip.vcproj
10156         * gst/videomixer/videomixer.vcproj
10157         * gst/videorate/videorate.vcproj
10158         * gst/videoscale/videoscale.vcproj
10159         * gst/videotestsrc/videotestsrc.vcproj
10160         * gst/virtualdub/virtualdub.vcproj
10161         * gst/volenv/volenv.vcproj
10162         * gst/volume/volume.vcproj
10163         * gst/wavenc/wavenc.vcproj
10164         * gst/wavparse/wavparse.vcproj
10165         * gst/y4m/y4menc.vcproj
10166         * gst-libs/gst/audio/audio.vcproj
10167         * gst-libs/gst/audio/audiofilter.vcproj
10168         * gst-libs/gst/colorbalance/colorbalance.vcproj
10169         * gst-libs/gst/idct/idtc.vcproj
10170         * gst-libs/gst/media-info/media-info.vcproj
10171         * gst-libs/gst/mixer/mixer.vcproj
10172         * gst-libs/gst/navigation/navigation.vcproj
10173         * gst-libs/gst/play/play.vcproj
10174         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
10175         * gst-libs/gst/resample/resample.vcproj
10176         * gst-libs/gst/riff/riff.vcproj
10177         * gst-libs/gst/tuner/tuner.vcproj
10178         * gst-libs/gst/video/video.vcproj
10179         * gst-libs/gst/xoverlay/xoverlay.vcproj
10180           avoid problems with math.h, fix release dependancy
10181           rename GStreamer-0.8.lib to libgstreamer.lib
10182
10183 2004-07-27  Julien MOUTTE  <julien@moutte.net>
10184
10185         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
10187         the atom is not available we have to unlock the mutex. Fixes #148023
10188
10189 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10190
10191         * gst-libs/gst/media-info/media-info.h:
10192           issue for a vararg macro with MSVC
10193
10194 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10195
10196         * gst/effectv/effectv.vcproj
10197         * gst-libs/gst/idct/idct.vcproj:
10198         * gst-libs/gst/media-info/media-info.vcproj:
10199         * gst-libs/gst/navigation/navigation.vcproj:
10200         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10201         * gst-libs/gst/video/video.vcproj:
10202         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10203           fixes for build problems
10204
10205 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10206
10207         * gst-libs/gst/audio/audio.def:
10208         * gst-libs/gst/audio/riff.def:
10209           add some definitions needed by plugins
10210
10211 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10212
10213         * gst/asfdemux/gstasfmux.c
10214           Fix some 64 bits constants to be glib friendly
10215
10216 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10217
10218         * gst/ac3parse/gstac3parse.c
10219         * gst/audioscale/gstaudioscale.c
10220         * gst/auparse/gstauparse.c
10221         * gst/colorspace/gstcolorspace.c
10222         * gst/colorspace/yuv2rgb.h
10223           local include fixes
10224
10225 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10226
10227         * win32/gst.sln
10228           add more plugins to the build
10229
10230 2004-07-26  Julien MOUTTE  <julien@moutte.net>
10231
10232         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
10233         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
10234
10235 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10236
10237         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
10238         (gst_level_set_property), (gst_level_get_property),
10239         (gst_level_base_init), (gst_level_class_init):
10240           add debugging categories.  cleanups.
10241
10242 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10243
10244         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10245         (gst_videoscale_planar411), (gst_videoscale_planar400),
10246         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
10247         (gst_videoscale_scale_nearest_str1),
10248         (gst_videoscale_scale_nearest_str2),
10249         (gst_videoscale_scale_nearest_str4),
10250         (gst_videoscale_scale_nearest_16bit),
10251         (gst_videoscale_scale_nearest_24bit):
10252           fixed stride issues
10253           tested with 320x240 -> 321, 322, 324 x240
10254           tested with YV12, I420, YUY2, UYVY
10255           fixed packed422rev (don't think it could have worked before)
10256           by testing with UYVY
10257
10258 2004-07-26  Benjamin Otte  <otte@gnome.org>
10259
10260         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
10261         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
10262         (plugin_init):
10263           add debugging category, add error checks like checking return values
10264           of setup calls, make sure it still works after
10265           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
10266
10267 2004-07-26  Wim Taymans  <wim@fluendo.com>
10268
10269         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
10270         (gst_mpeg_demux_get_audio_stream),
10271         (gst_mpeg_demux_process_private):
10272         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
10273         Check for error codes from the negotiation functions. Make sure
10274         we really set the pad caps when a new pad is created.
10275
10276 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10277
10278         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10279         (gst_ffmpeg_caps_to_pix_fmt):
10280         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10281         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10282         (gst_ffmpegcolorspace_pad_link):
10283           don't make function do two things at the same time without reason.
10284
10285 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10286
10287         * gst/ac3parse/ac3parse.vcproj
10288         * gst/adder/adder.vcproj
10289         * gst/alpha/alpha.vcproj
10290         * gst/alpha/alphacolor.vcproj
10291         * gst/asfdemux/asf.vcproj
10292         * gst/audioconvert/audioconvert.vcproj
10293         * gst/audiorate/audiorate.vcproj
10294         * gst/audioscale/audioscale.vcproj
10295         * gst/auparse/auparse.vcproj
10296         * gst/avi/avi.vcproj
10297         * gst/cdxaparse/cdxaparse.vcproj
10298         * gst/chart/chart.vcproj
10299         * gst/colorspace/colorspace.vcproj
10300         * gst/cutter/cutter.vcproj
10301         * gst/debug/debug.vcproj
10302         * gst/debug/efence.vcproj
10303         * gst/debug/navigationtest.vcproj
10304         * gst/deinterlace/deinterlace.vcproj
10305         * gst/effectv/effectv.vcproj
10306         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
10307         * gst/filter/filter.vcproj
10308         * gst/flx/flxdec.vcproj
10309         * gst/goom/goom.vcproj
10310         * gst/interleave/interleave.vcproj
10311         * gst/law/alaw.vcproj
10312         * gst/law/mulaw.vcproj
10313         * gst/matroska/matroska.vcproj
10314         * gst/median/median.vcproj
10315         * gst/mixmatrix/mixmatrix.vcproj
10316         * gst/mpeg1sys/mpeg1systemencode.vcproj
10317         * gst/mpeg1videoparse/mp1videoparse.vcproj
10318         * gst/mpeg2sub/mpeg2subt.vcproj
10319         * gst/mpegaudio/mpegaudio.vcproj
10320         * gst/mpegaudioparse/mpegaudioparse.vcproj
10321         * gst/mpegstream/mpegstream.vcproj
10322         * gst/multifilesink/multifilesink.vcproj
10323         * gst/multipart/multipart.vcproj
10324         * gst/oneton/oneton.vcproj
10325         * gst/overlay/overlay.vcproj
10326         * gst/passthrough/passthrough.vcproj
10327         * gst/qtdemux/qtdemux.vcproj
10328         * gst/realmedia/rmdemux.vcproj
10329         * gst/rtjpeg/rtjpeg.vcproj
10330         * gst/rtp/rtp.vcproj
10331         * gst/silence/silence.vcproj
10332         * gst/sine/sinesrc.vcproj
10333         * gst/smooth/smooth.vcproj
10334         * gst/smpte/smpte.vcproj
10335         * gst/spectrum/spectrum.vcproj
10336         * gst/speed/speed.vcproj
10337         * gst/stereo/stereo.vcproj
10338         * gst/switch/switch.vcproj
10339         * gst/tags/tagedit.vcproj
10340         * gst/tcp/tcp.vcproj
10341         * gst/typefind/typefindfunctions.vcproj
10342         * gst/udp/udp.vcproj
10343         * gst/videobox/videobox.vcproj
10344         * gst/videocrop/videocrop.vcproj
10345         * gst/videodrop/videodrop.vcproj
10346         * gst/videofilter/gamma.vcproj
10347         * gst/videofilter/videobalance.vcproj
10348         * gst/videofilter/videofilter.vcproj
10349         * gst/videofilter/videoflip.vcproj
10350         * gst/videoflip/videoflip.vcproj
10351         * gst/videomixer/videomixer.vcproj
10352         * gst/videorate/videorate.vcproj
10353         * gst/videoscale/videoscale.vcproj
10354         * gst/videotestsrc/videotestsrc.vcproj
10355         * gst/virtualdub/virtualdub.vcproj
10356         * gst/volenv/volenv.vcproj
10357         * gst/volume/volume.vcproj
10358         * gst/wavenc/wavenc.vcproj
10359         * gst/wavparse/wavparse.vcproj
10360         * gst/y4m/y4menc.vcproj
10361           more plugins supported under windows
10362
10363 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
10364
10365         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10366         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
10367         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
10368         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10369         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
10370           Add debugging statements.  Use the sizes as returned by the
10371           *CreateImage calls.
10372
10373 2004-07-26  Johan Dahlin  <johan@gnome.org>
10374
10375         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
10376         the pad is negotiated.
10377
10378         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
10379
10380 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
10381
10382         * gst-libs/gst/colorbalance/colorbalance.vcproj:
10383         * gst-libs/gst/idct/idct.vcproj:
10384         * gst-libs/gst/media-info/media-info.vcproj:
10385         * gst-libs/gst/mixer/mixer.vcproj:
10386         * gst-libs/gst/navigation/navigation.vcproj:
10387         * gst-libs/gst/play/play.vcproj:
10388         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
10389         * gst-libs/gst/resample/resample.vcproj:
10390         * gst-libs/gst/tuner/tuner.vcproj:
10391         * gst-libs/gst/video/video.vcproj:
10392         * gst-libs/gst/xoverlay/xoverlay.vcproj:
10393           more plugins supported under windows
10394
10395 2004-07-25 Iain <iain@prettypeople.org>
10396
10397         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
10398         pad now rather than when the pad is created because state changes wipe
10399         explicit caps (fixes #148043).
10400
10401 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
10402
10403         reviewed by Benjamin Otte  <otte@gnome.org>
10404
10405         * ext/mad/gstmad.c:
10406           fix mad plugin crashing on Sun (fixes #148289)
10407
10408 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10409
10410         * gst/avi/avi.def:
10411         * gst/avi/avi.vcproj:
10412         * gst/matroska/matroska.def:
10413         * gst/matroska/matroska.vcproj:
10414           remove unused .def files
10415
10416 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10417
10418         * gst-libs/gst/audio/gstaudiofilter.c:
10419           Clean the local include
10420
10421 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10422
10423         * win32/gst.sln:
10424         * gst-libs/gst/audio/audio.def:
10425         * gst-libs/gst/audio/audio.vcproj:
10426         * gst-libs/gst/audio/audiofilter.vcproj:
10427         * gst-libs/gst/audio/riff.def:
10428         * gst-libs/gst/audio/riff.vcproj:
10429         * gst-libs/gst/gst-libs.def:
10430         * gst-libs/gst/gst-libs.vcproj:
10431         * gst/avi/avi.vcproj:
10432         * gst/avi/avi.vcproj:
10433           Copy the files where needed after building, cleaner projects
10434
10435 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
10436
10437         * gst/matroska/ebml-write.c:
10438           Fix some 64 bits constants to be glib friendly
10439
10440 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
10441
10442         * win32/gst.sln:
10443         * gst-libs/gst/gst-libs.def:
10444         * gst-libs/gst/gst-libs.vcproj:
10445         * gst/matroska/matroska.def:
10446         * gst/matroska/matroska.vcproj:
10447           Add the preliminary canvas to build plugins on Win32
10448
10449 2004-07-23  Benjamin Otte  <otte@gnome.org>
10450
10451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10452           don't enfore negotiation from source side, it breaks
10453           sinesrc ! audioconvert ! osssink
10454
10455 2004-07-22  David Schleef  <ds@schleef.org>
10456
10457         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
10458         for ELF files, since they can easily be recognized as audio/mpeg.
10459         (bug #147441)
10460
10461 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10462
10463         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
10464         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
10465         (gst_videoscale_scale_nearest_24bit),
10466         (gst_videoscale_scale_nearest_16bit):
10467           fix 16bit and 24bit for stride (24bit might need testing)
10468           don't pretend we do more than one algorithm
10469
10470 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10471
10472         * configure.ac:
10473         * gst/Makefile.am:
10474         * gst/multifilesink/Makefile.am:
10475         * gst/multifilesink/gstmultifilesink.c:
10476         (gst_multifilesink_get_formats),
10477         (gst_multifilesink_get_query_types), (_do_init),
10478         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
10479         (gst_multifilesink_init), (gst_multifilesink_dispose),
10480         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
10481         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
10482         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
10483         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
10484         (gst_multifilesink_chain), (gst_multifilesink_change_state),
10485         (gst_multifilesink_uri_get_type),
10486         (gst_multifilesink_uri_get_protocols),
10487         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
10488         (gst_multifilesink_uri_handler_init), (plugin_init):
10489         * gst/multifilesink/gstmultifilesink.h:
10490         * testsuite/Makefile.am:
10491         * testsuite/multifilesink/Makefile.am:
10492         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
10493         (gst_newmedia_class_init), (gst_newmedia_init),
10494         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
10495         (newfile_signal), (test_signal), (main):
10496         multifilesink plugin for creating new files every time a new media
10497         discontinuity event occurs
10498
10499 2004-07-22  Wim Taymans  <wim@fluendo.com>
10500
10501         * gst/alpha/Makefile.am:
10502         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
10503         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
10504         (gst_alpha_color_init), (gst_alpha_color_set_property),
10505         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
10506         (transform), (gst_alpha_color_chain),
10507         (gst_alpha_color_change_state), (plugin_init):
10508         Stupid plugin to to RGBA to AYUV conversion because none of
10509         the colorspace plugins can handle that yet.
10510
10511 2004-07-22  Wim Taymans  <wim@fluendo.com>
10512
10513         * examples/seeking/seek.c: (update_scale), (main):
10514         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10515         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10516         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10517         (gst_decode_bin_init), (gst_decode_bin_dispose),
10518         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10519         (no_more_pads), (close_link), (type_found),
10520         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10521         (plugin_init):
10522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10523         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10524         (gst_play_base_bin_dispose), (queue_overrun),
10525         (gen_preroll_element), (remove_prerolls), (unknown_type),
10526         (no_more_pads), (new_stream), (setup_source),
10527         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10528         (play_base_eos), (gst_play_base_bin_change_state),
10529         (gst_play_base_bin_add_element),
10530         (gst_play_base_bin_remove_element),
10531         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10532         (gst_play_base_bin_unlink_stream),
10533         (gst_play_base_bin_get_streaminfo):
10534         * gst/playback/gstplaybin.c: (gen_video_element),
10535         (gen_audio_element):
10536         * gst/playback/gststreaminfo.h:
10537         More playback updates, attempt to fix things after the state change
10538         breakage.
10539
10540 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
10543         (gst_videoscale_scale_nearest_16bit):
10544           comment algorithm
10545
10546 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10547
10548         * gst/videotestsrc/gstvideotestsrc.c:
10549         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
10550         (gst_videotestsrc_init), (gst_videotestsrc_get),
10551         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
10552         (gst_videotestsrc_get_property):
10553         * gst/videotestsrc/gstvideotestsrc.h:
10554         * gst/videotestsrc/videotestsrc.c:
10555         * gst/videotestsrc/videotestsrc.h:
10556           cleanup and commenting
10557
10558 2004-07-21  Wim Taymans  <wim@fluendo.com>
10559
10560         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
10561         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
10562         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
10563         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
10564         (_find_chain_get_unknown_part), (_find_streams_check),
10565         (gst_ogg_demux_push), (gst_ogg_pad_push):
10566         * ext/theora/theoradec.c: (theora_get_formats),
10567         (theora_dec_src_convert), (theora_dec_sink_convert),
10568         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
10569         (theora_dec_chain):
10570         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10571         (vorbis_dec_convert), (vorbis_dec_src_query),
10572         (vorbis_dec_src_event), (vorbis_dec_event):
10573         More seeking fixes, oggdemux now supports seeking to time and
10574         uses the downstream element to convert granulepos to time.
10575         Seeking in theora-only ogg files now works.
10576
10577 2004-07-21  Wim Taymans  <wim@fluendo.com>
10578
10579         * ext/theora/theoradec.c: (gst_theora_dec_init),
10580         (theora_get_formats), (theora_get_event_masks),
10581         (theora_get_query_types), (theora_dec_src_convert),
10582         (theora_dec_sink_convert), (theora_dec_src_query),
10583         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
10584         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10585         (vorbis_get_event_masks), (vorbis_get_query_types),
10586         (gst_vorbis_dec_init), (vorbis_dec_convert),
10587         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
10588         Added query/convert/formats functions to vorbis and theora decoders
10589         so that the outside world can use them too. Fixed seeking on an
10590         ogg/theora/vorbis file by disabling the seeking seeking on the
10591         theora srcpad.
10592
10593 2004-07-21  Julien MOUTTE  <julien@moutte.net>
10594
10595         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10596         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
10597         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
10598         images creation for both elements. We don't create the image on caps
10599         nego or renego, we just destroy the internal one if present if it does
10600         not match the needs. The chain function takes care of creating a new
10601         image when needed.
10602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10603         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
10604         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
10605         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
10606         the image format information. The buffer pool checks for the context
10607         image format and discard images with different formats.
10608         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
10609
10610 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10611
10612         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10613         (gst_ffmpegcolorspace_chain):
10614           no point in doing any chaining if the pad we want to push from
10615           isn't usable.
10616
10617 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10618
10619         * gst-libs/gst/riff/riff-media.c:
10620         (gst_riff_create_audio_caps_with_data):
10621           Fix double end-to-native symbol conversion (#148021).
10622
10623 2004-07-20  David Schleef  <ds@schleef.org>
10624
10625         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
10626         Don't use an Atom that doesn't exist.
10627
10628 2004-07-20  Wim Taymans  <wim@fluendo.com>
10629
10630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10631         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10632         (gst_multifdsink_client_remove),
10633         (gst_multifdsink_handle_client_write),
10634         (gst_multifdsink_queue_buffer):
10635         * gst/tcp/gstmultifdsink.h:
10636         More multifdsink stats. Avoid deadlock by releasing locks
10637         before sending out a signal.
10638
10639 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * po/LINGUAS:
10642         * po/hu.po:
10643           added Hungarian translation (Laszlo Dvornik)
10644
10645 2004-07-20  Wim Taymans  <wim@fluendo.com>
10646
10647         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10648         (gst_multifdsink_add), (gst_multifdsink_client_remove),
10649         (gst_multifdsink_handle_client_write),
10650         (gst_multifdsink_queue_buffer):
10651         * gst/tcp/gsttcp-marshal.list:
10652         Fixed the stupid marshal definition.
10653
10654 2004-07-20  Wim Taymans  <wim@fluendo.com>
10655
10656         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10657         (gst_multifdsink_init), (gst_multifdsink_add),
10658         (gst_multifdsink_client_remove),
10659         (gst_multifdsink_handle_client_write),
10660         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
10661         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
10662         (gst_multifdsink_init_send):
10663         * gst/tcp/gstmultifdsink.h:
10664         Added more stats, added timeout for a client, fixed some typos
10665         and added some comments.
10666
10667 2004-07-20  Wim Taymans  <wim@fluendo.com>
10668
10669         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
10670         (gst_multifdsink_add), (gst_multifdsink_get_stats),
10671         (gst_multifdsink_client_remove),
10672         (gst_multifdsink_handle_client_write):
10673         * gst/tcp/gstmultifdsink.h:
10674         * gst/tcp/gsttcp-marshal.list:
10675         Added get_stats method that returns a GValueArray of
10676         stats values.
10677
10678 2004-07-19  Benjamin Otte  <otte@gnome.org>
10679
10680         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
10681           make sure longname, description and author are valid UTF-8
10682
10683 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
10686         (gst_ximagesink_set_property):
10687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
10688         (gst_xvimagesink_set_property):
10689           make sure SYNCHRONOUS is respected after getting the X context
10690
10691 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10692
10693         * gst/matroska/matroska-demux.c:
10694         (gst_matroska_demux_handle_src_event),
10695         (gst_matroska_demux_parse_blockgroup):
10696         * gst/matroska/matroska-ids.h:
10697           add BlockReference tag and ignore it to clear out log.
10698           ignore NAVIGATION events to clear out log.
10699
10700 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10701
10702         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
10703         (gst_matroska_demux_add_stream):
10704         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
10705           add debug categories
10706
10707 2004-07-16  Wim Taymans  <wim@fluendo.com>
10708
10709         * ext/libpng/Makefile.am:
10710         * ext/libpng/gstpng.c: (plugin_init):
10711         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
10712         (gst_pngdec_get_type), (gst_pngdec_base_init),
10713         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
10714         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
10715         * ext/libpng/gstpngdec.h:
10716         Added png decoder.
10717
10718 2004-07-16  Julien MOUTTE  <julien@moutte.net>
10719
10720         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
10721         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
10722         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
10723         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10724         (gst_ximagesink_buffer_alloc):
10725         * sys/ximage/ximagesink.h:
10726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10727         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
10728         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10729         (gst_xvimagesink_buffer_alloc):
10730         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
10731         again. Using internal data pointer of the x(v)image to store image's
10732         data to be coherent with the buffer alloc mechanism. Investigated the
10733         image destruction code to be sure that everything gets freed correctly.
10734
10735 2004-07-16  Wim Taymans  <wim@fluendo.com>
10736
10737         * gst-libs/gst/riff/riff-read.c:
10738         (gst_riff_read_strf_vids_with_data),
10739         (gst_riff_read_strf_auds_with_data):
10740         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10741         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10742         Make sure we don't create 0 sized subbuffers in riff-read.
10743         Signal the no more pads signal after reading the avi header.
10744
10745 2004-07-16  Wim Taymans  <wim@fluendo.com>
10746
10747         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10748         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
10749         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10750         (gst_decode_bin_init), (gst_decode_bin_dispose),
10751         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10752         (no_more_pads), (close_link), (type_found),
10753         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10754         (gst_decode_bin_change_state), (plugin_init):
10755         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10756         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10757         (gst_play_base_bin_dispose), (queue_overrun),
10758         (gen_preroll_element), (remove_prerolls), (unknown_type),
10759         (no_more_pads), (new_stream), (setup_source),
10760         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
10761         (play_base_eos), (gst_play_base_bin_change_state),
10762         (gst_play_base_bin_add_element),
10763         (gst_play_base_bin_remove_element),
10764         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10765         (gst_play_base_bin_unlink_stream),
10766         (gst_play_base_bin_get_streaminfo):
10767         * gst/playback/gstplaybasebin.h:
10768         Better error recovery. Added configurable preroll queue size. Faster
10769         detection of no-more-pads.
10770
10771 2004-07-16  Wim Taymans  <wim@fluendo.com>
10772
10773         * gst-libs/gst/video/video.h:
10774         Added 32 bits RGBA. Not sure if we should use another mime-type
10775         for alpha rgb. Currently the presence of the alpha_mask property
10776         signals an alpha channel.
10777
10778 2004-07-16  Wim Taymans  <wim@fluendo.com>
10779
10780         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10782         FPS seems to be 0.0 to MAX everywhere else.
10783
10784 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10785
10786         * gst-libs/gst/riff/riff-media.c:
10787         (gst_riff_create_video_caps_with_data):
10788           mp42/mp43 (no caps) exist too.
10789         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
10790           Set pixel_width/height; we've got them in-caps.
10791         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10792         * gst/wavparse/gstwavparse.c: (plugin_init):
10793           Both are valid primary.
10794         * sys/oss/gstossmixer.c:
10795           Remove i18n hack and enable translations.
10796
10797 2004-07-15  Benjamin Otte  <otte@gnome.org>
10798
10799         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
10800         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
10801           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
10802
10803 2004-07-15  Benjamin Otte  <otte@gnome.org>
10804
10805         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
10806         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
10807         (gst_alsa_close_audio):
10808           disable some of the debugging code for now. Writing debugging to a
10809           buffer is broken in current alsalib releases.
10810
10811 2004-07-12  Benjamin Otte  <otte@gnome.org>
10812
10813         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
10814           use bufferpools
10815
10816 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10817
10818         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
10819         (theora_dec_src_query), (theora_dec_event):
10820         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
10821           add debugging categories.  Remove \n's.
10822
10823 2004-07-13  Johan Dahlin  <johan@gnome.org>
10824
10825         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
10826         (gst_play_bin_get_property): Impl.
10827
10828 2004-07-13  Wim Taymans  <wim@fluendo.com>
10829
10830         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
10831         When trying to find the stream length, seek back N pages
10832         instead of just one, where N is the number of streams in
10833         the current chain.
10834
10835 2004-07-13  Wim Taymans  <wim@fluendo.com>
10836
10837         * gst-libs/gst/riff/riff-media.c:
10838         (gst_riff_create_audio_caps_with_data),
10839         (gst_riff_create_audio_caps),
10840         (gst_riff_create_audio_template_caps):
10841         * gst-libs/gst/riff/riff-media.h:
10842         * gst-libs/gst/riff/riff-read.c:
10843         (gst_riff_read_strf_vids_with_data),
10844         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
10845         * gst-libs/gst/riff/riff-read.h:
10846         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
10847         (gst_avi_demux_add_stream):
10848         Set codec_data on caps for avidemuxer.
10849
10850 2004-07-12  David Schleef  <ds@schleef.org>
10851
10852         * configure.ac: Fix test for Objective C
10853
10854 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
10855         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
10856         (gst_gdk_pixbuf_chain):
10857           Add svg and pcx to template caps, and ensure that getcaps returns a
10858           subset of the template caps.
10859           Copy each row manually for output, as gdkpixbuf may pad the
10860           rowstride to a 32-bit word boundary.
10861
10862 2004-07-12  Wim Taymans  <wim@fluendo.com>
10863
10864         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
10865         (gst_riff_create_video_template_caps):
10866         Fix the template caps to include some more media types.
10867
10868 2004-07-12  Wim Taymans  <wim@fluendo.com>
10869
10870         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10871         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10872         (compare_ranks), (print_feature), (gst_decode_bin_init),
10873         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10874         (try_to_link_1), (new_pad), (close_link), (type_found),
10875         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10876         (gst_decode_bin_change_state), (plugin_init):
10877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10878         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10879         (gst_play_base_bin_dispose), (queue_overrun),
10880         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10881         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10882         (gst_play_base_bin_get_property), (play_base_eos),
10883         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10884         (gst_play_base_bin_remove_element),
10885         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10886         (gst_play_base_bin_unlink_stream),
10887         (gst_play_base_bin_get_streaminfo):
10888         * gst/playback/gstplaybasebin.h:
10889         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10890         (gst_play_bin_class_init), (gst_play_bin_init),
10891         (gst_play_bin_dispose), (gst_play_bin_set_property),
10892         (gst_play_bin_get_property), (gen_video_element),
10893         (gen_audio_element), (remove_sinks), (setup_sinks),
10894         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10895         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10896         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10897         (gst_play_bin_query), (plugin_init):
10898         * gst/playback/test4.c: (main):
10899         More fixes on reusing of the element.
10900
10901 2004-07-11  Benjamin Otte  <otte@gnome.org>
10902
10903         * ext/mad/gstmad.c: (normal_seek):
10904           allow seeking for other methods than just SET
10905
10906 2004-07-11  Andy Wingo  <wingo@pobox.com>
10907
10908         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
10909         float, "any" caps -> buffer_frames=[0,MAX].
10910
10911         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
10912         doesn't intersect our caps with the template any more. Do it
10913         ourselves.
10914         (interleave_buffered_loop): Use g_newa instead of malloc/free.
10915
10916 2004-07-09  Wim Taymans  <wim@fluendo.com>
10917
10918         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
10919         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
10920         (compare_ranks), (print_feature), (gst_decode_bin_init),
10921         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
10922         (try_to_link_1), (new_pad), (close_link), (type_found),
10923         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
10924         (gst_decode_bin_change_state), (plugin_init):
10925         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
10926         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
10927         (gst_play_base_bin_dispose), (queue_overrun),
10928         (gen_preroll_element), (remove_prerolls), (no_more_pads),
10929         (new_stream), (setup_source), (gst_play_base_bin_set_property),
10930         (gst_play_base_bin_get_property), (play_base_eos),
10931         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
10932         (gst_play_base_bin_remove_element),
10933         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
10934         (gst_play_base_bin_unlink_stream),
10935         (gst_play_base_bin_get_streaminfo):
10936         * gst/playback/gstplaybasebin.h:
10937         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
10938         (gst_play_bin_class_init), (gst_play_bin_init),
10939         (gst_play_bin_dispose), (gst_play_bin_set_property),
10940         (gst_play_bin_get_property), (gen_video_element),
10941         (gen_audio_element), (remove_sinks), (setup_sinks),
10942         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
10943         (gst_play_bin_send_event), (gst_play_bin_get_formats),
10944         (gst_play_bin_convert), (gst_play_bin_get_query_types),
10945         (gst_play_bin_query), (plugin_init):
10946         * gst/playback/test4.c: (main):
10947         Work on object reuse and seeking.
10948
10949 2004-07-09  Wim Taymans  <wim@fluendo.com>
10950
10951         * examples/seeking/seek.c: (iterate):
10952         Don't consume all CPU in the idle loop.
10953
10954 2004-07-09  Wim Taymans  <wim@fluendo.com>
10955
10956         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
10957         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
10958         Add pad to element *after* setting the pad functions so that
10959         the scheduler can use the correct ones.
10960
10961 2004-07-09  Wim Taymans  <wim@fluendo.com>
10962
10963         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
10964         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
10965         Sync to keyframe after seek
10966
10967 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10968
10969         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
10970         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
10971         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
10972         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
10973         * ext/libvisual/visual.c: (gst_visual_change_state):
10974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
10975         * ext/theora/theoradec.c: (theora_dec_change_state):
10976         * ext/theora/theoraenc.c: (theora_enc_change_state):
10977         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
10978         * gst-libs/gst/navigation/navigation.c:
10979         * gst/adder/gstadder.c: (gst_adder_change_state):
10980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
10981         (gst_audio_convert_get_buffer):
10982         * gst/multipart/multipartdemux.c:
10983         (gst_multipart_demux_change_state):
10984         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10985         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
10986         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10987         * gst/videoscale/gstvideoscale.c:
10988         (gst_videoscale_handle_src_event):
10989         * gst/volume/gstvolume.c: (volume_chain_int16):
10990           don't assert in state change, this should be done by the base
10991           GstElement class.
10992           various debugging fixes.
10993
10994 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10995
10996         * configure.ac:
10997         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
10998         (gst_play_dispose), (gst_play_set_location),
10999         (gst_play_set_data_src), (gst_play_set_video_sink),
11000         (gst_play_set_audio_sink), (gst_play_set_visualization),
11001         (gst_play_connect_visualization), (gst_play_get_sink_element),
11002         (gst_play_get_all_by_interface):
11003         * gst-libs/gst/play/play.h:
11004           add new method to get elements implementing an interface.
11005           add various error logging
11006
11007 2004-07-08  Wim Taymans  <wim@fluendo.com>
11008
11009         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
11010         (make_mpeg_pipeline), (make_mpegnt_pipeline),
11011         (make_playerbin_pipeline), (query_durations_elems),
11012         (query_durations_pads), (query_positions_elems),
11013         (query_positions_pads), (update_scale), (iterate), (stop_seek),
11014         (main):
11015         Added playbin seeking example.
11016
11017 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11018
11019         * gst-libs/gst/play/play.c: (gst_play_set_location),
11020         (gst_play_set_data_src), (gst_play_set_video_sink),
11021         (gst_play_set_audio_sink), (gst_play_set_visualization),
11022         (gst_play_connect_visualization), (gst_play_get_framerate):
11023           use a macro to look up elements from hash table
11024
11025 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11026
11027         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
11028         (gst_play_get_length_callback), (gst_play_set_location),
11029         (gst_play_seek_to_time), (gst_play_set_data_src),
11030         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11031         (gst_play_set_visualization), (gst_play_connect_visualization),
11032         (gst_play_get_sink_element):
11033         - add debugging info
11034         - fix looking up sink elements by iterating over complete caps
11035         - put everything except for source and autoplugger in a complete bin
11036
11037 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11038
11039         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
11040         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
11041         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
11042         (gst_alsa_sink_write), (gst_alsa_sink_loop):
11043         * ext/alsa/gstalsasink.h:
11044         - add debugging info
11045         - clean up schizophrenia of data/buffer/event
11046         - fix double event unref error
11047
11048 2004-07-08  Wim Taymans  <wim@fluendo.com>
11049
11050         * gst/playback/Makefile.am:
11051         Add headers to noinst
11052
11053 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11054
11055         * tools/gst-launch-ext-m.m:
11056         * tools/gst-launch-ext.1.in:
11057           convert to the third millenium
11058
11059 2004-07-07  David Schleef  <ds@schleef.org>
11060
11061         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
11062
11063 2004-07-07  Wim Taymans  <wim@fluendo.com>
11064
11065         * gst/playback/Makefile.am:
11066         * gst/playback/README:
11067         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11068         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11069         (compare_ranks), (print_feature), (gst_decode_bin_init),
11070         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
11071         (try_to_link_1), (new_pad), (close_link), (type_found),
11072         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
11073         (plugin_init):
11074         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
11075         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
11076         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
11077         (gen_preroll_element), (no_more_pads), (new_stream),
11078         (setup_source), (gst_play_base_bin_set_property),
11079         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
11080         (gst_play_base_bin_add_element),
11081         (gst_play_base_bin_remove_element),
11082         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
11083         (gst_play_base_bin_unlink_stream),
11084         (gst_play_base_bin_get_streaminfo):
11085         * gst/playback/gstplaybasebin.h:
11086         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11087         (gst_play_bin_class_init), (gst_play_bin_init),
11088         (gst_play_bin_dispose), (gst_play_bin_set_property),
11089         (gst_play_bin_get_property), (gen_video_element),
11090         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
11091         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
11092         (gst_play_bin_get_formats), (gst_play_bin_convert),
11093         (gst_play_bin_get_query_types), (gst_play_bin_query),
11094         (plugin_init):
11095         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
11096         (gst_stream_info_get_type), (gst_stream_info_class_init),
11097         (gst_stream_info_init), (gst_stream_info_new),
11098         (gst_stream_info_dispose), (gst_stream_info_set_property),
11099         (gst_stream_info_get_property):
11100         * gst/playback/gststreaminfo.h:
11101         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
11102         (main):
11103         * gst/playback/test2.c: (main):
11104         * gst/playback/test3.c: (update_scale), (main):
11105         More playbin fixes. Added README. Do better element filtering.
11106         Added base class to preroll media. Added test apps.
11107
11108 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11109
11110         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
11111         * ext/mpeg2dec/gstmpeg2dec.h:
11112           various debugging improvements.  Reset stream to next picture
11113           instead of sequence header, otherwise seeks cannot work.
11114
11115 2004-07-07  Wim Taymans  <wim@fluendo.com>
11116
11117         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
11118         (gst_video_box_class_init), (gst_video_box_set_property),
11119         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
11120         Use pad_alloc where possible.
11121
11122 2004-07-07  Wim Taymans  <wim@fluendo.com>
11123
11124         * sys/oss/gstosselement.c: (gst_osselement_reset),
11125         (gst_osselement_parse_caps):
11126         * sys/oss/gstosselement.h:
11127         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11128         Fix offset on osssrc.
11129
11130 2004-07-07  Wim Taymans  <wim@fluendo.com>
11131
11132         * ext/theora/theora.c: (plugin_init):
11133         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
11134         (theora_dec_src_query), (theora_dec_chain):
11135         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11136         (theora_enc_sink_link), (theora_buffer_from_packet),
11137         (theora_push_packet), (theora_enc_chain):
11138         Fix theora granulepos calculation.
11139         Fix overflow in duration/position calculation.
11140         Bump rank to PRIMARY for theoradec.
11141         Use granulepos of last packet to calculate position.
11142         Set keyframe flag on buffers when needed.
11143
11144 2004-07-06  David Schleef  <ds@schleef.org>
11145
11146         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
11147         serious?  (Fixed, obviously.)
11148
11149 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11150
11151         * po/LINGUAS:
11152         * po/cs.po:
11153           added Czech translation (Miloslav Trmac)
11154
11155 2004-07-05  Wim Taymans  <wim@fluendo.com>
11156
11157         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11158         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11159         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11160         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11161         (close_link), (type_found), (gst_decode_bin_set_property),
11162         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
11163         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
11164         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
11165         (gst_decode_bin_query), (plugin_init):
11166         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11167         (gst_play_bin_class_init), (gst_play_bin_init),
11168         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
11169         (get_video_element), (new_pad), (setup_source),
11170         (gst_play_bin_set_property), (gst_play_bin_get_property),
11171         (gst_play_bin_change_state), (gst_play_bin_add_element),
11172         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11173         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11174         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11175         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11176         * gst/playback/test.c: (main):
11177         More fixes, cleaned up playbin, make it use decodebin. Added
11178         threaded property to playbin.
11179
11180 2004-07-05  Wim Taymans  <wim@fluendo.com>
11181
11182         * configure.ac:
11183         * gst/playback/Makefile.am:
11184         * gst/playback/decodetest.c: (main):
11185         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
11186         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
11187         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
11188         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
11189         (close_link), (type_found), (gst_decode_bin_set_property),
11190         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
11191         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
11192         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
11193         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
11194         (plugin_init):
11195         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
11196         (gst_play_bin_class_init), (gst_play_bin_init),
11197         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
11198         (collect_sink_pads), (find_compatibles), (close_pad_link),
11199         (try_to_link_1), (new_pad), (close_link), (type_found),
11200         (setup_source), (gst_play_bin_set_property),
11201         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
11202         (compare_ranks), (gst_play_bin_collect_factories),
11203         (gst_play_bin_change_state), (gst_play_bin_add_element),
11204         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
11205         (gst_play_bin_send_event), (gst_play_bin_get_formats),
11206         (gst_play_bin_convert), (gst_play_bin_get_query_types),
11207         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
11208         * gst/playback/test.c: (main):
11209         Added some playback helper elements and some test apps, very alpha
11210         still.
11211
11212 2004-07-04  Benjamin Otte  <otte@gnome.org>
11213
11214         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11215           only restart audio when we indeed have an xrun to fix repeated
11216           xruns. Fix suggested by Giuliano Pochini.
11217
11218 2004-07-03  David Schleef  <ds@schleef.org>
11219
11220         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
11221         call to gst_debug_log() if debugging is disabled (bug #145118)
11222
11223 2004-07-03  Benjamin Otte  <otte@gnome.org>
11224
11225         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
11226           use our own functions for restarting the alsa device.
11227         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11228           I should apply patches myself - use MIN for the third argument, not
11229           the second, this fixes seeking
11230
11231 2004-07-02  David Schleef  <ds@schleef.org>
11232
11233         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
11234         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
11235         do with the logic.
11236
11237 2004-07-02  David Schleef  <ds@schleef.org>
11238
11239         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
11240         output buffers.  Fix logic mistake.  (bug #144866)
11241
11242 2004-07-02  David Schleef  <ds@schleef.org>
11243
11244         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
11245         on X.  (bug #144753)
11246
11247 2004-07-02  David Schleef  <ds@schleef.org>
11248
11249         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
11250         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
11251         (bug #144624)
11252         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
11253         (gst_osselement_rate_probe_check): Add another workaround for
11254         buggy drivers (bug #145336)
11255
11256 2004-07-02  David Schleef  <ds@schleef.org>
11257
11258         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
11259         Most systems don't have MSG_NOSIGNAL.
11260
11261 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11262
11263         * Makefile.am:
11264         * gst-libs/gst/colorbalance/Makefile.am:
11265         * gst-libs/gst/mixer/Makefile.am:
11266         * gst-libs/gst/play/Makefile.am:
11267         * gst-libs/gst/tuner/Makefile.am:
11268           (hopefully) fix both install and dist and make error message useful.
11269           needs testing across automakes.
11270
11271 2004-07-02  Benjamin Otte  <otte@gnome.org>
11272
11273         * ext/ogg/gstogg.c: (plugin_init):
11274           we require bytestream now
11275         * ext/ogg/gstoggdemux.c:
11276           huge diff to implement chain setup in a fast and generic way. This
11277           improves tag reading and startup of huge files (read: Theora videos)
11278           quite a bit. It probably contains bugs, too, so please test.
11279           Seeking is not improved to the fast method.
11280
11281 2004-06-29  Wim Taymans  <wim@fluendo.com>
11282
11283         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11284         * ext/ogg/gstoggmux.c:
11285         Fix memleak in oggdemux when running unconnected pads.
11286         doc update in mux, start working on keyframe mode.
11287
11288 2004-06-29  Benjamin Otte  <otte@gnome.org>
11289
11290         * sys/oss/gstosssink.c:
11291         * sys/oss/gstosssrc.c:
11292           advertise correct template caps - we indeed do non-native endianness
11293           and 8bit audio has no endianness
11294         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
11295         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
11296           avoid (wrong) duplications in getcaps function and return
11297           template caps
11298
11299 2004-06-29  Wim Taymans  <wim@fluendo.com>
11300
11301         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11302         (gst_multifdsink_class_init), (gst_multifdsink_add),
11303         (gst_multifdsink_remove), (gst_multifdsink_clear),
11304         (gst_multifdsink_client_remove),
11305         (gst_multifdsink_handle_client_read),
11306         (gst_multifdsink_client_queue_data),
11307         (gst_multifdsink_client_queue_caps),
11308         (gst_multifdsink_client_queue_buffer),
11309         (gst_multifdsink_handle_client_write),
11310         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11311         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11312         (gst_multifdsink_init_send), (gst_multifdsink_close):
11313         Fix wrong GList iteration that could crash the server when
11314         more then 2 clients disconnect at the same time. Read all the
11315         pending commands in one batch to recover from command storms under
11316         very heavy load.
11317
11318 2004-06-28  Wim Taymans  <wim@fluendo.com>
11319
11320         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
11321         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
11322         (gst_videomixer_pad_set_property),
11323         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
11324         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
11325         (gst_videomixer_class_init), (gst_videomixer_init),
11326         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
11327         (pad_zorder_compare), (gst_videomixer_sort_pads),
11328         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
11329         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
11330         (gst_videomixer_update_queues), (gst_videomixer_loop),
11331         (plugin_init):
11332         Avoid divide by zero, choose masterpad as the pad with the highest
11333         framerate.
11334
11335 2004-06-27  Julien Moutte  <julien@moutte.net>
11336
11337         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11338         (gst_ximagesink_xwindow_new):
11339         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11340         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
11341         function directly. We might want to call it from somewhere else one day.
11342
11343 2004-06-27  Julien Moutte  <julien@moutte.net>
11344
11345         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
11346         (gst_ximagesink_xwindow_new):
11347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
11348         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
11349         window decorations.
11350
11351 2004-06-27  Wim Taymans  <wim@fluendo.com>
11352
11353         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
11354         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
11355         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
11356         (gst_dvdec_set_property), (gst_dvdec_get_property):
11357         * ext/dv/gstdvdec.h:
11358         Implement drop_factor property to lower the framerate with
11359         a factor.
11360
11361 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11362
11363         * gst-libs/gst/colorbalance/Makefile.am:
11364         * gst-libs/gst/mixer/Makefile.am:
11365         * gst-libs/gst/play/Makefile.am:
11366         * gst-libs/gst/tuner/Makefile.am:
11367           unbreak Company's fix that didn't install the -enum.h files
11368
11369 2004-06-27  Wim Taymans  <wim@fluendo.com>
11370
11371         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
11372         (gst_dvdec_change_state):
11373         * ext/dv/gstdvdec.h:
11374         Fix timestamp, duration and offset of the buffers.
11375
11376 2004-06-27  Wim Taymans  <wim@fluendo.com>
11377
11378         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11379         (gst_multifdsink_class_init), (gst_multifdsink_add),
11380         (gst_multifdsink_remove), (gst_multifdsink_clear),
11381         (gst_multifdsink_client_remove),
11382         (gst_multifdsink_handle_client_read),
11383         (gst_multifdsink_client_queue_data),
11384         (gst_multifdsink_client_queue_caps),
11385         (gst_multifdsink_client_queue_buffer),
11386         (gst_multifdsink_handle_client_write),
11387         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11388         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11389         (gst_multifdsink_init_send), (gst_multifdsink_close):
11390         * gst/tcp/gstmultifdsink.h:
11391         * gst/tcp/gsttcpserversink.c:
11392         (gst_tcpserversink_handle_server_read),
11393         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
11394         More multifdsink fixes, more recovery policy fixes.
11395         Removed stupid g_print
11396
11397 2004-06-26  Wim Taymans  <wim@fluendo.com>
11398
11399         * gst/tcp/Makefile.am:
11400         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
11401         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
11402         (gst_multifdsink_class_init), (gst_multifdsink_init),
11403         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
11404         (gst_multifdsink_handle_client_read),
11405         (gst_multifdsink_client_queue_data),
11406         (gst_multifdsink_client_queue_caps),
11407         (gst_multifdsink_client_queue_buffer),
11408         (gst_multifdsink_handle_client_write),
11409         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11410         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
11411         (gst_multifdsink_chain), (gst_multifdsink_set_property),
11412         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11413         (gst_multifdsink_close), (gst_multifdsink_change_state):
11414         * gst/tcp/gstmultifdsink.h:
11415         * gst/tcp/gsttcpplugin.c: (plugin_init):
11416         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
11417         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
11418         (gst_tcpserversink_handle_server_read),
11419         (gst_tcpserversink_handle_select),
11420         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
11421         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
11422         * gst/tcp/gsttcpserversink.h:
11423         Added multifdsink, made tcpserversink a subclass of fdsink, removed
11424         one of the locks, added recovery policy to multifdsink.
11425
11426 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11427
11428         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11429           fix decision for when getting frames with same timestamp
11430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11431         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11432         (gst_v4lsrc_get_property):
11433         * sys/v4l/gstv4lsrc.h:
11434           add latency offset property
11435
11436 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
11437
11438         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
11439         (plugin_init):
11440           fix debugging. add category.
11441
11442 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11443
11444         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
11445           fix wrong offsets
11446
11447 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11448
11449         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11450         (gst_alsa_src_get_time), (gst_alsa_src_loop),
11451         (gst_alsa_src_change_state):
11452           return a time that is in sync with the element's processing
11453
11454 2004-06-25  Wim Taymans  <wim@fluendo.com>
11455
11456         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11457         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11458         (gst_tcpserversink_client_remove),
11459         (gst_tcpserversink_handle_client_read),
11460         (gst_tcpserversink_client_queue_data),
11461         (gst_tcpserversink_client_queue_caps),
11462         (gst_tcpserversink_client_queue_buffer),
11463         (gst_tcpserversink_handle_client_write),
11464         (gst_tcpserversink_queue_buffer),
11465         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
11466         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
11467         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
11468         (gst_tcpserversink_close):
11469         * gst/tcp/gsttcpserversink.h:
11470         Serversink rewrite. Really do non blocking writes to clients and
11471         maintain an internal queue to handle slower clients while not
11472         disturbing fast clients.
11473
11474 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
11475
11476         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
11477           better debug, don't override OFFSET and OFFSET_END
11478
11479 2004-06-25  Iain <iain@prettypeople.org>
11480
11481         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
11482         name=source for the wavparse pipeline.
11483
11484 2004-06-24  Johan Dahlin  <johan@gnome.org>
11485
11486         * ext/theora/theoraenc.c (theora_enc_chain): Call
11487         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
11488         streamheader caps are set correctly.
11489
11490 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11491
11492         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11493         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
11494           respect minimum bitrate; same could be done for max bitrate
11495
11496 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11497
11498         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
11499         (gst_vorbisenc_setup):
11500           fix sample rate range
11501
11502 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11503
11504         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
11505         (gst_oggvorbisenc_setup):
11506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
11507         (gst_vorbisenc_setup):
11508           resolve ambiguities in code and description
11509
11510 2004-06-24  Wim Taymans  <wim@fluendo.com>
11511
11512         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
11513         * ext/alsa/gstalsa.h:
11514         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11515         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
11516         Use alsa trigger_tstamp to get the timestamp of the first
11517         sample in the buffer for more precise sync. Some cleanups.
11518
11519 2004-06-24  Wim Taymans  <wim@fluendo.com>
11520
11521         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
11522         (gst_audiorate_init), (gst_audiorate_chain),
11523         (gst_audiorate_set_property), (gst_audiorate_get_property):
11524         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11525         (gst_videorate_chain):
11526         Added some logging, fixed an overflow bug in videorate.
11527
11528 2004-06-24  Benjamin Otte  <otte@gnome.org>
11529
11530         * ext/kio/Makefile.am:
11531           fix for builddir != srcdir and distcheck
11532
11533 2004-06-24  Benjamin Otte  <otte@gnome.org>
11534
11535         * gst-libs/gst/colorbalance/Makefile.am:
11536         * gst-libs/gst/mixer/Makefile.am:
11537         * gst-libs/gst/play/Makefile.am:
11538         * gst-libs/gst/tuner/Makefile.am:
11539         * gst/tcp/Makefile.am:
11540         * sys/dxr3/Makefile.am:
11541           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
11542           tarball.
11543           Also add all *.list files that were missing.
11544         * Makefile.am:
11545           add a distcheck hook to ensure the above doesn't happen again.
11546
11547 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
11548
11549         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
11550
11551 2004-06-23  Colin Walters  <walters@redhat.com>
11552
11553         * m4/Makefile.am: Distribute gst-fionread.m4.
11554
11555 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11556
11557         * configure.ac: back to dev
11558
11559 2004-06-23  Wim Taymans  <wim@fluendo.com>
11560
11561         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
11562         (gst_alsa_xrun_recovery):
11563         * ext/alsa/gstalsa.h:
11564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
11565         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
11566         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
11567         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
11568         (gst_alsa_src_loop):
11569         Add clock to alsasrc. Take new capture timestamp when
11570         restarting after an overrun. Split up some functions between
11571         alsasrc and alsasink.
11572
11573 === release 0.8.2 ===
11574
11575 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11576
11577         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11578         (gst_alsa_change_state), (gst_alsa_update_avail),
11579         (gst_alsa_xrun_recovery):
11580         * ext/alsa/gstalsa.h:
11581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
11582           merge back changes from release
11583
11584 2004-06-23  Wim Taymans  <wim@fluendo.com>
11585
11586         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
11587         (gst_audiorate_init), (gst_audiorate_chain),
11588         (gst_audiorate_set_property), (gst_audiorate_get_property):
11589         Implement sample dropping and notify
11590
11591 2004-06-22  Wim Taymans  <wim@fluendo.com>
11592
11593         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11594         (theora_enc_sink_link), (theora_buffer_from_packet),
11595         (theora_push_packet), (theora_enc_chain):
11596         Some cleanups, make sure the timestamps are correct.
11597
11598 2004-06-22  Wim Taymans  <wim@fluendo.com>
11599
11600         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
11601         (gst_alsa_change_state), (gst_alsa_update_avail),
11602         (gst_alsa_xrun_recovery):
11603         * ext/alsa/gstalsa.h:
11604         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
11605         Cleanups, take queued samples into account when reporting
11606         the time.
11607
11608 2004-06-22  Wim Taymans  <wim@fluendo.com>
11609
11610         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11611         (gst_videorate_init):
11612         Initialize the property as well.
11613
11614 2004-06-22  Wim Taymans  <wim@fluendo.com>
11615
11616         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
11617         (gst_videorate_init), (gst_videorate_chain),
11618         (gst_videorate_set_property), (gst_videorate_get_property):
11619         Add property to make videorate silent.
11620         Add property to prefer new frames over old ones.
11621
11622 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11623
11624         * sys/osxvideo/Makefile.am:
11625         Workaround so that the osxvideo .so file gets linked with the
11626         Cocoa, OpenGL and QuickTime frameworks
11627
11628 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11629
11630         * sys/osxaudio/Makefile.am:
11631         Workaround so that the osxaudio .so file gets linked with the
11632         CoreAudio framework
11633
11634 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11635
11636         * configure.ac:
11637         Whoops, my fault...fixed build issues
11638
11639 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11640
11641         * configure.ac:
11642         Add objective-c support if running in Darwin/Mac OS X
11643         * sys/Makefile.am:
11644         * sys/osxvideo:
11645         * sys/osxvideo/Makefile.am:
11646         * sys/osxvideo/osxvideosink.h:
11647         * sys/osxvideo/osxvideosink.m:
11648         * sys/osxvideo/cocoawindow.h:
11649         * sys/osxvideo/cocoawindow.m:
11650         Add osxvideosink, a cocoa-based osx video sink
11651
11652
11653 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
11654         * ext/dvdnav/gst-dvd:
11655         Grab the gconf key from the right spot
11656         * gst/debug/gstnavseek.c: (gst_navseek_init),
11657         (gst_navseek_segseek), (gst_navseek_handle_src_event),
11658         (gst_navseek_chain):
11659         * gst/debug/gstnavseek.h:
11660           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
11661           and loop parameters of a segment seek.
11662         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
11663         (gst_videotestsrc_get_event_masks),
11664         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
11665         * gst/videotestsrc/gstvideotestsrc.h:
11666           Add seeking support to videotestsrc
11667           Initialise the timestamp_offset variable.
11668
11669 2004-06-18  Wim Taymans  <wim@fluendo.com>
11670
11671         * ext/sidplay/gstsiddec.cc:
11672         Fix negotiation and set correct end offset.
11673
11674 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
11675
11676         * configure.ac: branch and prerelease
11677
11678 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11679
11680         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
11681         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
11682         (gst_tcpclientsrc_init_receive):
11683         * gst/tcp/gsttcpclientsrc.h:
11684           read caps when connecting to server for GDP so we set them correctly
11685
11686 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11687
11688         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
11689           notify drops and duplicates
11690         * gst/videoscale/videoscale.c: (videoscale_get_structure):
11691           no good reason to limit ourselves to 100x100
11692
11693 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11694
11695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
11696         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
11697         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11698         (gst_v4lsrc_get_property):
11699         * sys/v4l/gstv4lsrc.h:
11700         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11701         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11702         (gst_v4l_set_audio):
11703         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
11704         (gst_v4lsrc_try_capture):
11705         * sys/v4l/v4lsrc_calls.h:
11706           change try_palette to more general try_capture
11707           add autoprobe option so we can turn off autoprobing
11708           various fixes
11709
11710 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11711
11712         * configure.ac:
11713           add videorate
11714         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
11715         (gst_ximagesink_class_init):
11716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
11717         (gst_xvimagesink_class_init):
11718           run them as finalize, not dispose, since dispose can be invoked
11719           multiple times
11720
11721 2004-06-17  Wim Taymans  <wim@fluendo.com>
11722
11723         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
11724         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
11725         * ext/alsa/gstalsa.h:
11726         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
11727         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
11728         (gst_alsa_src_change_state):
11729         * ext/alsa/gstalsasrc.h:
11730         Make the xrun code timestamp and offset the buffers correctly.
11731         moved the clock to the base class, use alsa methods to get time.
11732         Do correct timestamping on outgoing buffers.
11733
11734 2004-06-17  Wim Taymans  <wim@fluendo.com>
11735
11736         * gst/audiorate/Makefile.am:
11737         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
11738         (gst_audiorate_base_init), (gst_audiorate_class_init),
11739         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
11740         (gst_audiorate_set_property), (gst_audiorate_get_property),
11741         (gst_audiorate_change_state), (plugin_init):
11742         Added an audiorate converter that fills in gaps.
11743
11744 2004-06-17  Johan Dahlin  <johan@gnome.org>
11745
11746         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
11747
11748 2004-06-16  Wim Taymans  <wim@fluendo.com>
11749
11750         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
11751         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11752         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11753         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11754         (gst_v4lsrc_get_property):
11755         * sys/v4l/gstv4lsrc.h:
11756         Added a copy mode to v4lsrc where it will output a copied version
11757         of its internal hardware buffer.
11758         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
11759         can't | them.
11760
11761 2004-06-16  Wim Taymans  <wim@fluendo.com>
11762
11763         * sys/oss/gstosssrc.c: (gst_osssrc_get):
11764         Timestamp fixes.
11765
11766 2004-06-16  Wim Taymans  <wim@fluendo.com>
11767
11768         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
11769         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
11770         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
11771         (gst_v4lsrc_get_property):
11772         * sys/v4l/gstv4lsrc.h:
11773         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
11774         Added a sync mode enum property to control v4lsrc timestamp method
11775         Removed the use-fixed-fps property and moved functionality in
11776         the enum.
11777         Don't error on an error value from v4l-conf, it might not always
11778         be a real error.
11779
11780 2004-06-16  Wim Taymans  <wim@fluendo.com>
11781
11782         * gst/videorate/Makefile.am:
11783         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
11784         (gst_videorate_base_init), (gst_videorate_class_init),
11785         (gst_videorate_getcaps), (gst_videorate_link),
11786         (gst_videorate_init), (gst_videorate_chain),
11787         (gst_videorate_set_property), (gst_videorate_get_property),
11788         (gst_videorate_change_state), (plugin_init):
11789         Added a video timestamp corrector.
11790
11791 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11792
11793         fixed a potential leak with previous commit
11794
11795         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11796
11797 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11798
11799         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
11800         Added missing refcount, fixes bug #144425
11801         Cheers Tim for finding the bug
11802
11803 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
11804
11805         * sys/v4l/gstv4l.c: (plugin_init):
11806         * sys/v4l/gstv4lcolorbalance.c:
11807         * sys/v4l/gstv4lcolorbalance.h:
11808         * sys/v4l/gstv4lelement.c:
11809         * sys/v4l/gstv4lelement.h:
11810         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
11811         * sys/v4l/gstv4lmjpegsink.h:
11812         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
11813         * sys/v4l/gstv4lmjpegsrc.h:
11814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
11815         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
11816         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
11817         * sys/v4l/gstv4lsrc.h:
11818         * sys/v4l/gstv4ltuner.c:
11819         * sys/v4l/gstv4ltuner.h:
11820         * sys/v4l/gstv4lxoverlay.c:
11821         * sys/v4l/gstv4lxoverlay.h:
11822         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
11823         (gst_v4l_set_window), (gst_v4l_enable_overlay):
11824         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
11825         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
11826         (gst_v4l_set_audio):
11827         * sys/v4l/v4l_calls.h:
11828         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
11829         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
11830         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
11831         (gst_v4lmjpegsink_playback_init),
11832         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
11833         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
11834         (gst_v4lmjpegsink_playback_stop),
11835         (gst_v4lmjpegsink_playback_deinit):
11836         * sys/v4l/v4lmjpegsink_calls.h:
11837         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
11838         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
11839         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
11840         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
11841         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
11842         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
11843         * sys/v4l/v4lmjpegsrc_calls.h:
11844         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
11845         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
11846         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
11847         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
11848         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
11849         (gst_v4lsrc_try_palette):
11850         * sys/v4l/v4lsrc_calls.h:
11851           bunch of paranoia cleanups
11852
11853 2004-06-14  David Schleef  <ds@schleef.org>
11854
11855         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
11856         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
11857         Send discont events and change timestamps appropriately when
11858         we get a seek event.  (bug #144240)
11859         * ext/cdparanoia/gstcdparanoia.h:
11860
11861 2004-06-14  Benjamin Otte  <otte@gnome.org>
11862
11863         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
11864           snd_pcm_hw_params_set_rate  since the latter fails for no good
11865           reason on some setups.
11866
11867 2004-06-14  David Schleef  <ds@schleef.org>
11868
11869         * gst/volume/demo.c: (value_changed_callback): exp10() is not
11870         standard.  Thank you for playing.
11871
11872 2004-06-14  Wim Taymans  <wim@fluendo.com>
11873
11874         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
11875         Patch 1.3 broke the ordering of the colorspace info and
11876         made the plugin basically work by coincidence, reordered
11877         the info.
11878
11879 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11880
11881         * ext/lame/gstlame.c:
11882         * ext/mad/gstmad.c:
11883           sync caps.  Make sure mad can only output a list of rates, not
11884           a full range.  In the future, have three caps lists for each of the
11885           mpeg versions.  Change mpegversion to a double as well.
11886
11887 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11888
11889         * gst/volume/.cvsignore:
11890         * gst/volume/Makefile.am:
11891         * gst/volume/demo.c: (value_changed_callback), (idler),
11892         (setup_gui), (main):
11893           added small demo app
11894
11895 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
11896         * ext/esd/esdsink.c: (gst_esdsink_change_state):
11897         * ext/esd/esdsink.h:
11898         Close the esd connection on pause, because esd will just wait -
11899         blocking all other esd clients indefinitely.
11900
11901 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
11902
11903         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
11904           previous commit with GST_DEBUG
11905
11906 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
11907
11908         * configure.ac:
11909           add a header check for a dvdread header in dvdnav.  Fixes #133002
11910
11911 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11912
11913         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11914         * gst/tcp/gsttcpclientsink.h:
11915         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11916         * gst/tcp/gsttcpclientsrc.h:
11917         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
11918         (gst_tcpserversink_handle_server_read),
11919         (gst_tcpserversink_init_send):
11920         * gst/tcp/gsttcpserversink.h:
11921         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
11922         * gst/tcp/gsttcpserversrc.h:
11923         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
11924         version of IP)
11925
11926 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11927
11928         * configure.ac:
11929         Added ogg library so that OSX detects libtheora properly
11930
11931 2004-06-11  Wim Taymans  <wim@fluendo.com>
11932
11933         * ext/theora/theoradec.c: (theora_dec_chain),
11934         (theora_dec_change_state):
11935         Don't try to decode frames before we received a keyframe.
11936
11937 2004-06-11  Wim Taymans  <wim@fluendo.com>
11938
11939         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11940         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11941         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11942         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11943         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11944         Added property to set the maximum delay of a page.
11945
11946 2004-06-10  Wim Taymans  <wim@fluendo.com>
11947
11948         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11949         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
11950         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11951         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
11952         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
11953         Added max-delay property to control the maximum amount
11954         of data to put in one page.
11955
11956 2004-06-10  Wim Taymans  <wim@fluendo.com>
11957
11958         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
11959         (gst_theora_enc_init), (theora_enc_sink_link),
11960         (theora_buffer_from_packet), (theora_enc_set_property),
11961         (theora_enc_get_property):
11962         Set duration on encoded buffer, added some more properties
11963
11964 2004-06-10  Wim Taymans  <wim@fluendo.com>
11965
11966         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11967         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
11968         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11969         * ext/theora/theoraenc.c: (theora_enc_chain):
11970         Fix refcounting bugs
11971
11972 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11973
11974         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
11975         (gst_asf_demux_loop), (gst_asf_demux_process_file),
11976         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
11977         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
11978         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
11979         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
11980         (gst_asf_demux_change_state):
11981         * gst/asfdemux/gstasfdemux.h:
11982           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
11983           feels like. I think we should set a new requirement for demuxers
11984           from now on to implement sane loop functions, data loops, query
11985           and seek functions before first commit into CVS. And this commit
11986           fixes all of the above.
11987
11988 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
11989
11990         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
11991           vorbis comments are properly encoded in UTF-8 before adding them
11992           to a GstTagList
11993
11994 2004-06-09  Benjamin Otte  <otte@gnome.org>
11995
11996         * ext/alsa/gstalsa.c: (add_channels):
11997           handle min <= max correctly
11998         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
11999         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
12000           add fixation functions so we fixate correctly. No preferring of alaw
12001           anymore because it's the first structure.
12002         * ext/alsa/gstalsa.h:
12003         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
12004         (gst_alsa_hw_params_dump):
12005           add functions to ease debugging in alsalib
12006         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12007         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12008         (gst_alsa_start_audio):
12009           only specify hw params if we really setup a format (fixes #134007 -
12010           or at least works around it)
12011
12012 2004-06-09  Wim Taymans  <wim@fluendo.com>
12013
12014         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
12015         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
12016         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
12017         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
12018         (gst_ogg_mux_loop):
12019         Use stream caps to setup the initial pages in the ogg stream.
12020         Correctly set the streamheader caps on the srcpad.
12021
12022 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12023
12024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
12025         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
12026         (gst_v4lsrc_getcaps):
12027         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
12028         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
12029           add querying of fps lists for webcams.  Negotiating to a framerate
12030           now works.
12031
12032 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12033
12034         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
12035         (theora_push_buffer), (theora_push_packet),
12036         (theora_set_header_on_caps), (theora_enc_chain):
12037           mark buffers and put on streamheader, raw theora streaming
12038           now works too, whee
12039
12040 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12041
12042         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12043         (gst_tcp_gdp_read_caps):
12044           do a looping read for caps and GDP headers too
12045
12046 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12047
12048         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12049         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
12050           return EOS instead of NULL in _get
12051
12052 2004-06-08  Wim Taymans  <wim@fluendo.com>
12053
12054         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
12055         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
12056         (gst_tcp_gdp_write_caps):
12057         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12058         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12059         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
12060         Memory leak fixes
12061
12062 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12063
12064         * ext/vorbis/Makefile.am:
12065         * ext/vorbis/vorbis.c: (plugin_init):
12066         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
12067         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
12068         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
12069         (vorbis_parse_change_state):
12070         * ext/vorbis/vorbisparse.h:
12071           adding a vorbisparse element that marks the buffers, streaming
12072           raw vorbis using GDP now works, whee
12073
12074 2004-06-08  Wim Taymans  <wim@fluendo.com>
12075
12076         * ext/jpeg/Makefile.am:
12077         * ext/jpeg/README:
12078         * ext/jpeg/gstjpeg.c: (plugin_init):
12079         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
12080         (gst_smokedec_base_init), (gst_smokedec_class_init),
12081         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
12082         * ext/jpeg/gstsmokedec.h:
12083         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
12084         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
12085         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
12086         (gst_smokeenc_resync), (gst_smokeenc_chain),
12087         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
12088         * ext/jpeg/gstsmokeenc.h:
12089         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
12090         (smokecodec_flush_destination), (smokecodec_term_destination),
12091         (smokecodec_init_source), (smokecodec_fill_input_buffer),
12092         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
12093         (smokecodec_term_source), (smokecodec_encode_new),
12094         (smokecodec_decode_new), (smokecodec_info_free),
12095         (smokecodec_set_quality), (smokecodec_get_quality),
12096         (smokecodec_set_threshold), (smokecodec_get_threshold),
12097         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
12098         (find_best_size), (abs_diff), (put), (smokecodec_encode),
12099         (smokecodec_parse_header), (smokecodec_decode):
12100         * ext/jpeg/smokecodec.h:
12101         Added a new simple jpeg based codec
12102
12103 2004-06-08  Wim Taymans  <wim@fluendo.com>
12104
12105         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12106         (gst_multipart_mux_loop):
12107         Fix memory leak
12108
12109 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12110
12111         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
12112         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
12113         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
12114         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
12115         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
12116         * gst/tcp/gsttcpserversink.h:
12117           take streamheader into account
12118
12119 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12120
12121         * gst/level/Makefile.am:
12122         * gst/level/gstlevel.c: (gst_level_class_init):
12123           clean up marshal generation
12124
12125 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12126
12127         * gst/tcp/Makefile.am:
12128         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
12129         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
12130         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
12131         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
12132         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
12133         (gst_tcpclientsrc_get_property):
12134         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
12135         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
12136         (gst_tcpserversink_handle_client_read),
12137         (gst_tcpserversink_handle_client_write),
12138         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
12139         * gst/tcp/gsttcpserversink.h:
12140           add signals client-added and client-removed
12141         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
12142         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
12143         (gst_tcpserversrc_get_property):
12144         uniformized, change default protocol to NONE
12145         * gst/tcp/gsttcp-marshal.list: added
12146 2004-06-07  Benjamin Otte  <otte@gnome.org>
12147
12148         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12149           handle discont events if they happen before caps nego
12150
12151 2004-06-07  Wim Taymans  <wim@fluendo.com>
12152
12153         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12154         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12155         (gst_multipart_demux_plugin_init):
12156         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12157         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12158         (gst_multipart_mux_change_state):
12159         Small updates, fix a memleak
12160
12161 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12162
12163         * configure.ac: OSS portability
12164         * ext/arts/gst_arts.c: idem
12165         * sys/oss/gstosselement.c: idem
12166         * sys/oss/gstossmixer.c: idem
12167         * sys/oss/gstosssink.c: idem
12168         * sys/oss/gstosssrc.c: idem
12169         * sys/oss/oss_probe.c: idem
12170           - check for soundcard.h in different places for some BSD
12171
12172 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
12173
12174         * AUTHORS:
12175         Add me to the authors file
12176         * configure.ac:
12177         Increase the libdv requirement to >= version 0.100
12178         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
12179         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
12180         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
12181         * ext/dv/gstdvdec.h:
12182         Add support for the new_media flag when sending DISCONT events
12183         Make the querying work when video pad is not linked
12184
12185 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12186
12187         reviewed by Benjamin Otte  <otte@gnome.org>
12188
12189         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
12190           create a NULL-initialized array of pads, so we don't think they
12191           exist already. (fixes #143130)
12192
12193 2004-06-07  Benjamin Otte  <otte@gnome.org>
12194
12195         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
12196         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
12197         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
12198           don't use // coments
12199
12200 2004-06-07  Benjamin Otte  <otte@gnome.org>
12201
12202         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
12203           cast to GstClockTime to get higher granularity
12204         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
12205           use gst_element_set_time_delay to get the exact time
12206         * ext/mad/gstmad.c: (gst_mad_chain):
12207           use the negotiated rate instead of the current frame's rate which
12208           might be wrong because of bit errors. This avoids emitting totally
12209           bogus timestamps and screwing sync.
12210         (fixes #143454)
12211
12212 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
12213
12214         reviewed by Benjamin Otte  <otte@gnome.org>
12215
12216         * gst/adder/gstadder.c: (gst_adder_loop):
12217           properly error out when no negotiation has happened yet. (fixes
12218           #143032)
12219
12220 2004-06-06  Benjamin Otte  <otte@gnome.org>
12221
12222         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
12223           forward correctly transformed offset in discont events. Based on
12224           patch by Arwed v. Merkatz. (fixes #142851)
12225
12226 2004-06-06  David Schleef  <ds@schleef.org>
12227
12228         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
12229         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
12230         problems on several systems.
12231
12232 2004-06-06  Benjamin Otte  <otte@gnome.org>
12233
12234         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12235           use explicit caps on the srcpad
12236         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12237           properly error out if caps couldn't be set (fixes #142764)
12238
12239 2004-06-06  Benjamin Otte  <otte@gnome.org>
12240
12241         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
12242         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
12243         (gst_alsa_start_audio):
12244           - don't call set_periods_integer anymore, it breaks the
12245           configuration randomly
12246           - call snd_pcm_hw_params_set_access directly instead of using masks
12247           - don't fail if the sw_params can't be set, just use the default
12248           params and hope it works. Alsalib has weird issues when you touch
12249           sw_params and does no proper error reporting about what failed.
12250         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
12251         (gst_alsa_close_audio):
12252           make our alsa debugging go via gst debugging and not conditionally
12253           defined
12254         * ext/alsa/gstalsa.h:
12255           add ALSA_DEBUG_FLUSH macro
12256         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
12257         (plugin_init):
12258           wrap alsa errors to be printed via the gst debugging system and not
12259           spammed to stderr
12260
12261 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12262
12263         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
12264         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
12265         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
12266         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
12267         (qtdemux_parse_trak):
12268         * gst/qtdemux/qtdemux.h:
12269           Bitch. Also known as seeking, querying & co.
12270         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
12271         (gst_osssink_change_state):
12272         * sys/oss/gstosssink.h:
12273           Resyncing is for weenies, this hack is no longer needed and was
12274           broken anyway (since it - unintendedly - always leaves resync to
12275           TRUE).
12276
12277 2004-06-05  Andrew Turner <zxombie@hotpop.com>
12278
12279         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
12280         * gst/tcp/gsttcpclientsrc.h: idem
12281           - define MSG_NOSIGNAL if not done
12282           - include unistd.h for off_t
12283           (fixes #143749)
12284
12285 2004-06-05  Benjamin Otte  <otte@gnome.org>
12286
12287         * configure.ac:
12288         * ext/kio/Makefile.am:
12289           check for qt's moc preprocessor explicitly and use it
12290
12291 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12292
12293         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
12294           don't get a signal for EPIPE on socket writes
12295           (somebody check if this works on other platforms)
12296
12297 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12298
12299         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
12300         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
12301           check error condition on available samples correctly
12302
12303 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12304
12305         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
12306           avoid a segfault
12307         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
12308         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
12309         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
12310         (gst_tcpserversrc_gdp_read_header):
12311          use ssize_t over size_t since the former is signed and thus the
12312          check for error codes can work
12313
12314 2004-06-02  Wim Taymans  <wim@fluendo.com>
12315
12316         reviewed by: Johan
12317
12318         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12319         (gst_multipart_mux_loop):
12320         Oops
12321
12322 2004-06-02  Wim Taymans  <wim@fluendo.com>
12323
12324         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
12325         (gst_multipart_mux_init), (gst_multipart_mux_loop),
12326         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12327         (gst_multipart_mux_change_state):
12328         Added configurable boundary specifier, added the value as a
12329         caps field as well.
12330
12331 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12332
12333         * gst/tcp/gsttcp.c:
12334         * gst/tcp/gsttcpclientsrc.c:
12335         * gst/tcp/gsttcpclientsrc.h:
12336         * gst/tcp/gsttcpserversrc.c:
12337           - portability fix, to compile on OSX
12338             (fixes #143146)
12339
12340         * sys/osxaudio/gstosxaudioelement.c:
12341         * sys/osxaudio/gstosxaudiosink.c:
12342         * sys/osxaudio/gstosxaudiosrc.c:
12343           - compilation warnings on OSX
12344             (fixes #143153)
12345
12346 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12347
12348         * ext/vorbis/vorbisdec.c : sign warning fixes
12349
12350         * gst-libs/gst/mixer/mixertrack.c :
12351           do no use defines which are glib 2.4 specific
12352
12353 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
12354
12355         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
12356           buffer since libflac doesn't expect it (reports a sync error when
12357           it encounters that)
12358
12359
12360 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
12361
12362         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
12363         * gst-libs/gst/mixer/mixertrack.c:
12364         (gst_mixer_track_get_property), (get_mixer_track_init),
12365         (get_mixer_track_get_property): Added property accessors
12366         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
12367         * gst-libs/gst/mixer/mixeroptions.c:
12368         (gst_mixer_options_get_values): Added
12369         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
12370         * gst-libs/gst/mixer/mixer.c: Fixed comment
12371
12372
12373 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12374
12375         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
12376           improve error messages on open
12377
12378
12379 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12380
12381         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
12382           check if v4l-conf is in path
12383
12384 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
12385
12386         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
12387           change assert to a more readable error message
12388
12389 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
12390
12391         * gst-libs/gst/tuner/tunerchannel.h:
12392           - add a freq_multiplicator field to make the conversion
12393             between internal frequency unit and Hz
12394         * sys/v4l/gstv4lelement.c:
12395         * sys/v4l2/gstv4l2element.c:
12396           - change default video device to /dev/video0
12397         * sys/v4l/v4l_calls.c:
12398         * sys/v4l2/v4l2_calls.c:
12399           - we only expose frequency to the user in Hz instead of
12400             bastard v4lX unit (either 62.5kHz or 62.5Hz)
12401
12402 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
12403         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
12404           Initialise b_o_s and e_o_s variables
12405         * gst-libs/gst/riff/riff-media.c:
12406         (gst_riff_create_video_caps_with_data):
12407           Add some unusual fourcc's from mplayer avi's
12408         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
12409           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
12410           autoplugging.
12411
12412 2004-05-28  Wim Taymans  <wim@fluendo.com>
12413
12414         * configure.ac:
12415         * gst/alpha/Makefile.am:
12416         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
12417         (gst_alpha_get_type), (gst_alpha_base_init),
12418         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
12419         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
12420         (gst_alpha_chroma_key), (gst_alpha_chain),
12421         (gst_alpha_change_state), (plugin_init):
12422         A plugin to add an alpha channel to I420 video. Can optionally do
12423         chroma keying.
12424         * gst/multipart/Makefile.am:
12425         * gst/multipart/multipart.c: (plugin_init):
12426         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
12427         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
12428         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
12429         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
12430         (gst_multipart_demux_change_state),
12431         (gst_multipart_demux_plugin_init):
12432         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
12433         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
12434         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
12435         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
12436         (gst_multipart_mux_pad_unlink),
12437         (gst_multipart_mux_request_new_pad),
12438         (gst_multipart_mux_handle_src_event),
12439         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
12440         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
12441         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
12442         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
12443         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
12444         send multipart jpeg images to a browser.
12445         * gst/videobox/Makefile.am:
12446         * gst/videobox/README:
12447         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
12448         (gst_video_box_get_type), (gst_video_box_base_init),
12449         (gst_video_box_class_init), (gst_video_box_init),
12450         (gst_video_box_set_property), (gst_video_box_get_property),
12451         (gst_video_box_sink_link), (gst_video_box_i420),
12452         (gst_video_box_ayuv), (gst_video_box_chain),
12453         (gst_video_box_change_state), (plugin_init):
12454         Crops or adds borders around an image. can do alpha channel
12455         borders as well.
12456         * gst/videomixer/Makefile.am:
12457         * gst/videomixer/README:
12458         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12459         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
12460         (gst_videomixer_pad_get_sink_event_masks),
12461         (gst_videomixer_pad_get_property),
12462         (gst_videomixer_pad_set_property),
12463         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
12464         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
12465         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12466         (gst_videomixer_base_init), (gst_videomixer_class_init),
12467         (gst_videomixer_init), (gst_videomixer_request_new_pad),
12468         (gst_videomixer_handle_src_event),
12469         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
12470         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12471         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12472         (gst_videomixer_loop), (gst_videomixer_get_property),
12473         (gst_videomixer_set_property), (gst_videomixer_change_state),
12474         (plugin_init):
12475         Generic video mixer plugin, can handle multiple inputs all with
12476         different framerates and video sizes. Is fully alpha channel
12477         aware.
12478
12479 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12480
12481         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
12482           Select first track as master track. Not sure how else to handle
12483           that...
12484         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
12485           Discard discont events. Should fix #142962.
12486
12487 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12488
12489         * ext/alsa/Makefile.am:
12490         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
12491         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
12492         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12493         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12494         (gst_alsa_mixer_get_option):
12495         * ext/alsa/gstalsamixer.h:
12496         * ext/alsa/gstalsamixeroptions.c:
12497         (gst_alsa_mixer_options_get_type),
12498         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
12499         (gst_alsa_mixer_options_new):
12500         * ext/alsa/gstalsamixeroptions.h:
12501         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
12502         * ext/alsa/gstalsamixertrack.h:
12503           Add enumerations (as GstMixerOptions). Make correct distinction
12504           between input/output tracks. Add capture/playback private flag.
12505           Use flag to decide on whether to set capture or playback volumes
12506           or switches. Use playback and record switches.
12507         * gst-libs/gst/mixer/Makefile.am:
12508         * gst-libs/gst/mixer/mixer-marshal.list:
12509         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
12510         (gst_mixer_set_option), (gst_mixer_get_option),
12511         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
12512         (gst_mixer_volume_changed), (gst_mixer_option_changed):
12513         * gst-libs/gst/mixer/mixer.h:
12514         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
12515         (gst_mixer_options_class_init), (gst_mixer_options_init),
12516         (gst_mixer_options_dispose):
12517         * gst-libs/gst/mixer/mixeroptions.h:
12518           Add GstMixerOptions.
12519         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
12520           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
12521           broken device detection on computers with multiple OSS sound
12522           cards.
12523
12524 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12525
12526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12527           fixate nicely even when the peer is not negotiating
12528
12529 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12530
12531         * gst/audioconvert/gstaudioconvert.c:
12532         (gst_audio_convert_parse_caps):
12533           make sure we don't allow depth > width
12534         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
12535           fixate endianness to G_BYTE_ORDER as default
12536         * gst/audioscale/gstaudioscale.c:
12537           we don't handle another endianness as host-endianness
12538
12539 2004-05-25  David Schleef  <ds@schleef.org>
12540
12541         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
12542
12543 2004-05-24  Benjamin Otte  <otte@gnome.org>
12544
12545         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
12546         (gst_oggvorbisenc_setup):
12547           properly fail when we can't setup the vorbis encoder due to
12548           unsupported settings
12549         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
12550         (gst_vorbisenc_setup):
12551           same
12552         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12553           fix case where warnings occured when one pad was unlinked while the
12554           other's link function was called
12555
12556 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
12557
12558         * gst/tcp/Makefile.am:
12559           use GST_ENABLE_NEW
12560
12561 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12562
12563         * gst-libs/gst/resample/private.h:
12564           don't use optimizations that are #if 0'ed
12565
12566 2004-05-24  Wim Taymans  <wim@fluendo.com>
12567
12568         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
12569         Fix potential division by zero error and hopefully get
12570         the position query right to get correct timestamps on avi
12571         audio.
12572
12573 2004-05-24  Wim Taymans  <wim@fluendo.com>
12574
12575         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
12576         (gst_videoscale_scale_nearest_str2),
12577         (gst_videoscale_scale_nearest_str4),
12578         (gst_videoscale_scale_nearest_32bit),
12579         (gst_videoscale_scale_nearest_24bit),
12580         (gst_videoscale_scale_nearest_16bit):
12581         Fix the scaling algorithm and avoid a buffer overflow.
12582         removed the while loop in the scaling function as it
12583         was used for point sampling only.
12584
12585 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12586
12587         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
12588         (gst_id3_tag_class_init), (gst_id3_tag_init),
12589         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
12590         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
12591         (gst_id3_tag_send_tag_event):
12592           lots of fixes to make id3mux work and id3demux work correctly
12593
12594 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12595
12596         * ext/Makefile.am:
12597           add rules to build shout2send (was removed by accident
12598           when this module was no more marked experimental/broken)
12599
12600 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12601
12602         * ext/shout2/gstshout2.c:
12603         * ext/shout2/gstshout2.h:
12604           adding a "connection problem" signal to shout2send
12605           (fixes #142954)
12606
12607 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12608
12609         * ext/kio/kioreceiver.cpp:
12610         * ext/kio/kioreceiver.h:
12611           fix sign comparison issues
12612
12613 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12614
12615         * gst/cdxaparse/gstcdxaparse.c:
12616         * gst/cdxaparse/gstcdxaparse.h:
12617           some renaming
12618           add some checks/sanity
12619           prepare for seek addition
12620
12621         * sys/sunaudio/gstsunaudio.c:
12622           remove exported dupe init function
12623
12624 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
12625
12626         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
12627         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
12628           Fix format conversion and position querying.
12629         * gst/debug/progressreport.c: (gst_progressreport_report):
12630           Don't output a bogus total value that we didn't query.
12631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
12632           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
12633           only a blank window after xine has been used.
12634
12635 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
12636
12637         * m4/as-arts.m4:
12638           sync with upstream version to fix test on FC2
12639           readd with -ko to preserve Id header
12640
12641 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12642
12643         * configure.ac:
12644           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
12645         * gst/tcp/gsttcpclientsrc.c: idem
12646         * gst/tcp/gsttcpserversink.c: idem
12647         * gst/tcp/gsttcpserversrc.c: idem
12648         * m4/gst-fionread.m4: idem
12649
12650         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
12651
12652         * configure.ac: enable speex plugin for speex 1.1.5+
12653         * ext/speex/gstspeexenc.c: fix cast warning
12654
12655         * ext/esd/README: fix typo
12656
12657 2004-05-20  David Schleef  <ds@schleef.org>
12658
12659         * configure.ac: Minor cosmetic change to convince the buildbot to
12660         reautogen.
12661         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
12662         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
12663         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
12664         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
12665         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
12666         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
12667         More hacking.  Plays audio now.
12668
12669 2004-05-20  David Schleef  <ds@schleef.org>
12670
12671         * configure.ac:
12672         * sys/Makefile.am:
12673
12674 2004-05-20  David Schleef  <ds@schleef.org>
12675
12676         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
12677         * sys/osxaudio/gstosxaudio.c:
12678         * sys/osxaudio/gstosxaudioelement.c:
12679         * sys/osxaudio/gstosxaudioelement.h:
12680         * sys/osxaudio/gstosxaudiosink.c:
12681         * sys/osxaudio/gstosxaudiosink.h:
12682         * sys/osxaudio/gstosxaudiosrc.c:
12683         * sys/osxaudio/gstosxaudiosrc.h:
12684
12685 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12686
12687         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
12688         (gst_vorbisenc_chain):
12689           put the codec headers on the caps as streamheader as well as
12690           pushing them out
12691
12692 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12693
12694         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
12695         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
12696         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
12697         split up push_packet into two functions
12698
12699 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12700
12701         * gst/tcp/.cvsignore:
12702           ignore enums
12703         * gst/tcp/Makefile.am:
12704         * gst/tcp/README:
12705         * gst/tcp/gsttcp.c:
12706         * gst/tcp/gsttcp.h:
12707         * gst/tcp/gsttcpclientsink.c:
12708         * gst/tcp/gsttcpclientsink.h:
12709         * gst/tcp/gsttcpclientsrc.c:
12710         * gst/tcp/gsttcpclientsrc.h:
12711         * gst/tcp/gsttcpplugin.c:
12712         * gst/tcp/gsttcpserversink.c:
12713         * gst/tcp/gsttcpserversink.h:
12714         * gst/tcp/gsttcpserversrc.c:
12715         * gst/tcp/gsttcpserversrc.h:
12716           add new tcp elements
12717
12718 2004-05-19  Wim Taymans  <wim@fluendo.com>
12719
12720         * gst/law/mulaw-conversion.c: (mulaw_encode):
12721         Fix overflow bug in ulaw encoding.
12722
12723 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12724
12725         * ext/mad/gstmad.c: (gst_mad_handle_event):
12726           don't unref the event twice
12727
12728 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12729
12730         * configure.ac:
12731           remove -Wno-sign-compare
12732
12733 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12734
12735         * configure.ac:
12736           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
12737           if you want to work against glib 2.2 and 2.4
12738
12739 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12740
12741         * gst/tcp/Makefile.am:
12742         * gst/tcp/gsttcp.c:
12743         * gst/tcp/gsttcp.h:
12744         * gst/tcp/gsttcpsink.h:
12745         * gst/tcp/gsttcpsrc.h:
12746           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
12747
12748 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12749
12750         * gst/debug/tests.c: (md5_get_value):
12751           fix segfault on gst-inspect
12752
12753 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12754
12755         * gst/debug/testplugin.c:
12756         * gst/debug/tests.c:
12757         * gst/debug/tests.h:
12758           add new extensible and configurable testing element. Current tests
12759           include buffer count, stream length, timestamp/duration matching and
12760           md5.
12761         * gst/debug/Makefile.am:
12762         * gst/debug/gstdebug.c: (plugin_init):
12763           add infrastructure for new element
12764
12765 2004-05-19  Johan Dahlin  <johan@gnome.org>
12766
12767         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
12768         ending of the array. Fixes gst-inspect segfault on ppc.
12769
12770 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12771
12772         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
12773
12774         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
12775
12776 2004-05-18  David Schleef  <ds@schleef.org>
12777
12778         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
12779         warnings (bugs, actually) noticed by gcc but not forte.
12780
12781 2004-05-18  David Schleef  <ds@schleef.org>
12782
12783         * sys/sunaudio/Makefile.am:
12784         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
12785
12786 2004-05-18  David Schleef  <ds@schleef.org>
12787
12788         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
12789         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
12790         to allow qtdemux to use non-seekable streams. (bug #142272)
12791
12792 2004-05-18  David Schleef  <ds@schleef.org>
12793
12794         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
12795         (gst_resample_sinc_ft_float): Remove use of static temporary
12796         buffer.  This code was obviously not supposed to last long, but
12797         it's stuck in our ABI, so it required a little hack to make it
12798         ABI-compatible.  Fixes #142585.
12799         * gst-libs/gst/resample/resample.h: same.
12800
12801 2004-05-18  David Schleef  <ds@schleef.org>
12802
12803         * configure.ac: Add sunaudio
12804         * examples/Makefile.am: make gstplay depend on gconf
12805         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
12806         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
12807         (convert_table_lookup), (img_convert): remove c99-isms
12808         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
12809           unsigned, to fix a warning on Solaris
12810         * gst/mpeg1sys/systems.c: bcopy->memcpy
12811         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
12812         * sys/Makefile.am: Add sunaudio
12813
12814 2004-05-18  Wim Taymans  <wim@fluendo.com>
12815
12816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
12817         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
12818         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
12819         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
12820         (gst_ogg_mux_loop):
12821         Fix an ugly memleak where the muxer didn't flush enough ogg
12822         pages. This also resulted in badly muxed ogg files.
12823
12824 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12825
12826         * gst/asfdemux/asfheaders.c :
12827         * gst/asfdemux/asfheaders.h :
12828         * gst/asfdemux/gstasfdemux.c :
12829           - fix ASF_OBJ_PADDING guid
12830           - add 3 new object guids (language list, metadata,
12831             extended stream properties)
12832           - add a function to parse extended header objects
12833
12834 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12835
12836         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
12837           remove leftover debugging g_print
12838
12839 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12840
12841         * ext/mad/gstmad.c: (gst_mad_handle_event):
12842           Fix for when the first format in a discont event is not a
12843           byte-based one. Should fix #137710.
12844
12845 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12846
12847         * m4/a52.m4 : fix compilation with -Wall -Werror
12848         * m4/libfame.m4 : idem
12849         * m4/libmikmod.m4 : idem
12850
12851 2004-05-17  Benjamin Otte  <otte@gnome.org>
12852
12853         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12854           signal the new tags before giving up the reference
12855
12856 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12857
12858         * ext/shout2/gstshout2.c:
12859           use application/ogg instead of application/x-ogg (patch by Patrick
12860           Guimond, fixes #142432)
12861         * sys/oss/gstosselement.c: (gst_osselement_reset),
12862         (gst_osselement_sync_parms):
12863           don't set fragment size unless specified (fixes #142493)
12864
12865 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12866
12867         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
12868           fixes #142664
12869
12870 2004-05-17  Benjamin Otte  <otte@gnome.org>
12871
12872         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
12873           compute offsets correctly for internal buffers so timestamps are set
12874           correctly when we can't seek. Also handle cases where there are no
12875           offsets. (based on a patch by David Moore, fixes #142507)
12876
12877 2004-05-17  Benjamin Otte  <otte@gnome.org>
12878
12879         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12880           use correct variable when determining amount of data to skip so we
12881           don't skip into the void and segfault
12882
12883 2004-05-16  Benjamin Otte  <otte@gnome.org>
12884
12885         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
12886           Hi, I'm a memleak
12887
12888 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12889
12890         * gst/asfdemux/gstasfdemux.c:
12891           - fix a mem leak and always propagate tags
12892           - add WMV3 to known video codecs (but no decoder yet)
12893           - replace "surplus data" at end of audio header for what
12894             it is : codec specific data
12895           - fix a typo
12896
12897 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
12898
12899         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
12900
12901         * gst-libs/gst/audio/audioclock.c:
12902           Fix wrong return type (#142205).
12903
12904 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12905
12906         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
12907           Ignore CRCs by default (fixes #142566).
12908
12909 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12910
12911         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
12912         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
12913         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
12914         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
12915         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
12916         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
12917           Fix for cases where we fail to attach to a mixer.
12918
12919 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
12920
12921         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
12922           Don't touch events after not owning them anymore.
12923         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
12924         (gst_wavparse_fmt), (gst_wavparse_other),
12925         (gst_wavparse_handle_seek), (gst_wavparse_loop),
12926         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
12927         (gst_wavparse_srcpad_event):
12928         * gst/wavparse/gstwavparse.h:
12929           Add seeking, fix querying.
12930
12931 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
12932
12933         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12934           - process comments even if they don't end with \0\0
12935             g_convert would ignore them if present and works well without them
12936
12937 2004-05-16  Benjamin Otte  <otte@gnome.org>
12938
12939         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
12940           simplify caps
12941
12942 2004-05-16  Benjamin Otte  <otte@gnome.org>
12943
12944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
12945           don't write to memory we might not write to - g_convert does that
12946           for us anyway (fixes #142613)
12947         (gst_asf_demux_audio_caps):
12948           comment out gst_util_dump_mem
12949
12950 2004-05-16  Benjamin Otte  <otte@gnome.org>
12951
12952         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12953           compute correct expected timestamps after seek (broken since
12954           last commit)
12955         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
12956           rename element and debugging category to gdkpixbufscale
12957
12958 2004-05-16  Benjamin Otte  <otte@gnome.org>
12959
12960         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
12961           add error checking to snd_pcm_delay and remove duplicate call to
12962           snd_pcm_delay that caused issues (see inline code comments)
12963         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
12964           make more readable and fix return value when snd_pcm_delay fails
12965         (fixes #142586)
12966
12967 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
12968         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
12969         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
12970         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
12971         (gst_pixbufscale_link), (gst_pixbufscale_init),
12972         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
12973         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
12974         (gst_pixbufscale_get_property), (pixbufscale_init):
12975         * ext/gdk_pixbuf/pixbufscale.h:
12976         Add these files I forgot earlier
12977
12978 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
12979         * ext/gdk_pixbuf/Makefile.am:
12980         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
12981         * ext/gdk_pixbuf/gstgdkpixbuf.h:
12982         Add new pixbufscale element to scale RGB video
12983         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
12984         and HYPER interpolation correctly.
12985         * ext/theora/theoraenc.c: (theora_enc_chain),
12986         Discard buffer and return if explicit caps could not be set
12987         (theora_enc_get_property):
12988         Make _get return kbps for the bitrate consistent with
12989         the _set function.
12990
12991
12992 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12993
12994         * ext/libvisual/visual.c: (gst_visual_chain):
12995           add missing visual_audio_analyze
12996
12997 2004-05-14  David Schleef  <ds@schleef.org>
12998
12999         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
13000         is killed while we're playing.
13001         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
13002         gst_element_no_more_pads().
13003
13004 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13005
13006         * gst-libs/gst/riff/riff-read.c :
13007           - fix INFO tag extraction in RIFF/AVI files
13008             because gst_event_unref (event) also freed taglist
13009           - avoid a mem leak
13010
13011 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13012
13013         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
13014         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
13015
13016         * gst/auparse/gstauparse.c :
13017           - add code (commented for now) to support audio/x-adpcm on src pad
13018             (we have no decoder for those layout yet)
13019
13020         * gst/cdxaparse/gstcdxaparse.c :
13021         * gst/cdxaparse/gstcdxaparse.h :
13022           - partial rewrite using RiffRead (ripped iain's wavparse code)
13023
13024         * gst/rtp/gstrtpL16enc.c : typo
13025         * gst/rtp/gstrtpgsmenc.c : typo
13026
13027 2004-05-13  Benjamin Otte  <otte@gnome.org>
13028
13029         * configure.ac:
13030           check for exact version of libvisual, it's not supposed to be
13031           API/ABI stable yet
13032
13033 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13034
13035         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
13036           signal no-more-pads
13037
13038 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13039
13040         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
13041         Report which format was used for GST_FORMAT_DEFAULT
13042         * gst/debug/Makefile.am:
13043         * gst/debug/gstdebug.c: (plugin_init):
13044         * gst/debug/progressreport.c: (gst_progressreport_base_init),
13045         (gst_progressreport_class_init), (gst_progressreport_init),
13046         (gst_progressreport_report), (gst_progressreport_set_property),
13047         (gst_progressreport_get_property), (gst_progressreport_chain),
13048         (gst_progressreport_plugin_init):
13049         Add progressreport element for testing.
13050
13051 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
13052
13053         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
13054         * sys/v4l/gstv4lsrc.h:
13055         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13056         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13057         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
13058         (gst_v4lsrc_grab_frame):
13059           add more debugging
13060           send a discont at start
13061
13062 2004-05-12  Colin Walters  <walters@redhat.com>
13063
13064         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
13065         inflooping if we can't find a chunk.  Or in other words, don't blow
13066         chunks if we don't have a chunk to blow.
13067
13068 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
13069         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
13070         Remove old debug output
13071         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
13072         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
13073         (gst_dvdec_set_property), (gst_dvdec_get_property):
13074         Change the quality setting to an enum, so it works from gst-launch
13075         Don't renegotiate a non-linked pad. Allows audio only decoding.
13076         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
13077         (gst_deinterlace_link), (gst_deinterlace_init):
13078         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
13079         (gst_videodrop_link):
13080         Some caps negotiation fixes
13081
13082 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13083
13084         * ext/tarkin/gsttarkin.c :
13085           - Change RANK from NONE to PRIMARY
13086         * ext/gdk_pixbuf/gstgdkpixbuf.c :
13087           - Change RANK from NONE to MARGINAL
13088         * ext/divx/gstdivxenc.c :
13089           - Change RANK from PRIMARY to NONE (encoder/spider issue)
13090
13091 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
13092
13093         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
13094         (gst_vorbisenc_push_packet):
13095           copy a function that was added between 1.0 and 1.0.1 until we
13096           depend on worthwhile features of post-1.0
13097
13098 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13099
13100         * configure.ac:
13101           enable shout2 by default
13102         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
13103         (gst_shout2send_base_init), (gst_shout2send_init),
13104         (gst_shout2send_connect), (gst_shout2send_change_state):
13105         * ext/shout2/gstshout2.h:
13106           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
13107           #142262)
13108         * ext/theora/theora.c: (plugin_init):
13109           don't set rank on encoders
13110
13111 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
13112
13113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
13114           Use codec_data property instead of flag1 and flag2 for wma
13115
13116 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13117
13118         * gst/cdxaparse/gstcdxaparse.c :
13119           - Add mpegversion to CAPS to make it link
13120           - Rank is as GST_RANK_SECONDARY instead of NONE
13121         * gst/auparse/gstauparse.c :
13122           - Document all audio encoding we can encounter from Solaris 9
13123             headers and libsndfile information.
13124           - Increase max. rate from 48000 to 192000 (to match other elements)
13125           - Don't try to play junk data between header and samples
13126
13127 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13128
13129         * ext/libvisual/visual.c: (gst_visual_getcaps):
13130           use the right caps depending on endianness (I hope)
13131         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
13132           use GST_RANK_NONE for all non-decoding elements or spider gets
13133           mighty confused
13134
13135 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13136
13137         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
13138           Fix some odd cases and fix BE metadata parsing of unicode16 text.
13139
13140 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13141
13142         * gst/switch/gstswitch.c: (gst_switch_release_pad),
13143         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
13144         (gst_switch_loop), (gst_switch_get_type):
13145           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
13146           HEADERS. Had to be said.
13147
13148 2004-05-10  David Schleef  <ds@schleef.org>
13149
13150         * configure.ac: Add prototype Dirac support.
13151         * ext/Makefile.am:
13152         * ext/dirac/Makefile.am:
13153         * ext/dirac/gstdirac.cc:
13154         * ext/dirac/gstdiracdec.cc:
13155
13156 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13157
13158         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
13159         (gst_auparse_init), (gst_auparse_chain),
13160         (gst_auparse_change_state):
13161           Hack around spider. Remove me some day please.
13162
13163 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13164
13165         * gst/auparse/gstauparse.c: (gst_auparse_chain):
13166           Fix for some uninitialized variables in previous patch, also
13167           makes it work. Fixes #142286 while we're at it.
13168
13169 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13170
13171         * gst/auparse/gstauparse.c:
13172                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
13173                 only unsupported formats are ADPCM/CCITT G.72x
13174                 reviewed by Ronald
13175         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
13176
13177 2004-05-10  Wim Taymans  <wim@fluendo.com>
13178
13179         * ext/vorbis/Makefile.am:
13180         * ext/vorbis/README:
13181         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
13182         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
13183         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
13184         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
13185         (gst_oggvorbisenc_convert_sink),
13186         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
13187         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
13188         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
13189         (get_constraints_string), (update_start_message),
13190         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
13191         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
13192         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
13193         * ext/vorbis/oggvorbisenc.h:
13194         * ext/vorbis/vorbis.c: (plugin_init):
13195         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
13196         (raw_caps_factory), (gst_vorbisenc_class_init),
13197         (gst_vorbisenc_init), (gst_vorbisenc_setup),
13198         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
13199         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
13200         * ext/vorbis/vorbisenc.h:
13201         Added a raw vorbis encoder to be used with the oggmuxer.
13202         We still need the old encoder for some gnome applications,
13203         read the README to find out how that works.
13204         The raw encoder is called "rawvorbisenc" until 0.9.
13205
13206 2004-05-10  Wim Taymans  <wim@fluendo.com>
13207
13208         * ext/ogg/gstogg.c: (plugin_init):
13209         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
13210         (gst_ogg_print):
13211         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
13212         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
13213         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
13214         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
13215         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
13216         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
13217         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
13218         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
13219         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
13220         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
13221         Added an ogg muxer.
13222         Small typo fixes in the demuxer.
13223
13224 2004-05-10  Wim Taymans  <wim@fluendo.com>
13225
13226         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13227         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13228         (theora_enc_change_state), (theora_enc_set_property),
13229         (theora_enc_get_property):
13230         Mark the last packet with an EOS flag which is not really needed
13231         in gstreamer.
13232         Do some better video framerate initialisation.
13233         Update the buffer timestamp.
13234
13235 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
13236
13237         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
13238         Return the result of the parent state change call
13239
13240 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13241
13242         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
13243         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
13244         * gst/law/alaw-encode.c : (idem)
13245         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
13246         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
13247         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
13248
13249 2004-05-09  Benjamin Otte  <otte@gnome.org>
13250
13251         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
13252           don't use a fixed buffer size when writing variable length data to
13253           it. Fixes memory corruption and makes alsasrc work
13254
13255 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13256
13257         * ext/gnomevfs/gstgnomevfssink.c:
13258         (_gst_boolean_allow_overwrite_accumulator),
13259         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
13260           Run glib's default signal handler (??) in RUN_CLEANUP rather than
13261           RUN_LAST, and don't use that to set the accumulator value because
13262           then it's always FALSE.
13263
13264 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13265
13266         * gst-libs/gst/riff/riff-media.c:
13267         (gst_riff_create_video_caps_with_data),
13268         (gst_riff_create_audio_caps),
13269         (gst_riff_create_audio_template_caps):
13270         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
13271           Fix for unaligned RIFF files (i.e. where all the chunks together
13272           in a LIST chunk are not of the same size as the size given in
13273           the LIST chunk header). Fixes several odd WAVE files. Also fix
13274           ADPCM (block_align property) in audio, so that wavparse based
13275           on this works now as it used to stand-alone.
13276
13277 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
13278
13279         reviewed by Benjamin Otte  <otte@gnome.org>
13280
13281         * ext/a52dec/gsta52dec.c:
13282         * ext/divx/gstdivxdec.c:
13283         * ext/divx/gstdivxenc.c:
13284         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
13285         * ext/faac/gstfaac.c: (gst_faac_base_init):
13286         * ext/faad/gstfaad.c: (gst_faad_base_init):
13287         * ext/ivorbis/vorbisfile.c:
13288         * ext/lame/gstlame.c:
13289         * ext/libfame/gstlibfame.c:
13290         * ext/mpeg2enc/gstmpeg2enc.cc:
13291         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
13292         * ext/sidplay/gstsiddec.cc:
13293         * ext/speex/gstspeexdec.c:
13294         * ext/speex/gstspeexenc.c:
13295         * ext/xvid/gstxviddec.c:
13296         * ext/xvid/gstxvidenc.c:
13297           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
13298           (fixes #142193)
13299
13300 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13301
13302         * ext/alsa/gstalsa.c: (device_list),
13303         (gst_alsa_class_probe_devices):
13304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13305           Fix alsa oddness in mixer after the combination of using mixer
13306           in source/sink elements and using hw:x,y instead of just hw:x.
13307
13308 2004-05-09  Benjamin Otte  <otte@gnome.org>
13309
13310         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
13311         (gst_wavparse_create_sourcepad):
13312           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
13313           sourcepads
13314
13315 2004-05-09  Benjamin Otte  <otte@gnome.org>
13316
13317         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13318           allow discont events before caps nego
13319
13320 2004-05-08  Benjamin Otte  <otte@gnome.org>
13321
13322         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
13323           don't leak events
13324
13325 2004-05-08  Benjamin Otte  <otte@gnome.org>
13326
13327         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
13328         (gst_level_change_state), (gst_level_init):
13329         * gst/level/gstlevel.h:
13330           figure out if we're initialized directly instead of keeping a
13331           variable that's wrong in 90% of cases
13332           don't initialize pads and then leak them and use a new unitialized
13333           pad. (fixes #142084)
13334           these were bugs so n00bish I didn't find them for an hour :/
13335
13336 2004-05-08 Iain <iain@prettypeople.org>
13337
13338         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
13339         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
13340         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
13341         return the length that was read.
13342         (gst_riff_read_strf_auds): Allow fmt tags as well.
13343
13344 2004-05-07  David Schleef  <ds@schleef.org>
13345
13346         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
13347         signed char assumption in faad.h.
13348
13349 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13350
13351         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
13352           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
13353
13354 2004-05-07  Colin Walters  <walters@redhat.com>
13355
13356         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
13357         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
13358         function.
13359         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
13360         Add dispose function.
13361
13362 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
13363         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
13364           Fix caps nego and pad templates. RGB mode caps should
13365           work now.
13366         * ext/dvdnav/gst-dvd:
13367           Move mpeg2dec inside the thread because otherwise the
13368           queue rejects cap changes mid-stream
13369         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
13370         (gst_mpeg2dec_flush_decoder):
13371           For mpeg2dec > 0.4.0, call the flush function instead of
13372           manually extracting all in-flight frames.
13373         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
13374         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
13375           Change mime type video/dv go video/x-dv to match the
13376           rest of gst-plugins
13377
13378 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13379
13380         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
13381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
13382         (gst_alsa_sink_class_init):
13383         * ext/alsa/gstalsasink.h:
13384         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
13385         (gst_alsa_src_class_init):
13386         * ext/alsa/gstalsasrc.h:
13387           Make alsasink/src a subclass of alsamixer so that mixer stuff
13388           shows up in gst-rec. Needs some finetuning.
13389
13390 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13391
13392         * ext/lame/gstlame.c: (gst_lame_chain):
13393           simplify
13394         * ext/mad/gstmad.c: (gst_mad_handle_event):
13395           fix event leak
13396         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
13397           be able to detect mp3 files < 4096 bytes
13398
13399 2004-05-06  Wim Taymans  <wim@fluendo.com>
13400
13401         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13402         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
13403         (theora_enc_set_property), (theora_enc_get_property):
13404         Also encode the first frame, cleanup some code.
13405
13406 2004-05-06  Wim Taymans  <wim@fluendo.com>
13407
13408         * ext/mpeg2enc/gstmpeg2enc.cc:
13409         Forward events first before deciding that negotiation was
13410         not performed.
13411
13412 2004-05-06  Wim Taymans  <wim@fluendo.com>
13413
13414         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
13415         First process the events before deciding that negotiation
13416         was not performed.
13417
13418 2004-05-06  Wim Taymans  <wim@fluendo.com>
13419
13420         * ext/theora/Makefile.am:
13421         * ext/theora/theora.c: (plugin_init):
13422         * ext/theora/theoradec.c: (theora_dec_change_state):
13423         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
13424         (gst_theora_enc_class_init), (gst_theora_enc_init),
13425         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
13426         (theora_enc_chain), (theora_enc_change_state),
13427         (theora_enc_set_property), (theora_enc_get_property):
13428         Added a theora encoder, grouped the encoder and decoder into the
13429         same plugin.
13430
13431 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13432
13433         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13434         (gst_jpegenc_chain):
13435         fix DURATION on outgoing buffers
13436         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
13437         debug using time formats
13438         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13440         (gst_xvimagesink_sink_link):
13441         windows with width/height 0 generate X errors, so don't allow them
13442
13443 2004-05-05  Wim Taymans  <wim@fluendo.com>
13444
13445         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
13446         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
13447         (gst_mpeg2dec_negotiate_format):
13448         * ext/mpeg2dec/gstmpeg2dec.h:
13449           removed the static pad template so that we can add the
13450           more accurate framerate value to the caps.
13451
13452
13453 2004-05-04  Benjamin Otte  <otte@gnome.org>
13454
13455         * configure.ac:
13456           check for kdemacros.h, too (should fix #141821)
13457         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
13458           don't crash if no header was sent, but nicely error out (fixes part
13459           of #141554)
13460
13461 2004-05-04  Wim Taymans  <wim@fluendo.com>
13462
13463         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
13464         parent dispose function to avoid segfault on destroy.
13465
13466 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13467
13468         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
13469         (plugin_init):
13470         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
13471         (gst_xvimagesink_sink_link):
13472         clean up debugging caps
13473         also recreate xvimage when format has changed
13474
13475 2004-05-04  Benjamin Otte  <otte@gnome.org>
13476
13477         * ext/libvisual/Makefile.am:
13478         * ext/libvisual/visual.c: (gst_visual_class_init),
13479         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
13480         (gst_visual_srclink), (gst_visual_chain),
13481         (gst_visual_change_state), (plugin_init):
13482           use a GstAdapter to correctly adapt buffer sizes - allows using a
13483           framerate
13484
13485 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13486
13487         * sys/v4l/gstv4lelement.h:
13488         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
13489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
13490         (gst_v4lsrc_buffer_free):
13491         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
13492         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
13493         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
13494         (gst_v4lsrc_requeue_frame):
13495         move some debugging categories around
13496         query for fps index and set accordingly if found
13497
13498 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13499
13500         * ext/lame/gstlame.c:
13501         correct defaults that lame_init puts out of range
13502
13503 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13504
13505         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
13506         (gst_divxenc_class_init):
13507         fix range since -1 is the default
13508         * gst/mpeg1sys/gstmpeg1systemencode.c:
13509         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
13510         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
13511         (gst_rtjpegdec_chain):
13512         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
13513         (gst_rtjpegenc_chain):
13514         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
13515         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
13516         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
13517         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
13518         * sys/v4l/gstv4lsrc.c:
13519         * sys/v4l/v4l_calls.c: (gst_v4l_open):
13520         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
13521         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
13522         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
13523         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
13524           remove gst_info calls
13525
13526 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13527
13528         * Makefile.am:
13529         * po/af.po:
13530         * po/az.po:
13531         * po/en_GB.po:
13532         * po/nl.po:
13533         * po/sr.po:
13534         * po/sv.po:
13535           Updated translations
13536
13537 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13538
13539         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13540           refactor/comment code
13541
13542 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13543
13544         * gst/asfdemux/Makefile.am:
13545         * gst/asfdemux/asfheaders.c:
13546         * gst/asfdemux/asfheaders.h:
13547         * gst/asfdemux/gstasf.c: (plugin_init):
13548         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
13549         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
13550         (gst_asf_demux_setup_pad):
13551         * gst/asfdemux/gstasfdemux.h:
13552         * gst/asfdemux/gstasfmux.c:
13553         * gst/asfdemux/gstasfmux.h:
13554           Add tagging support to demuxer, split out registration in its own
13555           file instead of in demux (hacky), and prevent having some tables
13556           in our memory multiple times (in asfheaders.h).
13557
13558 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13559
13560         * gst/matroska/matroska-demux.c:
13561         (gst_matroska_demux_parse_metadata):
13562         * gst/matroska/matroska-ids.h:
13563           Basic tag reading support.
13564
13565 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13566
13567         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
13568           Really detect ac-3 audio.
13569         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
13570           really detect matroska files (off-by-1).
13571
13572 2004-04-30  David Schleef  <ds@schleef.org>
13573
13574         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13575         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
13576         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
13577         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
13578         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
13579         hackage -- parse a lot more atoms, extract a few tags.  One might even
13580         mistake this for tag support.  Maybe it is.
13581         * gst/qtdemux/qtdemux.h:
13582
13583 2004-04-30  Colin Walters  <walters@verbum.org>
13584
13585         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
13586
13587 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13588
13589         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13590         (gst_ffmpegcolorspace_getcaps):
13591           remove broken nego fix
13592
13593 2004-04-30  Benjamin Otte  <otte@gnome.org>
13594
13595         * configure.ac:
13596         * ext/Makefile.am:
13597         * ext/libvisual/Makefile.am:
13598         * ext/libvisual/visual.c:
13599           add initial support for libvisual (http://libvisual.sourceforge.net)
13600           libvisual is still quite alpha, so expect crashes in there :)
13601
13602 2004-04-29  David Schleef  <ds@schleef.org>
13603
13604         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
13605         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
13606         up qtdemux to make it spit out codec_data.  Do _not_ look at this
13607         code; you will no longer respect me.
13608
13609 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
13610
13611         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
13612         * ext/alsa/gstalsa.h :
13613         change alsa pcm device discovery to find more than 1 device
13614         per card. code review by Ronald.
13615
13616 2004-04-29  David Schleef  <ds@schleef.org>
13617
13618         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
13619         Add a check for a driver bug on FreeBSD.  (bug #140565)
13620
13621 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
13622
13623         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
13624         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13625         (gst_jpegenc_getcaps):
13626           move format setting to inner loop
13627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13628         (gst_ffmpegcolorspace_getcaps):
13629           use GST_PAD_CAPS if available so that we use already negotiated
13630           caps
13631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
13632         (qtdemux_parse_moov), (qtdemux_parse):
13633           extra debugging
13634         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
13635         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
13636           move hardcoded path to DEFINE
13637
13638 2004-04-28  David Schleef  <ds@schleef.org>
13639
13640         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
13641         (bug #140064)
13642
13643 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13644
13645         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
13646           Don't probe for playback device if we're a source element. Fixes
13647           #139658.
13648
13649 2004-04-29  Benjamin Otte  <otte@gnome.org>
13650
13651         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
13652         (gst_id3_tag_chain):
13653           rewrite buffer offset
13654
13655 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13656
13657         * configure.ac:
13658         * ext/Makefile.am:
13659         * ext/dts/Makefile.am:
13660         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
13661         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
13662         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
13663         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
13664         (gst_dtsdec_loop), (gst_dtsdec_change_state),
13665         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
13666         (plugin_init):
13667         * ext/dts/gstdtsdec.h:
13668           New DTS decoder.
13669         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
13670         (gst_faad_srcconnect):
13671           Add ESDS atom handling (.m4a).
13672
13673 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13674
13675         * ext/divx/gstdivxdec.c: (plugin_init):
13676           Remove comment that makes no sense.
13677         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
13678           Fix for obvious typo that resulted in warnings during gst-register.
13679         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
13680         (gst_xviddec_sink_link):
13681           Fix caps negotiation a bit better.
13682         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
13683           We call this 'codec_data', not 'esds'.
13684
13685 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13686
13687         * gst/monoscope/gstmonoscope.c:
13688           make sure we only provide 256x128
13689         * gst/monoscope/monoscope.c: (monoscope_init):
13690           assert size of 256x128
13691
13692 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13693
13694         * Makefile.am:
13695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
13696         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
13697           fixate to max width and height of device
13698
13699 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13700
13701         * Makefile.am:
13702         * sys/v4l/gstv4l.c:
13703         * sys/v4l/gstv4lsrc.c:
13704         * sys/v4l/v4l_calls.c:
13705         * sys/v4l/v4lsrc_calls.c:
13706           fix for qc-usb driver which fakes having more than one buffer
13707           by handing the same buffer twice, which confused GStreamer's/v4lsrc
13708           buffer_free override
13709           add debugging
13710
13711 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13712
13713         * Makefile.am:
13714         * gst/videotestsrc/gstvideotestsrc.c:
13715         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
13716         (gst_videotestsrc_init), (gst_videotestsrc_get),
13717         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
13718         * gst/videotestsrc/gstvideotestsrc.h:
13719           add num-buffers property
13720
13721         2004-04-26  Benjamin Otte  <otte@gnome.org>
13722
13723         * ext/mad/gstid3tag.c: (plugin_init):
13724           set id3mux rank to NONE so it doesn't confuse spider
13725           require audio/mpeg,mpegversion=1 in id3mux
13726
13727 2004-04-26  Benjamin Otte  <otte@gnome.org>
13728
13729         * configure.ac:
13730           detect faad correctly as non-working if it's indeed non-working
13731
13732 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13733
13734         * Makefile.am:
13735         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
13736         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
13737         fix _getcaps so it only negotiates to its supported format
13738
13739 2004-04-25  Benjamin Otte  <otte@gnome.org>
13740
13741         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
13742           fix memleak
13743
13744 2004-04-23  Benjamin Otte  <otte@gnome.org>
13745
13746         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
13747           audio/x-raw-int with height rules! not. Now it's depth.
13748
13749 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13750
13751         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
13752         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
13753         (gst_wavparse_loop):
13754           Missing variable initialization. Add handling of DVI ADPCM. Fix
13755           mis-parsing of LIST chunks. This works around a bug where we mis-
13756           parse non-aligning LIST chunks (so LIST chunks where the contents
13757           don't align with the actual LIST size). The correct fix is to use
13758           rifflib, I'm not going to fix wavparse - too much work. All this
13759           fixes #104878.
13760
13761 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13762
13763         reviewed by Benjamin Otte  <otte@gnome.org>
13764
13765         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
13766           fix shoutcast not working (fixes #140844)
13767
13768 2004-04-22  Benjamin Otte  <otte@gnome.org>
13769
13770         * ext/hermes/gsthermescolorspace.c:
13771         (gst_hermes_colorspace_caps_remove_format_info):
13772         * gst/colorspace/gstcolorspace.c:
13773         (gst_colorspace_caps_remove_format_info):
13774         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13775         (gst_ffmpegcolorspace_caps_remove_format_info):
13776           s/gst_caps_simplify/gst_caps_do_simplify/
13777
13778 2004-04-22  Benjamin Otte  <otte@gnome.org>
13779
13780         * gst-libs/gst/riff/riff-media.c:
13781         (gst_riff_create_video_caps_with_data):
13782           mpegversion is an int
13783         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
13784           don't try to create pad templates with NULL caps, use any caps
13785           instead.
13786
13787 2004-04-20  David Schleef  <ds@schleef.org>
13788
13789         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
13790         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
13791         (bug #140384)
13792
13793 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13794
13795         reviewed by David Schleef
13796
13797         * ext/mad/gstid3tag.c: Add stdlib.h
13798         * gst/rtp/gstrtpgsmenc.c: same
13799         * gst/tags/gstid3tag.c: same
13800         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
13801         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
13802         GST_DISABLE_LOADSAVE use.
13803         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
13804         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
13805         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
13806         atol(3)).
13807         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
13808         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
13809         strtoul(3)).
13810         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
13811         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
13812         $(ID3_CFLAGS).
13813         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
13814         $(LIBFAME_CFLAGS).
13815
13816 2004-04-20  David Schleef  <ds@schleef.org>
13817
13818         * gst/realmedia/rmdemux.c:  This was supposed to part of the
13819         last checkin.  Same idea.
13820
13821 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
13822
13823         reviewed by David Schleef
13824
13825         * configure.ac: bump required gstreamer version to 0.8.1.1
13826         because of following changes [--ds]
13827
13828         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
13829         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
13830         (gst_riff_read_header):  Use GST_READ_UINT*
13831         macros to access possibly unaligned memory.
13832
13833         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
13834         (mp3_type_find):  Use GST_READ_UINT*
13835         macros to access possibly unaligned memory.
13836         (mp3_type_find, mpeg1_parse_header, qt_type_find)
13837         (speex_type_find): Likewise
13838
13839         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
13840
13841         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
13842         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
13843         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
13844         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
13845         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
13846         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
13847         macros to access possibly unaligned memory.
13848
13849         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
13850         Likewise.
13851
13852         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
13853         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
13854
13855         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
13856         Likewise.
13857
13858         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
13859         (gst_mpeg2subt_chain_subtitle): Likewise.
13860
13861         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
13862         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
13863         Likewise.
13864
13865         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
13866         Likewise.
13867
13868         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
13869         Likewise.
13870
13871         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
13872         Likewise.
13873
13874 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13875
13876         * configure.ac:
13877           update required version of GStreamer because of GST_TIME_FORMAT
13878
13879 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13880
13881         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
13882           remove leftover g_print
13883         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
13884           don't try setting only a subset of the caps. We don't want to kill
13885           autoplugging on purpose
13886
13887 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * sys/ximage/ximagesink.c: (plugin_init):
13890         * sys/xvimage/xvimagesink.c: (plugin_init):
13891           add debugging categories
13892
13893 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13894
13895         * po/en_GB.po:
13896         * po/LINGUAS:
13897           Adding en_GB translation (Gareth Owen)
13898
13899 2004-04-20  David Schleef  <ds@schleef.org>
13900
13901         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
13902         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
13903         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
13904         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
13905         A number of new features and hacks to extract the esds atom and
13906         put it into the caps.  (bug #137724)
13907
13908 2004-04-19  David Schleef  <ds@schleef.org>
13909
13910         * gconf/Makefile.am: Fix for non-GNU make
13911         * gst-libs/gst/Makefile.am: Change directory order to handle
13912         GstPlay linking with gstinterfaces
13913         * gst-libs/gst/audio/make_filter: make use of tr portable
13914         * gst-libs/gst/play/Makefile.am: Add intended \
13915         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
13916         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
13917         function prototype instead of void *.
13918         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
13919         macro.
13920         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13921         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
13922         * gst/videofilter/make_filter: make use of tr portable
13923         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
13924
13925 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13926
13927         * po/LINGUAS:
13928         * po/uk.po:
13929           Added Ukrainian translation (Maxim V. Dziumanenko)
13930
13931 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13932
13933         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
13934         (gst_gsmdec_link), (gst_gsmdec_chain):
13935           Fix capsnego, simplify chain function slightly.
13936         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
13937           Add GSM.
13938
13939 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13940
13941         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
13942         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
13943         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
13944           Hack to make wavparse work with spider (always -> sometimes pad).
13945           Fixes #135862 && #140411.
13946
13947 2004-04-18  Benjamin Otte  <otte@gnome.org>
13948
13949         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
13950         (gst_osselement_rate_probe_check),
13951         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
13952           get rid of \n in debug output
13953
13954 2004-04-17  Iain <iain@prettypeople.org>
13955
13956         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
13957         not just EOS.
13958
13959 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13960
13961         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
13962         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
13963         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
13964         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
13965         (gst_id3_tag_src_link), (gst_id3_tag_chain),
13966         (gst_id3_tag_change_state), (plugin_init):
13967           deprecate id3tag element and replace with id3demux/id3mux.
13968           great side effect: this ugly file is now even uglier, yay!
13969         * ext/mad/gstmad.h:
13970           remove non-available function
13971           update for new get_type
13972
13973 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
13974
13975         * configure.ac:
13976           require mpeg2dec >= 0.4.0
13977
13978 2004-04-17  Benjamin Otte  <otte@gnome.org>
13979
13980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
13981         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
13982         (gst_xvimagesink_set_xwindow_id):
13983           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
13984           assorted cleanup fixes.
13985
13986 2004-04-16  David Schleef  <ds@schleef.org>
13987
13988         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
13989         * sys/xvimage/xvimagesink.h: same
13990
13991 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
13992
13993         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
13994           Fix GST_ELEMENT_ERROR with (NULL)
13995
13996 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13997
13998         * gst-libs/gst/riff/riff-media.c:
13999         (gst_riff_create_video_caps_with_data):
14000           Add div[3456] as fourccs for DivX 3 (fixes #140137).
14001
14002 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14003
14004         * gst-libs/gst/riff/riff-media.c:
14005         (gst_riff_create_video_caps_with_data),
14006         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
14007         (gst_riff_create_video_template_caps),
14008         (gst_riff_create_audio_template_caps):
14009         * gst-libs/gst/riff/riff-media.h:
14010         * gst-libs/gst/riff/riff-read.c:
14011         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
14012         * gst-libs/gst/riff/riff-read.h:
14013         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
14014           Add MS RLE support. I added some functions to read out strf chunks
14015           into strf chunks and the data behind it. This is usually color
14016           palettes (as in RLE, but also in 8-bit RGB). Also use those during
14017           caps creation. Lastly, add ADPCM (similar to wavparse - which
14018           should eventually be rifflib based).
14019         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
14020         (gst_matroska_demux_init), (gst_matroska_demux_reset):
14021         * gst/matroska/matroska-demux.h:
14022           Remove placeholders for some prehistoric tagging system. Didn't add
14023           support for any tag system really anyway.
14024         * gst/qtdemux/qtdemux.c:
14025           Add support for audio/x-m4a (MPEG-4) through spider.
14026         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
14027         (gst_wavparse_loop):
14028           ADPCM support (#135862). Increase max. buffer size because we
14029           cannot split buffers for ADPCM (screws references) and I've seen
14030           files with 2048 byte chunks. 4096 seems safe for now.
14031
14032 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14033
14034         * configure.ac: bump nano to 1
14035
14036 === release 0.8.1 ===
14037
14038 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14039
14040         * configure.ac: releasing 0.8.1, "Comforting Sounds"
14041
14042 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14043
14044         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14045           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
14046           Fixes #140058
14047
14048 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14049
14050         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
14051           lower rank of dvddemux so that it's not used for mpeg playback.
14052
14053 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14054
14055         * configure.ac:
14056           save libs correctly when checking mad
14057
14058 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14059
14060         * ext/mad/gstid3tag.c: (plugin_init):
14061           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
14062
14063 2004-04-13  David Schleef  <ds@schleef.org>
14064
14065         * common/m4/gst-feature.m4: Call -config scripts with
14066         --plugin-libs if it is supported.
14067         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
14068         JPEG images are image/jpeg.
14069         * gst/debug/Makefile.am:
14070         * gst/debug/negotiation.c: (gst_negotiation_class_init),
14071         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
14072         (gst_negotiation_update_caps), (gst_negotiation_get_property),
14073         (gst_negotiation_plugin_init): Add a property that acts like
14074         filter caps.
14075         * testsuite/gst-lint:  Move license checking to be a standard
14076         test.
14077
14078 2004-04-13  David Schleef  <ds@schleef.org>
14079
14080         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
14081         patch from Sebastien Cote (bug #139958)
14082
14083 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         * examples/gstplay/Makefile.am:
14086         * examples/gstplay/player.c: (main):
14087           make the commandline player example use gconf settings
14088
14089 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14090
14091         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
14092         (gst_cacasink_sinkconnect), (gst_cacasink_init),
14093         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
14094           init/end library during state transition, not object
14095           creation/disposal.  get rid of custom dispose handler.
14096
14097
14098 2004-04-12  Christian Schaller <Uraeus@gnome.org>
14099
14100         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
14101         be a symlink
14102
14103 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14104
14105         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
14106           Handle JUNK chunks inside data section. Prevents warnings.
14107
14108 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14109
14110         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14111         (gst_riff_create_video_template_caps):
14112           Add MS video v1.
14113         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
14114         (gst_avi_demux_stream_data):
14115           Add support for "rec-list" chunks.
14116
14117 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14118
14119         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
14120           Fix another codecname mismatch.
14121
14122 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14123
14124         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14125           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
14126           so that MJPEG plays back.
14127
14128 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14129
14130         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
14131         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
14132         * gst/mpeg1videoparse/gstmp1videoparse.h:
14133           Fix for some slight mis-cuts in buffer parsing, and for some
14134           potential overflows or faults-causers. Adds disconts. Also fixes
14135           #139105 while we're at it.
14136
14137 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14138
14139         * configure.ac:
14140         * sys/v4l2/gstv4l2element.h:
14141           Workaround for missing struct v4l2_buffer declaration in Suse 9
14142           and Mandrake 10 linux/videodev2.h header file (#135919).
14143
14144 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14145
14146         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
14147           Bail out if no filename was given.
14148
14149 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14150
14151         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
14152         (gst_v4l2_fourcc_from_structure):
14153           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
14154           Y41B somewhere).
14155
14156 2004-04-09  Benjamin Otte  <otte@gnome.org>
14157
14158         * ext/gnomevfs/gstgnomevfssink.c:
14159         (_gst_boolean_allow_overwrite_accumulator),
14160         (gst_gnomevfssink_class_init):
14161           fix erase signal - if any handler returns false the file will not be
14162           overwritten. If no handler is connected, the file will not be
14163           overwritten either.
14164           renamed signal to "allow-overwrite"
14165         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
14166           free string when adding it to ID3 failed
14167         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
14168           unref event when done
14169         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
14170           free caps
14171         * gst/typefind/gsttypefindfunctions.c:
14172         (mpeg_video_stream_type_find):
14173           fix invalid read
14174
14175 2004-04-08  David Schleef  <ds@schleef.org>
14176
14177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14178         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
14179
14180 2004-04-08  David Schleef  <ds@schleef.org>
14181
14182         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
14183         we don't support (bug #139532)
14184
14185 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14186
14187         * ext/mad/gstmad.c: (gst_mad_handle_event),
14188         (gst_mad_check_caps_reset), (gst_mad_chain),
14189         (gst_mad_change_state):
14190           only set explicit caps if they haven't been set before for
14191           this stream.  MPEG-audio sample rate/channels aren't allowed
14192           to change in-stream.
14193           Fixes #139382
14194
14195 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14196
14197         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
14198         (_gst_boolean_did_something_accumulator),
14199         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
14200         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
14201         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
14202         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
14203         (gst_gnomevfssink_change_state):
14204           Fix erase signal. Don't erase by default. Remove handoff signal.
14205           Remove erase property. Don't segfault. General cleanup.
14206
14207 2004-04-07  Benjamin Otte  <otte@gnome.org>
14208
14209         * gst-libs/gst/gconf/test-gconf.c: (main):
14210           add missing gst_init
14211
14212 2004-04-07  Benjamin Otte  <otte@gnome.org>
14213
14214         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14215           free the mutexes, too
14216
14217 2004-04-07  Benjamin Otte  <otte@gnome.org>
14218
14219         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
14220           actually free the URI string
14221         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
14222           compute offset correctly when passing discont events
14223         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14224           don't leak discont events
14225         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
14226           add some missing breaks so caps aren't copied randomly
14227         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
14228           if we realloc memory, we better use it
14229
14230 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14231
14232         * ext/mad/gstmad.c: (normal_seek):
14233           fix GST_FORMAT_TIME usage
14234
14235 2004-04-05  David Schleef  <ds@schleef.org>
14236
14237         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
14238         a deprecated function (hack!)
14239
14240 2004-04-05  Benjamin Otte  <otte@gnome.org>
14241
14242         * ext/esd/esdmon.c: (gst_esdmon_get):
14243           fix nonterminated vararg and memleak
14244
14245 2004-04-05  Benjamin Otte  <otte@gnome.org>
14246
14247         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
14248         (gst_ladspa_init), (gst_ladspa_force_src_caps),
14249         (gst_ladspa_set_property), (gst_ladspa_get_property),
14250         (gst_ladspa_instantiate), (gst_ladspa_activate),
14251         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
14252           clean up debugging
14253
14254 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
14255
14256         reviewed by Benjamin Otte  <otte@gnome.org>
14257
14258         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
14259           check for broken LADSPA parameters (fixes #138635)
14260
14261 2004-04-05  Benjamin Otte  <otte@gnome.org>
14262
14263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
14264           advertise buffer-frames correctly on sinkpads
14265
14266 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14267
14268         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
14269         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
14270         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
14271         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
14272         (gst_mad_check_caps_reset), (gst_mad_chain):
14273         add more debugging, only reset caps when we're not in error state
14274
14275 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
14276
14277         * ext/mad/gstmad.c: add debugging category, comment + cleanups
14278
14279 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14280
14281         reviewed by Benjamin Otte  <otte@gnome.org>
14282
14283         * configure.ac:
14284           fix == in test(1) operator
14285
14286 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
14287
14288         reviewed by Benjamin Otte  <otte@gnome.org>
14289
14290         * configure.ac:
14291           fix --export-symblos-regex to a working regex.
14292
14293 2004-04-04  Benjamin Otte  <otte@gnome.org>
14294
14295         * sys/oss/.cvsignore:
14296           add for oss_probe
14297
14298 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14299
14300         reviewed by Benjamin Otte  <otte@gnome.org>
14301
14302         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14303           add missing 'new_media' argument (fixes #138168)
14304         * gst/matroska/matroska-demux.c:
14305         (gst_matroska_demux_handle_seek_event):
14306           add vararg terminator (fixes #138169)
14307
14308 2004-04-02  David Schleef  <ds@schleef.org>
14309
14310         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
14311         disted (bug #138914)
14312
14313 2004-04-01  Benjamin Otte  <otte@gnome.org>
14314
14315         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
14316         (gst_alsa_close_audio):
14317           handle case better where a soundcard can't pause
14318         * ext/ogg/gstoggdemux.c:
14319           don't crash when we get events but don't have pads yet
14320
14321 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14322
14323         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
14324           throw an error if we couldn't probe any caps.
14325
14326 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14327
14328         * ext/dvdnav/gst-dvd:
14329         Add a really simple sample DVD player
14330
14331 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
14332
14333         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
14334         (gst_a52dec_push), (gst_a52dec_handle_event),
14335         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
14336         (gst_a52dec_change_state):
14337         * ext/a52dec/gsta52dec.h:
14338           Use a debug category, Output timestamps correctly
14339           Emit tag info, Handle events, tell liba52dec about cpu
14340           capabilities so it can use MMX etc.
14341         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
14342           Fix a crasher accessing invalid memory
14343         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
14344         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
14345         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
14346         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
14347         (dvdnavsrc_query):
14348           Some support for byte-format seeking.
14349           Small fixes for still frames and menu button overlays
14350         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
14351         (gst_mpeg2dec_alloc_buffer):
14352           Use a debug category. Adjust the report level of several items to
14353           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
14354           so it doesn't lose the GstBuffer pointer
14355         * gst/debug/Makefile.am:
14356         * gst/debug/gstdebug.c: (plugin_init):
14357         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
14358         (gst_navseek_base_init), (gst_navseek_class_init),
14359         (gst_navseek_init), (gst_navseek_seek),
14360         (gst_navseek_handle_src_event), (gst_navseek_set_property),
14361         (gst_navseek_get_property), (gst_navseek_chain),
14362         (gst_navseek_plugin_init):
14363         * gst/debug/gstnavseek.h:
14364           Add the navseek debug element for seeking back and forth in a
14365           video stream using arrow keys.
14366         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
14367         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
14368         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
14369         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
14370         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
14371         (gst_mpeg2subt_parse_header), (gst_get_nibble),
14372         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
14373         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
14374         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
14375         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
14376         * gst/mpeg2sub/gstmpeg2subt.h:
14377           Pretty much a complete rewrite. Now a loopbased element. May still
14378           require work to properly synchronise subtitle buffers.
14379         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
14380         (gst_dvd_demux_send_subbuffer):
14381         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
14382           Don't attempt to create subbuffers of size 0
14383           Reduce a couple of error outputs to warnings.
14384         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
14385         (gst_y4mencode_chain):
14386         Output the y4m frame header correctly.
14387
14388 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14389
14390         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14391           throw errors instead of allowing SIGFPE
14392
14393 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14394
14395         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
14396         (gst_gconf_render_bin_from_key):
14397           leak plugging and style fixing
14398
14399 2004-03-31  David Schleef  <ds@schleef.org>
14400
14401         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
14402         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
14403         (bug #138225)
14404         * gst/debug/Makefile.am:
14405         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
14406         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
14407         plugin.
14408         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
14409         (gst_negotiation_base_init), (gst_negotiation_class_init),
14410         (gst_negotiation_init), (gst_negotiation_getcaps),
14411         (gst_negotiation_pad_link), (gst_negotiation_chain),
14412         (gst_negotiation_set_property), (gst_negotiation_get_property),
14413         (gst_negotiation_plugin_init):  New element to talk about random
14414         negotiation things happening in a pipeline.
14415
14416 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14417
14418         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
14419           fix integer addition with help of Stefan Kost
14420
14421 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14422
14423         * po/nl.po: updated Dutch translation (Elros Cyriatan)
14424
14425 2004-03-30  David Schleef  <ds@schleef.org>
14426
14427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
14428         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
14429         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
14430         (bug #137504)
14431         * ext/mpeg2dec/gstmpeg2dec.h:
14432
14433 2004-03-30  David Schleef  <ds@schleef.org>
14434
14435         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
14436
14437 2004-03-30  David Schleef  <ds@schleef.org>
14438
14439         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
14440         Michael Petullo) to handle .mov
14441
14442 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14443
14444         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
14445         (gst_osselement_rate_check_rate):
14446           probe caps correctly for sound cards that only support one format
14447
14448 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14449
14450         * ext/kio/kiosrc.cpp: (process_events):
14451           update handling event processing if inside KDE - untested
14452
14453 2004-03-29  David Schleef  <ds@schleef.org>
14454
14455         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
14456         by 2 to not interfere with other colorspaces.
14457         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
14458         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
14459         one to not interfere with ffmpeg_colorspace.
14460
14461 2004-03-29  David Schleef  <ds@schleef.org>
14462
14463         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
14464         aren't in the caps.
14465         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
14466         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
14467
14468 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14469
14470         * gst-libs/gst/riff/riff-media.c:
14471           fail on error, don't try to set stuff on NULL caps
14472
14473 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14474
14475         * configure.ac:
14476         * ext/Makefile.am:
14477         * ext/kio/Makefile.am:
14478         * ext/kio/kioreceiver.cpp:
14479         * ext/kio/kioreceiver.h:
14480         * ext/kio/kiosrc.cpp:
14481         * ext/kio/kiosrc.h:
14482           add experimental kiosrc plugin
14483         * ext/alsa/gstalsaplugin.c: (plugin_init):
14484           initialize debugging category only when we're sure registering the
14485           plugins worked.
14486
14487 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14488
14489         * examples/gstplay/player.c: (main):
14490         * gst-libs/gst/play/play.c: (gst_play_class_init),
14491         (gst_play_set_location), (gst_play_set_data_src),
14492         (gst_play_set_video_sink), (gst_play_set_audio_sink),
14493         (gst_play_set_visualization), (gst_play_connect_visualization):
14494           check return values of element_set_state and return FALSE where
14495           failed
14496
14497 2004-03-29  Benjamin Otte  <otte@gnome.org>
14498
14499         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14500           try harder to check if an event is really a discont
14501
14502 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14503
14504         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
14505         * po/az.po:
14506
14507 2004-03-28  Benjamin Otte  <otte@gnome.org>
14508
14509         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
14510         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
14511         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
14512           get rid of non-standard "..." ranges in case statements.
14513
14514 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
14515
14516         * gst/mpegstream/gstmpegdemux.c:
14517         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
14518         specific functionality split to the new dvddemux element.
14519         * gst/mpegstream/gstdvddemux.c:
14520         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
14521         streams, derived from mpegdemux.
14522         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
14523         up. SCR based timestamp rewriting can be turned off (will probably
14524         completely disappear soon).
14525         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
14526         hacking. General cleanup. All printf statements replaced by
14527         debugging messages. Almost complete libdvdnav support.
14528         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
14529         by events. New properties for audio and subpicture languages.
14530         (dvdnavsrc_update_highlight): Now uses events.
14531         (dvdnavsrc_user_op): Cleaned up.
14532         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
14533         based). Lots of cleanup, and propper support for most libdvdnav
14534         events.
14535         (dvdnavsrc_make_dvd_event): New function.
14536         (dvdnavsrc_make_dvd_nav_packet_event): New function.
14537         (dvdnavsrc_make_clut_change_event): New function.
14538
14539 2004-03-26  Benjamin Otte  <otte@gnome.org>
14540
14541         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
14542           fix bug where typefinding would claim it's theora whenever less then
14543           7 bytes of data were available
14544
14545 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14546
14547         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
14548         (gst_alawdec_base_init), (gst_alawdec_class_init),
14549         (gst_alawdec_init), (gst_alawdec_chain):
14550         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
14551         (gst_alawenc_base_init), (gst_alawenc_class_init),
14552         (gst_alawenc_init), (gst_alawenc_chain):
14553         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
14554         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
14555         (gst_mulawdec_init), (gst_mulawdec_chain):
14556         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
14557         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
14558         (gst_mulawenc_init), (gst_mulawenc_chain):
14559           Fix capsnego in all four, remove the unused property functions and
14560           simplify the chain functions slightly. I guess we could use macros
14561           or something similar for those, since the code is so similar, but
14562           I'm currently too lazy...
14563
14564 2004-03-24  David Schleef  <ds@schleef.org>
14565
14566         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
14567         (gst_osselement_close_audio), (gst_osselement_probe_caps),
14568         (gst_osselement_get_format_structure),
14569         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
14570         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
14571         (gst_osselement_rate_int_compare): Add code to handle rate probing
14572         (bug #120883)
14573         * sys/oss/gstosselement.h: same
14574         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
14575         Use rate probing provided by osselement.
14576         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
14577
14578 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14579
14580         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
14581         (gst_xvidenc_get_property):
14582           ulong/int mess-up.
14583
14584 2004-03-24  David Schleef  <ds@schleef.org>
14585
14586         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
14587         (gst_speexdec_init):
14588         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
14589         (gst_speexenc_init):  Create the pad template correctly (from
14590         the static pad template, not a NULL pointer.)
14591
14592 2004-03-25  Benjamin Otte  <otte@gnome.org>
14593
14594         * gst/debug/Makefile.am:
14595         * gst/debug/breakmydata.c:
14596           add element that quasi-randomly changes bytes in the stream.
14597           Intended use is robustness checking of demuxers and decoders in
14598           media tests.
14599
14600 2004-03-24  Benjamin Otte  <otte@gnome.org>
14601
14602         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14603         (gst_alsa_probe_hw_params):
14604         * ext/alsa/gstalsa.h:
14605           debugging output fixes
14606
14607 2004-03-24  Benjamin Otte  <otte@gnome.org>
14608
14609         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
14610           don't g_return_if_fail if element is PLAYING, fail silently as every
14611           other element.
14612         * gst/effectv/gstquark.c: (gst_quarktv_chain):
14613           only fix needed for cast lvalue issues in gst-plugins
14614         * gst/volenv/gstvolenv.c: (gst_volenv_init):
14615           add proxy_getcaps
14616
14617 2004-03-24  Benjamin Otte  <otte@gnome.org>
14618
14619         * gst/level/gstlevel.c: (gst_level_init):
14620           add proxying getcaps function, so level doesn't advertise impossible
14621           caps
14622
14623 2004-03-24  David Schleef  <ds@schleef.org>
14624
14625         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
14626         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
14627         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
14628         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
14629         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
14630         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
14631         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
14632         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
14633         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
14634         messages.  Divide the chunk size by the compression ratio
14635         (needed for MACE audio)
14636
14637 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14638
14639         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
14640           Fix buffer overflow read error.
14641
14642 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14643
14644         * ext/alsa/gstalsa.h:
14645           Remove unused entry.
14646         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
14647           Add cinepak.
14648         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
14649         (gst_videodrop_link), (gst_videodrop_chain):
14650           Fix, sort of. Was horribly broken with new capsnego. Bah...
14651
14652 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
14653
14654         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
14655         (plugin_init):
14656         Add a monkeysaudio typefind function
14657
14658 2004-03-23  Johan Dahlin  <johan@gnome.org>
14659
14660         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
14661         (gst_play_video_fixate): Check so the structure has the field
14662         before trying to fixate them, this makes it possible to have
14663         fakesinks for video and audio output without printing errors on
14664         the output console.
14665
14666 2004-03-22  David Schleef  <ds@schleef.org>
14667
14668         * sys/oss/Makefile.am:
14669         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
14670         (check_rate), (add_rate):  Rate probing test app.
14671
14672 2004-03-21  Benjamin Otte  <otte@gnome.org>
14673
14674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
14675         (_fixate_caps_to_int), (gst_audio_convert_fixate):
14676           add a fixation function that pretty much does the right thing (fixes
14677           #137556)
14678
14679 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
14680
14681         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
14682
14683 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
14684
14685         reviewed by: Benjamin Otte  <otte@gnome.org>
14686
14687         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
14688           terminate gst_event_new_discontinuous correctly (fixes parts of
14689           #137711)
14690
14691 2004-03-19  David Schleef  <ds@schleef.org>
14692
14693         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
14694         since it doesn't depend on X, and it's part of our ABI.
14695
14696 2004-03-19  Iain <iain@prettypeople.org>
14697
14698         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
14699         is_int in the structure, not the local variable.
14700
14701 2004-03-19  David Schleef  <ds@schleef.org>
14702
14703         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
14704         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
14705         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
14706         Improvements in caps negotiation.
14707
14708 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14709
14710         * po/LINGUAS:
14711         * po/af.po:
14712           adding Afrikaans (Petri Jooste)
14713
14714 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14715
14716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14717         (gst_ffmpegcolorspace_chain):
14718         throw error instead of g_critical (#137588)
14719
14720 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14721
14722         * Makefile.am:
14723         * configure.ac:
14724           dist common and m4 correctly
14725         * po/sv.po:
14726
14727 2004-03-17  David Schleef  <ds@schleef.org>
14728
14729         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
14730         (bug #137348)
14731
14732 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14733
14734         * po/LINGUAS:
14735         * po/sv.po:
14736           adding Swedish translation (Christian Rose)
14737
14738 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14739
14740         * Makefile.am: use release.mak
14741
14742 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14743
14744         * common/ChangeLog:
14745         * common/gst-autogen.sh:
14746           add some explanation about the version detection
14747         * configure.ac:
14748           fix X check
14749
14750 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14751
14752         * configure.ac: bump nano to 1
14753
14754 === release 0.8.0 ===
14755
14756 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14757
14758         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
14759
14760 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
14761
14762         * configure.ac:
14763           update libtool version
14764         * gst-libs/gst/media-info/Makefile.am:
14765           actually use libtool version
14766
14767 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14768
14769         * configure.ac: fix speex detection to work with 1.0 but not 1.1
14770
14771 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14772
14773         * configure.ac:
14774         * gst-plugins.spec.in:
14775         * pkgconfig/Makefile.am:
14776         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14777         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14778         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14779         * pkgconfig/gstreamer-libs.pc.in:
14780         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14781         * pkgconfig/gstreamer-play-uninstalled.pc.in:
14782         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
14783         * pkgconfig/gstreamer-plugins.pc.in:
14784           remove @VERSION@ from some of the pc files since core and plugins
14785           are decoupled.
14786           created gstreamer-plugins.pc as it's a better name, but keeping
14787           -libs around for now to get fixes upstream done first.
14788
14789 2004-03-15  Julien MOUTTE <julien@moutte.net>
14790
14791         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
14792         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
14793         * gst-libs/gst/play/play.h:
14794
14795 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14796
14797         * *.c, *.cc: don't mix tabs and spaces
14798
14799 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14800
14801         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
14802           use the new ffmpegcolorspace
14803         * gst-plugins.spec.in:
14804           package new colorspace and media-info
14805         * configure.ac:
14806         * pkgconfig/Makefile.am:
14807           fix some more disting issues
14808         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
14809         * pkgconfig/gstreamer-media-info.pc.in:
14810           generate media-info pc files
14811
14812 2004-03-15  Johan Dahlin  <johan@gnome.org>
14813
14814         * *.h: Revert indenting
14815
14816 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14817
14818         * configure.ac:
14819           adding ffmpegcolorspace element
14820         * gst/ffmpegcolorspace/Makefile.am:
14821         * gst/ffmpegcolorspace/avcodec.h:
14822         * gst/ffmpegcolorspace/common.h:
14823         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
14824         * gst/ffmpegcolorspace/dsputil.h:
14825         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
14826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14827         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
14828         (gst_ffmpeg_caps_to_pix_fmt):
14829         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
14830         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14831         (gst_ffmpegcolorspace_caps_remove_format_info),
14832         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
14833         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
14834         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
14835         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
14836         (gst_ffmpegcolorspace_set_property),
14837         (gst_ffmpegcolorspace_get_property),
14838         (gst_ffmpegcolorspace_register):
14839         * gst/ffmpegcolorspace/imgconvert.c:
14840         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
14841         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
14842         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
14843         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
14844         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
14845         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
14846         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
14847         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
14848         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
14849         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
14850         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
14851         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
14852         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
14853         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
14854         (img_get_alpha_info), (deinterlace_line),
14855         (deinterlace_line_inplace), (deinterlace_bottom_field),
14856         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
14857         * gst/ffmpegcolorspace/imgconvert_template.h:
14858         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
14859         * gst/ffmpegcolorspace/mmx.h:
14860         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
14861           adding ffmpegcolorspace element supplied by Ronald after cleaning
14862           up and pulling in the right bits of upstream source.
14863           I'm sure a better C/compiler wizard could do some cleaning up (for
14864           example use GLIB's malloc stuff), but as a first pass this
14865           works very well
14866
14867 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14868
14869         * ext/alsa/gstalsa.h:
14870           I assume Ronald forgot to commit the change to have cardname
14871           as a struct member.  Expect some public spanking at the next
14872           opportunity.
14873
14874 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14875
14876         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
14877         (gst_alsa_open_audio), (gst_alsa_close_audio):
14878         * ext/alsa/gstalsa.c:
14879           Don't open the device if we're a mixer (= padless).
14880         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
14881         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
14882         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
14883           Open mixer during state change rather than during object
14884           initialization. Also, get a device name. Currently in a somewhat
14885           hackish fashion, but I didn't really find something better.
14886
14887 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14888
14889         * *.c, *.h: run gst-indent
14890
14891 2004-03-14  Benjamin Otte  <otte@gnome.org>
14892
14893         * gst/modplug/gstmodplug.cc:
14894         * gst/modplug/gstmodplug.h:
14895           set correct timestamps on outgoing buffers
14896
14897 2004-03-14  Benjamin Otte  <otte@gnome.org>
14898
14899         * gst/modplug/gstmodplug.cc:
14900           handle events - don't do crap when a discont arrives that's not
14901           necessary
14902           This allows correct loading and playback of mods in Rhythmbox
14903
14904 2004-03-14  Benjamin Otte  <otte@gnome.org>
14905
14906         * configure.ac:
14907         * gst-libs/gst/gconf/Makefile.am:
14908         * pkgconfig/Makefile.am:
14909           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
14910           they get rebuilt properly
14911         * configure.ac:
14912           when checking for vorbis, try pkgconfig first.
14913         * gst/modplug/gstmodplug.cc:
14914           add fixate function
14915
14916 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14917
14918         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
14919           Fix for obvious mistake, where we first shift the offset and then
14920           read a samplesize element assuming the old offset. Note that this
14921           part still has something weird, i.e. my movies containing those
14922           don't actually play well, but at least there's something that looks
14923           like sound now.
14924
14925 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
14926         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
14927         (plugin_init):
14928         Add a typefind function for speex format
14929
14930 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14931
14932         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
14933         (gst_asf_demux_setup_pad):
14934           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
14935           instead of 0. Reason is simple: some elements have a fps range
14936           of 1-max instead of 0-max. So now ASF video actually works.
14937
14938 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14939
14940         * po/LINGUAS:
14941         * po/sr.po:
14942           adding serbian as a language
14943
14944 2004-03-13  Benjamin Otte  <otte@gnome.org>
14945
14946         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
14947           return taglist correctly from _get function, don't gst_pad_push it.
14948           (fixes #137042)
14949
14950 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14951         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14952
14953 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14954
14955         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
14956         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
14957         (gst_alsa_mixer_track_new):
14958         * ext/alsa/gstalsamixertrack.h:
14959           Fix ancient leftovers... MixerTrack is a GObject.
14960
14961 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14962
14963         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
14964         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14965           Don't block during probing...
14966
14967 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14968
14969         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
14970         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
14971         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
14972         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
14973         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
14974         (gst_alsa_open_audio), (gst_alsa_close_audio):
14975         * ext/alsa/gstalsa.h:
14976           Add propertyprobe interface implementation, add some device-name
14977           property, all this so that it looks good in gnome-volume-control.
14978
14979 2004-03-12  David Schleef  <ds@schleef.org>
14980
14981         * configure.ac: the Hermes library controls hermescolorspace, not
14982         colorspace.
14983         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
14984         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
14985         not /* */
14986         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
14987         * ext/sdl/sdlvideosink.h: ditto.
14988         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
14989
14990 2004-03-12  Benjamin Otte  <otte@gnome.org>
14991
14992         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
14993         (gst_x_overlay_got_xwindow_id):
14994         * gst-libs/gst/xoverlay/xoverlay.h:
14995           replace XID with unsigned long to get rid of the xlibs dependency in
14996           XOverlay (fixes #137004)
14997
14998 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
14999         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
15000         (gst_agingtv_setup):
15001         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
15002         (gst_dicetv_base_init), (gst_dicetv_class_init),
15003         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
15004         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
15005         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
15006         (gst_edgetv_setup), (gst_edgetv_rgb32):
15007         * gst/effectv/gsteffectv.c:
15008         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
15009         (gst_quarktv_set_property):
15010         * gst/effectv/gstrev.c: (gst_revtv_get_type),
15011         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
15012         (gst_revtv_setup), (gst_revtv_rgb32):
15013         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
15014         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
15015         (gst_shagadelictv_init), (gst_shagadelictv_setup),
15016         (gst_shagadelictv_rgb32):
15017         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
15018         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
15019         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
15020         * gst/effectv/gstwarp.c:
15021         Port everything that can be ported to videofilter and fix up the caps.
15022         Can someone with a big-endian machine please check these?
15023
15024 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15025
15026         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
15027         (gst_osssink_chain), (gst_osssink_change_state):
15028           Latest fixes for A/V sync, audio playback and such. This is about
15029           all... MPEG playback issues are mostly related to the async build-
15030           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
15031
15032 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15033
15034         patch from: Stephane Loeuillet
15035
15036         * configure.ac:
15037           use pkg-config for some libraries, falling back to the old .m4 way
15038           (fixes #131270)
15039         * m4/libdv.m4:
15040           removed
15041
15042 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
15043
15044         * configure.ac:
15045         * tools/Makefile.am:
15046         * tools/Makefile.in:
15047         * tools/gst-launch-ext-m.m:
15048         * tools/gst-launch-ext.1.in:
15049         * tools/gst-visualise-m.m:
15050         * tools/gst-visualise.1:
15051         * tools/gst-visualise.1.in:
15052           reorganizing generation of script tools
15053
15054 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15055
15056         * ext/divx/gstdivxdec.c:
15057           Downgrade priority. We prefer ffdec_mpeg4.
15058         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
15059         (gst_faad_chain), (gst_faad_change_state):
15060           Fix capsnego. Doesn't work for some sounds because we don't have
15061           a 5:1 to stereo element.
15062         * ext/xvid/gstxvid.c: (plugin_init):
15063           Add priority.
15064         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
15065         (gst_osssink_change_state):
15066           Add discont handling.
15067
15068 2004-03-09  Colin Walters  <walters@verbum.org>
15069
15070         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
15071         conversion.
15072
15073 2004-03-09  Benjamin Otte  <otte@gnome.org>
15074
15075         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15076           the signals take 2 arguments
15077
15078 2004-03-09  David Schleef  <ds@schleef.org>
15079
15080         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
15081         (gst_alsa_fixate): Add fixate function.  (bug #136686)
15082         * ext/alsa/gstalsa.h:
15083         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
15084
15085 2004-03-09  Benjamin Otte  <otte@gnome.org>
15086
15087         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
15088         (gst_mikmod_change_state):
15089         * ext/mikmod/gstmikmod.h:
15090           make mikmod's loop function not loop infinitely and call
15091           gst_element_yield anymore
15092         * gst/modplug/gstmodplug.cc:
15093           fix pad negotiation (fixes #136590)
15094
15095 2004-03-09  David Schleef  <ds@schleef.org>
15096
15097         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
15098         doesn't conflict with the internal colorspace plugin.
15099         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
15100         satisfy the crappy-ass shell shipped by a certain vendor.
15101         * gst/videofilter/make_filter: same (bug #135299)
15102
15103 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15104
15105         * configure.ac: bump nano to 1
15106
15107 === release 0.7.6 ===
15108
15109 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15110
15111         * configure.in: releasing 0.7.6, "There"
15112
15113 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15114
15115         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15116         * pkgconfig/gstreamer-play.pc.in:
15117           synchronize the two
15118
15119 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15120
15121         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
15122         (cdparanoia_open), (cdparanoia_event):
15123           fix/add error handling
15124         * po/POTFILES.in:
15125           add cdparanoia source
15126         * tools/Makefile.am:
15127           make scripts executable
15128
15129 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
15130
15131         * configure.ac:
15132         * ext/vorbis/Makefile.am:
15133         * sys/Makefile.am:
15134           remove id3types, vorbisfile and xvideosink from the build (#133783)
15135
15136 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15137
15138         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
15139           Fix metadata read crash (#136537).
15140
15141 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15142
15143         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
15144         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
15145           adding mime types, fixing the one-stop function
15146
15147 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15148
15149         * ext/nas/nassink.c and /ext/nas/nassink.h:
15150         More NAS love from Arwed von Merkatz
15151         So lets all sing 'Can you feel the NAS tonight'
15152
15153 2004-03-08  Christian Schaller <Uraeus@gnome.org>
15154
15155         * tools/gst-launch-ext.in:
15156         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
15157
15158 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15159
15160         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
15161         (gst_mpeg2dec_init):
15162         remove the user_data pad for now, because it is being used in
15163         fixating causing MPEG playback to fixate on 1000 Hz for playback.
15164         If someone knows how to fix this properly, please do.
15165
15166 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
15167
15168         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15169         (gst_osssink_get_time):
15170         add a warning, IMO this won't get triggered anymore, remove later
15171
15172 2004-03-07  David Schleef  <ds@schleef.org>
15173
15174         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
15175         format (bug #136470)
15176
15177 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
15178
15179         * gst-libs/Makefile.am:
15180         * gst-libs/gst/media-info/Makefile.am:
15181         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
15182         (error_callback), (gst_media_info_error_create),
15183         (gst_media_info_error_element), (gmip_init), (gmip_reset),
15184         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
15185         * gst-libs/gst/media-info/media-info-priv.h:
15186         * gst-libs/gst/media-info/media-info-test.c: (main):
15187         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
15188         (gst_media_info_class_init), (gst_media_info_instance_init),
15189         (gst_media_info_set_source), (gst_media_info_read_with_idler),
15190         (gst_media_info_read_idler), (gst_media_info_read):
15191         * gst-libs/gst/media-info/media-info.h:
15192         fixed, should work now
15193
15194 2004-03-07  Christian Schaller <Uraeus@gnome.org>
15195
15196         * ext/nas/nassink.c:
15197         A bunch of NAS fixes from Arwed von Merkatz
15198
15199 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15200
15201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
15202         (qtdemux_parse_trak):
15203           Fix crash (j might be greater than n_samples, in which case we're
15204           writing outside the allocated space for the array) and memleak.
15205
15206 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15207
15208         * sys/oss/gstosssink.c: (gst_osssink_chain):
15209           And another caller that couldn't handle delay < 0 (unsigned
15210           integer overflow). Video now continues playing on an audio
15211           buffer underrun, and the clock continues working. Audio still
15212           stalls.
15213
15214 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15215
15216         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15217         (gst_osssink_get_time):
15218           get_delay() may return values lower than 0. In those cases, we
15219           should not actually cast to *unsigned* int64, that will break
15220           stuff horribly. In my case, it screwed up A/V sync in movies
15221           in totem rather badly.
15222
15223 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15224
15225         * ext/faac/gstfaac.c: (gst_faac_chain):
15226         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
15227         * ext/libpng/gstpngenc.c: (user_write_data):
15228         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
15229         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
15230         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
15231         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15232         Fix several misuse of gst_buffer_merge (it doesn't take ownership
15233         of any buffer), should fix some leaks. I hope I didn't unref buffers
15234         that shouldn't be...
15235
15236 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15237
15238         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
15239         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
15240         (error_callback), (gmi_reset), (gmi_seek_to_track),
15241         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
15242         (gmip_find_type_post), (gmip_find_stream_post),
15243         (gmip_find_track_streaminfo_post):
15244         * gst-libs/gst/media-info/media-info-priv.h:
15245         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
15246         (info_print), (main):
15247         * gst-libs/gst/media-info/media-info.c:
15248         (gst_media_info_error_create), (gst_media_info_error_element),
15249         (gst_media_info_instance_init), (gst_media_info_get_property),
15250         (gst_media_info_new), (gst_media_info_set_source),
15251         (gst_media_info_read_idler), (gst_media_info_read):
15252         * gst-libs/gst/media-info/media-info.h:
15253           first pass at making this work again.  This seems to work on
15254           tagged ogg/vorbis and mp3 files.
15255
15256 2004-03-06  Benjamin Otte  <otte@gnome.org>
15257
15258         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15259           fix huge leak: gst_buffer_merge doesn't unref the first argument
15260           itself.
15261
15262 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15263
15264         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
15265           report layer/mode/emphasis
15266
15267 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15268
15269         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
15270
15271 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15272
15273         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
15274           signal serial
15275
15276 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15277
15278         * ext/vorbis/vorbis.c: (plugin_init):
15279         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
15280         (gst_vorbis_dec_init), (vorbis_dec_event):
15281         add debug category
15282         make vorbisdec handle _BYTE and _TIME queries
15283
15284 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15285
15286         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
15287           from the xing header
15288
15289 2004-03-06  Benjamin Otte  <otte@gnome.org>
15290
15291         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
15292         (gst_audio_convert_link), (gst_audio_convert_change_state),
15293         (gst_audio_convert_buffer_from_default_format):
15294           do conversions from/to float correctly, fix some caps nego errors,
15295           export correct supported caps in template and getcaps, use correct
15296           caps in try_set_caps functions
15297
15298 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15299
15300         For some reason, I only committed a ChangeLog entry yesterday and
15301         not the corresponding code...
15302         * ext/mad/gstmad.c: Fix detection of Xing headers
15303         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15304
15305 2004-03-06  Benjamin Otte  <otte@gnome.org>
15306
15307         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
15308         (gst_ogg_demux_src_query):
15309           make sure to handle the case where there's no current chain
15310           gracefully.
15311
15312 2004-03-05  David Schleef  <ds@schleef.org>
15313
15314         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
15315         Add fixate function. (bug #131128)
15316         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
15317         (gst_sdlvideosink_fixate):  Add fixate function.
15318         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15319         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
15320         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
15321         Fix missing break that was causing ulaw to be interpreted as
15322         raw int.
15323
15324 2004-03-05  David Schleef  <ds@schleef.org>
15325
15326         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
15327         Fix code that ignores return value of gst_buffer_merge().
15328         (bug #114560)
15329         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
15330         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
15331         * testsuite/gst-lint:  Check for above.
15332
15333 2004-03-05  David Schleef  <ds@schleef.org>
15334
15335         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
15336         caps and throw an element error.  (bug #136334)
15337
15338 2004-03-05  David Schleef  <ds@schleef.org>
15339
15340         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
15341         (gst_faad_chain): Fix negotiation.
15342         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
15343         key and button events.
15344         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
15345         dung heap of code.
15346         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
15347         depends on gconf
15348         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
15349         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
15350         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
15351         function to encourage better negotiation, particularly between
15352         audioconvert and osssink.
15353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
15354         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
15355         more important.
15356         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
15357         typefinding.
15358         * gst/vbidec/vbiscreen.c:  Add glib header
15359         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
15360
15361 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
15362
15363         * ext/mad/gstmad.c: Fix detection of Xing headers
15364         * gst/tags/gstid3tag.c: Changes to support TLEN tags
15365
15366 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
15367
15368         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
15369         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
15370           debug updates
15371
15372 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
15373
15374         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15375         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
15376         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
15377         files, and report the parsed length as a GST_TAG_DURATION tag.
15378         * gst/tags/gstid3tag.c: support TLEN (duration) tag
15379
15380 2004-03-05  Benjamin Otte  <otte@gnome.org>
15381
15382         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
15383           convert channels correctly. convert correctly to unsigned.
15384
15385 2004-03-05  Julien MOUTTE <julien@moutte.net>
15386
15387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
15388         we have a window before clearing it.
15389
15390 2004-03-05  Julien MOUTTE <julien@moutte.net>
15391
15392         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
15393         have a window before clearing it.
15394
15395 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15396
15397         * gconf/gstreamer.schemas.in:
15398         * gst-libs/gst/gconf/Makefile.am:
15399           version installation path the same way as for 0.6
15400         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
15401         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15402         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15403           remove comment that was fixed
15404
15405 2004-03-05  David Schleef  <ds@schleef.org>
15406
15407         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
15408         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
15409         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
15410         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
15411         Add prototype code for handling seeking and querying.
15412
15413 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15414
15415         * examples/gstplay/player.c: (main):
15416           Initialize variables to NULL. Prevents a segfault because the
15417           (uninitialized) variable is not NULL, resulting in a crash on
15418           trying to reach error->message.
15419
15420 2004-03-05  Benjamin Otte  <otte@gnome.org>
15421
15422         * gst/audioconvert/gstaudioconvert.c:
15423         (gst_audio_convert_buffer_to_default_format):
15424         make float=>int conversion work correctly even in cornercases.
15425
15426 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
15427
15428         * debian/README.Debian:
15429         * debian/build-deps:
15430         * debian/changelog:
15431         * debian/control:
15432         * debian/control.in:
15433         * debian/copyright:
15434         * debian/gstreamer-a52dec.files:
15435         * debian/gstreamer-aa.files:
15436         * debian/gstreamer-alsa.files:
15437         * debian/gstreamer-alsa.manpages:
15438         * debian/gstreamer-arts.files:
15439         * debian/gstreamer-artsd.files:
15440         * debian/gstreamer-audiofile.files:
15441         * debian/gstreamer-avifile.files:
15442         * debian/gstreamer-cdparanoia.files:
15443         * debian/gstreamer-colorspace.files:
15444         * debian/gstreamer-doc.files:
15445         * debian/gstreamer-dv.files:
15446         * debian/gstreamer-dvd.files:
15447         * debian/gstreamer-esd.files:
15448         * debian/gstreamer-festival.files:
15449         * debian/gstreamer-flac.files:
15450         * debian/gstreamer-gconf.conffiles:
15451         * debian/gstreamer-gconf.files:
15452         * debian/gstreamer-gconf.postinst:
15453         * debian/gstreamer-gnomevfs.files:
15454         * debian/gstreamer-gsm.files:
15455         * debian/gstreamer-http.files:
15456         * debian/gstreamer-jack.files:
15457         * debian/gstreamer-jpeg.files:
15458         * debian/gstreamer-mad.files:
15459         * debian/gstreamer-mikmod.files:
15460         * debian/gstreamer-misc.files:
15461         * debian/gstreamer-mpeg2dec.files:
15462         * debian/gstreamer-oss.files:
15463         * debian/gstreamer-plugin-apps.files:
15464         * debian/gstreamer-plugin-apps.manpages:
15465         * debian/gstreamer-plugin-libs-dev.files:
15466         * debian/gstreamer-plugin-libs.files:
15467         * debian/gstreamer-plugin-template.postinst:
15468         * debian/gstreamer-plugin-template.postrm:
15469         * debian/gstreamer-sdl.files:
15470         * debian/gstreamer-sid.files:
15471         * debian/gstreamer-vorbis.files:
15472         * debian/gstreamer-x.files:
15473         * debian/mk.control:
15474         * debian/rules:
15475         Debian package info not maintained here.
15476
15477 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15478
15479         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
15480         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
15481         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
15482         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
15483         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
15484         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
15485         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
15486         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
15487         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
15488         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
15489         * gst-libs/gst/colorbalance/colorbalance.c:
15490         (gst_color_balance_class_init):
15491         * gst-libs/gst/colorbalance/colorbalancechannel.c:
15492         (gst_color_balance_channel_class_init):
15493         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
15494         * gst-libs/gst/play/play.c: (gst_play_class_init):
15495         * gst-libs/gst/propertyprobe/propertyprobe.c:
15496         (gst_property_probe_iface_init):
15497         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
15498         * gst-libs/gst/tuner/tunerchannel.c:
15499         (gst_tuner_channel_class_init):
15500         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
15501         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
15502         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
15503         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
15504         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
15505         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15506         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15507         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
15508         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
15509           fix signals to use - instead of _
15510         * ext/libcaca/gstcacasink.h:
15511         * ext/sdl/sdlvideosink.h:
15512           fix header rename
15513
15514 2004-03-04  David Schleef  <ds@schleef.org>
15515
15516         * testsuite/gst-lint:  Add a check for bad signal names.
15517
15518 2004-03-04  <kost@imn.htwk-leipzig.de>
15519
15520         reviewed by David Schleef
15521
15522         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
15523         modified the alpha channel and caused a warning. (bug #136192)
15524
15525 2004-04-03  Christian Schaller <Uraeus@gnome.org>
15526
15527         * gst-plugins.spec.in:
15528         Change names of plugins to actually be correct. Try to keep things
15529         alphabetical to avoid getting beat up by Thomas
15530
15531 2004-03-03  Julien MOUTTE <julien@moutte.net>
15532
15533         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
15534         Using ximagesink as a default if no gconf key found. We should
15535         probably consider using alsasink instead of osssink for the audio
15536         part.
15537
15538 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15539
15540         * configure.ac:
15541           fix --with-plugins, don't think it ever worked before
15542         * gst-plugins.spec.in:
15543           even more updates
15544
15545 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15546
15547         * ext/sdl/sdlvideosink.h:
15548         * sys/ximage/ximagesink.h:
15549         * sys/xvideo/xvideosink.h:
15550         * sys/xvimage/xvimagesink.h:
15551           Fix for move of gstvideosink.h -> videosink.h.
15552
15553 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
15554
15555         * gst-libs/gst/xwindowlistener/Makefile.am:
15556           this is a plugin library, not a library
15557
15558 2004-03-01  David Schleef  <ds@schleef.org>
15559
15560         * AUTHORS:  Added some names.  Add yourself if you're still
15561         missing.
15562
15563 2004-03-01  David Schleef  <ds@schleef.org>
15564
15565         * MAINTAINERS: Add
15566
15567 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15568
15569         * gst-plugins.spec.in: clean up spec file
15570
15571 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15572
15573         * gst-libs/gst/video/Makefile.am:
15574         * gst-libs/gst/video/gstvideosink.c:
15575         * gst-libs/gst/video/gstvideosink.h:
15576           rename gstvideosink.h to videosink.h to match other headers
15577         * gst/mixmatrix/Makefile.am:
15578           fix plugin filename
15579         * gst/tags/Makefile.am: fix plugin filename
15580
15581 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15582
15583         * gst/tags/Makefile.am: fix plugin filename
15584
15585 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15586
15587         * examples/gstplay/player.c: (got_time_tick), (main):
15588           add error handler
15589           display time_tick more readably
15590         * gst/mixmatrix/Makefile.am:
15591           fix plugin file name
15592
15593 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
15594
15595         * sys/oss/gstosselement.c: (gst_osselement_probe),
15596         (device_combination_append), (gst_osselement_class_probe_devices):
15597         * sys/oss/gstosselement.h:
15598           Reworked enumeration of oss dsps and mixers so that gst-mixer works
15599           on my system using alsa oss emulation, fixes bug #135597
15600
15601 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15602
15603         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
15604         (gst_videodrop_chain), (gst_videodrop_change_state):
15605         * gst/videodrop/gstvideodrop.h:
15606           Work based on timestamp of input data, not based on the expected
15607           framerate from the input. The consequence is that this element now
15608           not only scales framerates, but also functions as a framerate
15609           corrector or framerate stabilizer/constantizer.
15610
15611 2004-02-27  David Schleef  <ds@schleef.org>
15612
15613         patches from jmmv@menta.net (Julio M. Merino Vidal)
15614
15615         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
15616         GST_ELEMENT_ERROR call (bug #135634)
15617         * gst/interleave/interleave.c: (interleave_buffered_loop),
15618         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
15619         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
15620         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
15621         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
15622         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
15623         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
15624         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
15625         Fix GST_ELEMENT_ERROR call.
15626         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
15627         GST_ELEMENT_ERROR call.
15628
15629 2004-02-27  Benjamin Otte  <otte@gnome.org>
15630
15631         * gst-libs/gst/audio/audio.h:
15632           add macro to make sure header isn't included twice
15633         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
15634           don't use gst_buffer_free
15635         * gst/playondemand/filter.func:
15636           don't use gst_data_free. Free data only once.
15637
15638 2004-02-26  David Schleef  <ds@schleef.org>
15639
15640         * gst-libs/gst/colorbalance/Makefile.am:
15641         * gst-libs/gst/mixer/Makefile.am:
15642         * gst-libs/gst/tuner/Makefile.am:
15643         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
15644         should not be disted, -marshal.h files should not be installed,
15645         and -enum.h files _should_ be installed.  Fix to make this the
15646         case.
15647
15648 === release 0.7.5 ===
15649
15650 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15651
15652         * configure.ac: release 0.7.5, "Under The Sea"
15653
15654 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15655
15656         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
15657         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
15658         * gst/videoscale/gstvideoscale.c:
15659         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15660           assorted debug/warning fixes
15661
15662 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15663
15664         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
15665         (gst_videoscale_init), (gst_videoscale_chain),
15666         (gst_videoscale_set_property), (plugin_init):
15667         * gst/videoscale/gstvideoscale.h:
15668         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
15669         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
15670         (gst_videoscale_planar400), (gst_videoscale_packed422),
15671         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
15672         (gst_videoscale_24bit), (gst_videoscale_16bit),
15673         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
15674         (gst_videoscale_scale_plane_slow),
15675         (gst_videoscale_scale_point_sample),
15676         (gst_videoscale_scale_nearest),
15677         (gst_videoscale_scale_nearest_str2),
15678         (gst_videoscale_scale_nearest_str4),
15679         (gst_videoscale_scale_nearest_32bit),
15680         (gst_videoscale_scale_nearest_24bit),
15681         (gst_videoscale_scale_nearest_16bit):
15682         add debugging category and use it properly
15683         fix use of GST_PTR_FORMAT
15684
15685 2004-02-25  Andy Wingo  <wingo@pobox.com>
15686
15687         * gst/interleave/interleave.c (interleave_buffered_loop): Always
15688         push only when channel->buffer is NULL. Prevents segfaults doing
15689         the state change after a nonlocal exit, like a scheme exception.
15690
15691         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15692         Handle the case where the intersected caps is empty.
15693
15694 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15695
15696         * gst/law/mulaw-decode.c: (mulawdec_link):
15697         * gst/law/mulaw.c: (plugin_init):
15698           fix mulawdec so it actually works again
15699
15700 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
15701
15702         reviewed by: David Schleef  <ds@schleef.org>
15703
15704         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
15705         (gst_gamma_init), (gst_gamma_set_property),
15706         (gst_gamma_get_property), (gst_gamma_calculate_tables),
15707         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
15708         for RGB, with separate r g and b correction factors. (#131167)
15709
15710 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15711
15712         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
15713           only signal tags for bitrate if they're > 0 (#134894)
15714
15715 2004-02-24  David Schleef  <ds@schleef.org>
15716
15717         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
15718         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
15719         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
15720         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
15721         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
15722         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
15723         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
15724         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
15725         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
15726         category.  Attempt to fix timestamp calculation.
15727
15728 2004-02-24  Johan Dahlin  <johan@gnome.org>
15729
15730         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
15731
15732 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
15733
15734         * configure.ac:
15735         * gconf/Makefile.am:
15736         * gconf/gstreamer.schemas:
15737         * gst-libs/gst/gconf/Makefile.am:
15738         * gst-libs/gst/gconf/gconf.c:
15739           version gconf schemas and install locations
15740
15741 2004-02-23  Benjamin Otte  <otte@gnome.org>
15742
15743         * ext/xine/xineinput.c: (gst_xine_input_dispose):
15744         (gst_xine_input_subclass_init):
15745           call parent dispose.
15746           change pad template for CD reader correctly
15747         * ext/xine/Makefile.am:
15748         * ext/xine/gstxine.h:
15749         * ext/xine/xine.c: (plugin_init):
15750         * ext/xine/xineaudiosink.c:
15751           wrap audio sinks, too
15752         * gst-libs/gst/resample/private.h:
15753         * gst-libs/gst/resample/resample.c: (gst_resample_init),
15754         (gst_resample_reinit), (gst_resample_scale),
15755         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
15756         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
15757         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
15758         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
15759         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
15760         * gst-libs/gst/resample/resample.h:
15761         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
15762         (gst_audioscale_class_init), (gst_audioscale_link),
15763         (gst_audioscale_get_buffer), (gst_audioscale_init),
15764         (gst_audioscale_chain), (gst_audioscale_set_property),
15765         (gst_audioscale_get_property):
15766         * gst/audioscale/gstaudioscale.h:
15767           s/resample_*/gst_resample_*/i to not clobber namespaces
15768
15769 2004-02-23  Julien MOUTTE  <julien@moutte.net>
15770
15771         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
15772         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
15773         (gst_riff_create_video_template_caps),
15774         (gst_riff_create_audio_template_caps),
15775         (gst_riff_create_iavs_template_caps):
15776         * gst-libs/gst/riff/riff-media.h:
15777         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
15778         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
15779         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
15780         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
15781         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
15782         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
15783         (gst_matroska_demux_plugin_init): First batch implementing audio and
15784         video codec tags in demuxers.
15785
15786 2004-02-22  Benjamin Otte  <otte@gnome.org>
15787
15788         * ext/xine/Makefile.am:
15789         * ext/xine/gstxine.h:
15790         * ext/xine/xine.c: (plugin_init):
15791         * ext/xine/xineinput.c:
15792           add input plugin wrapper. Playback from files, http, mms and cdda
15793           works.
15794         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
15795           remove leftover G_GNUC_UNUSED
15796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
15797         (gst_asf_demux_identify_guid):
15798           improve debugging output
15799
15800 2004-02-22  Benjamin Otte  <otte@gnome.org>
15801
15802         reported by: Padraig O'Briain <padraig.obriain@sun.com>
15803
15804         * autogen.sh:
15805           replace test -e with test -x for mkinstalldirs to be more portable.
15806           (fixes #134816)
15807
15808 2004-02-22  Benjamin Otte  <otte@gnome.org>
15809
15810         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
15811
15812         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
15813           set rank to PRIMARY
15814         * gst/volume/gstvolume.c: (plugin_init):
15815           set rank to NONE
15816         fixes #134960
15817
15818 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
15819
15820         reviewed by Benjamin Otte  <otte@gnome.org>
15821
15822         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
15823           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
15824
15825 2004-02-22  Benjamin Otte  <otte@gnome.org>
15826
15827         * configure.ac:
15828           export [_]*{gst,Gst,GST}.* symbols from plugins
15829
15830 2004-02-22  Christophe Fergeau <teuf@gnome.org>
15831
15832         reviewed by: Benjamin Otte  <otte@gnome.org>
15833
15834         * ext/lame/gstlame.c: (add_one_tag):
15835         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
15836         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
15837         (gst_vorbisenc_metadata_set1):
15838         * gst/tags/gstid3tag.c:
15839         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
15840           apply fixes from bugs #135042 (lame can't write tags) and #133817
15841           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
15842
15843 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
15844
15845         * configure.ac: Export only gst_plugin_desc from plugins.
15846          Note that this change only makes any effect with Linux using libtool
15847          1.5.2 or higher. Otherwise it is silently ignored, but it would build
15848          fine. And don't try to have several versions of libtool in different
15849          directories.
15850
15851 2004-02-20  Andy Wingo  <wingo@pobox.com>
15852
15853         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
15854         interleave respectively.
15855
15856         * gst/interleave/deinterleave.c: New plugin: deinterleave
15857         (replaces on oneton).
15858         * gst/interleave/interleave.c: New plugin: interleave.
15859         * gst/interleave/plugin.h: Support file.
15860         * gst/interleave/plugin.c: Support file.
15861
15862         * configure.ac: Remove intfloat and oneton, add interleave.
15863
15864         * ext/sndfile/gstsf.c: Handle events better.
15865
15866         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
15867         and float2int operation. int2float has scheduling problems as
15868         noted in in2float_chain.
15869
15870 2004-02-20  Benjamin Otte  <otte@gnome.org>
15871
15872         * ext/xine/Makefile.am:
15873         * ext/xine/gstxine.h:
15874         * ext/xine/xine.c:
15875         * ext/xine/xineaudiodec.c:
15876         * ext/xine/xinecaps.c:
15877           add first version of xine plugin wrapper. Currently only wraps the
15878           QDM2 win32 DLL, and even that only in proof-of-concept quality.
15879         * configure.ac:
15880         * ext/Makefile.am:
15881           add xine plugin wrapper, disabled by default. Use --enable-xine to
15882           build. Note that it'll segfault on gst-register if you don't remove
15883           the goom and tvtime post plugins from xine.
15884         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
15885         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
15886           add extradata parsing for QDM2.
15887           change around debugging prints.
15888
15889 2004-02-19  Benjamin Otte  <otte@gnome.org>
15890
15891         * ext/lame/gstlame.c: (gst_lame_chain):
15892         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
15893           use gst_tag_list_insert when you want to insert tags
15894
15895 2004-02-18  David Schleef  <ds@schleef.org>
15896
15897         * configure.ac:  Move massink to gst-rotten
15898         * ext/Makefile.am:
15899         * ext/mas/Makefile.am:
15900         * ext/mas/massink.c:
15901         * ext/mas/massink.h:
15902
15903 2004-02-18  David Schleef  <ds@schleef.org>
15904
15905         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
15906         typefinding, since it seems to be worse than nothing.
15907         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
15908         atom to recognize .mp4 and .m4a files as video/quicktime.
15909
15910 2004-02-18  David Schleef  <ds@schleef.org>
15911
15912         * gst/sine/demo-dparams.c: (quit_live),
15913         (dynparm_log_value_changed), (dynparm_value_changed), (main):
15914         Use double dparams, not float.
15915         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
15916         (gst_sinesrc_init): Change sync default to FALSE, since multiple
15917         sync'd elements don't really work correctly.
15918         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
15919         (volume_update_volume), (volume_get_property):  Change dparam
15920         to double.
15921
15922 2004-02-18  Julien MOUTTE  <julien@moutte.net>
15923
15924         * sys/ximage/ximagesink.c:
15925         (gst_ximagesink_xwindow_update_geometry),
15926         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15927         (gst_ximagesink_change_state), (gst_ximagesink_expose),
15928         (gst_ximagesink_init): Rework the way software video scaling works. So
15929         now we check on each chain call if the video frames are feeling the
15930         window. If not we try to renegotiate caps. On failure we memorize that
15931         and we won't try again for that PLAYING sessions.
15932         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
15933         failure.
15934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
15935         synchronous flag.
15936
15937 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15938
15939         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
15940           break up _link so we can give a better debug message for errors
15941
15942 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
15943
15944         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15945           set up debug category
15946
15947 2004-02-18  Julien MOUTTE <julien@moutte.net>
15948
15949         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15950         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
15951         the way renegotiation work. The event handling function is not taking
15952         care of external windows and renegotiate method check for pad flags
15953         NEGOTIATING. Should fix : #133209
15954
15955 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15956
15957         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
15958         pad is negotiating before trying renegotiation.
15959
15960 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15961
15962         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
15963           pass on all possible mime types as typefind hints
15964
15965 2004-02-17  Julien MOUTTE <julien@moutte.net>
15966
15967         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15968         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
15969         possible SHM leak if we crash. All other apps using XShm are doing
15970         that.
15971
15972 2004-02-17  Julien MOUTTE  <julien@moutte.net>
15973
15974         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
15975         (gst_ximagesink_expose): Renegotiate size on expose.
15976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
15977         size on expose.
15978
15979 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15980
15981         * testsuite/alsa/sinesrc.c:
15982           cosmetic fix to fix compile issue with gcc 2.95.4
15983
15984 2004-02-16  Julien MOUTTE <julien@moutte.net>
15985
15986         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
15987         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
15988         failed opening the audio device.
15989         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15990         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
15991         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
15992         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
15993         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
15994         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
15995         (gst_ximagesink_change_state), (gst_ximagesink_chain),
15996         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
15997         Removing some useless g_return_if_fail like wingo suggested.
15998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
15999         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
16000         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16001         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
16002         (gst_xvimagesink_update_colorbalance),
16003         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
16004         (gst_xvimagesink_xcontext_clear),
16005         (gst_xvimagesink_get_fourcc_from_caps),
16006         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
16007         (gst_xvimagesink_set_xwindow_id),
16008         (gst_xvimagesink_colorbalance_list_channels),
16009         (gst_xvimagesink_colorbalance_set_value),
16010         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
16011         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
16012
16013 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16014
16015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
16016           throw error when not negotiated instead of asserting
16017
16018 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16019
16020         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
16021         correct data refcounting.
16022
16023 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16024
16025         * gst/switch/gstswitch.c: (gst_switch_change_state),
16026         (gst_switch_class_init): Cleaning the sinkpads correctly on state
16027         change, mostly the EOS flag.
16028
16029 2004-02-15  Julien MOUTTE  <julien@moutte.net>
16030
16031         * examples/gstplay/player.c: (got_eos), (main): Adding some
16032         output for debugging.
16033         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
16034         timeouts if we go to any state different from PLAYING.
16035         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
16036         more EOS bugs in riff lib.
16037
16038 2004-02-14  Julien MOUTTE  <julien@moutte.net>
16039
16040         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
16041         visualization until i find a way to fix switch correctly.
16042         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
16043         EOS arrives.
16044         * gst/switch/gstswitch.c: (gst_switch_release_pad),
16045         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
16046         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
16047         Reworked switch to get a more correct behaviour with events and refing
16048         of data stored in sinkpads.
16049         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
16050         we don't pull from a pad in EOS.
16051
16052 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16053
16054         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16055           remove v1 tag even if we can't read it (makes sure we don't detect
16056           it again)
16057
16058 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16059
16060         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
16061         (gst_alsa_xrun_recovery):
16062         * ext/alsa/gstalsa.h:
16063           try xrun recovery when wait failed. Make xrun recovery function
16064           return TRUE/FALSE to indicate success. (might fix #134354)
16065
16066 2004-02-13  David Schleef  <ds@schleef.org>
16067
16068         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
16069         (dynparm_value_changed), (main): Convert from float to double.
16070         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
16071
16072 2004-02-13  David Schleef  <ds@schleef.org>
16073
16074         * gst/silence/gstsilence.c: (gst_silence_class_init),
16075         (gst_silence_set_clock), (gst_silence_get),
16076         (gst_silence_set_property), (gst_silence_get_property):
16077         * gst/silence/gstsilence.h: Add sync property.
16078         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16079         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
16080         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
16081         * gst/sine/gstsinesrc.h: Add sync property.
16082
16083 2004-02-13  David Schleef  <ds@schleef.org>
16084
16085         * gst/intfloat/gstint2float.c: (conv_f32_s16),
16086         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
16087
16088 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16089
16090         * configure.ac:
16091         * ext/Makefile.am:
16092         * gst-libs/ext/Makefile.am:
16093           move ffmpeg plugin to gst-ffmpeg module
16094
16095 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16096
16097         * configure.ac: use GST_ARCH to detect architecture
16098
16099 2004-02-12  Julien MOUTTE  <julien@moutte.net>
16100
16101         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
16102
16103 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
16104
16105         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
16106           classify LADSPA plugins based on number of src/sink pads
16107           (#133663, Stefan Kost)
16108         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
16109           fix dparams registration
16110           (#133528, Stefan Kost)
16111         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
16112           fix use of isprint and use g_ascii_isprint instead
16113           (#133316, Stefan Kost)
16114
16115 2004-02-11  David Schleef  <ds@schleef.org>
16116
16117         Convert a few inner loops to use liboil.  This is currently
16118         optional, and is only enabled if liboil is present (duh!).
16119         * configure.ac: Check for liboil-0.1
16120         * gst/intfloat/Makefile.am:
16121         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
16122         (gst_int2float_chain_gint16):
16123         * gst/videofilter/Makefile.am:
16124         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
16125         (tablelookup_u8), (gst_videobalance_planar411):
16126         * gst/videotestsrc/Makefile.am:
16127         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
16128         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
16129         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
16130         (paint_hline_RGB565), (paint_hline_xRGB1555):
16131
16132 2004-02-11  David Schleef  <ds@schleef.org>
16133
16134         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
16135         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
16136         (gst_colorspace_getcaps), (gst_colorspace_link),
16137         (gst_colorspace_base_init), (gst_colorspace_init),
16138         (gst_colorspace_chain), (gst_colorspace_change_state),
16139         (plugin_init): Merge Ronald's patch (bug #117897) and update
16140         for new caps and negotiation.  Seems to work, although it
16141         shows off bugs in lcs.
16142
16143 2004-02-11  David Schleef  <ds@schleef.org>
16144
16145         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
16146         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
16147
16148 2004-02-11  David Schleef  <ds@schleef.org>
16149
16150         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
16151         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
16152         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
16153         Add server and port properties
16154
16155 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16156
16157         * m4/a52.m4:
16158         * m4/aalib.m4:
16159         * m4/as-ffmpeg.m4:
16160         * m4/as-liblame.m4:
16161         * m4/as-slurp-ffmpeg.m4:
16162         * m4/check-libheader.m4:
16163         * m4/esd.m4:
16164         * m4/freetype2.m4:
16165         * m4/gconf-2.m4:
16166         * m4/glib.m4:
16167         * m4/gst-alsa.m4:
16168         * m4/gst-artsc.m4:
16169         * m4/gst-ivorbis.m4:
16170         * m4/gst-matroska.m4:
16171         * m4/gst-sdl.m4:
16172         * m4/gst-shout2.m4:
16173         * m4/gst-sid.m4:
16174         * m4/gtk.m4:
16175         * m4/libdv.m4:
16176         * m4/libfame.m4:
16177         * m4/libmikmod.m4:
16178         * m4/ogg.m4:
16179         * m4/vorbis.m4:
16180           fix underquotedness of macros (#133800)
16181         * m4/as-avifile.m4:
16182         * m4/xmms.m4:
16183           removed because no longer used
16184
16185 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
16186
16187         * configure.ac:
16188           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
16189           by autopoint (fixes #132996)
16190
16191 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16192
16193         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
16194         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
16195         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
16196         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
16197           fix memleaks
16198
16199 2004-02-11  David Schleef  <ds@schleef.org>
16200
16201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
16202         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
16203         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
16204         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
16205         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
16206         (gst_jpegenc_class_init), (gst_jpegenc_init),
16207         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
16208         (gst_jpegenc_chain), (gst_jpegenc_set_property),
16209         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
16210         * ext/jpeg/gstjpegenc.h: Fix negotiation.
16211
16212 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16213
16214         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
16215         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
16216         * ext/mikmod/gstmikmod.h:
16217           fix caps negotiation in mikmod
16218         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
16219           output debug information
16220
16221 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16222
16223         * gst-libs/gst/colorbalance/Makefile.am:
16224         * gst-libs/gst/navigation/Makefile.am:
16225         * gst-libs/gst/xoverlay/Makefile.am:
16226           remove unused GST_OPT_CFLAGS from Makefiles
16227           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
16228
16229 2004-02-07  David Schleef  <ds@schleef.org>
16230
16231         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
16232         push events to pads that haven't been created (#133508)
16233
16234 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
16235
16236         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
16237         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
16238         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
16239         (gst_dvdec_loop), (gst_dvdec_change_state):
16240         Second attempt at committing a working dvdec element.
16241
16242 2004-02-06  David Schleef  <ds@schleef.org>
16243
16244         Build fixes for OS X: (see #129600)
16245         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
16246         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
16247         (gst_riff_read_strf_iavs):
16248         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
16249         (gst_avi_demux_stream_odml):
16250         * gst/playondemand/Makefile.am:
16251         * gst/rtp/rtp-packet.c:
16252
16253 2004-02-05  David Schleef  <ds@schleef.org>
16254
16255         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
16256         last change, because it Just Doesn't Compile.
16257
16258 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16259
16260         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
16261           skip undecodable id3v2 tag instead of keeping it
16262
16263 2004-02-05  David Schleef  <ds@schleef.org>
16264
16265         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16266         Unref leaked buffer.  (Noticed by Ronald)
16267
16268 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
16269
16270         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16271         Sync requires with other checks.  >= vs =.
16272
16273 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
16274
16275         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
16276         (gst_dvdec_video_link), (gst_dvdec_loop):
16277         * ext/dv/gstdvdec.h:
16278           rework the caps negotiation so that dvdec works again instead
16279           of just segfaulting.
16280
16281 === release 0.7.4 ===
16282
16283 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16284
16285         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
16286         * configure.ac: changed for release
16287
16288 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16289
16290         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
16291         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
16292         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
16293         * pkgconfig/gstreamer-play-uninstalled.pc.in:
16294           reworked patch by David Lehn to fix libdir and includedir for
16295           uninstalled libraries
16296           removed play and gconf from gstreamer-libs since they have their
16297           own pkgconfig files
16298
16299 2004-02-04  David Schleef  <ds@schleef.org>
16300
16301         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
16302         memleak.
16303
16304 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16305
16306         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
16307           use correct GST_TAG_ENCODER tag
16308
16309 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16310
16311         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
16312           be sure to stop the clock when going to paused
16313         * sys/oss/gstosssink.c: (gst_osssink_change_state):
16314           reset number of transmitted when going to ready.
16315         fixes #132935
16316
16317 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
16318
16319         reviewed by Benjamin Otte
16320
16321         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
16322           extract track count (fixes #133410)
16323
16324 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16325
16326         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
16327           that should be !=, not == (fixes #132519)
16328
16329 2004-02-04  David Schleef  <ds@schleef.org>
16330
16331         Make sure set_explicit_caps() is called before adding pad.
16332         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16333         * gst/id3/gstid3types.c: (gst_id3types_loop):
16334         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16335         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16336
16337 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16338
16339         * configure.ac:
16340           bump nano to 2, first prerelease
16341           put back AM_PROG_LIBTOOL
16342
16343 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
16344
16345         * testsuite/alsa/Makefile.am:
16346           these are user test apps, not automatic testsuite tests
16347
16348 2004-02-04  David Schleef  <ds@schleef.org>
16349
16350         Convert GST_DEBUG_CAPS() to GST_DEBUG():
16351         * gst/mpeg1videoparse/gstmp1videoparse.c:
16352         (mp1videoparse_parse_seq):
16353         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
16354         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
16355         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
16356         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
16357         (gst_xvideosink_getcaps):
16358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
16359         * testsuite/gst-lint: more tests
16360
16361 2004-02-04  David Schleef  <ds@schleef.org>
16362
16363         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
16364         with the code that they would expand to.
16365         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
16366         (gst_flacdec_get_src_query_types),
16367         (gst_flacdec_get_src_event_masks):
16368         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
16369         (gst_gnomevfssrc_get_query_types),
16370         (gst_gnomevfssrc_get_event_mask):
16371
16372 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16373
16374         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16375         (gst_sinesrc_dispose):
16376           fix memleak by properly disposing sinesrc
16377
16378 2004-02-04  Julien MOUTTE  <julien@moutte.net>
16379
16380         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
16381         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
16382         an overlay to redraw the image because it has been exposed.
16383         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
16384         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
16385         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
16386         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
16387         interface
16388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
16389         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
16390         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
16391         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
16392         interface
16393
16394 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16395
16396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
16397           more memleak fixage
16398
16399 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16400
16401         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
16402         * gst/typefind/gsttypefindfunctions.c:
16403           fix memleaks shown by gst-typefind
16404
16405 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16406
16407         * common/glib-gen.mak:
16408           add hack rule to touch .Plo files
16409         * gst-libs/gst/colorbalance/Makefile.am:
16410         * gst-libs/gst/mixer/Makefile.am:
16411         * gst-libs/gst/play/Makefile.am:
16412         * gst-libs/gst/tuner/Makefile.am:
16413           remove glib_root variable
16414
16415 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16416
16417         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
16418           set explicit caps before adding the element, so the autopluggers can
16419           plug correctly.
16420         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
16421         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16422         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16423         (dv_type_find):
16424           fix memleaks in typefind functions. gst_type_find_suggest takes a const
16425           argument.
16426
16427 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16428
16429         * gst-libs/gst/colorbalance/Makefile.am:
16430         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
16431         * gst-libs/gst/colorbalance/colorbalance.c:
16432         * gst-libs/gst/colorbalance/colorbalance.h:
16433         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
16434         * gst-libs/gst/mixer/Makefile.am:
16435         * gst-libs/gst/mixer/mixer-marshal.list:
16436         * gst-libs/gst/mixer/mixer.c:
16437         * gst-libs/gst/mixer/mixer.h:
16438         * gst-libs/gst/mixer/mixermarshal.list:
16439         * gst-libs/gst/play/Makefile.am:
16440         * gst-libs/gst/play/play.h:
16441         * gst-libs/gst/tuner/Makefile.am:
16442         * gst-libs/gst/tuner/tuner-marshal.list:
16443         * gst-libs/gst/tuner/tuner.c:
16444         * gst-libs/gst/tuner/tuner.h:
16445         * gst-libs/gst/tuner/tunermarshal.list:
16446           use new glib-gen.mak snippet to clean up Makefile.am
16447           fix various bugs in Makefile.am's
16448
16449 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16450
16451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16452           handle chain parsing correctly in the multichain case
16453         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
16454         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
16455         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
16456         (theora_dec_chain):
16457           handle events and queries correctly
16458
16459 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16460
16461         * .cvsignore:
16462         Ignore generated file _stdint.h.
16463
16464 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16465
16466         * gst-libs/gst/colorbalance/Makefile.am:
16467         * gst-libs/gst/colorbalance/colorbalance.h:
16468         * gst-libs/gst/mixer/Makefile.am:
16469         * gst-libs/gst/mixer/mixer.h:
16470         * gst-libs/gst/play/Makefile.am:
16471         * gst-libs/gst/play/play.h:
16472         * gst-libs/gst/tuner/Makefile.am:
16473         * gst-libs/gst/tuner/tuner.h:
16474         Generate enum type code with glib-mkenums.
16475         * gst-libs/gst/colorbalance/.cvsignore:
16476         * gst-libs/gst/mixer/.cvsignore:
16477         * gst-libs/gst/play/.cvsignore:
16478         * gst-libs/gst/tuner/.cvsignore:
16479         Ignore generated files.
16480
16481 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16482
16483         * gst-libs/gst/audio/.cvsignore:
16484         Ignore generated file.
16485         * gst-libs/gst/audio/Makefile.am:
16486         Do not install example filter.
16487
16488 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
16489
16490         * examples/switch/.cvsignore:
16491         Ignore generated file.
16492
16493 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16494
16495         * common/m4/ax_create_stdint_h.m4:
16496         * configure.ac:
16497           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
16498           _stdint.h.
16499         * Makefile.am:
16500           remove generated _stdint.h in DISTCLEANFILES
16501         * ext/a52dec/gsta52dec.c:
16502           include _stdint.h for a52dec. (should fix #133064)
16503
16504 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16505
16506         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
16507         (gst_tag_to_vorbis_comments):
16508         Add replaygain support to vorbistag
16509
16510 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
16511         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
16512         (gst_ffmpeg_caps_to_extradata):
16513           Fix SVQ3 caps flag properties
16514           Use glib macro for bytes swap
16515
16516 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16517
16518         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
16519         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
16520         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16521         * ext/sndfile/gstsf.c: (plugin_init):
16522         * gst/avi/gstavi.c: (plugin_init):
16523         * sys/dxr3/dxr3init.c: (plugin_init):
16524         * sys/oss/gstossaudio.c: (plugin_init):
16525         * sys/v4l/gstv4l.c: (plugin_init):
16526         * sys/v4l2/gstv4l2.c: (plugin_init):
16527           remove textdomain calls
16528         * po/nl.po:
16529           update Dutch translation
16530
16531 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16532
16533         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
16534         (gst_play_set_audio_sink): Moving volume in the audio thread for
16535         instantaneous volume change. Maybe i will add another volume in front
16536         of visualization later, not sure yet though.
16537
16538 2004-02-02  Julien MOUTTE  <julien@moutte.net>
16539
16540         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
16541         (gst_ximagesink_handle_xevents): Better X events handling, only take
16542         the latest events for configure and motion.
16543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
16544
16545 2004-02-02  Jon Trowbridge  <trow@gnu.org>
16546
16547         reviewed by: David Schleef  <ds@schleef.org>
16548
16549         Fix memory leaks:
16550         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
16551         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
16552
16553 2004-02-02  David Schleef  <ds@schleef.org>
16554
16555         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
16556         of lines.
16557         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
16558         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16559         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
16560         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
16561         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
16562         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
16563         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
16564         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
16565         (gst_float2_2_int_link):
16566         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
16567         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
16568         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
16569         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
16570         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
16571         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
16572         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
16573         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
16574         * testsuite/gst-lint: Add tests for bzero and ;;
16575
16576 2004-02-02  David Schleef  <ds@schleef.org>
16577
16578         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
16579
16580 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16581
16582         * ext/aalib/gstaasink.c: (gst_aasink_open):
16583         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
16584         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16585         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
16586         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
16587         (gst_afsink_close_file):
16588         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
16589         (gst_afsrc_close_file):
16590         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
16591         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
16592         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
16593         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
16594         * ext/esd/esdmon.c: (gst_esdmon_get):
16595         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
16596         * ext/faac/gstfaac.c: (gst_faac_chain):
16597         * ext/faad/gstfaad.c: (gst_faad_chain):
16598         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
16599         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
16600         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
16601         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
16602         (gst_flacdec_loop):
16603         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
16604         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
16605         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
16606         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
16607         (gst_gnomevfssink_close_file):
16608         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16609         (gst_gnomevfssrc_open_file):
16610         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
16611         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
16612         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
16613         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16614         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
16615         * ext/mad/gstmad.c: (gst_mad_chain):
16616         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
16617         * ext/mpeg2dec/gstmpeg2dec.c:
16618         * ext/mpeg2enc/gstmpeg2enc.cc:
16619         * ext/mplex/gstmplex.cc:
16620         * ext/mplex/gstmplexibitstream.cc:
16621         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
16622         (gst_ogg_demux_push):
16623         * ext/raw1394/gstdv1394src.c:
16624         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
16625         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
16626         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
16627         (gst_sf_loop):
16628         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
16629         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
16630         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
16631         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
16632         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
16633         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
16634         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
16635         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
16636         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16637         (gst_riff_read_element_data), (gst_riff_read_seek),
16638         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
16639         * gst/adder/gstadder.c: (gst_adder_loop):
16640         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
16641         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
16642         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
16643         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
16644         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
16645         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
16646         * gst/goom/gstgoom.c: (gst_goom_chain):
16647         * gst/id3/gstid3types.c: (gst_id3types_loop):
16648         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16649         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
16650         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
16651         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16652         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
16653         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
16654         (gst_ebml_read_float), (gst_ebml_read_header):
16655         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
16656         (gst_matroska_demux_parse_blockgroup):
16657         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
16658         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
16659         * gst/oneton/gstoneton.c: (gst_oneton_chain):
16660         * gst/silence/gstsilence.c: (gst_silence_get):
16661         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
16662         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
16663         * gst/speed/gstspeed.c: (speed_loop):
16664         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16665         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
16666         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
16667         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
16668         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16669         (gst_wavparse_loop):
16670         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
16671         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
16672         (dxr3audiosink_close):
16673         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
16674         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
16675         (dxr3videosink_close), (dxr3videosink_write_data):
16676         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
16677         * sys/oss/gstosssink.c: (gst_osssink_chain):
16678         * sys/oss/gstosssrc.c: (gst_osssrc_get):
16679         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
16680         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
16681         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
16682         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
16683         (gst_v4l_set_window), (gst_v4l_enable_overlay):
16684         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
16685         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
16686         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
16687         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
16688         (gst_v4l_set_audio):
16689         * sys/v4l/v4l_calls.h:
16690         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
16691         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
16692         (gst_v4lmjpegsink_playback_init),
16693         (gst_v4lmjpegsink_playback_start):
16694         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
16695         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
16696         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
16697         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
16698         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
16699         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
16700         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
16701         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
16702         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
16703         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
16704         (gst_v4l2_get_output), (gst_v4l2_set_output),
16705         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
16706         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
16707         (gst_v4l2_set_attribute):
16708         * sys/v4l2/v4l2_calls.h:
16709         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
16710         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
16711         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
16712         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
16713         (gst_v4l2src_capture_stop):
16714         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
16715         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
16716         (gst_ximagesink_chain):
16717         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
16718         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
16719         (gst_xvideosink_xwindow_new):
16720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
16721         (gst_xvimagesink_chain):
16722
16723 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16724
16725         * gst/volume/gstvolume.c: (gst_volume_set_volume),
16726         (gst_volume_get_volume), (volume_class_init), (volume_init),
16727         (volume_chain_int16), (volume_update_volume):
16728         * gst/volume/gstvolume.h:
16729           make code more readable by removing magic numbers
16730           make mixer interface export 0-100 range
16731           make it internally map to 0.0-1.0 range so users don't distort
16732           output by putting the sliders at full volume
16733
16734 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16735
16736         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
16737         (gst_play_state_change), (gst_play_seek_to_time):
16738         block the tick callback for 0.5 secs after doing a seek
16739
16740 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
16741
16742         * gst-libs/gst/play/play.c: (gst_play_new):
16743           check for GError
16744
16745 2004-02-01  Julien MOUTTE  <julien@moutte.net>
16746
16747         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
16748         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
16749         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
16750         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
16751         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16752         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
16753
16754 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16755
16756         * configure.ac:
16757         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16758           check for a function added in vorbis 1.1
16759
16760 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16761
16762         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
16763         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
16764           really start/stop clock only on PLAYING <=> PAUSED
16765         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
16766           remove \n from debugging lines
16767         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
16768           make it work when seeking does not
16769         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16770           reset on DISCONT
16771
16772 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16773
16774         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
16775           start clock on PAUSED=>PLAYING, not later
16776         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16777           extract correct time for different discont formats
16778         (gst_alsa_sink_get_time):
16779           don't segfault when no format is negotiated yet, just return 0
16780         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16781         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
16782         (gst_ogg_pad_push):
16783           handle flush and discont events correctly
16784         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
16785           handle discont events correctly
16786
16787 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16788
16789         * gst-libs/gst/play/play.c: (gst_play_error_quark),
16790         (gst_play_error_create), (gst_play_error_plugin),
16791         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
16792         * gst-libs/gst/play/play.h:
16793           add error handling during creation
16794         * examples/gstplay/player.c: (main):
16795           use new gst_play_new
16796
16797
16798 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16799
16800         * ext/theora/theoradec.c: (theora_dec_chain):
16801           make comments work
16802         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16803         (vorbis_dec_src_event), (vorbis_dec_chain):
16804           add encoder tag, fix tag reading to be more error tolerant, change
16805           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
16806           gst_pad_event_default.
16807         * gst/tags/gstvorbistag.c:
16808         (gst_tag_list_from_vorbiscomment_buffer):
16809           undefine function specific define at end of function
16810
16811 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
16812
16813         * ext/flac/gstflac.c: (plugin_init):
16814         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
16815         * ext/flac/gstflacdec.h:
16816         * ext/flac/gstflacenc.h:
16817           Fix typos
16818
16819 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
16820
16821         * examples/gstplay/player.c: s/gstplay.h/play.h/
16822
16823 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16824
16825         * gst-libs/gst/play/Makefile.am:
16826         * gst-libs/gst/play/gstplay.c:
16827         * gst-libs/gst/play/gstplay.h:
16828         * gst-libs/gst/play/play.c:
16829           more surgery, operation complete
16830
16831 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16832
16833         * gst-libs/gst/play/play.old.c:
16834         * gst-libs/gst/play/play.old.h:
16835           after CVS surgery by moving, remove
16836         * gst-libs/gst/play/playpipelines.c:
16837           remove
16838
16839         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
16840           add negotiation error
16841
16842 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16843
16844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
16845         (gst_ogg_demux_push):
16846           add some seeking debug info
16847           send a flush when seeking
16848
16849 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16850
16851         * configure.ac:
16852           use AC_C_INLINE
16853         * configure.ac:
16854         * ext/Makefile.am:
16855         * ext/theora/Makefile.am:
16856         * ext/theora/theoradec.c:
16857           add theora video decoder. Does just do simple decoding for now and
16858           has been tested against Theora cvs only. It only works when theora
16859           is compiled with --enable-static.
16860         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16861           always reset packetno on DISCONT
16862
16863 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16864
16865         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
16866           Fix audio.
16867
16868 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16869
16870         * gst/mpegaudioparse/gstmpegaudioparse.c:
16871         (mp3_type_frame_length_from_header):
16872           Fix header parsing - stolen from ffmpeg (thank you! :) ).
16873
16874 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16875
16876         * ext/esd/esdsink.c: (gst_esdsink_init):
16877           Since we have static pad template caps, we don't need to negotiate;
16878           either the core errors out or we know the format.
16879
16880 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16881
16882         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
16883         (gst_riff_read_seek):
16884         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
16885         (gst_ebml_read_seek):
16886           Fix event handling.
16887
16888 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16889
16890         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
16891           removee video/x-theora from vp3 decoder, it doesn't handle raw
16892           theora streams
16893         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
16894           fix bug with finalizing element that never went to PAUSED
16895         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
16896           length and position queries were swapped
16897         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16898         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
16899         (vorbis_dec_src_event):
16900           implement querying time and bytes
16901
16902 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16903
16904         * just about every source file:
16905           gst_element_error -> GST_ELEMENT_ERROR
16906
16907 2004-01-29  Julien MOUTTE  <julien@moutte.net>
16908
16909         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
16910         emiting FLUSH and even before DISCONT.
16911         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
16912         get the best instant seeking as possible yay!
16913
16914 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16915
16916         * gst/mpeg1videoparse/gstmp1videoparse.c:
16917         (gst_mp1videoparse_real_chain):
16918           Committed wrong version last week... Grr... Didn't notice until now.
16919
16920 2004-01-29  Julien MOUTTE <julien@moutte.net>
16921
16922         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
16923         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
16924         have_xwindow_id signal in xwindow_create.
16925
16926 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16927
16928         * ext/ogg/gstoggdemux.c:
16929           lots of changes - mainly support for chained bitstreams, seeking,
16930           querying and bugfixes of course
16931         * ext/vorbis/Makefile.am:
16932         * ext/vorbis/vorbisdec.c:
16933         * ext/vorbis/vorbisdec.h:
16934           add vorbisdec raw vorbis decoder
16935         * ext/vorbis/vorbis.c: (plugin_init):
16936           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
16937         * gst/intfloat/Makefile.am:
16938         * gst/intfloat/float22int.c:
16939         * gst/intfloat/float22int.h:
16940         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
16941           add float2intnew plugin. It converts multichannel interleaved float to
16942           multichannel interleaved int. The name should probably be changed.
16943         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
16944         (plugin_init):
16945           add typefinding for raw theora video so oggdemux can detect it.
16946
16947 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16948
16949         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
16950         sink element first.
16951         * gst/videoscale/gstvideoscale.c:
16952         (gst_videoscale_handle_src_event): Fixing src event handler.
16953
16954 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
16957         (gst_v4lsrc_open), (gst_v4lsrc_close),
16958         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
16959         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
16960         * sys/v4l/gstv4lsrc.h:
16961         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
16962         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
16963           Implement resizing... Hack. But that's why v4l is b0rked...
16964
16965 2004-01-28  Julien MOUTTE <julien@moutte.net>
16966
16967         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16968         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
16969         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
16970         (gst_ximagesink_xwindow_destroy):
16971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
16972         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
16973         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
16974         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
16975         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
16976         correctly cleaning the image created to check xshm calls on succes,
16977         added a lot of XSync calls in X11 functions, and fixed a segfault when
16978         no image format was defined before negotiation happened.
16979
16980 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16981
16982         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
16983           use gst_element_get_time to get correct time
16984
16985 2004-01-28  Julien MOUTTE  <julien@moutte.net>
16986
16987         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
16988         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
16989         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
16990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
16991         (gst_xvimagesink_check_xshm_calls),
16992         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
16993         X plugins are now able to detect that XShm calls will fail even if the
16994         server claims that it has XShm support (remote displays most of the
16995         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
16996         so that we use non XShm functions. This feature is almost useless for
16997         xvimagesink as Xv is not supported on remote displays anyway, but
16998         it might happen than even on the local display XShm calls fail.
16999
17000 2004-01-27  David Schleef  <ds@schleef.org>
17001
17002         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
17003         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
17004         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
17005         changed esdsink to only use 44100,16,2, since esd sucks at rate
17006         conversion and esdsink has had difficulty negotiating.
17007
17008 2004-01-27  Julien MOUTTE <julien@moutte.net>
17009
17010         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
17011         (gst_play_seek_to_time): Fixing the way to get current position.
17012
17013 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17014
17015         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
17016           use gst_element_get_time to get correct time
17017
17018 2004-01-27  Julien MOUTTE <julien@moutte.net>
17019
17020         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
17021         fix ever... Inverting 2 lines of code make spider autoplug correctly
17022         tagged mp3 !
17023
17024 2004-01-27  David Schleef  <ds@schleef.org>
17025
17026         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17027         Use gst_pad_try_set_caps_nonfixed().
17028
17029 2004-01-27  David Schleef  <ds@schleef.org>
17030
17031         * gst/ac3parse/gstac3parse.c: update to checklist 5
17032         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
17033         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
17034         * gst/audioscale/gstaudioscale.c: same
17035         * gst/auparse/gstauparse.c: same
17036         * gst/avi/gstavidemux.c: same
17037
17038 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17039
17040         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
17041           stop processing after EOS
17042
17043 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17044
17045         * gst/asfdemux/asfheaders.h:
17046         * gst/asfdemux/gstasfdemux.c:
17047         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
17048         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
17049         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
17050           lot's of fixes to make data extraction simpler and get the code
17051           architecture and compiler independant. Add debugging category
17052         * gst/goom/gstgoom.c: (gst_goom_change_state):
17053           reset channel count on PAUSED=>READY, not READY=>PAUSED
17054
17055 2004-01-26  Colin Walters  <walters@verbum.org>
17056
17057         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
17058         code to pull a bigger buffer in iradio mode.  This as a side effect
17059         makes typefinding work.
17060
17061 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17062
17063         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17064         Fix SVQ3 decoding on PPC
17065
17066 2004-01-26  Julien MOUTTE <julien@moutte.net>
17067
17068         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
17069         that one managed to stay there... Fixed.
17070
17071 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
17072
17073         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
17074         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
17075         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
17076         (qtdemux_video_caps):
17077         * gst/qtdemux/qtdemux.h:
17078         Add SVQ3 specific flags to qtdemux and ffmpeg
17079
17080 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17081
17082         * gst-libs/gst/audio/audio.h:
17083           remove buffer-frames from audio caps
17084         * gst/audioconvert/gstaudioconvert.c:
17085           fix plugin to really work.
17086
17087 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17088
17089         * gst-libs/gst/mixer/mixer.c:
17090         * gst-libs/gst/propertyprobe/propertyprobe.c:
17091         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
17092         (gst_tuner_find_channel_by_name):
17093         * gst-libs/gst/tuner/tuner.h:
17094           Add gtk-doc style comments. Also fix a function name.
17095
17096 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17097
17098         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
17099         (gst_divxdec_negotiate):
17100           Fix for new capsnego - also fixes gst-player with divxdec.
17101
17102 2004-01-25  Julien MOUTTE  <julien@moutte.net>
17103
17104         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17105         (gst_play_identity_handoff), (gst_play_set_location),
17106         (gst_play_set_visualization), (gst_play_connect_visualization): Another
17107         try in visualization implementation. Still have an issue with switch
17108         blocking when pulling from video_queue and only audio comes out of
17109         spider.
17110         * gst/switch/gstswitch.c: (gst_switch_release_pad),
17111         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
17112         release method. And check if the pad is usable before pulling.
17113
17114 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17115
17116         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
17117         (gst_videobalance_init),
17118         (gst_videobalance_colorbalance_list_channels),
17119         (gst_videobalance_colorbalance_set_value),
17120         (gst_videobalance_colorbalance_get_value),
17121         (gst_videobalance_update_properties),
17122         (gst_videobalance_update_tables_planar411),
17123         (gst_videobalance_planar411):
17124         * gst/videofilter/gstvideobalance.h:
17125           Implement lookup-tables. +/- 10x faster.
17126
17127 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17130         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17131           The index reading was broken. The rest worked fine, but the whole
17132           goal of my rewrite was to make avidemux readable, and this was
17133           not at all readable. Please use typed variables.
17134
17135 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17136
17137         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17138           Additional pad usability check.
17139         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
17140         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
17141         (gst_mp1videoparse_real_chain):
17142           Fix MPEG video stream parsing. The original plugin had several
17143           issues, including not timestamping streams where the source was
17144           not timestamped (this happens with PTS values in mpeg system
17145           streams, but MPEG video is also a valid stream on its own so
17146           that needs timestamps too). We use the display time code for that
17147           for now. Also, if one incoming buffer contains multiple valid
17148           frames, we push them all on correctly now, including proper EOS
17149           handling. Lastly, several potential segfaults were fixed, and we
17150           properly sync on new sequence/gop headers to include them in next,
17151           not previous frames (since they're header for the next frame, not
17152           the previous). Also see #119206.
17153         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
17154         (bpf_from_header):
17155           Move caps setting so we only do it after finding several valid
17156           MPEG-1 fraes sequentially, not right after the first one (which
17157           might be coincidental).
17158         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
17159         (mpeg_video_type_find), (mpeg_video_stream_type_find),
17160         (plugin_init):
17161           Add unsynced MPEG video stream typefinding, and change some
17162           probability values so we detect streams rightly. The idea is as
17163           follows: I can have an unsynced system stream which contains
17164           video. In the current code, I would randomly get a type for either
17165           system or video stream type found, because the probabilities are
17166           being calculated rather randomly. I now use fixed values, so we
17167           always prefer system stream if that was found (and that is how it
17168           should be). If no system stream was found, we can still identity                the stream as video-only.
17169
17170 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17171
17172         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
17173         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
17174           don't write to buffer. Extract data without the need of
17175           __attribute__ ((packed))
17176
17177 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17178
17179         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
17180         (mpeg1_sys_type_find):
17181           Fix MPEG-1 stream typefinding.
17182
17183 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17184
17185         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
17186           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
17187
17188 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17189
17190         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
17191         * ext/esd/gstesd.c: (plugin_init):
17192           private debugging, better error reporting
17193
17194 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17195
17196         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
17197         (gst_riff_read_init), (gst_riff_read_change_state):
17198         * gst-libs/gst/riff/riff-read.h:
17199           Remove stuff fromold metadata system.
17200
17201 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17202
17203         * ext/ogg/gstoggdemux.c:
17204           Fix wrong file comment.
17205         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17206         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
17207           Add metadata reading properly.
17208
17209 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
17210
17211         * ext/Makefile.am:
17212           Fix nas DIST_SUBDIRS
17213           Uraeus:
17214           Fix bug where make distcheck doesn't get run on adding stuff to
17215           the build.
17216
17217 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17218
17219         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
17220         * ext/divx/gstdivxdec.h:
17221           Fix divx3 ("msmpeg4") playback using divxdec.
17222
17223 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17224
17225         * gst/typefind/gsttypefindfunctions.c:
17226         (mp3_type_frame_length_from_header): fix bug in length computation
17227         (mp3_type_find): improve debugging output
17228
17229 2004-01-23  Julien MOUTTE  <julien@moutte.net>
17230
17231         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17232         (gst_play_set_location), (gst_play_seek_to_time),
17233         (gst_play_set_audio_sink), (gst_play_set_visualization),
17234         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
17235         the pipeline from scratch. Visualization is back and switch went out as
17236         i realized it was not possible to use the way i wanted.
17237         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
17238         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
17239         clearing in state change from READY to NULL. So that one can clean the
17240         X ressources keeping the element.
17241         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17242         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
17243         (gst_xvimagesink_colorbalance_set_value),
17244         (gst_xvimagesink_colorbalance_get_value),
17245         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
17246         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
17247         change from READY to NULL and fixed some stupid bugs in colorbalance
17248         get/set values. Also added the following feature : when nobody tries to
17249         set some values to the colorbalance levels before the xcontext is
17250         grabbed, then when creating channels list from Xv attributes we set the
17251         internal values to the Xv defaults. This way we handle buggy Xv drivers
17252         that set default hue values far from the middle of the range (Thanks
17253         to Jon Trowbridge for pointing that issue).
17254         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
17255         colorbalance levels have been set before xcontext is grabbed.
17256
17257 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17258
17259         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17260           Fix the ossmixer case where we shouldn't open /dev/dsp* because
17261           it might block operations (which is bad for a mixer).
17262
17263 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17264
17265         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17266         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
17267         (gmip_find_type_pre):
17268         * gst-libs/gst/media-info/media-info-priv.h:
17269         * gst-libs/gst/media-info/media-info.c:
17270         (gst_media_info_instance_init), (gst_media_info_read_idler):
17271         add fakesink to get caps on decoder src pad again
17272         fix callback prototype to match new have_type signal signature
17273
17274 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
17275
17276         * gst/adder/gstadder.c: (gst_adder_link):
17277           fix non-compile and cut-n-paste code
17278
17279 2004-01-21  David Schleef  <ds@schleef.org>
17280
17281         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
17282         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
17283         (gst_swfdec_init), (gst_swfdec_change_state):
17284         * ext/swfdec/gstswfdec.h:
17285         Fix negotiation.
17286         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
17287         (gst_adder_request_new_pad): Fix negotiation.
17288         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
17289         Add a fixate function.
17290         * gst/intfloat/gstfloat2int.c:
17291         * gst/intfloat/gstfloat2int.h:
17292         * gst/intfloat/gstint2float.c:
17293         * gst/intfloat/gstint2float.h:
17294         Completely rewrite the negotiation.  Doesn't quite work yet,
17295         due to some buffer-frames problem.
17296
17297 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
17298
17299         * ext/gnomevfs/gstgnomevfssrc.c:
17300         * sys/v4l2/v4l2_calls.h:
17301           fix includes for distcheck
17302
17303 2004-01-21  Christian Schaller <uraeus@gnome.org>
17304
17305         * ext/nas/
17306         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
17307         based on earlier patch from Laurent Vivier
17308
17309 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
17310
17311         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
17312         Fix wma caps property
17313         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
17314         Fix typo (flags1 and flags2)
17315
17316 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17317
17318         * gst-libs/gst/media-info/media-info-priv.c:
17319         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
17320         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
17321         (gmip_find_stream), (gmip_find_track_metadata),
17322         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
17323         (gmip_find_track_format):
17324         * gst-libs/gst/media-info/media-info-priv.h:
17325         * gst-libs/gst/media-info/media-info-test.c: (main):
17326         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17327         (gst_media_info_read_idler), (gst_media_info_read):
17328         * gst-libs/gst/media-info/media-info.h:
17329           register debugging category and use it for debugging
17330
17331 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17332
17333         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
17334         (gst_vorbisfile_new_link):
17335           signal streaminfo through tags
17336
17337 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * ext/mplex/gstmplex.cc:
17340         * ext/mplex/gstmplexibitstream.cc:
17341           g++ doesn't like NULL in our i18n/error macros, should be
17342           either (NULL) or ("").
17343
17344 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17345
17346         * sys/dxr3/dxr3audiosink.c:
17347         * sys/dxr3/dxr3init.c:
17348         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
17349         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
17350           Fix more error error error errors (missing includes here).
17351
17352 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17355           fix thomas' error errors.
17356
17357 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17358
17359         * ext/mpeg2enc/gstmpeg2enc.cc:
17360           fix error errors.
17361
17362 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17363
17364         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17365         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17366           Fix for new error system.
17367
17368 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
17369
17370         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
17371           fix for new error reporting
17372
17373 2004-01-20  David Schleef  <ds@schleef.org>
17374
17375         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
17376         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
17377         (gst_ximagesink_set_xwindow_id): Change to using a framerate
17378         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
17379         and neither is 100+, most likely.
17380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
17381         (gst_xvimagesink_getcaps): same
17382
17383 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17384
17385         * configure.ac:
17386           Up version requirement to 2.0.3 (not yet released) to avoid symbol
17387           clashes with ffmpeg.
17388
17389 2004-01-20  Julien MOUTTE  <julien@moutte.net>
17390
17391         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
17392         (gst_switch_init): Fixed switch element : proxying link and setting
17393         caps from src to sink on request.
17394
17395 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17396
17397         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
17398         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
17399         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
17400         fix element_error
17401
17402 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17403
17404         * sys/v4l/v4l_calls.h:
17405         * sys/v4l2/v4l2_calls.h:
17406           element_error fixes
17407
17408 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17409
17410         * gst-libs/gst/gst-i18n-plugin.h:
17411           add locale.h
17412           remove config.h inclusion
17413
17414 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17415
17416         * autogen.sh:
17417           adding autopoint invocation
17418         * Makefile.am:
17419         * configure.ac:
17420         * gst-libs/gst/gettext.h:
17421           adding gettext bits
17422         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
17423         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
17424         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17425         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17426         (gst_gnomevfssink_close_file):
17427         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
17428         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
17429         * gst-libs/gst/gst-i18n-plugin.h:
17430         * gst/avi/gstavi.c: (plugin_init):
17431         * sys/dxr3/dxr3init.c: (plugin_init):
17432         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
17433         * sys/oss/gstossaudio.c: (plugin_init):
17434         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17435         * sys/v4l/gstv4l.c: (plugin_init):
17436         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17437         * sys/v4l2/gstv4l2.c: (plugin_init):
17438         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17439         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
17440         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
17441         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
17442         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
17443         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
17444           make sure locale and translation domain are set
17445           fix translated strings
17446         * po/.cvsignore:
17447         * po/LINGUAS:
17448         * po/Makevars:
17449         * po/POTFILES.in:
17450         * po/nl.po:
17451           put translation files into place
17452         * sys/xvideo/imagetest.c: (main):
17453         * ext/dv/demo-play.c: (main):
17454           fix unnecessary translations
17455
17456 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
17457
17458         * ext/sndfile/gstsf.c:
17459         * gst/avi/gstavimux.c:
17460         * ext/audiofile/gstafsink.c:
17461         * ext/audiofile/gstafsrc.c:
17462         * ext/gnomevfs/gstgnomevfssink.c:
17463         * ext/gnomevfs/gstgnomevfssrc.c:
17464         * sys/oss/gstosselement.c:
17465         * sys/v4l/v4l_calls.h:
17466           fix i18n include
17467
17468 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17469
17470         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
17471         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
17472         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
17473         (gst_v4l2_get_output), (gst_v4l2_set_output),
17474         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
17475         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
17476         (gst_v4l2_set_attribute):
17477         update to new error handling
17478
17479 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17480
17481         * ext/sidplay/gstsiddec.cc:
17482         * gst/modplug/gstmodplug.cc:
17483           parenthese NULL because C++ seems angry about it
17484
17485 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
17486
17487         * gst-libs/gst/gst-i18n-plugin.h:
17488           add skeleton i18n stuff, but needs to be further implemented
17489
17490 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17491
17492         * examples/gstplay/player.c: (main):
17493         * ext/aalib/gstaasink.c: (gst_aasink_open):
17494         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
17495         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17496         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
17497         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
17498         (gst_afsink_close_file):
17499         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
17500         (gst_afsrc_close_file):
17501         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
17502         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
17503         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
17504         * ext/esd/esdmon.c: (gst_esdmon_get):
17505         * ext/esd/esdsink.c: (gst_esdsink_chain):
17506         * ext/faac/gstfaac.c: (gst_faac_chain):
17507         * ext/faad/gstfaad.c: (gst_faad_chain):
17508         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
17509         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
17510         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
17511         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
17512         (gst_flacdec_loop):
17513         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
17514         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17515         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
17516         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
17517         (gst_gnomevfssink_close_file):
17518         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
17519         (gst_gnomevfssrc_open_file):
17520         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
17521         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
17522         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
17523         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
17524         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
17525         * ext/mad/gstmad.c: (gst_mad_chain):
17526         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17527         * ext/mpeg2dec/gstmpeg2dec.c:
17528         * ext/mpeg2enc/gstmpeg2enc.cc:
17529         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17530         * ext/mplex/gstmplex.cc:
17531         * ext/mplex/gstmplexibitstream.cc:
17532         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
17533         (gst_ogg_demux_push), (gst_ogg_pad_push):
17534         * ext/raw1394/gstdv1394src.c:
17535         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
17536         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
17537         * ext/sidplay/gstsiddec.cc:
17538         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
17539         (gst_sf_loop):
17540         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
17541         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
17542         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
17543         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
17544         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
17545         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
17546         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
17547         * gst-libs/gst/Makefile.am:
17548         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
17549         (gst_riff_read_element_data), (gst_riff_read_seek),
17550         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
17551         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
17552         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
17553         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
17554         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
17555         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
17556         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
17557         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
17558         * gst/goom/gstgoom.c: (gst_goom_chain):
17559         * gst/id3/gstid3types.c: (gst_id3types_loop):
17560         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
17561         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
17562         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
17563         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
17564         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
17565         (gst_ebml_read_float), (gst_ebml_read_header):
17566         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
17567         (gst_matroska_demux_parse_blockgroup):
17568         * gst/modplug/gstmodplug.cc:
17569         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
17570         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
17571         * gst/oneton/gstoneton.c: (gst_oneton_chain):
17572         * gst/silence/gstsilence.c: (gst_silence_get):
17573         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17574         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
17575         * gst/speed/gstspeed.c: (speed_loop):
17576         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
17577         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17578         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
17579         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
17580         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17581         (gst_wavparse_loop):
17582         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
17583         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
17584         (dxr3audiosink_close):
17585         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
17586         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
17587         (dxr3videosink_close), (dxr3videosink_write_data):
17588         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
17589         * sys/oss/gstosselement.h:
17590         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
17591         (gst_osssink_chain):
17592         * sys/oss/gstosssrc.c: (gst_osssrc_get):
17593         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17594         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
17595         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
17596         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
17597         (gst_v4l_enable_overlay):
17598         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
17599         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
17600         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
17601         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
17602         (gst_v4l_set_audio):
17603         * sys/v4l/v4l_calls.h:
17604         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
17605         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
17606         (gst_v4lmjpegsink_playback_init),
17607         (gst_v4lmjpegsink_playback_start):
17608         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
17609         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
17610         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
17611         (gst_v4lmjpegsrc_requeue_frame):
17612         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
17613         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
17614         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
17615         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
17616         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
17617         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
17618         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
17619         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
17620         (gst_v4l2src_capture_stop):
17621         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
17622         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17623         (gst_ximagesink_chain):
17624         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
17625         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
17626         (gst_xvideosink_xwindow_new):
17627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17628         (gst_xvimagesink_chain):
17629         use new error signal, function and categories
17630
17631 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
17632
17633         * configure.ac:
17634         * ext/Makefile.am:
17635         * ext/musicbrainz/gsttrm.c:
17636         * ext/musicbrainz/gsttrm.h:
17637         * ext/musicbrainz/Makefile.am:
17638         Add a trm plugin
17639
17640 2004-01-18  Julien MOUTTE  <julien@moutte.net>
17641
17642         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
17643         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
17644         synchronous property for debugging.
17645         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
17646         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17647         (gst_xvimagesink_set_property): Moving a pointer declaration to a
17648         smaller block, fixing indent.
17649
17650 2004-01-16  David Schleef  <ds@schleef.org>
17651
17652         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
17653         property affects the video stream.
17654         * sys/xvimage/xvimagesink.c:
17655         * sys/xvimage/xvimagesink.h:
17656         Add synchronous property for debugging.  Should probably be
17657         disabled in non-CVS builds.  Make sure that the Xv attribute
17658         exists before we set it (crash!).  Fix a silly float bug that
17659         caused colorbalance to just not work.
17660
17661 2004-01-17  Christian Schaller <Uraeus@gnome.org>
17662
17663         * tools/gst-launch-ext.in - update for new plugins
17664
17665 2004-01-16  David Schleef  <ds@schleef.org>
17666
17667         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
17668         already-freed caps.
17669
17670 2994-01-16  Christian Schaller <Uraeus@gnome.org>
17671
17672         * Update spec for new colorspace plugin and libcaca plugin
17673         * Fix compilation of libcaca plugin (clock -> id)
17674
17675 2004-01-16  Julien MOUTTE <julien@moutte.net>
17676
17677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
17678         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
17679         (gst_xvimagesink_set_xwindow_id),
17680         (gst_xvimagesink_colorbalance_set_value),
17681         (gst_xvimagesink_colorbalance_get_value),
17682         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17683         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
17684         correct colorbalance properties. They can now be set when the element
17685         is still in NULL state. The values will be committed to the Xv Port
17686         when xcontext is initialized.
17687         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
17688         brightness int values in the GstXvImagesink structure.
17689
17690 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17691
17692         * gst-libs/gst/Makefile.am:
17693           restructure so having local patches works easier.
17694
17695 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17696
17697         * ext/mpeg2enc/Makefile.am:
17698         * ext/mpeg2enc/gstmpeg2enc.cc:
17699         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
17700           Bugfix with respect to EOS handling.
17701
17702 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17703
17704         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
17705           Link with right caps (else, it segfaults).
17706         * ext/mplex/gstmplexjob.cc:
17707           Fix for slight API change in 1.6.1.93 release of mjpegtools.
17708
17709 2004-01-15  David Schleef  <ds@schleef.org>
17710
17711         * gst-libs/gst/audio/Makefile.am:
17712         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
17713         from the template.
17714         * gst-libs/gst/audio/gstaudiofilter.c:
17715         * gst-libs/gst/audio/gstaudiofilter.h:
17716         Add bytes_per_sample and size and n_samples calculation.
17717         * gst-libs/gst/audio/gstaudiofilterexample.c:
17718         Remove, now autogenerated.
17719         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
17720         Moved from gstaudiofilterexample, object name changed, code added
17721         so that it actually works.
17722         * gst-libs/gst/audio/make_filter:
17723         Script to build an audiofilter subclass from the template.
17724         * gst/colorspace/Makefile.am:
17725         * gst/colorspace/yuv2yuv.c:
17726         Remove file, since it's GPL, and we don't use it.
17727
17728 2004-01-15  Julien MOUTTE  <julien@moutte.net>
17729
17730         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
17732         them use the buffer free function to test how the buffer was allocated.
17733
17734 2004-01-15  David Schleef  <ds@schleef.org>
17735
17736         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
17737         that handles osssink fallback.
17738         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
17739         (gst_audio_convert_getcaps):
17740         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
17741         Add audio/x-qdm2 for QDM2 audio.
17742         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17743         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
17744         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
17745         Decrease minimum size to 16x16.
17746         * gst/wavparse/gstwavparse.c:
17747         Convert disabled pad template caps to new caps.
17748         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
17749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17750         (gst_xvimagesink_chain): Throw element error when display cannot
17751         be opened.  Increase minimum framerate to 1.0.  Check the data
17752         free function on a buffer to make sure it is the type we expect
17753         before manipulating it.
17754
17755 2004-01-15  Julien MOUTTE <julien@moutte.net>
17756
17757         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17758         (gst_videobalance_colorbalance_set_value): Implement passthru if
17759         settings are in the middle.
17760         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
17761
17762 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17763
17764         * gst/videofilter/Makefile.am:
17765         * gst/volume/Makefile.am:
17766           Since we use videofilter symbols, link to it.
17767
17768 2004-01-15  Julien MOUTTE <julien@moutte.net>
17769
17770         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
17771         mixer interface type to HARDWARE.
17772         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
17773         type to SOFTWARE.
17774         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
17775         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
17776         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
17777         (gst_volume_interface_init), (gst_volume_list_tracks),
17778         (gst_volume_set_volume), (gst_volume_get_volume),
17779         (gst_volume_set_mute), (gst_volume_mixer_init),
17780         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
17781         (volume_init): Implementing mixer interface.
17782         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
17783         * sys/oss/gstosselement.c: (gst_osselement_get_type),
17784         (gst_osselement_change_state): Removing some trailing commas in
17785         structures.
17786         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
17787         interface type to HARDWARE.
17788         * sys/v4l/gstv4lcolorbalance.c:
17789         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
17790         type to HARDWARE.
17791         * sys/v4l2/gstv4l2colorbalance.c:
17792         (gst_v4l2_color_balance_interface_init): Setting colorbalance
17793         interface type to HARDWARE.
17794         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
17795         same code than ximagesink for event handling.
17796
17797 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17798
17799         * ext/snapshot/Makefile.am:
17800         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
17801         (gst_snapshot_chain):
17802         * ext/snapshot/gstsnapshot.h:
17803           This has to be a joke... Snapshot should be connected to a tee,
17804           colorspace element before it and EOS after that, where the other
17805           src of the tee receives normal data.
17806           The current way is *wrong*.
17807
17808 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17809
17810         * ext/hermes/gsthermescolorspace.c:
17811           Fix another compile error. Same as below.
17812
17813 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17814
17815         * gst/colorspace/gstcolorspace.c:
17816         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
17817         (gst_colorspace_i420_to_yv12):
17818           Fix compiling... Didn't test if it actually works.
17819
17820 2004-01-15  David Schleef  <ds@schleef.org>
17821
17822         * configure.ac:
17823         * gst/colorspace/Makefile.am:
17824         * gst/colorspace/gstcolorspace.c:
17825         * gst/colorspace/gstcolorspace.h:
17826         * gst/colorspace/yuv2rgb.c:
17827         * gst/colorspace/yuv2rgb.h:
17828         Duplicate the ext/hermes colorspace plugin, and remove Hermes
17829         code and GPL code.  Fix for new caps negotiation.  Rewrite
17830         much of the format handling code, and some of the conversion
17831         code.  Basically, rewrote almost everything.  This element
17832         handles I420, YV12 to RGB conversions.
17833         * ext/hermes/Makefile.am:
17834         * ext/hermes/gsthermescolorspace.c:
17835         Rename colorspace to hermescolorspace.  Fix negotiation issues.
17836         Remove non-Hermes related code.  This element handles lots of
17837         RGB to RGB conversions, but no YUV.
17838         * ext/hermes/gstcolorspace.c:
17839         * ext/hermes/gstcolorspace.h:
17840         * ext/hermes/rgb2yuv.c:
17841         * ext/hermes/yuv2rgb.c:
17842         * ext/hermes/yuv2rgb.h:
17843         * ext/hermes/yuv2rgb_mmx16.s:
17844         * ext/hermes/yuv2yuv.c:
17845         * ext/hermes/yuv2yuv.h:
17846         Remove old code.
17847
17848 2004-01-14  Colin Walters  <walters@verbum.org>
17849
17850         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
17851         they've already been.
17852
17853 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17854
17855         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
17856           assume tag mode when pad is not connected
17857
17858 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17859
17860         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17861           Don't update the time of the clock
17862         (gst_alsa_sink_loop):
17863           sync to the clock given to alsasink, not the own clock
17864         * sys/oss/gstosssink.c: (gst_osssink_chain):
17865           sync to the clock
17866         (gst_osssink_change_state):
17867           activate the clock
17868         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17869         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17870           remove bogus code that made DISCONT events unhandled
17871         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
17872           explicitly case to double in _set_simple. (fixes 2nd warning in bug
17873           #131502)
17874         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
17875         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
17876         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
17877           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
17878           2nd warning in bug #131502)
17879
17880 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17881
17882         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
17883         (gst_videobalance_colorbalance_set_value),
17884         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
17885         for colorbalance interface implementation.
17886         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
17887         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
17888         (gst_ximagesink_dispose), (gst_ximagesink_init),
17889         (gst_ximagesink_class_init): Adding DISPLAY property.
17890         * sys/ximage/ximagesink.h: Adding display_name to store display.
17891         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
17892         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
17893         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
17894         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
17895         properties (they still need polishing though for gst-launch use : no
17896         xcontext yet, i ll do that tomorrow).
17897         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
17898
17899 2004-01-14  Julien MOUTTE  <julien@moutte.net>
17900
17901         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
17902         (gst_play_set_location), (gst_play_set_visualization): Preparing
17903         switch integration, adding videobalance in the pipeline.
17904
17905 2004-01-14  Julien MOUTTE <julien@moutte.net>
17906
17907         * gst-libs/gst/colorbalance/colorbalance.c:
17908         (gst_color_balance_class_init): Adding a default type.
17909         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
17910         the type.
17911         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
17912         (gst_videobalance_dispose), (gst_videobalance_class_init),
17913         (gst_videobalance_init), (gst_videobalance_interface_supported),
17914         (gst_videobalance_interface_init),
17915         (gst_videobalance_colorbalance_list_channels),
17916         (gst_videobalance_colorbalance_set_value),
17917         (gst_videobalance_colorbalance_get_value),
17918         (gst_videobalance_colorbalance_init): Implementing colorbalance
17919         interface.
17920         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
17921         list.
17922         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
17923         bug which was triggering a BadAccess X error when setting an overlay
17924         before pad was really negotiated.
17925         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
17926         Using the colorbalance type macro.
17927
17928 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17929
17930         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
17931         (gst_flacenc_chain):
17932           handle tags correctly
17933         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
17934           extract ID3v1 tags correctly
17935
17936 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17937
17938         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
17939         (plugin_init):
17940           Improve matroska typefinding for odd-typed headers...
17941
17942 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17943
17944         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
17945           Fix for using incremental number on padnames.
17946
17947 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17948
17949         * ext/divx/gstdivxdec.c:
17950         * ext/divx/gstdivxenc.c:
17951           Set category to divx4linux instead of divx (too generic).
17952         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
17953         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
17954         (gst_wavparse_loop), (gst_wavparse_change_state):
17955         * gst/wavparse/gstwavparse.h:
17956           fix parsing of WAV files with non-standard fmt-tag size and fix
17957           skipping of unrecognized chunks... Someone please fix this thing
17958           to use rifflib so all this is automated.
17959         * sys/v4l/Makefile.am:
17960         * sys/v4l2/Makefile.am:
17961           Add X_CFLAGS because we depend on X (for overlay).
17962
17963 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
17964
17965         * ext/mpeg2dec/gstmpeg2dec.c:
17966           Don't issue a timestamp unless we tagged the frame
17967           with a PTS.
17968
17969 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17970
17971         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
17972           Query the audio element to get the time, not the clock. We're
17973           interested in the element's time here.
17974
17975 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
17976
17977         * ext/aalib/gstaasink.c: (gst_aasink_chain):
17978         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17979         * ext/esd/esdsink.c: (gst_esdsink_chain):
17980         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
17981         * ext/mas/massink.c: (gst_massink_chain):
17982         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
17983         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
17984         (gst_matroska_demux_parse_metadata):
17985         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
17986         (gst_mpeg_parse_release_locks):
17987         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
17988         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
17989         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
17990         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17991         (gst_osssink_change_state):
17992         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
17993         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
17994         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
17995         (gst_xvideosink_release_locks):
17996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
17997           use element time.
17998         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
17999         (gst_alsa_clock_stop):
18000         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
18001         (gst_audio_clock_get_internal_time):
18002           simplify for use with new clocking code.
18003         * testsuite/alsa/Makefile.am:
18004         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
18005           fix testsuite for new caps system
18006
18007 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18008
18009         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
18010         * ext/flac/gstflacenc.c: (add_one_tag):
18011           length is already host endian, no need to convert. Fixes playback of
18012           tagged files on PPC. (bug #128384)
18013
18014 2004-01-13  Julien MOUTTE <julien@moutte.net>
18015
18016         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
18017         colorbalance interface stating if it is hardware based or software
18018         based.
18019         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
18020         Removing a trailing comma.
18021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18022         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
18023         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
18024         the documentation seems to be wrong on the -1000 to 1000 interval.
18025
18026 2004-01-12  David Schleef  <ds@schleef.org>
18027
18028         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
18029         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
18030         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
18031         Fix negotiation.  Add a bufferalloc function for the sink pad,
18032         and generally clean up some of the code.
18033
18034 2004-01-12  Julien MOUTTE <julien@moutte.net>
18035
18036         * gst-libs/gst/colorbalance/colorbalancechannel.c:
18037         (gst_color_balance_channel_dispose): Adding safety check in dispose
18038         method.
18039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
18040         (gst_xvimagesink_xcontext_clear),
18041         (gst_xvimagesink_interface_supported),
18042         (gst_xvimagesink_colorbalance_list_channels),
18043         (gst_xvimagesink_colorbalance_set_value),
18044         (gst_xvimagesink_colorbalance_get_value),
18045         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
18046         Adding colorbalance interface support to set XV parameters such as
18047         HUE, BRIGHTNESS, CONTRAST, SATURATION.
18048         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
18049         interface.
18050
18051 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
18054         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
18055         (gst_audio_convert_init), (gst_audio_convert_set_property),
18056         (gst_audio_convert_get_property), (gst_audio_convert_chain),
18057         (gst_audio_convert_link),
18058         (gst_audio_convert_buffer_to_default_format),
18059         (gst_audio_convert_buffer_from_default_format), (plugin_init):
18060           - implement _getcaps and use it
18061           - improve linking
18062           - remove float caps since no float conversion is actually done
18063           - remove properties and arguments that were to be used for rate
18064             conversion
18065
18066 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18067
18068         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
18069         (gst_audio_structure_set_int):
18070         * gst-libs/gst/audio/audio.h:
18071           add helper functions for _getcaps matching the standard audio
18072           templates
18073
18074 2004-01-12  David Schleef  <ds@schleef.org>
18075
18076         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
18077         Test that pad is negotiated before getting its caps.
18078
18079 2004-01-12  Julien MOUTTE <julien@moutte.net>
18080
18081         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
18082         analyzing the pads of an element the bin is mostly in READY state so
18083         no caps were negotiated. This helper function needs to work with
18084         _get_caps directly then. I was not freeing them though, added that to
18085         fix the mem leak.
18086
18087 2004-01-12  Julien MOUTTE <julien@moutte.net>
18088
18089         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
18090         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
18091         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
18092         than the free_func.
18093
18094 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18095
18096         * sys/oss/gstossaudio.c: (plugin_init):
18097         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18098         * sys/oss/gstosselement.h:
18099           make an oss debugging category
18100           make failure more descriptive
18101
18102 2004-01-11  David Schleef  <ds@schleef.org>
18103
18104         * ext/ffmpeg/gstffmpeg.c:
18105         * ext/ffmpeg/gstffmpegcodecmap.c:
18106         * ext/ffmpeg/gstffmpegdec.c:
18107         * ext/ffmpeg/gstffmpegenc.c:
18108         * ext/ffmpeg/gstffmpegprotocol.c:
18109         * ext/gdk_pixbuf/gstgdkanimation.c:
18110         * ext/jpeg/gstjpeg.c:
18111         * ext/libpng/gstpng.c:
18112         * ext/mpeg2dec/perftest.c:
18113         * ext/speex/gstspeex.c:
18114         * gst-libs/gst/resample/dtos.c:
18115         * gst/intfloat/gstintfloatconvert.c:
18116         * gst/oneton/gstoneton.c:
18117         * gst/rtjpeg/RTjpeg.c:
18118         * gst/rtp/gstrtp.c:
18119         * sys/dxr3/dxr3init.c:
18120         * sys/glsink/gstgl_nvimage.c:
18121         * sys/glsink/gstgl_pdrimage.c:
18122         * sys/glsink/gstglsink.c:
18123         * testsuite/gst-lint:
18124         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
18125
18126 2004-01-11  David Schleef  <ds@schleef.org>
18127
18128         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
18129         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
18130         * ext/gdk_pixbuf/gstgdkanimation.c:
18131         (gst_gdk_animation_iter_create_pixbuf):
18132         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18133         (gst_gdk_pixbuf_chain):
18134         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18135         * ext/jack/gstjack.c: (gst_jack_change_state):
18136         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
18137         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
18138         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
18139         * gst/videofilter/gstvideofilter.c:
18140         (gst_videofilter_set_output_size):
18141         Remove all usage of gst_pad_get_caps(), and replace it with
18142         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
18143
18144 2004-01-11  David Schleef  <ds@schleef.org>
18145
18146         * configure.ac:
18147         * ext/Makefile.am: Fixes to make ext/libcaca compile.
18148         * ext/divx/gstdivxdec.c:
18149         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18150         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
18151         handle images that span multiple buffers.  Now work with both
18152         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
18153         * ext/gdk_pixbuf/gstgdkpixbuf.h:
18154         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
18155         video/video.h changes
18156         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
18157         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18158         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
18159         of GstData free function.
18160         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18161         same.
18162
18163 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18164
18165         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
18166         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
18167         (gst_v4l2element_get_property):
18168         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
18169           add norm, channel and frequency properties.
18170         * sys/v4l2/gstv4l2tuner.c:
18171           fixes for tuner interface changes
18172         * sys/v4l2/gstv4l2element.h:
18173         * sys/v4l2/gstv4l2src.c:
18174         * sys/v4l2/gstv4l2src.h:
18175         * sys/v4l2/v4l2src_calls.c:
18176         * sys/v4l2/v4l2src_calls.h:
18177           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
18178
18179 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18180
18181         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
18182         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
18183         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
18184         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
18185         * gst-libs/gst/tuner/tuner.h:
18186           GObjects aren't const.
18187           Add find_by_name functions.
18188           Add checks to _changed functions.
18189         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
18190         (gst_v4l_tuner_get_norm):
18191           Fixes for above.
18192
18193 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18194
18195         * gst-libs/gst/video/video.h:
18196           Fix caps template names to be understandable.
18197           Prefix everything with GST_VIDEO.
18198         * ext/aalib/gstaasink.c:
18199         * ext/divx/gstdivxdec.c:
18200         * ext/divx/gstdivxenc.c:
18201         * ext/gdk_pixbuf/gstgdkpixbuf.c:
18202         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
18203         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
18204         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
18205         * ext/libcaca/gstcacasink.c:
18206         * ext/libpng/gstpngenc.c: (raw_caps_factory):
18207         * ext/snapshot/gstsnapshot.c:
18208         * ext/swfdec/gstswfdec.c:
18209         * ext/xvid/gstxviddec.c:
18210         * ext/xvid/gstxvidenc.c:
18211         * gst/chart/gstchart.c:
18212         * gst/deinterlace/gstdeinterlace.c:
18213         * gst/effectv/gsteffectv.c:
18214         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
18215         * gst/goom/gstgoom.c:
18216         * gst/median/gstmedian.c:
18217         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
18218         (gst_monoscope_srcconnect), (gst_monoscope_chain):
18219         * gst/overlay/gstoverlay.c:
18220         * gst/smooth/gstsmooth.c:
18221         * gst/smpte/gstsmpte.c:
18222         * gst/synaesthesia/gstsynaesthesia.c:
18223         * gst/videocrop/gstvideocrop.c:
18224         * gst/videodrop/gstvideodrop.c:
18225         * gst/y4m/gsty4mencode.c:
18226         * sys/qcam/gstqcamsrc.c:
18227         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
18228           Make them work with new video.h file.
18229         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18230         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18232         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18233           Make it work with new buffer allocation system.
18234
18235 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18236
18237         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
18238         pad_alloc_buffer implementation to use ->srcpad
18239         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
18240         pad_alloc_buffer implementation to use ->srcpad
18241         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
18242         pad_alloc_buffer implementation to use ->srcpad
18243         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18244         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
18245         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18246         a reference to everything we need.
18247         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
18248         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18249         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
18250         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
18251         a reference to everything we need.
18252         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
18253
18254 2004-01-11  David Schleef  <ds@schleef.org>
18255
18256         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
18257         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
18258         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
18259         structure members.
18260         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
18261         value during a resize/renegotiation.
18262         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
18263         gst_pad_alloc_buffer();
18264         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18265         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
18266         structure members.
18267         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
18268         Fix for rename of buffer private structure members.
18269         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18270         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
18271         Fix for rename of buffer private structure members.
18272         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18273         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
18274         Fix for rename of buffer private structure members.
18275
18276 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
18277
18278         reviewed by: David Schleef <ds@schleef.org>
18279
18280         * gst/videofilter/Makefile.am:
18281         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
18282         from the patch by ds to fit in with recent make_filter changes.
18283
18284 2004-01-11  Julien MOUTTE  <julien@moutte.net>
18285
18286         * configure.ac: Adding examples/switch/Makefile
18287         * examples/Makefile.am: Adding examples/switch
18288         * examples/switch/Makefile.am: Adding switcher example.
18289         * examples/switch/switcher.c: (got_eos), (idle_iterate),
18290         (switch_timer), (main): Adding an example demonstrating switch usage
18291         with 2 videotestsrc showing different patterns.
18292         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
18293         (gst_switch_init): Fixing switch with the new caps system.
18294
18295 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18296
18297         * gst-libs/gst/video/video.h:
18298           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
18299           They should probably be like
18300           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
18301
18302 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18303
18304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18305         (qtdemux_parse_trak):
18306           fix audio chunk size/timestamp calculation
18307
18308 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18309
18310         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
18311           fix SVQ3 caps
18312
18313 2004-01-11  Steve Baker  <steve@stevebaker.org>
18314
18315         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
18316         (gst_agingtv_base_init), (gst_agingtv_class_init),
18317         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
18318         (gst_agingtv_set_property), (gst_agingtv_get_property):
18319         Port agingTV to videofilter
18320
18321 2004-01-09  Julien MOUTTE <julien@moutte.net>
18322
18323         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
18324         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18325
18326 2004-01-09  Julien MOUTTE <julien@moutte.net>
18327
18328         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
18329         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18330         * gst-libs/gst/xoverlay/xoverlay.c:
18331         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
18332         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
18333         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18334         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
18335         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
18336         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
18337         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
18338         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
18339         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18340         interface implementation to handle xid being 0 and fix some bugs
18341         triggered by Benjamin's testcase.
18342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
18343         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
18344         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
18345         the bufferalloc_function to replace bufferpools, fixing the XOverlay
18346         interface implementation to handle xid being 0 and fix some bugs
18347         triggered by Benjamin's testcase.
18348
18349 2004-01-09  David Schleef  <ds@schleef.org>
18350
18351         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
18352         mouse pointer events.  It works.
18353
18354 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18355
18356         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
18357           Use explicit caps - fix capsnego.
18358         * ext/xvid/gstxviddec.c:
18359         * ext/xvid/gstxvidenc.c:
18360           Remove macro-inside-macro which caused compile errors.
18361         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
18362           Error out if it's not a RIFF file. Else we error out without
18363           gst_element_error() which is not good...
18364
18365 2004-01-08  David Schleef  <ds@schleef.org>
18366
18367         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
18368         Fix pad_link function to handle formats that ffmpeg returns
18369         as multiple caps structures.
18370         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
18371         Only complain if source buffer is _smaller_ than expected.
18372         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
18373         (gst_videoscale_handle_src_event): Resize navigation events
18374         when passing them upstream.
18375         * gst/videotestsrc/gstvideotestsrc.c:
18376         * gst/videotestsrc/gstvideotestsrc.h:
18377         * gst/videotestsrc/videotestsrc.c:
18378         * gst/videotestsrc/videotestsrc.h:
18379         Rewrite many of the buffer painting functions to handle odd
18380         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
18381         been verified to work with my video card.
18382         * testsuite/gst-lint:  Add check for elements calling
18383         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
18384
18385 2004-01-08  David Schleef  <ds@schleef.org>
18386
18387         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
18388         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
18389
18390 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18391
18392         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
18393         configure event is not emiting the desired size signal. That fixes
18394         aspect ratio issues with gst-player.
18395
18396 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
18399           Fix capsnego.
18400
18401 2004-01-08  Julien MOUTTE  <julien@moutte.net>
18402
18403         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
18404         public method to fire size signal.
18405
18406 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18407
18408         * examples/gstplay/Makefile.am: Adding the interface library.
18409         * gst-libs/gst/play/Makefile.am: Adding the interface library.
18410         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
18411         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
18412         GST_IS_X_OVERLAY before signal connect.
18413         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
18414         Removing the have_video_size signal.
18415         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
18416         and associated public method.
18417         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18418         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
18419         signal.
18420         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18421         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
18422         signal.
18423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
18424         Using XOverlay public method to fire size signal.
18425
18426 2004-01-07  David Schleef  <ds@schleef.org>
18427
18428         * gst/videofilter/Makefile.am:
18429         * gst/videofilter/gstvideotemplate.c:
18430         * gst/videofilter/make_filter:
18431         Create gstvideoexample.c in a srcdir!=builddir friendly way.
18432         Convert make_filter to /bin/sh script.
18433
18434 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
18435
18436         * gst/modplug/gstmodplug.cc: fix element description
18437
18438 2004-01-07  Julien MOUTTE  <julien@moutte.net>
18439
18440         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
18441         (got_video_size): Adding some new lines in g_print calls.
18442         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18443         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
18444         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
18445         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
18446         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
18447         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
18448         Complete code review, reverting some stuff i disagree with, adding
18449         some fixes : time synchronization on invalid timestamps, renegotiation
18450         of private window.
18451         * sys/ximage/ximagesink.h:
18452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
18453         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
18454         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
18455         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
18456         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18457         (gst_xvimagesink_buffer_new),
18458         (gst_xvimagesink_navigation_send_event),
18459         (gst_xvimagesink_set_xwindow_id),
18460         (gst_xvimagesink_get_desired_size),
18461         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
18462         stuff i disagree with, adding some fixes : Renegotiation of private
18463         window, implementing get_desired_size.
18464
18465 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18466
18467         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
18468         (gst_afsink_handle_event):
18469         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
18470         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
18471         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
18472         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
18473         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
18474           Fix for instantiate-test (see core). Also remove dead code from
18475           jpegenc (which still needs fixing, but that's lower on my TODO
18476           list...).
18477         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18478           Never return NULL as caps.
18479
18480 2004-01-07  David Schleef  <ds@schleef.org>
18481
18482         * configure.ac:
18483         * ext/Makefile.am:
18484         * ext/librfb/Makefile.am:
18485         * ext/librfb/gstrfbsrc.c:
18486         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
18487         is the protocol used by VNC.
18488
18489 2004-01-07  David Schleef  <ds@schleef.org>
18490
18491         * gst/videofilter/gstvideotemplate.c:
18492         * gst/videofilter/gstvideotemplate.h:
18493         * gst/videofilter/make_filter:
18494         Merge videotemplate header into source file.
18495         * gst/effectv/Makefile.am:
18496         * gst/effectv/gsteffectv.c: (plugin_init):
18497         * gst/effectv/gstwarp.c:
18498         Make warpTV a subclass of videofilter.
18499
18500 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18501
18502         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18503           Add guard against invalid utf-8 conversions in mad. Just in case.
18504
18505 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18506
18507         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18508           Fix for bug shown by poisoning
18509
18510 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
18513         (gst_v4lmjpegsrc_buffer_free):
18514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
18515         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
18516         (gst_v4lsrc_buffer_free):
18517           Fix for removed bufferpools.
18518
18519 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18520
18521         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
18522         Fix caps negotiation.
18523
18524         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18525         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
18526         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
18527         (dvdnavsrc_event):
18528         * ext/mpeg2dec/gstmpeg2dec.c:
18529         * gst-libs/gst/navigation/navigation.c:
18530         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
18531         * gst-libs/gst/navigation/navigation.h:
18532         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
18533         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
18534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
18535         Super-simple first version of mouse and keyboard events. Clicking
18536         on a DVD menu now works, although it may not take you where you
18537         expected.
18538
18539         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18540         * gst/videotestsrc/gstvideotestsrc.c:
18541         (gst_videotestsrc_src_fixate):
18542         These fixate functions were broken - they never actually
18543         fixated :)
18544
18545 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18546
18547         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
18548         (gst_icecastsend_init):
18549           fix for new caps system.
18550         * gst-libs/gst/mixer/mixertrack.h:
18551         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
18552           Add 'master track' flag (for tools like ACME that only want to
18553           change the main volume).
18554
18555 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
18556
18557         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
18558         (gst_xvid_csp_to_caps):
18559         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
18560         * ext/xvid/gstxvidenc.c:
18561         ifdef out ARGB type when it isn't available
18562         in xvidcore 1.0.0beta2
18563
18564 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
18567           When we have received a new SCR right in the first buffer after
18568           a seek (so in the same cycle that handles the discont), we should
18569           handle the buffer instead of unreffing it, else we lose data.
18570
18571 2004-01-06  Iain <iain@prettypeople.org>
18572
18573         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
18574           buffer-frames caps too.
18575
18576         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
18577           caps that we need, don't destroy them all and rebuild them. And when
18578           creating src pads, use the src pad template rather than the sink...
18579
18580 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18581
18582         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18583           Add pad to element *after* setting functions such as event handler.
18584           Without this, the scheduler (opt) will link pads, set the event
18585           handler from the default event function (dispatcher in gstpad.c)
18586           and *after* that, we will set our own event function, which will
18587           thus never be used (and thus mpegdemux doesn't handle events).
18588
18589 2004-01-04  David Schleef  <ds@schleef.org>
18590
18591         Fix the fixate functions to handle new prototype:
18592         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
18593         * gst/videotestsrc/gstvideotestsrc.c:
18594         (gst_videotestsrc_src_fixate):
18595         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
18596         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
18597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
18598
18599 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18600
18601         * sys/ximage/ximagesink.h:
18602         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
18603         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
18604         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
18605         (gst_ximagesink_xoverlay_init):
18606           assorted fixes to make (re)embedding work
18607         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
18608         (gst_ximagesink_get_desired_size):
18609           implement desired size additions to XOverlay
18610
18611 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18612
18613         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
18614         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
18615         (gst_x_overlay_got_desired_size):
18616         * gst-libs/gst/xoverlay/xoverlay.h:
18617           Add optional "desired size" signal and querying.
18618
18619 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18620
18621         * gst/matroska/matroska-demux.c:
18622         (gst_matroska_demux_parse_blockgroup):
18623           Fix EBML-laced block parsing. Diffs are relative to previous
18624           lace, not the first lace. Thanks to Mosu from the Matroska
18625           team for detecting this.
18626         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18627         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
18628         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
18629         (gst_wavparse_change_state):
18630         * gst/wavparse/gstwavparse.h:
18631           Quickfix for capsnego.
18632
18633 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18634
18635         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
18636           Fix indenting, fix pad creation.
18637
18638 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18639
18640         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
18641         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
18642         (gst_xviddec_sink_link):
18643           Implement src_getcaps() so proper size caps is negotiated.
18644
18645 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18646
18647         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
18648           Finish flac decoder on EOS. See #116178.
18649
18650 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18651
18652         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
18653         (gst_matroska_demux_add_stream):
18654         * gst/matroska/matroska-ids.h:
18655           Add getcaps() function to fix capsnego...
18656
18657 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18658
18659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18660         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
18661         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
18662           Fix more integer overflows. Again, see #126967.
18663
18664 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18665
18666         * ext/mpeg2dec/gstmpeg2dec.c:
18667           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
18668           #130416.
18669
18670 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18671
18672         * configure.ac:
18673         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
18674         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
18675         * ext/xvid/gstxvid.h:
18676         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
18677         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
18678         (gst_xviddec_src_link), (gst_xviddec_sink_link),
18679         (gst_xviddec_change_state):
18680         * ext/xvid/gstxviddec.h:
18681         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
18682         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
18683         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
18684         (gst_xvidenc_link), (gst_xvidenc_set_property),
18685         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
18686         * ext/xvid/gstxvidenc.h:
18687           Update xvid plugin to latest xvid (1.0.0-beta3) API.
18688
18689 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18690
18691         * gst/rtp/rtp-packet.c:
18692           Add sys/types.h include, since OS X doesn't define in_addr_t
18693           in netinet/in.h, like it does on Linux (see #129600).
18694
18695 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
18696
18697         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
18698
18699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
18700           Correct logic of dispose function (see #129306).
18701
18702 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18703
18704         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
18705         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
18706         (gst_mpeg_parse_init):
18707         * gst/mpegstream/gstmpegparse.h:
18708           Remove clock (which was never provided, i.e. dead code), and
18709           also fix integer overflows at high PTS values (see #126967).
18710
18711 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18712
18713         * ext/flac/gstflacdec.c:
18714         * ext/libpng/gstpngenc.h:
18715         * ext/mikmod/gstmikmod.h:
18716           OS X fixes (see #126628).
18717
18718 2004-01-02  David Schleef  <ds@schleef.org>
18719
18720         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
18721         (gst_alsa_src_base_init): Remove bogus "src" request pad.
18722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
18723         (gst_mpeg_parse_class_init): Move pad template registration
18724         to class_init, since the derived class (mpegdemux) doesn't
18725         want them.
18726
18727 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18728
18729         * sys/ximage/Makefile.am:
18730         * sys/xvideo/Makefile.am:
18731         * sys/xvimage/Makefile.am:
18732           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
18733           after installation (see #127664).
18734
18735 2004-01-02  David Schleef  <ds@schleef.org>
18736
18737         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
18738         (gst_ffmpegenc_connect):  Negotiation fixes.
18739         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
18740         Remove inappropriate gst_caps_free().
18741         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18742         Reenable Ronald's internal resize code, since the core handles
18743         it correctly now.
18744
18745 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18746
18747         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
18748         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
18749         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
18750           Fix pad template stuff.
18751
18752 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
18755         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
18756           fix signed integer reading/writing.
18757
18758 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18759
18760         * ext/alsa/README:
18761           Remove outdated document
18762
18763 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
18764
18765         * gst/cutter/gstcutter.c: (gst_cutter_init):
18766           src pad was being created twice - oops.
18767
18768 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18769
18770         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18771           Comment out internal resize. It doesn't handle the resulting
18772           XEvent internally, does another try_set_caps() which leads to
18773           a really nice loop.
18774           Real fix will come when Julien and Dave are awake. ;).
18775
18776 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18777
18778         * ext/mpeg2enc/gstmpeg2enc.cc:
18779           fix const/nonconst compile issue.
18780
18781 2004-01-02  David Schleef  <ds@schleef.org>
18782
18783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
18784         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
18785         Add fixate function and a check for bad formats.
18786
18787 2004-01-01  David Schleef  <ds@schleef.org>
18788
18789         Negotiation fixes:
18790         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
18791         (gst_audiofilter_init):
18792         * gst/debug/efence.c: (gst_efence_init):
18793         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18794         (gst_deinterlace_init):
18795         * gst/volume/gstvolume.c: (volume_connect):
18796
18797 2004-01-01  David Schleef  <ds@schleef.org>
18798
18799         Convert elements to use gst_pad_use_explicit_caps() where
18800         appropriate:
18801         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
18802         * ext/audiofile/gstafparse.c: (gst_afparse_init),
18803         (gst_afparse_open_file):
18804         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
18805         (gst_afsrc_open_file):
18806         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
18807         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
18808         (gst_ffmpegdec_chain):
18809         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18810         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
18811         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
18812         (gst_gdk_pixbuf_chain):
18813         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
18814         (gst_jpegdec_chain):
18815         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
18816         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18817         (gst_mikmod_negotiate):
18818         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
18819         (gst_mpeg2dec_negotiate_format):
18820         * ext/mpeg2enc/gstmpeg2enc.cc:
18821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
18822         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
18823         (gst_speexdec_sinkconnect):
18824         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
18825         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
18826         (gst_vorbisfile_new_link):
18827         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
18828         (gst_ac3parse_chain):
18829         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
18830         (gst_asf_demux_setup_pad):
18831         * gst/auparse/gstauparse.c: (gst_auparse_init),
18832         (gst_auparse_chain):
18833         * gst/id3/gstid3types.c: (gst_id3types_loop):
18834         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
18835         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
18836         (mp1videoparse_parse_seq):
18837         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
18838         (bpf_from_header):
18839         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
18840         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
18841         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
18842         (gst_mpeg_parse_send_data):
18843         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
18844         (gst_qtdemux_add_stream):
18845         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18846         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
18847         (gst_wavparse_parse_fmt):
18848
18849 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18850
18851         * configure.ac:
18852           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
18853           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
18854           it therefore uses the wrong include paths. Too bad... Note
18855           that 1.6.1.93 is not release yet. ;).
18856           Also add a check for mplex, which is now using the lib'ified
18857           mplex from mjpegtools, too.
18858         * ext/ffmpeg/gstffmpegcodecmap.c:
18859           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
18860           issues. I don't think ffmpeg handles 3ivx correctly, so this
18861           probably won't work. But it won't hurt either.
18862         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
18863         (gst_ffmpegdec_chain):
18864         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
18865         (gst_ffmpegenc_chain_audio):
18866           Fix memleak in audio encoding. Close codec if open fails, this
18867           calls the cleanup routines so we can re-use the context.
18868         * ext/mpeg2enc/gstmpeg2enc.cc:
18869           Fix pad template names/types, fix memory issue with getcaps().
18870         * ext/mpeg2enc/gstmpeg2encoder.cc:
18871         * ext/mpeg2enc/gstmpeg2encoder.hh:
18872           Fix compile issue with new caps system (const thingy).
18873         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
18874         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
18875           We read a first frame right on initing, so that we have a caps
18876           when we init the output. This caps is cached in padprivate and
18877           read as first frame.
18878         * ext/mplex/Makefile.am:
18879         * ext/mplex/gstmplex.cc:
18880         * ext/mplex/gstmplex.h:
18881         * ext/mplex/gstmplex.hh:
18882         * ext/mplex/gstmplexibitstream.cc:
18883         * ext/mplex/gstmplexibitstream.hh:
18884         * ext/mplex/gstmplexjob.cc:
18885         * ext/mplex/gstmplexjob.hh:
18886         * ext/mplex/gstmplexoutputstream.cc:
18887         * ext/mplex/gstmplexoutputstream.hh:
18888           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
18889           had issues, didn't do capsnego, supported only a subset of the
18890           mplex features and required a mplex fork in our local CVS. Plus
18891           that it worked agaist a very old mplex version. Rewriting was
18892           faster than updating it.
18893         * gst-libs/ext/Makefile.am:
18894         * gst-libs/ext/mplex/INSTRUCT:
18895         * gst-libs/ext/mplex/Makefile.am:
18896         * gst-libs/ext/mplex/README:
18897         * gst-libs/ext/mplex/TODO:
18898         * gst-libs/ext/mplex/ac3strm_in.cc:
18899         * gst-libs/ext/mplex/audiostrm.hh:
18900         * gst-libs/ext/mplex/audiostrm_out.cc:
18901         * gst-libs/ext/mplex/aunit.hh:
18902         * gst-libs/ext/mplex/bits.cc:
18903         * gst-libs/ext/mplex/bits.hh:
18904         * gst-libs/ext/mplex/buffer.cc:
18905         * gst-libs/ext/mplex/buffer.hh:
18906         * gst-libs/ext/mplex/fastintfns.h:
18907         * gst-libs/ext/mplex/format_codes.h:
18908         * gst-libs/ext/mplex/inputstrm.cc:
18909         * gst-libs/ext/mplex/inputstrm.hh:
18910         * gst-libs/ext/mplex/lpcmstrm_in.cc:
18911         * gst-libs/ext/mplex/mjpeg_logging.cc:
18912         * gst-libs/ext/mplex/mjpeg_logging.h:
18913         * gst-libs/ext/mplex/mjpeg_types.h:
18914         * gst-libs/ext/mplex/mpastrm_in.cc:
18915         * gst-libs/ext/mplex/mpegconsts.cc:
18916         * gst-libs/ext/mplex/mpegconsts.h:
18917         * gst-libs/ext/mplex/mplexconsts.hh:
18918         * gst-libs/ext/mplex/multplex.cc:
18919         * gst-libs/ext/mplex/outputstream.hh:
18920         * gst-libs/ext/mplex/padstrm.cc:
18921         * gst-libs/ext/mplex/padstrm.hh:
18922         * gst-libs/ext/mplex/stillsstream.cc:
18923         * gst-libs/ext/mplex/stillsstream.hh:
18924         * gst-libs/ext/mplex/systems.cc:
18925         * gst-libs/ext/mplex/systems.hh:
18926         * gst-libs/ext/mplex/vector.cc:
18927         * gst-libs/ext/mplex/vector.hh:
18928         * gst-libs/ext/mplex/videostrm.hh:
18929         * gst-libs/ext/mplex/videostrm_in.cc:
18930         * gst-libs/ext/mplex/videostrm_out.cc:
18931         * gst-libs/ext/mplex/yuv4mpeg.cc:
18932         * gst-libs/ext/mplex/yuv4mpeg.h:
18933         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
18934         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
18935           We don't fork mjpegtools' mplex in our CVS anymore.
18936         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
18937         (gst_avi_demux_add_stream):
18938         * gst/avi/gstavidemux.h:
18939           Add getcaps() function for proper caps nego. This makes some
18940           parts of AVI playback/reading work.
18941         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
18942           Resize window on new capsnego. This is probably wrong, but
18943           I'm still committing it because with current capsnego, the
18944           first successfull capsnego is auto-fixated, therefore rounded
18945           down to the lowest values in the caps. this results in a 16x16
18946           XWindow that is not reized when real capsnego finishes.
18947           Dave, I see more cases of this, do you know a proper solution?
18948         * tools/gst-launch-ext.in:
18949           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
18950
18951 2003-12-31  David Schleef  <ds@schleef.org>
18952
18953         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
18954         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
18955           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
18956
18957 2003-12-30  David Schleef  <ds@schleef.org>
18958
18959         * ext/ffmpeg/gstffmpegcolorspace.c:
18960         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
18961         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
18962         (gst_ffmpegcsp_chain): Negotiation fixes
18963         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
18964         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
18965         (gst_audio_convert_link), (gst_audio_convert_channels):
18966         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
18967         (gst_audioscale_link), (gst_audioscale_get_buffer),
18968         (gst_audioscale_chain): Negotiation fixes
18969         * gst/audioscale/gstaudioscale.h:
18970         * gst/videofilter/gstvideofilter.c:
18971         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
18972         (gst_videofilter_link), (gst_videofilter_init),
18973         (gst_videofilter_set_output_size), (gst_videofilter_setup),
18974         (gst_videofilter_find_format_by_structure):
18975         * gst/videofilter/gstvideofilter.h: Negotiation fixes
18976         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18977         (gst_videoscale_link):
18978         * gst/videoscale/videoscale.c: (videoscale_get_structure),
18979         (videoscale_find_by_structure), (gst_videoscale_setup):
18980         * gst/videoscale/videoscale.h: Negotiation fixes
18981         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
18982         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
18983         function, restrict resizing to a multiple of 4 (hack until
18984         everyone supports odd sizes correctly).
18985
18986 2003-12-29  Colin Walters  <walters@verbum.org>
18987
18988         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
18989         signed.
18990
18991 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
18992
18993         * ext/sndfile/gstsf.c: (gst_sf_loop):
18994           Fix warning about discarding const qualifier
18995
18996 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
18997
18998         * gst/cutter/gstcutter.c:
18999         * gst/videoscale/gstvideoscale.c:
19000         * gst/volenv/gstvolenv.c:
19001         * gst-libs/gst/audio/audio.c:
19002         * gst-libs/gst/video/video.c:
19003           Fix warnings
19004
19005 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19006
19007         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
19008           Don't send ALSA debugging to stderr.
19009         * ext/alsa/gstalsa.h:
19010           Use GST_WARNING instead of g_warning when ALSA functions fail.
19011
19012 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19013
19014         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
19015           Free XVAdapterInfo correctly.
19016
19017 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19018
19019         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
19020         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
19021           Make id3tag use correct caps nego.
19022
19023 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
19024
19025         * ext/ivorbis/vorbis.c:
19026         * ext/ivorbis/vorbisenc.h:
19027         * ext/ivorbis/vorbisfile.c:
19028           Modify so that it uses the new caps things
19029
19030 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19031
19032         * testsuite/spider/spider1.c: (main):
19033         * testsuite/spider/spider2.c: (main):
19034         * testsuite/spider/spider3.c: (main):
19035           Make tests compile again. They probably don't work.
19036
19037 2003-12-24  Colin Walters  <walters@verbum.org>
19038
19039         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
19040         we can't fixate the caps anymore.
19041
19042 2003-12-23  David Schleef  <ds@schleef.org>
19043
19044         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
19045         * sys/oss/gstosssink.c: (gst_osssink_init),
19046         (gst_osssink_sink_fixate): Add fixate function.
19047
19048 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19049
19050         * ext/ffmpeg/gstffmpegcodecmap.c:
19051         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
19052         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
19053         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
19054         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19055         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19056         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19057         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
19058           fix typo in RGB masks, and move back to "old" colorspace
19059           capsnego code until whoever wrote this new crap has actually
19060           tested it so that it works.
19061           And yes, this works, keep it that way please.
19062
19063 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19064
19065         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
19066         (gst_divxdec_init), (gst_divxdec_negotiate):
19067         * ext/divx/gstdivxdec.h:
19068         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
19069         (gst_divxenc_init):
19070         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
19071         (gst_faac_sinkconnect), (gst_faac_srcconnect):
19072         * ext/mpeg2enc/gstmpeg2enc.cc:
19073         * ext/mpeg2enc/gstmpeg2encoder.cc:
19074         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19075         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
19076         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
19077         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
19078         (dxr3spusink_init):
19079         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
19080         (dxr3videosink_init):
19081           Fix caps breakage after Dave's caps branch merge.
19082
19083 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19084
19085         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
19086           Fix for 24bpp display.
19087
19088 2003-12-23  Colin Walters  <walters@verbum.org>
19089
19090         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
19091         a GnomeVFSHandle directly.
19092
19093 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19094
19095         * gst/volume/Makefile.am:
19096         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
19097         (volume_base_init), (volume_init):
19098           Reenable volume element and fix to work with new caps stuff.
19099           Rhythmbox needs this.
19100
19101 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19102
19103         * gst/qtdemux/qtdemux.c: (plugin_init):
19104           qtdemux requires bytestream
19105
19106 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19107
19108         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
19109           Fix remaining caps handling errors due to CAPS merge.
19110
19111 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19112
19113         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
19114         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
19115         (gst_faad_srcconnect):
19116           Port to new caps system.
19117
19118 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19119
19120         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
19121         (got_video_size), (main): using g_print instead of g_message.
19122         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
19123         signal which was not emitted because of "switch" element added to the
19124         bin but not connected. (Removing from the bin temporarily)
19125
19126 2003-12-21  Julien MOUTTE  <julien@moutte.net>
19127
19128         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
19129         find X development files. I don't understand the previous tests and
19130         they fail on my debian/ppc unstable. This one works.
19131         * examples/gstplay/player.c: (main): Set the pipeline to READY before
19132         exiting.
19133         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
19134         (gst_play_set_video_sink), (gst_play_set_audio_sink),
19135         (gst_play_set_visualization): Add some safety checks in set_ methods
19136         and state_change. This was throwing some ugly CRITICAL messages when
19137         pipeline was getting disposed and casts were failing.
19138
19139 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * configure.ac:
19142           Improve mpeg2enc detection. This is for distributions that do
19143           ship mjpegtools, but without mpeg2enc. Also does object check
19144           for might there ever be ABI incompatibility.
19145         * ext/mpeg2enc/gstmpeg2enc.cc:
19146           Add Andrew as second maintainer (he's helping me), and also add
19147           an error if no caps was set. This happens if I pull before capsnego
19148           and that's something I should solve sometime else.
19149         * gst/matroska/matroska-demux.c:
19150         (gst_matroska_demux_parse_blockgroup):
19151           Fix time parsing.
19152         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
19153         (gst_matroska_mux_track_header):
19154           Add caps to templates.
19155         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
19156           Add mpegversion=1 to prevent confusion with MPEG/AAC.
19157         * gst/mpegstream/gstmpegdemux.c:
19158           Remove layer since it causes warnings about unfixed caps.
19159         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19160           Fix obvious typo (we error out if caps were set, we should of
19161           course error out if *no* caps were set).
19162         * sys/oss/gstosselement.c: (gst_osselement_convert):
19163           Fix format conversion, we confused bits/bytes.
19164         * sys/oss/gstosselement.h:
19165           Improve documentation for 'bps'.
19166         * sys/v4l/TODO:
19167           Remove stuff about plugins that need removing - this was done
19168           ages ago.
19169         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
19170         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
19171         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
19172         (gst_v4lsrc_src_query):
19173         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
19174         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
19175           Add get_query_types(), get_formats() and query() functions.
19176
19177 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19178
19179         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
19180         * moved CVS to freedesktop.org
19181
19182 >>>>>>> 1.1891