gst-libs/gst/net/: this was moved to netbuffer
[platform/upstream/gstreamer.git] / ChangeLog
1 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst-libs/gst/net/Makefile.am:
4         * gst-libs/gst/net/README:
5         * gst-libs/gst/net/gstnetbuffer.c:
6         * gst-libs/gst/net/gstnetbuffer.h:
7           this was moved to "netbuffer"
8
9 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10
11         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
12         (gst_video_filter_class_init), (gst_video_filter_init):
13         * gst-libs/gst/video/gstvideofilter.h:
14           borgify name to bring in line with other classes
15
16 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17
18         * gst/audioscale/.cvsignore:
19         * gst/audioscale/Makefile.am:
20         * gst/audioscale/README:
21         * gst/audioscale/audioscale.vcproj:
22         * gst/audioscale/dtof.c:
23         * gst/audioscale/dtos.c:
24         * gst/audioscale/functable.c:
25         * gst/audioscale/gstaudioscale.c:
26         * gst/audioscale/gstaudioscale.h:
27         * gst/audioscale/private.h:
28         * gst/audioscale/resample.c:
29         * gst/audioscale/resample.h:
30         * gst/audioscale/test.c:
31           remove
32
33 2005-11-30  Edward Hervey  <edward@fluendo.com>
34
35         * gst-libs/gst/netbuffer/Makefile.am:
36         really, really tired
37
38 2005-11-30  Edward Hervey  <edward@fluendo.com>
39
40         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
41         Update for new GstTypeFindFactory _register()
42
43 2005-11-30  Edward Hervey  <edward@fluendo.com>
44
45         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
46         Let's not override libgstnet from core for no reason...
47         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
48         Ok, maybe not so quick next time.
49
50 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
51
52         * configure.ac:
53         * gst-libs/gst/Makefile.am:
54           moved gst-libs/gst/net to netbuffer through CVS surgery
55           remove old directory
56           updating build to accomodate
57           (#322257)
58
59 2005-11-29  Andy Wingo  <wingo@pobox.com>
60
61         * pkgconfig/gstreamer-plugins-base.pc.in:
62         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
63         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
64         (#322257).
65
66 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
67
68         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
69         3rd time's the charm. Correct ref-counting for discarded buffers.
70
71 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
72
73         * gst/playback/gststreamselector.c:
74         (gst_stream_selector_class_init),
75         (gst_stream_selector_set_property),
76         (gst_stream_selector_get_property),
77         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
78         Fix ref-counting
79
80 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
81
82         * gst/subparse/gstsubparse.c: (feed_textbuf):
83           Don't access already unref'ed buffer.
84
85 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
86
87         * gst/playback/gststreamselector.c:
88         (gst_stream_selector_class_init), (gst_stream_selector_init),
89         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
90         (gst_stream_selector_get_property),
91         (gst_stream_selector_get_linked_pad),
92         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
93         * gst/playback/gststreamselector.h:
94         Add the active-pad property for playbin to use shortly. Ignore buffers
95         from any other pad, returning GST_FLOW_NOT_LINKED
96
97 2005-11-29  Julien MOUTTE  <julien@moutte.net>
98
99         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
100         patch from bug #322704 (Alessandro Decina).
101
102 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
103
104         * gst-libs/gst/audio/Makefile.am:
105           folded audiofilter into the audio library
106
107 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
108
109         * gst/videoscale/gstvideoscale.h:
110         * gst/videoscale/gstvideoscale.c:
111           remove unimplemented scale methods
112
113 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
114
115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
116           Don't leak caps.
117
118 2005-11-28  Julien MOUTTE  <julien@moutte.net>
119
120         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
121         (gst_ximagesink_setcaps):
122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
123         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
124         happens (only visible on ximagesink but bug is in xv too) set_caps was
125         destroying the internal x[v]image used to memcpy non locally alloced
126         buffers so that it got renewed on next _chain. The issue is that 
127         _expose will try to put that image as it reffed it in _put.
128         Using gst_buffer_unref instead of destroy fixes it !
129
130 2005-11-28  Edward Hervey  <edward@fluendo.com>
131
132         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
133         (try_to_link_1), (queue_filled_cb):
134         Better use of the queues. Start with a small size queue and only increase
135         the size of the queues when the other queues are empty.
136
137 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
138
139         * gst-libs/gst/video/Makefile.am:
140           compile in copied-over videofilter into the video library
141         * gst-libs/gst/video/videosink.h:
142           rename the header to gstvideosink.h since it's a base GstObject class
143         * sys/ximage/ximagesink.h:
144         * sys/xvimage/xvimagesink.h:
145           use the new header
146
147 2005-11-28  Wim Taymans  <wim@fluendo.com>
148
149         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
150         * gst/playback/gstplaybasebin.h:
151         Prepare to handle errors betters.
152
153         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
154         Set sinks to PAUSED first before adding and linking them so that
155         we don't interrupt dataflow.
156
157 2005-11-28  Wim Taymans  <wim@fluendo.com>
158
159         * gst-libs/gst/audio/TODO:
160         Updated TODO
161
162         * gst-libs/gst/audio/gstaudiosink.c:
163         (gst_audioringbuffer_open_device),
164         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
165         (gst_audioringbuffer_release):
166         Small cleanups.
167
168         * gst-libs/gst/audio/gstbaseaudiosink.c:
169         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
170         (gst_base_audio_sink_change_state):
171         Slave to the master clock when going to PLAYING and unslave when
172         going to PAUSED.
173
174         * gst-libs/gst/audio/gstringbuffer.c:
175         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
176         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
177         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
178         (gst_ring_buffer_clear_all), (wait_segment),
179         (gst_ring_buffer_commit), (gst_ring_buffer_read),
180         (gst_ring_buffer_advance):
181         * gst-libs/gst/audio/gstringbuffer.h:
182         Add some docs and cleanups.
183
184 2005-11-28  Julien MOUTTE  <julien@moutte.net>
185
186         * sys/xvimage/xvimagesink.c:
187         (gst_xvimagesink_navigation_send_event): Fix navigation events
188         coordinates translation with pixel aspect ratios.
189
190 2005-11-28  Julien MOUTTE  <julien@moutte.net>
191
192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
193         Use calculated video geometry from _setcaps instead of buffer
194         caps to respect pixel aspect ratio. (fixes #322388)
195
196 2005-11-28  Julien MOUTTE  <julien@moutte.net>
197
198         * docs/libs/tmpl/gstcolorbalance.sgml:
199         * docs/libs/tmpl/gstmixer.sgml:
200         * docs/libs/tmpl/gstxoverlay.sgml:
201         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
202         interface.
203
204 2005-11-28  Julien MOUTTE  <julien@moutte.net>
205
206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
207         Refuse to create an XvImage if we can't find the format.
208
209 2005-11-28  Edward Hervey  <edward@fluendo.com>
210
211         * gst-libs/gst/riff/riff-media.c:
212         (gst_riff_create_audio_template_caps):
213         Add ATRAC3 to the list of riff-possible audio caps.
214         I know we still don't have a plugin for atrac3, but it's saner to output
215         that than a cryptic mimetype.
216
217 2005-11-27  Edward Hervey  <edward@fluendo.com>
218
219         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
220         Don't try to create a zero-sized subbuffer.
221
222 2005-11-27  Julien MOUTTE  <julien@moutte.net>
223
224         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
225         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
226         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
227         (gst_ximagesink_expose): Fixed a tricky race.
228         * sys/ximage/ximagesink.h:
229         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
230         (gst_xvimagesink_expose): Fixed a tricky race.
231         * sys/xvimage/xvimagesink.h:
232
233 2005-11-27  Edward Hervey  <edward@fluendo.com>
234
235         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
236         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
237         Remove unused properties, and add queues between demuxers and decoders
238         so that a lot more files can preroll properly.
239
240 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
241
242         * gst-libs/gst/net/Makefile.am:
243         * gst-libs/gst/rtp/Makefile.am:
244         * gst-libs/gst/tag/Makefile.am:
245           remove silly include
246         * gst/tags/Makefile.am:
247         * gst/tags/gsttagediting.c:
248         * gst/tags/gsttageditingprivate.h:
249         * gst/tags/tagedit.vcproj:
250           remove directory, is as good as empty
251
252 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
253
254         * configure.ac:
255           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
256         * gst-libs/Makefile.am:
257         * gst-libs/gst/audio/Makefile.am:
258         * gst-libs/gst/interfaces/Makefile.am:
259         * gst-libs/gst/net/Makefile.am:
260         * gst-libs/gst/riff/Makefile.am:
261         * gst-libs/gst/rtp/Makefile.am:
262         * gst-libs/gst/tag/Makefile.am:
263         * gst-libs/gst/video/Makefile.am:
264           and use them
265
266 2005-11-27  Julien MOUTTE  <julien@moutte.net>
267
268         * docs/libs/tmpl/gstcolorbalance.sgml:
269         * docs/libs/tmpl/gstmixer.sgml:
270         * docs/libs/tmpl/gstxoverlay.sgml:
271         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
272         * sys/ximage/ximagesink.h:
273         * sys/xvimage/xvimagesink.h: More and more documentation.
274
275 2005-11-26  Julien MOUTTE  <julien@moutte.net>
276
277         * docs/libs/gst-plugins-base-libs-docs.sgml:
278         * docs/libs/gst-plugins-base-libs-sections.txt:
279         * docs/libs/tmpl/gstcolorbalance.sgml:
280         * docs/libs/tmpl/gstmixer.sgml:
281         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
282         to documentation.
283
284 2005-11-26  Julien MOUTTE  <julien@moutte.net>
285
286         * docs/plugins/Makefile.am:
287         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
288         * docs/plugins/gst-plugins-base-plugins-sections.txt:
289         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
290
291 2005-11-26  Julien MOUTTE  <julien@moutte.net>
292
293         * docs/plugins/Makefile.am:
294         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
295         * docs/plugins/gst-plugins-base-plugins-sections.txt:
296         * docs/plugins/inspect/plugin-adder.xml:
297         * docs/plugins/inspect/plugin-alsa.xml:
298         * docs/plugins/inspect/plugin-audioconvert.xml:
299         * docs/plugins/inspect/plugin-audiorate.xml:
300         * docs/plugins/inspect/plugin-audioresample.xml:
301         * docs/plugins/inspect/plugin-audiotestsrc.xml:
302         * docs/plugins/inspect/plugin-decodebin.xml:
303         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
304         * docs/plugins/inspect/plugin-gnomevfs.xml:
305         * docs/plugins/inspect/plugin-ogg.xml:
306         * docs/plugins/inspect/plugin-playbin.xml:
307         * docs/plugins/inspect/plugin-subparse.xml:
308         * docs/plugins/inspect/plugin-tcp.xml:
309         * docs/plugins/inspect/plugin-theora.xml:
310         * docs/plugins/inspect/plugin-typefindfunctions.xml:
311         * docs/plugins/inspect/plugin-video4linux.xml:
312         * docs/plugins/inspect/plugin-videorate.xml:
313         * docs/plugins/inspect/plugin-videoscale.xml:
314         * docs/plugins/inspect/plugin-videotestsrc.xml:
315         * docs/plugins/inspect/plugin-volume.xml:
316         * docs/plugins/inspect/plugin-vorbis.xml:
317         * docs/plugins/inspect/plugin-ximagesink.xml:
318         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
319         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
320
321 2005-11-26  Edward Hervey  <edward@fluendo.com>
322
323         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
324         Properly return GstFlowReturn from gst_pad_push in chain functions.
325
326 2005-11-25  Michael Smith  <msmith@fluendo.com>
327
328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
329         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
330         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
331         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
332           Handle various conditions better when we don't understand a stream.
333           Removes a heap of CRITICALs on ogg streams containing unknown data.
334
335 2005-11-24  Andy Wingo  <wingo@pobox.com>
336
337         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
338         Be threadsafe.
339
340 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
341
342         * configure.ac: back to HEAD
343
344 === release 0.9.6 ===
345
346 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
347
348         * configure.ac:
349           releasing 0.9.6, "White Eight"
350
351 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
352
353         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
354         * docs/plugins/inspect/plugin-sine.xml:
355           remove sinesrc some more
356
357 2005-11-23  Wim Taymans  <wim@fluendo.com>
358
359         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
360         If we are reading too slowly, jump forward in the ringbuffer
361         instead of blocking.
362
363 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
364
365         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
366         (gst_visual_chain):
367         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
368         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
369         (gst_videorate_chain):
370         * gst/videotestsrc/gstvideotestsrc.c:
371         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
372         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
373         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
374         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
376         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
377           Updates for API changes
378
379 2005-11-23  Wim Taymans  <wim@fluendo.com>
380
381         * gst-libs/gst/audio/gstbaseaudiosink.c:
382         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
383         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
384         Fix for calibration API change.
385
386 2005-11-23  Michael Smith <msmith@fluendo.com>
387
388         * gst-libs/gst/audio/multichannel.c:
389         (gst_audio_get_channel_positions),
390         (gst_audio_set_channel_positions),
391         (gst_audio_set_structure_channel_positions_list),
392         (gst_audio_fixate_channel_positions):
393           Use gst_value_array_*() functions on value arrays, not
394           gst_value_list_*().
395
396 2005-11-23  Edward Hervey  <edward@fluendo.com>
397
398         * autogen.sh:
399         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
400         Fixes autogen
401
402 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
403
404         * check/Makefile.am:
405         * check/elements/videotestsrc.c: (setup_videotestsrc),
406         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
407         (main):
408           add a test for videotestsrc
409
410 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
411
412         * gst/sine/.cvsignore:
413         * gst/sine/Makefile.am:
414         * gst/sine/gstsinesrc.c:
415         * gst/sine/gstsinesrc.h:
416         * gst/sine/sinesrc.vcproj:
417           and remove sinesrc from the repository.  Closes #321446
418
419 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
420
421         * configure.ac:
422         * gst-plugins-base.spec.in:
423           remove sinesrc from the build
424
425 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
426
427         * check/Makefile.am:
428         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
429         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
430         (main):
431           add a test for audiotestsrc, testing all waves.  Even seems
432           leak-free at first glance, nice job Stefan
433
434 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
435
436         * po/af.po:
437         * po/az.po:
438         * po/cs.po:
439         * po/en_GB.po:
440         * po/hu.po:
441         * po/it.po:
442         * po/nb.po:
443         * po/nl.po:
444         * po/or.po:
445         * po/sq.po:
446         * po/sr.po:
447         * po/sv.po:
448         * po/uk.po:
449         * po/vi.po:
450           Translation string updates
451
452         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
453         (gst_v4lsrc_set_caps):
454         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
455         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
456         * sys/v4l/v4lsrc_calls.h:
457           Improve v4lsrc, by making it work again.
458
459 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
460
461         * ext/libvisual/visual.c: (gst_visual_chain):
462           Fix the fps calculations.
463
464         * gst/ffmpegcolorspace/avcodec.h:
465           Move structure element for clarity
466
467         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
468         * gst-libs/gst/interfaces/tunernorm.h:
469         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
470         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
471         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
472         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
473         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
474         (gst_v4lmjpegsrc_getcaps):
475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
476         (gst_v4lsrc_set_caps):
477         * sys/v4l/gstv4lsrc.h:
478         * sys/v4l/v4l_calls.c: (gst_v4l_open):
479         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
480         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
481         * sys/v4l/v4lsrc_calls.h:
482           Fractional framerates...
483
484 2005-11-22  Wim Taymans  <wim@fluendo.com>
485
486         * gst-libs/gst/audio/gstbaseaudiosink.c:
487         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
488         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
489         And we provide a clock by default, of course...
490
491 2005-11-22  Wim Taymans  <wim@fluendo.com>
492
493         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
494         This clock can be slaved to a master clock now.
495
496         * gst-libs/gst/audio/gstbaseaudiosink.c:
497         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
498         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
499         (gst_base_audio_sink_set_clock),
500         (gst_base_audio_sink_set_property),
501         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
502         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
503         * gst-libs/gst/audio/gstbaseaudiosink.h:
504         Handle slaving the internal clock to the clock selected in the
505         pipeline.
506         Add property to make the basesink not provide a clock.
507
508         * gst-libs/gst/rtp/gstbasertpdepayload.c:
509         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
510         (gst_base_rtp_depayload_wait):
511         * gst-libs/gst/rtp/gstbasertpdepayload.h:
512         We can use the clock in GstElement, no need to store it ourselves.
513
514 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
515
516         * docs/libs/tmpl/gstaudio.sgml:
517           update
518         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
519         (gst_paranoia_endian_get_type):
520         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
521         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
522         * gst/audiotestsrc/gstaudiotestsrc.c:
523         (gst_audiostestsrc_wave_get_type):
524         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
525         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
526         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
527         (gst_sync_method_get_type), (gst_unit_type_get_type),
528         (gst_client_status_get_type), (gst_multifdsink_class_init),
529         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
530         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
531         (gst_multifdsink_get_property):
532         * gst/tcp/gstmultifdsink.h:
533         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
534         * gst/videotestsrc/gstvideotestsrc.c:
535         (gst_videotestsrc_pattern_get_type):
536           remove deprecated properties
537           fix up enums to correctly have short lowercase dashed nicks
538
539 2005-11-22  Michael Smith <msmith@fluendo.com>
540
541         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
542         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
543           Add underscore.
544
545 2005-11-22  Michael Smith <msmith@fluendo.com>
546
547         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
548         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
549           Use utility method for scaling clocktime for fractional framerates.
550
551 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
552
553         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
554         (gst_visual_chain):
555         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
556         * ext/theora/theoradec.c: (theora_handle_type_packet):
557         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
558         (theora_enc_chain):
559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
560         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
561         * gst-libs/gst/video/video.h:
562         * gst/ffmpegcolorspace/avcodec.h:
563         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
564         (gst_ffmpeg_caps_to_pixfmt):
565         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
566         (gst_ffmpegcsp_set_caps):
567         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
568         (gst_videorate_setcaps), (gst_videorate_blank_data),
569         (gst_videorate_chain):
570         * gst/videotestsrc/gstvideotestsrc.c:
571         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
572         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
573         (gst_videotestsrc_event), (gst_videotestsrc_create):
574         * gst/videotestsrc/gstvideotestsrc.h:
575         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
576         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
577         (gst_ximagesink_get_times), (gst_ximagesink_init):
578         * sys/ximage/ximagesink.h:
579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
580         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
581         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
582         * sys/xvimage/xvimagesink.h:
583           Convert elements to use fractions for their framerate.
584           V4L elements to come later tonight.
585
586 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
587
588         * gst-libs/gst/audio/audio.c:
589         * gst-libs/gst/audio/audio.h:
590           remove some deprecated functions
591
592 2005-11-22  Andy Wingo  <wingo@pobox.com>
593
594         * Update for gst_tag_setter API changes.
595
596 2005-11-22  Andy Wingo  <wingo@pobox.com>
597
598         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
599         (gst_ogg_demux_perform_seek):
600         * ext/theora/theoradec.c (theora_dec_sink_event):
601         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
602         update-funcnames.
603
604 2005-11-22  Wim Taymans  <wim@fluendo.com>
605
606         * examples/seeking/seek.c: (main):
607         Give higher priority to bus signals than the gtk events
608         to fix a race condition in the segment looping.
609
610 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * ext/theora/Makefile.am:
613         * ext/vorbis/Makefile.am:
614         * gst-libs/gst/tag/Makefile.am:
615         * gst-plugins-base.spec.in:
616           Rename libgsttagedit to libgsttag (#322117).
617
618 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
619
620         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
622           Call gst_x_overlay_prepare_xwindow_id() to give applications
623           a final chance to set their own xwindow id before the video
624           sink creates its own window.
625
626 2005-11-22  Julien MOUTTE  <julien@moutte.net>
627
628         * sys/xvimage/xvimagesink.c:
629         (gst_xvimagesink_navigation_send_event): Handle navigation
630         events correcly with borders if applicable.
631
632 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
633
634         Patch by: Luca Ognibene
635
636         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
637         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
639         (gst_ffmpegcsp_caps_remove_format_info):
640         * gst/ffmpegcolorspace/imgconvert.c:
641         * gst/ffmpegcolorspace/imgconvert_template.h:
642           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
643           #318353); use gst_structure_has_name().
644
645 2005-11-22  Julien MOUTTE  <julien@moutte.net>
646
647         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
648         (gst_ximagesink_class_init): Add debug macros on functions.
649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
650         (gst_xvimagesink_xwindow_draw_borders),
651         (gst_xvimagesink_xvimage_put),
652         (gst_xvimagesink_xwindow_update_geometry),
653         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
654         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
655         (gst_xvimagesink_xcontext_clear),
656         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
657         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
658         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
659         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
660         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
661         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
662         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
663         expose while being PAUSED, out of data flow navigation events, etc..
664
665 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
666
667         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
668         * gst-libs/gst/audio/audio.h:
669           fix prototype - wondering why the test worked regardless
670
671 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
672
673         * check/Makefile.am:
674         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
675         * gst-libs/gst/audio/audio.h:
676           add a method that returns a proper GstClockTime
677
678 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
679
680         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
681         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
682         * gst-libs/gst/interfaces/xoverlay.h:
683           Remove everything having to do with the desired size; add 
684           gst_x_overlay_prepare_xwindow_id() function; remove the
685           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
686           post a message on the bus instead (#321816).
687
688         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
689         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
690         (gst_xvimagesink_xoverlay_init):
691           Remove desired size stuff (#321816).
692
693 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
694
695         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
696         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
697         (mpeg_video_type_find), (mpeg_video_stream_type_find):
698           Terminate vararg functions with NULL instead of 0 to 
699           make gcc4 happy.
700
701 2005-11-21  Andy Wingo  <wingo@pobox.com>
702
703         patch by: Sebastien Cote <sebas642@yahoo.ca>
704         
705         * gst-libs/gst/rtp/gstrtpbuffer.h: 
706         * gst-libs/gst/rtp/gstrtpbuffer.c
707         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
708
709 2005-11-21  Andy Wingo  <wingo@pobox.com>
710
711         * gst/playback/gstplaybin.c (gen_audio_element) 
712         (gen_video_element): Use the new MISSING_PLUGIN core error
713         category. Closes #320060.
714
715         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
716         * gst/videorate/gstvideorate.c (gst_videorate_event):
717         * ext/theora/theoradec.c (theora_dec_sink_event): 
718         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
719         stream lock.
720
721         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
722         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
723         stream lock changes.
724
725 2005-11-21  Wim Taymans  <wim@fluendo.com>
726
727         * gst-libs/gst/audio/gstbaseaudiosink.c:
728         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
729         (gst_base_audio_sink_provide_clock),
730         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
731         (gst_base_audio_sink_change_state):
732         * gst/audioresample/gstaudioresample.c:
733         Segment update fix.
734
735 2005-11-21  Andy Wingo  <wingo@pobox.com>
736
737         * *.h:
738         * *.c: Ran scripts/update-macros. Oh yes.
739
740 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
741
742         * sys/ximage/Makefile.am:
743         * sys/ximage/ximage.c:
744           Rename ximage plugin to ximagesink (#321426) (Don't forget to
745           remove your old libgstximage.* manually if necessary).
746
747 2005-11-21  Michael Smith <msmith@fluendo.com>
748
749         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
750           Minimal fix for bug #320200: set the min/max bitrate in the correct
751           units. A better fix would be to upgrade to the RATEMANAGE2
752           interface, rather than using the deprecated interface used here, but
753           that would require an update in our libvorbis dependency (to 1.1),
754           which is probably undesirable.
755
756 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
757
758         * ext/libvisual/visual.c: (get_buffer):
759         * gst-libs/gst/audio/gstbaseaudiosrc.c:
760         (gst_base_audio_src_fixate):
761         * gst/audioconvert/gstaudioconvert.c:
762         (gst_audio_convert_fixate_caps):
763         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
764         * gst/audiotestsrc/gstaudiotestsrc.c:
765         (gst_audiotestsrc_src_fixate):
766         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
767         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
768         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
769         * gst/videotestsrc/gstvideotestsrc.c:
770         (gst_videotestsrc_src_fixate):
771         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
773           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
774           (#322027)
775
776
777 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
780         (gst_riff_create_iavs_caps):
781         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
782         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
783         (gst_riff_parse_info):
784         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
787           Fixes for GST_FOURCC_FORMAT API change.
788
789 2005-11-21  Andy Wingo  <wingo@pobox.com>
790
791         patch by: Alessandro Dessina <alessandro nnva org>
792
793         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
794         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
795         (gst_ogg_parse_chain):
796         * ext/theora/theoraenc.c (theora_set_header_on_caps):
797         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
798         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
799         gst_value_list calls on arrays. Fixes #321962.
800
801 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
802
803         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
804         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
805         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
806         * gst/adder/gstadder.c: (gst_adder_init),
807         (gst_adder_request_new_pad), (gst_adder_collected),
808         (gst_adder_change_state):
809           Update for gst_collectpads_foo() to gst_collect_pads_foo()
810           API change.
811
812 2005-11-21  Michael Smith <msmith@fluendo.com>
813
814         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
815         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
816           Properly handle pad_push return values.
817
818 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
819
820         * gst-libs/gst/tag/Makefile.am:
821         * gst-libs/gst/tag/gstvorbistag.c:
822         (gst_tag_list_to_vorbiscomment_buffer):
823           Remove obsolete vorbistag element and debug category.
824
825         * gst/playback/gstplaybasebin.c: (check_queue):
826           Don't divide by 0 when queue-threshold is 0.
827
828         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
829           Don't modify an existing pixel-aspect-ratio if we fail to read
830           a new one.
831
832 2005-11-20  Wim Taymans  <wim@fluendo.com>
833
834         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
835         (gst_vorbisenc_push_packet):
836         GST_PAD_IS_USABLE is gone, use the return value of
837         the push or pad_alloc_buffer instead.
838
839 2005-11-18  Julien MOUTTE  <julien@moutte.net>
840
841         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
842         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
843         (gst_ximagesink_ximage_destroy),
844         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
845         (gst_ximagesink_xwindow_new),
846         (gst_ximagesink_xwindow_update_geometry),
847         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
848         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
849         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
850         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
851         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
852         (gst_ximagesink_navigation_send_event),
853         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
854         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
855         (gst_ximagesink_finalize), (gst_ximagesink_init),
856         (gst_ximagesink_class_init):
857         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
858         This new version brings correct software scaling, non flickering
859         window while resizing, pixel aspect ratio handling, usage of
860         hardware buffer pools, out of data flow event thread for 
861         navigation and handling of expose events even when being PAUSED,
862         a new property to keep video aspect ratio when resizing, etc...
863
864 2005-11-18  Julien MOUTTE  <julien@moutte.net>
865
866         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
867         (gst_videoscale_fixate_caps): Introduce back caps fixate with
868         handling of PAR.
869
870 2005-11-18    <bilboed@dvdsrc.fluendo.com>
871
872         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
873         Unsetting IS_SINK flag from the fakesink, so decodebin
874         never behaves as a sink.
875
876 2005-11-17  Wim Taymans  <wim@fluendo.com>
877
878         * gst-libs/gst/audio/gstbaseaudiosrc.c:
879         (gst_base_audio_src_change_state):
880         Fix the audiosrc base class again, we did not unflush.
881
882 2005-11-17  Julien MOUTTE  <julien@moutte.net>
883
884         * examples/seeking/seek.c: (make_dv_pipeline),
885         (make_vorbis_theora_pipeline), (make_avi_pipeline),
886         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
887         to ogg/vorbis/theora pipeline.
888
889 2005-11-17  Wim Taymans  <wim@fluendo.com>
890
891         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
892         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
893         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
894         Fix EOS on multiple streams.
895         More debugging.
896
897 2005-11-16  Wim Taymans  <wim@fluendo.com>
898
899         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
900         (gst_ogg_demux_perform_seek):
901         Segment done must include stream time.
902
903         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
904         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
905         (gst_ogg_mux_change_state):
906         Fix ogg muxer again.
907
908 2005-11-16  Wim Taymans  <wim@fluendo.com>
909
910         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
911         Fix compile again.
912
913 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
914
915         * ext/libvisual/visual.c: (gst_visual_init):
916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
917         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
918         (gst_ogg_parse_chain):
919         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
920         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
921         * ext/theora/theoradec.c: (gst_theora_dec_init):
922         * ext/theora/theoraenc.c: (gst_theora_enc_init):
923         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
924         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
925         * gst/adder/gstadder.c: (gst_adder_class_init),
926         (gst_adder_dispose):
927         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
928         * gst/subparse/gstsubparse.c: (gst_subparse_init):
929         * gst/videorate/gstvideorate.c: (gst_videorate_init):
930           Fix a whole set of pad template leaks
931
932 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
933
934         * check/generic/states.c: (GST_START_TEST):
935           fix the test so that it only checks for elements that are part of
936           this source module
937
938 2005-11-16  Michael Smith <msmith@fluendo.com>
939
940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
941         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
942         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
943         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
944         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
945         (gst_ogg_mux_change_state):
946           Fix leaking collectpads.
947
948 2005-11-16  Edward Hervey  <edward@fluendo.com>
949
950         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
951         (gst_videorate_event), (gst_videorate_chain):
952         Handle segment seeks
953
954 2005-11-16  Wim Taymans  <wim@fluendo.com>
955
956         * gst-libs/gst/audio/gstbaseaudiosink.c:
957         (gst_base_audio_sink_provide_clock),
958         (gst_base_audio_sink_change_state):
959         Set ringbuffer to non-flushing when going to PAUSED, set to
960         flushing again when going to READY.
961
962         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
963         (gst_ring_buffer_stop):
964         Start in flushing mode by default.
965         Don't set flushing in the _stop method, let the app call
966         this explicitly.
967
968 2005-11-16  Julien MOUTTE  <julien@moutte.net>
969
970         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
971         * gst-libs/gst/video/videosink.h: Add helper function needed
972         for video sinks.
973
974 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
975
976         * gst/videoscale/gstvideoscale.c:
977         (gst_videoscale_handle_src_event):
978           Don't leak reference to pad parent.
979
980 2005-11-16  Wim Taymans  <wim@fluendo.com>
981
982         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
983         Set ringbuffer to flushing when stopping so that we don't
984         block on wait_segment anymore and livelock.
985
986 2005-11-16  Wim Taymans  <wim@fluendo.com>
987
988         * examples/seeking/seek.c: (send_event), (do_seek),
989         (loop_toggle_cb), (segment_done), (main):
990         Added looping checkbox.
991
992 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
993
994         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
995         (gst_ogg_demux_init):
996         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
997         (gst_vorbis_dec_init):
998           revert unrefs, they don't pass make check
999
1000 2005-11-15  Johan Dahlin  <johan@gnome.org>
1001
1002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
1003         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
1004         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
1005         (gst_vorbis_dec_init):
1006         Fix pad template leaks. 
1007
1008 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
1009
1010         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
1011           Make state change function thread safe.
1012
1013 2005-11-15  Edward Hervey  <edward@fluendo.com>
1014
1015         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
1016         (gst_ogg_demux_class_init):
1017         Implement GstElement::send_event, so we can send seek events
1018         in GST_STATE_READY
1019
1020 2005-11-14  Julien MOUTTE  <julien@moutte.net>
1021
1022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
1023         Discovered how to take away flickering while resizing the
1024         window. Please don't put that in ximagesink, refactoring in
1025         progress.
1026
1027 2005-11-14  Michael Smith <msmith@fluendo.com>
1028
1029         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
1030         (gst_multifdsink_render):
1031           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
1032
1033 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
1034
1035         * gst/playback/gstplaybin.c: (gen_audio_element):
1036           Use autoaudiosink, it tends to be more widely available than
1037           autoaudiiosink.
1038           
1039 2005-11-14  Andy Wingo  <wingo@pobox.com>
1040
1041         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
1042         as well if it is available. Fixes #316442.
1043
1044 2005-11-14  Michael Smith <msmith@fluendo.com>
1045
1046         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
1047         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
1048         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1049         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1050         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
1051         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
1052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
1053         (gst_vorbisenc_change_state):
1054           Fix a small memory leak in vorbisenc.
1055           Fix large memory leaks in oggmux, also fix lots of state change
1056           bugs in oggmux.
1057
1058 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
1059
1060         * gst/videotestsrc/gstvideotestsrc.c:
1061         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
1062         (gst_videotestsrc_src_fixate):
1063           move fixation to a fixate function
1064           remove negotiate function, basesrc's is good enough
1065           fixes a bug for check when using the element alone
1066
1067 2005-11-13  Edward Hervey  <edward@fluendo.com>
1068
1069         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
1070         (key_toggle_cb), (main):
1071         Added checkboxes for adding/removing the accurate and key_unit seek
1072         flags.
1073
1074 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1075
1076         * configure.ac: back to HEAD
1077
1078 === release 0.9.5 ===
1079
1080 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
1081
1082         * configure.ac:
1083           releasing 0.9.5, "No No Kia"
1084
1085 2005-11-11  Edward Hervey  <edward@fluendo.com>
1086
1087         * examples/seeking/seek.c: (make_parselaunch_pipeline):
1088         Added parse-launch syntax seeking mode for the seeking example.
1089         This should help stress-test even more cases.
1090         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
1091
1092 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1093
1094         * sys/xvimage/xvimagesink.c:
1095         (gst_xvimagesink_navigation_send_event):
1096           Check whether peer pad exists before sending navigation events
1097           to it.
1098
1099 2005-11-11  Michael Smith <msmith@fluendo.com>
1100
1101         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
1102         (gst_vorbisenc_buffer_from_packet):
1103         * ext/vorbis/vorbisenc.h:
1104           Set duration on encoded buffers. This allows oggmux's
1105           max_page_delay parameter to actually work.
1106
1107 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
1108
1109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1110         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
1111         (gst_ffmpegcsp_avpicture_fill):
1112         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1113         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
1114           Make palettes work again (see #132341). Use our own macros
1115           for rounding up.
1116
1117 2005-11-10  Andy Wingo  <wingo@pobox.com>
1118
1119         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
1120         string doober.
1121
1122 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1123
1124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1125         (gst_ffmpegcsp_transform_caps):
1126           Prefer passthrough in transform_caps
1127
1128 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1129
1130         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
1131           check for ALSA errors properly, instead of relying on ALSA's
1132           error strings to serve to the user.
1133
1134 2005-11-10  Wim Taymans  <wim@fluendo.com>
1135
1136         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
1137         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
1138         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
1139         Modernise the seek code.
1140
1141 2005-11-10  Michael Smith <msmith@fluendo.com>
1142         
1143         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
1144         (setup_substreams), (set_active_source):
1145           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
1146           trying to go to NULL if we failed to read a file.
1147
1148 2005-11-10  Wim Taymans  <wim@fluendo.com>
1149
1150         * gst/audiotestsrc/gstaudiotestsrc.c:
1151         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
1152         (gst_audiotestsrc_create):
1153         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1154         (gst_sinesrc_get_times), (gst_sinesrc_create):
1155         * gst/videotestsrc/gstvideotestsrc.c:
1156         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
1157         (gst_videotestsrc_create):
1158         The base class can now sync for us.
1159
1160 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
1161
1162         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
1163           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
1164           name=source autoprobe=false autoprobe-fps=false copy-mode=1
1165           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
1166           format=(fourcc)I420" ! xvimagesink
1167
1168 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
1169
1170         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
1171         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
1172         (gst_sinesrc_newsegment):
1173           Send newsegment event in TIME format, set duration if
1174           num-buffers is set, fix duration querying.
1175
1176 2005-11-10  Michael Smith <msmith@fluendo.com>
1177
1178         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1179         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
1180         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
1181         (gst_ogg_mux_collected):
1182          Fix EOS handling, partially. Now forwarding an EOS event once we have
1183          EOS on all pads works correctly. However, we still don't properly set
1184          EOS on the actual ogg stream pages.
1185
1186 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
1187
1188         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
1189           Set elements to NULL state before disposing of them.
1190
1191 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
1192
1193         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1194
1195         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1196         (gst_base_rtp_depayload_init),
1197         (gst_base_rtp_depayload_set_gst_timestamp):
1198         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1199           We need to send a newsegment event for each instance, not
1200           just for the first instance of this class (get rid of
1201           static variable in function). (#321011).
1202           
1203 2005-11-08  Michael Smith <msmith@fluendo.com>
1204
1205         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
1206         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
1207         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
1208         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
1209           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
1210           This makes us mux things correctly according to the ogg muxing
1211           rules. Still not handling EOS correctly right now, though.
1212
1213 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1214
1215         * gst/audioconvert/gstaudioconvert.c:
1216           Fix typo in docs. 
1217
1218 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
1219
1220         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
1221         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
1222           Initialise segment_stop to GST_CLOCK_TIME_NONE when
1223           creating a new chain; should fix live streaming. Also
1224           add more debug output and fix a typo.
1225
1226 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
1227
1228         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1229
1230         * gst/volume/gstvolume.c: (volume_set_caps):
1231           Fix compilation on Solaris with Forte. (#320923)
1232
1233 2005-11-08  Wim Taymans  <wim@fluendo.com>
1234
1235         * gst-libs/gst/audio/gstbaseaudiosink.c:
1236         (gst_base_audio_sink_render):
1237         No need to do a typecheck.
1238
1239 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
1240
1241         * ext/alsa/gstalsa.h:
1242           We register a debug category, so let's use it.
1243
1244 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1245
1246         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1247         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
1248         Fixed a small problem.
1249
1250 2005-11-04  Wim Taymans  <wim@fluendo.com>
1251
1252         * examples/seeking/Makefile.am:
1253         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
1254         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
1255         (make_playerbin_pipeline), (format_value), (update_scale),
1256         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
1257         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
1258         (print_usage), (main):
1259         Added app for playback speed testing.
1260
1261         * examples/seeking/seek.c: (dynamic_link),
1262         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
1263         (make_mpeg_pipeline), (do_seek), (set_update_scale),
1264         (message_received), (main):
1265         Updated seek example.
1266
1267 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
1268
1269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1270         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1271         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
1272         (gst_base_rtp_depayload_set_clock):
1273         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1274         Don't sleep on the bench (system clock) when you have a nice 
1275         comfortable bed (Gstreamer clock) to sleep on.
1276
1277 2005-11-03  Wim Taymans  <wim@fluendo.com>
1278
1279         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1280         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
1281         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
1282         Handle the case where a pad_block failed.
1283
1284 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
1285
1286         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
1287
1288         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1289         (gst_base_rtp_depayload_add_to_queue),
1290         (gst_base_rtp_depayload_push),
1291         (gst_base_rtp_depayload_set_gst_timestamp),
1292         (gst_base_rtp_depayload_queue_release):
1293           Fixes some bugs in the depayloader's queuing/de-queueing code.
1294
1295 2005-10-31  Michael Smith <msmith@fluendo.com>
1296
1297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
1298         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1299         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
1300           Patch from Alessandro Decina <alessandro@nnva.org>.
1301           Make oggdemux only find the final time in a chain, not per-pad,
1302           since the per-pad information can be very expensive to locate, and
1303           it isn't used anywhere. This makes reading a file containing
1304           OggSkeleton reasonably fast.
1305           Also, make chain finding work when there are logical bitstreams that
1306           can't be decoded. Fixes #319110.
1307
1308 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1309
1310         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1311         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
1312         (gst_base_rtp_depayload_chain),
1313         (gst_base_rtp_depayload_add_to_queue),
1314         (gst_base_rtp_depayload_push),
1315         (gst_base_rtp_depayload_set_gst_timestamp),
1316         (gst_base_rtp_depayload_queue_release),
1317         (gst_base_rtp_depayload_start_thread),
1318         (gst_base_rtp_depayload_set_property),
1319         (gst_base_rtp_depayload_get_property):
1320         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1321         Some random fixes, to fullfill the desires of thomas.
1322
1323 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1324
1325         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1326         (gst_base_rtp_depayload_add_to_queue),
1327         (gst_base_rtp_depayload_push):
1328         Fixed the queueing algorithm.
1329
1330 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
1331
1332         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1333         (gst_base_rtp_depayload_push):
1334         A small fix
1335
1336 2005-10-31  Wim Taymans  <wim@fluendo.com>
1337
1338         * gst-libs/gst/audio/gstringbuffer.h:
1339         Don't break ABI.
1340
1341         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1342         (gst_ffmpeg_caps_to_pixfmt):
1343         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1344         (gst_ffmpegcsp_set_caps):
1345         Some more comments.
1346         Handle missing required caps fields better.
1347
1348 2005-10-31  Wim Taymans  <wim@fluendo.com>
1349
1350         * gst-libs/gst/audio/gstbaseaudiosink.c:
1351         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
1352         (gst_base_audio_sink_render):
1353         * gst-libs/gst/audio/gstringbuffer.c:
1354         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1355         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
1356         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
1357         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
1358         (gst_ring_buffer_read):
1359         * gst-libs/gst/audio/gstringbuffer.h:
1360         Add flushing mode to the ringbuffer so that it in all cases does
1361         not try to handle more audio. This makes sure it does not try to
1362         block anymore when flushing and fixes a livelock.
1363
1364 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
1365
1366         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
1367         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
1368         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
1369           Explicitly check for -1 values before doing a conversion
1370           and always map them to -1. (#315545)
1371
1372 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
1373
1374         * gst/playback/gstplaybin.c: (gen_video_element):
1375           first try autovideosink, then xvimagesink, then error out
1376         * po/POTFILES.in:
1377           add translatable file
1378         * po/af.po:
1379         * po/az.po:
1380         * po/cs.po:
1381         * po/en_GB.po:
1382         * po/hu.po:
1383         * po/it.po:
1384         * po/nb.po:
1385         * po/nl.po:
1386         * po/or.po:
1387         * po/sq.po:
1388         * po/sr.po:
1389         * po/sv.po:
1390         * po/uk.po:
1391         * po/vi.po:
1392           update translations
1393
1394 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
1395
1396         * gst-libs/gst/rtp/gstbasedepayload.c:
1397         * gst-libs/gst/rtp/gstbasedepayload.h:
1398           Minor cleanups
1399
1400 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
1401
1402         * gst/playback/.cvsignore:
1403         * gst/playback/decodetest.c:
1404         * gst/playback/test3.c:
1405           Port these two tests as well.
1406
1407 2005-10-27  Wim Taymans  <wim@fluendo.com>
1408
1409         * ext/theora/theoradec.c: (theora_dec_src_query),
1410         (theora_dec_sink_event):
1411         * ext/theora/theoraenc.c: (theora_enc_sink_event),
1412         (theora_enc_change_state):
1413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1414         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
1415         Take proper locks when handling events.
1416
1417 2005-10-27  Wim Taymans  <wim@fluendo.com>
1418
1419         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
1420         (gst_adder_change_state):
1421         Fix timestamps and fix deadlock when stopping the collectpads.
1422
1423 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
1424
1425         * gst-libs/gst/rtp/gstrtpbuffer.h:
1426         Declaring the payload types as strings too so that they can be used
1427         in the padtemplate inialization.
1428
1429 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
1430
1431         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
1432
1433         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1434         (gst_base_rtp_depayload_class_init):
1435         Fixes a small but nasty bug. The derived elements no longer segfaults
1436         on finalization.
1437
1438 2005-10-26  Michael Smith <msmith@fluendo.com>
1439
1440         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
1441           When clearing an audioconvert context, set tmpbufsize to zero, so
1442           we'll allocate it again later if required.
1443           This fixes audioconvert re-negotiating formats, which previously
1444           segfaulted with a NULL destination buffer.
1445
1446 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
1447
1448         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1449         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
1450         (gst_base_rtp_depayload_set_gst_timestamp),
1451         (gst_base_rtp_depayload_queue_release):
1452         Fixed a smalll memleak.
1453
1454 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
1455         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1456         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
1457         (gst_base_rtp_depayload_finalize),
1458         (gst_base_rtp_depayload_setcaps),
1459         (gst_base_rtp_depayload_add_to_queue),
1460         (gst_base_rtp_depayload_push),
1461         (gst_base_rtp_depayload_set_gst_timestamp),
1462         (gst_base_rtp_depayload_queue_release),
1463         (gst_base_rtp_depayload_thread),
1464         (gst_base_rtp_depayload_change_state):
1465         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1466         Changed the C++ comments to C comments
1467
1468 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
1471         * gst/tcp/gsttcpclientsrc.h:
1472         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
1473         * gst/tcp/gsttcpserversrc.h:
1474           Remove unused 'curoffset' structure member.
1475
1476 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
1477
1478         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1479         (gst_base_rtp_depayload_base_init),
1480         (gst_base_rtp_depayload_finalize):
1481         * gst-libs/gst/rtp/gstbasertpdepayload.h:
1482         * gst-libs/gst/rtp/gstbasertppayload.h:
1483           The pad-template on the sinkpad should be set by the derived classes.
1484           Also added some useful macros.
1485
1486 2005-10-24  Wim Taymans  <wim@fluendo.com>
1487
1488         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1489         Correctly flush decoder samples even if we could not
1490         copy them to an output buffer. Fixes #319618.
1491
1492 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1493
1494         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1495         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
1496         the caps against our xcontext caps.
1497
1498 2005-10-24  Wim Taymans  <wim@fluendo.com>
1499
1500         * gst-libs/gst/audio/gstbaseaudiosink.c:
1501         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1502         Remove g_print
1503         Use sync property from baseclass to disable sync.
1504
1505 2005-10-24  Wim Taymans  <wim@fluendo.com>
1506
1507         * gst-libs/gst/audio/gstbaseaudiosink.c:
1508         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
1509         Buffers with no timestamps get aligned with previous buffers or
1510         on underrun, played ASAP.
1511
1512 2005-10-24  Julien MOUTTE  <julien@moutte.net>
1513
1514         * gst-libs/gst/video/video.h:
1515         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1516         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
1517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
1518         here comes my change on caps for framerate and geometry range.
1519         We are now accepting 1 to MAXINT for width and height, and from
1520         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
1521         to be blended correctly in videomixer.
1522
1523 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
1524
1525         * configure.ac:
1526           back to HEAD
1527
1528 === release 0.9.4 ===
1529
1530 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1531
1532         * NEWS:
1533         * RELEASE:
1534         * configure.ac:
1535           releasing 0.9.4, "Velociraptor"
1536
1537 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
1538
1539         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
1540         * po/POTFILES.in:
1541           STOPPED -> FAILED
1542
1543 2005-10-21  Wim Taymans  <wim@fluendo.com>
1544
1545         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1546         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
1547         (pad_blocked), (close_pad_link), (new_pad):
1548         Don't try to remove elements twice.
1549
1550 2005-10-21  Wim Taymans  <wim@fluendo.com>
1551
1552         * ext/theora/theoradec.c: (theora_dec_src_query),
1553         (theora_dec_sink_event):
1554         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1555         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1556         (vorbis_handle_data_packet):
1557         * ext/vorbis/vorbisdec.h:
1558         Fix old naming.
1559
1560         * gst-libs/gst/audio/gstbaseaudiosink.c:
1561         (gst_base_audio_sink_render):
1562         Don't try to sync on buffers without a timestamp.
1563
1564 2005-10-21  Wim Taymans  <wim@fluendo.com>
1565
1566         * ext/theora/theoradec.c: (theora_dec_src_query),
1567         (theora_dec_sink_event):
1568         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1569         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
1570         (vorbis_handle_data_packet):
1571         * ext/vorbis/vorbisdec.h:
1572         Fix old naming.
1573
1574 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1575
1576         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
1577         (gst_vorbisenc_src_query):
1578           Implement position and duration queries.
1579
1580         * gst/playback/test3.c: (update_scale), (main):
1581           Fix for async state changes and print nicer output.
1582
1583 2005-10-20  Wim Taymans  <wim@fluendo.com>
1584
1585         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1586         (dump_element_stats), (main):
1587         * gst/playback/test6.c: (main):
1588         Fix tests again
1589
1590 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1593         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1594           Don't use functions for position queries when handling
1595           duration queries.
1596
1597 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
1598
1599         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1600         (vorbis_handle_data_packet), (vorbis_dec_chain),
1601         (vorbis_dec_change_state):
1602         * ext/vorbis/vorbisdec.h:
1603           Vorbis streams can be embedded in other container formats
1604           than ogg, container formats where the demuxer might set 
1605           timestamps on encoded vorbis buffers instead of those silly 
1606           granulepos thingies. In short: make vorbisdec handle 
1607           timestamps on incoming buffers as well.
1608
1609 2005-10-20  Wim Taymans  <wim@fluendo.com>
1610
1611         * gst/playback/gstplaybasebin.c: (group_destroy),
1612         (gst_play_base_bin_change_state):
1613         Fix leak.
1614         Handle case where playbasebin is now ASYNC because
1615         decodebin is.
1616
1617 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1618
1619         * gst/audioconvert/Makefile.am:
1620         * gst/audioconvert/bufferframesconvert.c:
1621         * gst/audioconvert/plugin.c: (plugin_init):
1622         * gst/audioconvert/plugin.h:
1623           And bye bye buffer-frames-convert
1624
1625 2005-10-19  Wim Taymans  <wim@fluendo.com>
1626
1627         * check/elements/audioconvert.c:
1628         * docs/libs/tmpl/gstaudio.sgml:
1629         * docs/libs/tmpl/gstcolorbalance.sgml:
1630         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1631         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
1632         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
1633         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
1634         * gst-libs/gst/audio/audio.h:
1635         * gst/audioconvert/audioconvert.h:
1636         * gst/audioconvert/gstaudioconvert.c:
1637         (gst_audio_convert_parse_caps):
1638         * gst/volume/gstvolume.c:
1639         Bye bye buffer-frames.
1640
1641 2005-10-19  Wim Taymans  <wim@fluendo.com>
1642
1643         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1644         (query_positions_elems), (query_positions_pads), (update_scale),
1645         (do_seek), (set_update_scale), (message_received), (main):
1646         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
1647         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
1648         (gst_ogg_demux_loop):
1649         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
1650         * ext/theora/theoradec.c: (theora_dec_src_query),
1651         (theora_dec_sink_event):
1652         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
1653         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
1654         * gst/adder/gstadder.c: (gst_adder_query):
1655         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
1656         * gst/playback/test3.c: (update_scale):
1657         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1658         (dump_element_stats), (main):
1659         * gst/playback/test6.c: (main):
1660         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
1661         Query API update.
1662
1663 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
1664
1665         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
1666         (xml_check_first_element), (xml_type_find), (smil_type_find),
1667         (plugin_init):
1668           Add typefinding for SMIL and for generic XML. Based on patch by
1669           Akos Maroy (#308663).
1670
1671 2005-10-18  Wim Taymans  <wim@fluendo.com>
1672
1673         * gst/playback/Makefile.am:
1674         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1675         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
1676         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
1677         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
1678         (gst_decode_bin_change_state):
1679         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
1680         (gst_play_bin_send_event_to_sink):
1681         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
1682         (dump_element_stats), (main):
1683         * gst/playback/test6.c: (main):
1684         Make playbin async, it'll commit state to paused when all streams
1685         are detected.
1686         Remove ugly hack.
1687         Added test6.c to show async behaviour.
1688
1689 2005-10-18  Wim Taymans  <wim@fluendo.com>
1690
1691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
1692         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
1693         Fix for segment-start/stop API change.
1694
1695 2005-10-18  Wim Taymans  <wim@fluendo.com>
1696
1697         * check/Makefile.am:
1698         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
1699         (main):
1700         Add future test for clock selection.
1701
1702 2005-10-18  Wim Taymans  <wim@fluendo.com>
1703
1704         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
1705         (gst_alsasink_close):
1706         Set handle to NULL.
1707
1708         * gst-libs/gst/audio/gstringbuffer.c:
1709         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
1710         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
1711         (gst_ring_buffer_start), (gst_ring_buffer_pause),
1712         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
1713         (gst_ring_buffer_read):
1714         More debug info.
1715
1716 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
1717
1718         * gst/audiotestsrc/Makefile.am:
1719         * gst/sine/Makefile.am:
1720         * gst/volume/Makefile.am:
1721           fix broken build of controllerized plugins
1722
1723 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
1724
1725         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
1726
1727         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1728         (gst_riff_create_video_template_caps):
1729           Add support for Indeo-3 (IV32).
1730
1731 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1732
1733         * configure.ac:
1734           rewrite
1735
1736 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1737
1738         * gst-libs/gst/video/video.c: (gst_video_get_size):
1739         * gst/audiotestsrc/gstaudiotestsrc.c:
1740           doc updates
1741
1742 2005-10-17  Andy Wingo  <wingo@pobox.com>
1743
1744         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
1745         with the collectpads change.
1746         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
1747
1748         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
1749
1750         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
1751
1752         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
1753         alloc_buffer flow return to callers.
1754         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
1755         change. Fix some memleaks in theoraenc.
1756
1757         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
1758         in strange circumstance.
1759
1760 2005-10-17  Julien MOUTTE  <julien@moutte.net>
1761
1762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1763         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
1764         from caps, let's use the caps...
1765
1766 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1767
1768         * configure.ac:
1769           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
1770
1771 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1772
1773         * gst-libs/gst/interfaces/Makefile.am:
1774           fix silly typo
1775
1776 2005-10-16  Andy Wingo  <wingo@pobox.com>
1777
1778         * gst/playback/gstdecodebin.c
1779         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
1780         function!
1781         (try_to_link_1): Increase kraziness level.
1782
1783 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
1784
1785         * configure.ac:
1786           restructure like the core one
1787         * gst-libs/gst/audio/Makefile.am:
1788         * gst-libs/gst/interfaces/Makefile.am:
1789         * gst-libs/gst/net/Makefile.am:
1790         * gst-libs/gst/riff/Makefile.am:
1791         * gst-libs/gst/rtp/Makefile.am:
1792         * gst-libs/gst/tag/Makefile.am:
1793         * gst-libs/gst/video/Makefile.am:
1794           use correct linker flags, now the libs are properly versioned
1795         * check/elements/audioconvert.c: (verify_convert):
1796         * ext/alsa/gstalsaplugin.c:
1797         * ext/cdparanoia/gstcdparanoia.c:
1798         * ext/gnomevfs/gstgnomevfs.c:
1799         * ext/libvisual/visual.c:
1800         * ext/ogg/gstogg.c:
1801         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
1802         * ext/theora/theora.c:
1803         * ext/vorbis/vorbis.c:
1804         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1805         * gst-libs/gst/tag/gsttagediting.c:
1806         * gst-libs/gst/video/video.c:
1807         * gst/adder/gstadder.c:
1808         * gst/audioconvert/plugin.c:
1809         * gst/audiorate/gstaudiorate.c:
1810         * gst/audioresample/gstaudioresample.c:
1811         * gst/audioresample/resample_ref.c: (resample_scale_ref):
1812         * gst/audioscale/gstaudioscale.c:
1813         * gst/audioscale/resample.c:
1814         * gst/audiotestsrc/gstaudiotestsrc.c:
1815         * gst/ffmpegcolorspace/gstffmpeg.c:
1816         * gst/playback/gstdecodebin.c: (close_pad_link):
1817         * gst/playback/gstplaybin.c: (gen_video_element),
1818         (gen_audio_element):
1819         * gst/sine/gstsinesrc.c:
1820         * gst/subparse/gstsubparse.c:
1821         * gst/tags/gsttagediting.c:
1822         * gst/tcp/gsttcpplugin.c:
1823         * gst/typefind/gsttypefindfunctions.c:
1824         * gst/videorate/gstvideorate.c:
1825         * gst/videoscale/gstvideoscale.c:
1826         * gst/videotestsrc/gstvideotestsrc.c:
1827         * gst/volume/gstvolume.c:
1828         * sys/v4l/gstv4l.c:
1829         * sys/ximage/ximage.c:
1830         * sys/xvimage/xvimagesink.c:
1831           fix up defines
1832
1833 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * ext/vorbis/vorbisenc.c:
1836         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
1837         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
1838         (gst_tag_to_vorbis_comments):
1839           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
1840
1841 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
1842
1843         * examples/stats/mp2ogg.c:
1844         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1845           typo fixes
1846
1847 2005-10-13  Michael Smith <msmith@fluendo.com>
1848
1849         * ext/ogg/gstoggmux.c:
1850           Use magic glib macros to define constants as 64 bit, to ensure
1851           appropriate vararg passing.
1852
1853 2005-10-13  Michael Smith <msmith@fluendo.com>
1854
1855         * ext/ogg/gstoggmux.c:
1856         * gst/audioconvert/audioconvert.c: (float):
1857           Don't use LL suffix, as it's not portable, and neither of these
1858           uses required it anyway.
1859
1860 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
1861
1862         * examples/indexing/indexmpeg.c: (main):
1863         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
1864         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
1865         (cdparanoia_convert), (cdparanoia_query):
1866         * ext/cdparanoia/gstcdparanoia.h:
1867         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
1868         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
1869         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
1870         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
1871         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
1872         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
1873         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
1874         (gst_multifdsink_render), (gst_multifdsink_start),
1875         (gst_multifdsink_stop):
1876         * gst/tcp/gstmultifdsink.h:
1877         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
1878         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
1879         (gst_tcpclientsink_stop):
1880         * gst/tcp/gsttcpclientsink.h:
1881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
1882         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
1883         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
1884         * gst/tcp/gsttcpclientsrc.h:
1885         * gst/tcp/gsttcpserversink.h:
1886         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
1887         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
1888         (gst_tcpserversrc_stop):
1889         * gst/tcp/gsttcpserversrc.h:
1890         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
1891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
1892         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
1893           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
1894           moved bitshift from macro to enum definition
1895
1896 2005-10-12  Wim Taymans  <wim@fluendo.com>
1897
1898         * examples/seeking/Makefile.am:
1899         Oops.
1900
1901 2005-10-12  Wim Taymans  <wim@fluendo.com>
1902
1903         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1904         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1905         Don't assert on normal stuff.
1906
1907         * gst/playback/gstplaybin.c: (do_playbin_seek):
1908         API fix.
1909
1910 2005-10-12  Wim Taymans  <wim@fluendo.com>
1911
1912         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1913         * examples/seeking/Makefile.am:
1914         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
1915         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1916         (do_seek), (set_update_scale), (message_received), (main):
1917         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1918         (gst_ring_buffer_read), (gst_ring_buffer_clear):
1919         Update for _get_state() API change.
1920
1921 2005-10-11  Wim Taymans  <wim@fluendo.com>
1922
1923         * gst-libs/gst/audio/gstbaseaudiosink.c:
1924         (gst_base_audio_sink_render):
1925         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1926         (gst_base_audio_src_create):
1927         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
1928         (gst_ring_buffer_read):
1929         Cleanups.
1930         Commit and read from ringbuffer in samples rather than bytes.
1931
1932 2005-10-11  Wim Taymans  <wim@fluendo.com>
1933
1934         * gst-libs/gst/audio/gstbaseaudiosink.c:
1935         (gst_base_audio_sink_render):
1936         Respect segment rate and accum when scheduling samples.
1937
1938 2005-10-11  Julien MOUTTE  <julien@moutte.net>
1939
1940         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
1941         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
1942         EOS correctly, that needs more work.
1943
1944 2005-10-11  Wim Taymans  <wim@fluendo.com>
1945
1946         * check/generic/states.c: (GST_START_TEST):
1947         remove old property.
1948
1949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
1950         (gst_ogg_demux_perform_seek):
1951         * ext/theora/theoradec.c: (theora_dec_sink_event):
1952         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
1953         (vorbis_handle_data_packet):
1954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1955         (gst_base_rtp_depayload_set_gst_timestamp):
1956         * gst/videorate/gstvideorate.c: (gst_videorate_event):
1957         Update for newsegment API change.
1958
1959 2005-10-11  Michael Smith <msmith@fluendo.com>
1960
1961         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
1962         (do_playbin_seek), (gst_play_bin_send_event):
1963           Override send_event differently, so that we can takes bits of
1964           functionality from GstPipeline (special handling for seeks,
1965           including pausing/resuming, and resetting stream time) and still get
1966           the appropriate behaviour of only forwarding event to a single sink,
1967           rather than all of them.
1968           Unfortunately requires a lot of code duplication, but the
1969           alternatives are equally ugly in the end.
1970
1971 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
1972
1973         * check/elements/audioconvert.c: (setup_audioconvert),
1974         (cleanup_audioconvert), (get_int_caps), (verify_convert),
1975         (GST_START_TEST), (audioconvert_suite):
1976           clean up tests a little, fix some leaks.
1977
1978 2005-10-10  Wim Taymans  <wim@fluendo.com>
1979
1980         * ext/alsa/gstalsasink.c:
1981         Also allow unsigned int.
1982
1983         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1984         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1985         Small cleanup
1986
1987 2005-10-10  Wim Taymans  <wim@fluendo.com>
1988
1989         * check/pipelines/simple_launch_lines.c: (run_pipeline):
1990         Small update, use API as stated in design docs.
1991
1992         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
1993         (update_scale), (do_seek), (seek_cb), (set_update_scale),
1994         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
1995         (message_received), (main):
1996         Updated seek example for GOption. Some usability improvements.
1997
1998 2005-10-10  Wim Taymans  <wim@fluendo.com>
1999
2000         * gst/audioconvert/audioconvert.h:
2001         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2002         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
2003         Alloc temp storage somewhere else where we can do it more
2004         portable.
2005
2006 2005-10-10  Wim Taymans  <wim@fluendo.com>
2007
2008         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
2009         (gst_tcpserversrc_start):
2010         Don't block in accept while doing the state change, move
2011         to poll and make cancellable.
2012
2013 2005-10-09  Philippe Khalaf <burger@speedy.org>
2014
2015         * gst-libs/gst/rtp/rtpbasedepayload.c:
2016         Set timestamp and add queue delay to timestamp
2017         * gst-libs/gst/rtp/rtpbuffer.h:
2018         Set correct payload type for h263
2019
2020 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2021
2022         * gst/audiotestsrc/gstaudiotestsrc.c:
2023         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
2024         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
2025         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
2026         (gst_audiotestsrc_create_triangle),
2027         (gst_audiotestsrc_create_silence),
2028         (gst_audiotestsrc_create_white_noise),
2029         (gst_audiotestsrc_init_pink_noise),
2030         (gst_audiotestsrc_generate_pink_noise_value),
2031         (gst_audiotestsrc_create_pink_noise),
2032         (gst_audiotestsrc_change_wave):
2033         * gst/audiotestsrc/gstaudiotestsrc.h:
2034           fixed typo, added pink noise
2035
2036 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2037
2038         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
2039         (plugin_init):
2040           Add wavpack and spc typefind functions from 0.8 branch.
2041
2042 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2043
2044         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
2045         (ar_type_find), (msdos_type_find), (plugin_init):
2046           Add typefind functions for tar archives, ar archives,
2047           RAR archives, and msdos-executables (dlls, exe, etc.).
2048           Some of those would be wrongly identified as mpeg
2049           streams of some sort before (#315550).
2050
2051 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
2052
2053         * configure.ac:
2054         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2055         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2056         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
2057         * gst/audiotestsrc/Makefile.am:
2058         * gst/audiotestsrc/gstaudiotestsrc.c:
2059         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
2060         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
2061         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
2062         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
2063         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
2064         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
2065         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
2066         (gst_audiotestsrc_create_silence),
2067         (gst_audiotestsrc_create_white_noise),
2068         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
2069         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
2070         (gst_audiotestsrc_start), (plugin_init):
2071         * gst/audiotestsrc/gstaudiotestsrc.h:
2072           add new plugin and element
2073         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
2074           use gobject_class
2075
2076 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
2077
2078         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
2079         (gst_adder_init), (gst_adder_request_new_pad),
2080         (gst_adder_change_state):
2081           Add query function to source pad, so adder reports the correct
2082           time/sample position when queried (#315457); fix state change
2083           function; use GST_DEBUG_FUNCPTR() for pad functions.
2084
2085 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
2086
2087         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
2088           Fix leaks in typefind registration
2089           Clean up the gratuitous commenting and whitespacing a little
2090
2091 2005-10-08  Wim Taymans  <wim@fluendo.com>
2092
2093         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
2094         Only actually wait for the thread to be stopped if it's 
2095         running.
2096
2097 2005-10-08  Wim Taymans  <wim@fluendo.com>
2098
2099         * gst-libs/gst/audio/gstbaseaudiosink.c:
2100         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2101         If we receive EOS we can start playback of what we had.
2102
2103 2005-10-08  Wim Taymans  <wim@fluendo.com>
2104
2105         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2106         (gst_multifdsink_finalize), (multifdsink_hash_remove),
2107         (gst_multifdsink_stop):
2108         Fix crasher when going to NULL multiple times.
2109
2110 2005-10-06  Wim Taymans  <wim@fluendo.com>
2111
2112         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
2113         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
2114         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
2116         patch from Edgard Lima <edgard.lima@indt.org.br>
2117         Fixed gstbaseaudiosrc adding ring buffer sync to it.
2118
2119 2005-10-06  Wim Taymans  <wim@fluendo.com>
2120
2121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
2122         Report the FLOW_RETURN as string in the error message.
2123
2124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
2125         Don't assert when clearing an unnegotiated buffer.
2126
2127 2005-10-04  Michael Smith <msmith@fluendo.com>
2128
2129         * gst/playback/gstplaybasebin.c: (group_destroy),
2130         (gen_preroll_element), (remove_groups), (setup_source):
2131         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
2132         (setup_sinks), (gst_play_bin_send_event),
2133         (gst_play_bin_change_state):
2134           Set state to NULL before removing from bin. Fix refcounting.
2135
2136 2005-10-04  Michael Smith <msmith@fluendo.com>
2137
2138         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
2139           Correct refcounting in send_event() function. Previously was wrong
2140           if the first sink was unable to handle the event.
2141
2142 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2143
2144         * configure.ac:
2145           back to development
2146
2147 === release 0.9.3 ===
2148
2149 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2150
2151         * configure.ac:
2152           Releasing 0.9.3, "De Facto"
2153
2154 2005-10-03  Andy Wingo  <wingo@pobox.com>
2155
2156         * gst/playback/gstdecodebin.c (try_to_link_1)
2157         (remove_element_chain): set element to NULL before removing it.
2158
2159 2005-10-02  Johan Dahlin  <johan@gnome.org>
2160
2161         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
2162         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
2163         MT safe.
2164
2165 2005-10-02  Andy Wingo  <wingo@pobox.com>
2166
2167         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
2168         (gst_ring_buffer_prepare_read): 
2169         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
2170         Demote to LOG.
2171
2172 2005-09-29  Wim Taymans  <wim@fluendo.com>
2173
2174         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
2175         * ext/theora/theoradec.c: (theora_handle_data_packet):
2176         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2177         Propagate error codes from alloc_buffer too.
2178
2179 2005-09-29  Wim Taymans  <wim@fluendo.com>
2180
2181         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
2182         We use fixed caps.
2183
2184         * gst/playback/Makefile.am:
2185         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
2186         (dump_element_stats), (main):
2187         Added example stream introspection code.
2188
2189 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * gst/adder/gstadder.c: (gst_adder_collected):
2192           fix adder for float elements
2193
2194 2005-09-28  Wim Taymans  <wim@fluendo.com>
2195
2196         * gst-libs/gst/audio/gstbaseaudiosink.c:
2197         (gst_base_audio_sink_class_init),
2198         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
2199         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2200         (gst_base_audio_src_class_init),
2201         (gst_base_audio_src_provide_clock):
2202         get_clock -> provide_clock
2203
2204 2005-09-28  Andy Wingo  <wingo@pobox.com>
2205
2206         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
2207         and unlocking.
2208
2209         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
2210         unlocking.
2211
2212         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
2213         Actually add the pad template.
2214         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
2215
2216         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
2217         I'm at it...
2218
2219         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
2220         from fdsrc. Get caps in create() instead of start() so it can be
2221         interrupted. Interruption somewhat untested.
2222
2223         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
2224         Proper EOS handling.
2225
2226 2005-09-27  Andy Wingo  <wingo@pobox.com>
2227
2228         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
2229
2230         * gst/tcp/gsttcpserversrc.c: Cleaned up.
2231
2232         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
2233
2234         * gst/tcp/gsttcp.h: 
2235         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
2236         out of tcpclientsrc.c. Cancellable.
2237         (gst_tcp_socket_read): Made private, cancellable, with better
2238         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
2239         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
2240         whole buffer, and better diagnostics.
2241         (gst_tcp_gdp_read_caps): Same.
2242
2243         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
2244
2245 2005-09-26  Andy Wingo  <wingo@pobox.com>
2246
2247         * gst/sine/gstsinesrc.h:
2248         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
2249         change the 'sync' property to 'is-live' and implement it halfway,
2250         update for controller api change.
2251
2252         * gst/volume/gstvolume.c (volume_transform_ip): Update for
2253         controller api change.
2254
2255 2005-09-24  Wim Taymans  <wim@fluendo.com>
2256
2257         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
2258         * gst-libs/gst/audio/gstaudiosink.c:
2259         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
2260         (gst_audioringbuffer_stop):
2261         * gst-libs/gst/audio/gstbaseaudiosink.c:
2262         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
2263         (gst_base_audio_sink_change_state):
2264         * gst-libs/gst/audio/gstbaseaudiosink.h:
2265         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
2266         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
2267         (gst_ring_buffer_commit), (gst_ring_buffer_read):
2268         * gst-libs/gst/audio/gstringbuffer.h:
2269         Fix sync again. Moved sample alignment to basesink.
2270
2271 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
2272
2273         * docs/plugins/Makefile.am:
2274         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2275         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2276         * gst/volume/gstvolume.c:
2277           add/fix docs
2278         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
2279         * gst-libs/gst/audio/audio.h:
2280           add conversion macros for frames <-> clocktime
2281
2282 2005-09-23  David Schleef  <ds@schleef.org>
2283
2284         * gst/audioresample/Makefile.am:
2285         * gst/audioresample/debug.h:
2286         * gst/audioresample/gstaudioresample.c:
2287         * gst/audioresample/resample.c: Convert to using gst debugging
2288
2289 2005-09-22  Wim Taymans  <wim@fluendo.com>
2290
2291         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2292         (gst_play_bin_send_event):
2293         Only seek on one sink, the first one that succeeds.
2294
2295 2005-09-22  Michael Smith <msmith@fluendo.com>
2296
2297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
2298         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
2299         Don't flush encoder state unless we have an initialised encoder.
2300         Clear out encoder state on PAUSED_TO_READY.
2301
2302 2005-09-22  Wim Taymans  <wim@fluendo.com>
2303
2304         * gst-libs/gst/rtp/gstbasertppayload.c:
2305         (gst_basertppayload_class_init), (gst_basertppayload_init),
2306         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2307         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2308         (gst_basertppayload_is_filled), (gst_basertppayload_push),
2309         (gst_basertppayload_set_property),
2310         (gst_basertppayload_get_property),
2311         (gst_basertppayload_change_state):
2312         * gst-libs/gst/rtp/gstbasertppayload.h:
2313         Added max-ptime to control amount of data in the rtp packets.
2314
2315 2005-09-21  Andy Wingo  <wingo@pobox.com>
2316
2317         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
2318         thingies.
2319
2320         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
2321         can be called multiple times, dogs.
2322
2323 2005-09-21  Wim Taymans  <wim@fluendo.com>
2324
2325         * gst-libs/gst/rtp/gstbasertppayload.c:
2326         (gst_basertppayload_class_init), (gst_basertppayload_init),
2327         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2328         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2329         (gst_basertppayload_push), (gst_basertppayload_get_property),
2330         (gst_basertppayload_change_state):
2331         Allow 0 ssrc too.
2332
2333 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
2334
2335         * docs/libs/compiling.sgml:
2336           fixing typos
2337
2338 2005-09-20  Wim Taymans  <wim@fluendo.com>
2339
2340         * gst-libs/gst/rtp/gstbasertppayload.c:
2341         (gst_basertppayload_class_init), (gst_basertppayload_init),
2342         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2343         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2344         (gst_basertppayload_push), (gst_basertppayload_set_property),
2345         (gst_basertppayload_get_property),
2346         (gst_basertppayload_change_state):
2347         * gst-libs/gst/rtp/gstbasertppayload.h:
2348         Added property to configure sequence number offsets.
2349
2350 2005-09-20  Wim Taymans  <wim@fluendo.com>
2351
2352         * gst-libs/gst/rtp/gstbasertppayload.c:
2353         (gst_basertppayload_class_init), (gst_basertppayload_init),
2354         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2355         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2356         (gst_basertppayload_push), (gst_basertppayload_set_property),
2357         (gst_basertppayload_get_property),
2358         (gst_basertppayload_change_state):
2359         * gst-libs/gst/rtp/gstbasertppayload.h:
2360         Make timestamp offset configurable.
2361
2362 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
2363
2364         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2365           fix wrong pop/unref
2366
2367 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
2368
2369         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
2370
2371         * gst-libs/gst/interfaces/propertyprobe.c:
2372         (gst_property_probe_probe_property_name),
2373         (gst_property_probe_needs_probe_name),
2374         (gst_property_probe_get_values_name),
2375         (gst_property_probe_probe_and_get_values_name):
2376           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
2377           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
2378
2379 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
2380
2381         * check/Makefile.am:
2382           have some tests be disabled for valgrinding
2383         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
2384         (GST_START_TEST):
2385         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
2386           Fix A Leak.  Chain To Parent Finalize.
2387
2388 2005-09-19  Wim Taymans  <wim@fluendo.com>
2389
2390         * examples/seeking/seek.c: (make_wav_pipeline), (main):
2391         Fixed wav pipeline.
2392
2393 2005-09-19  Wim Taymans  <wim@fluendo.com>
2394
2395         * gst-libs/gst/rtp/gstbasertppayload.c:
2396         (gst_basertppayload_class_init), (gst_basertppayload_init),
2397         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
2398         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
2399         (gst_basertppayload_push), (gst_basertppayload_get_property),
2400         (gst_basertppayload_change_state):
2401         Posting ERROR and WARNING messages is good.
2402
2403 2005-09-19  Wim Taymans  <wim@fluendo.com>
2404
2405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2406         (gst_base_rtp_depayload_add_to_queue),
2407         (gst_base_rtp_depayload_push),
2408         (gst_base_rtp_depayload_set_gst_timestamp),
2409         (gst_base_rtp_depayload_queue_release):
2410         This one was not supposed to go in.
2411
2412 2005-09-19  Wim Taymans  <wim@fluendo.com>
2413
2414         * check/pipelines/simple_launch_lines.c: (run_pipeline):
2415         Fix for bus API.
2416
2417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2418         (gst_base_rtp_depayload_chain),
2419         (gst_base_rtp_depayload_add_to_queue),
2420         (gst_base_rtp_depayload_push),
2421         (gst_base_rtp_depayload_set_gst_timestamp),
2422         (gst_base_rtp_depayload_queue_release):
2423         Some cleanups.
2424
2425         * gst-libs/gst/rtp/gstbasertppayload.c:
2426         (gst_basertppayload_class_init), (gst_basertppayload_init),
2427         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
2428         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2429         (gst_basertppayload_get_property),
2430         (gst_basertppayload_change_state):
2431         Added debugging category.
2432
2433 2005-09-18  David Schleef  <ds@schleef.org>
2434
2435         * gst/playback/gstdecodebin.c: free plugin list correctly
2436         * gst/playback/gstplaybin.c: emit warning if autovideosink
2437           and autoaudiosink can't be found (instead of segfaulting)
2438
2439 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2440
2441         * check/elements/audioconvert.c: (GST_START_TEST):
2442           try out 24 bit conversion
2443
2444 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2445
2446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2447         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
2448         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
2449         * ext/vorbis/vorbisenc.h:
2450           Fix EOS handling.  Still needs a fix in the ogg muxer to
2451           mark the last page as eos.
2452
2453 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2454
2455         * common/gtk-doc-plugins.mak:
2456         * docs/plugins/Makefile.am:
2457         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2458         * gst/ffmpegcolorspace/Makefile.am:
2459         * gst/ffmpegcolorspace/avcodec.h:
2460         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2461         * gst/tcp/gstmultifdsink.c:
2462           fix up ffmpegcolorspace docs; extract header
2463
2464 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2465
2466         * common/gtk-doc-plugins.mak:
2467         * docs/plugins/Makefile.am:
2468         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2469         * ext/theora/Makefile.am:
2470         * ext/theora/gsttheoraenc.h:
2471         * ext/theora/theoraenc.c:
2472         * ext/vorbis/vorbisenc.c:
2473           pick up signals and args for vorbis; add some docs for vorbis
2474
2475 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2476
2477         * common/gstdoc-scangobj:
2478         * common/gtk-doc-plugins.mak:
2479         * docs/libs/Makefile.am:
2480         * docs/plugins/gst-plugins-base-plugins.args:
2481         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2482         * docs/plugins/gst-plugins-base-plugins.interfaces:
2483         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2484         * docs/plugins/gst-plugins-base-plugins.signals:
2485           only scanobj stuff from our source module.  Not sure yet
2486           if that's correct, given the hierarchy stuff :)
2487
2488 2005-09-15  Wim Taymans  <wim@fluendo.com>
2489
2490         * gst/audioconvert/gstaudioconvert.c:
2491         And enable 24 bits mode as well..
2492
2493 2005-09-15  Wim Taymans  <wim@fluendo.com>
2494
2495         * gst-libs/gst/rtp/Makefile.am:
2496         * gst-libs/gst/rtp/gstbasertppayload.c:
2497         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
2498         (gst_basertppayload_class_init), (gst_basertppayload_init),
2499         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
2500         (gst_basertppayload_chain), (gst_basertppayload_set_options),
2501         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
2502         (gst_basertppayload_set_property),
2503         (gst_basertppayload_get_property),
2504         (gst_basertppayload_change_state):
2505         * gst-libs/gst/rtp/gstbasertppayload.h:
2506         Added rtp payloader base class.
2507
2508 2005-09-15  Andy Wingo  <wingo@pobox.com>
2509
2510         * configure.ac (plugindir): Remove the EOL matcher from the
2511         regexp, as it causes me problems. Libtool? Make? Who knows?
2512
2513 2005-09-14  David Schleef  <ds@schleef.org>
2514
2515         * check/generic/states.c: 
2516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
2517         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
2518           Fixes for changes in registry API.
2519
2520         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
2521           to GST_PLUGIN_LDFLAGS.
2522         * ext/libvisual/visual.c: Make the library shut up.
2523         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
2524         * gst-libs/gst/audio/gstaudiofilter.c: same
2525
2526 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2527
2528         * docs/plugins/Makefile.am:
2529         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2530         * docs/plugins/inspect/plugin-libvisual.xml:
2531         * docs/plugins/tmpl/element-tcpserversink.sgml:
2532         * ext/theora/theoraenc.c:
2533           add libvisual plugin and theoraenc element to docs
2534
2535 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2536
2537         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2538         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2539         * ext/theora/theoraenc.c:
2540           add theoraenc
2541
2542 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * gst/audioconvert/Makefile.am:
2545           Audioconvert derives from GstBaseTransform and should
2546           link to the library with our base elements to avoid
2547           unresolved symbols. Makes things work with MinGW (#316160)
2548
2549         * gst/playback/test4.c: (main):
2550           Fix MinGW build problem and use g_usleep() instead of 
2551           sleep() (#316162)
2552
2553 2005-09-12  Wim Taymans  <wim@fluendo.com>
2554
2555         * gst/audioconvert/audioconvert.c: (float),
2556         (audio_convert_prepare_context), (audio_convert_convert):
2557         * gst/audioconvert/audioconvert.h:
2558         Cleanups, speedups, simplifications, added back support
2559         for 24 bits.
2560
2561 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2562
2563         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2564         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2565         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2566         * docs/plugins/tmpl/element-tcpserversink.sgml:
2567         * gst/ffmpegcolorspace/gstffmpeg.c:
2568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2569         * gst/videotestsrc/gstvideotestsrc.c:
2570         * gst/volume/gstvolume.c:
2571           add more elements to the docs
2572
2573 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
2574
2575         * check/Makefile.am:
2576         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
2577         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
2578           Add extra tests for basetransform based components. 
2579           Comment out the test_element_negotiation test until we decide
2580           if it's testing correct behaviour.
2581         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
2582         (gst_visual_chain), (gst_visual_change_state):
2583           Slightly more correct but still bogus timestamping.
2584           Fix state change function.
2585         * gst/audioconvert/gstaudioconvert.c:
2586         (gst_audio_convert_class_init):
2587         * gst/audioresample/gstaudioresample.c:
2588         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2589         (gst_ffmpegcsp_class_init):
2590         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2591         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
2592         (gst_videoscale_prepare_image):
2593         * gst/volume/gstvolume.c: (gst_volume_class_init),
2594         (volume_transform_ip):
2595           Basetransform updates. Enable passthrough modes.
2596         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2597         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
2598         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
2599           Negotiation fix that allows the window to return to the original
2600           size and renegotiate passthrough upstream. Extra debug output.
2601
2602 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2603
2604         * gst/sine/gstsinesrc.c:
2605         * gst/volume/gstvolume.c:
2606           fix up header include
2607
2608 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
2609
2610         * gst-libs/gst/audio/gstbaseaudiosink.c:
2611         (gst_base_audio_sink_render):
2612         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
2613         * gst/volume/gstvolume.c: (gst_volume_class_init),
2614         (volume_transform):
2615           fixing lost sync, some more debugging
2616
2617 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
2618
2619         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2620         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
2621         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2622         (gst_xvimagesink_check_xshm_calls):
2623           Fix compilation when XShm is not available.
2624
2625 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2626
2627         * ext/libvisual/visual.c: (gst_visual_dispose),
2628         (gst_visual_getcaps), (gst_visual_src_setcaps),
2629         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
2630         (gst_visual_change_state):
2631           Finish fixing up libvisual plugin so that it runs. 
2632
2633 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2634
2635         * ext/vorbis/vorbisenc.c:
2636         * gst-libs/gst/tag/gstvorbistag.c:
2637           gsttaginterface.h -> gsttagsetter.h
2638
2639 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2640
2641         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
2642           added another test that failes for me (test is not active by default)
2643
2644 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2645
2646         * configure.ac:
2647           v4l2 is no longer in gst-plugins-base
2648
2649 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
2650
2651         * configure.ac:
2652           In the output at the end, don't show the first plugin on the same
2653           line as "Core plug-ins, always built:".
2654           Indent the output as for other plugin categories
2655         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
2656           #define that can be used to not use peer buffer_alloc functions for
2657           test purposes.
2658         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
2659         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
2660         (gst_ximagesink_show_frame):
2661         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
2662         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
2663         (gst_xvimagesink_show_frame):
2664           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
2665           fails gracefully instead of XError aborting or deadlocking.
2666
2667 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * ext/libvisual/Makefile.am:
2670           link against gst-base-libs
2671
2672 2005-09-06  David Schleef  <ds@schleef.org>
2673
2674         * configure.ac: Enable libvisual plugin.
2675         * ext/libvisual/Makefile.am:
2676         * ext/libvisual/visual.c: Fixes to make it compile.
2677
2678 === release 0.9.2 ===
2679
2680 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2681
2682         * NEWS:
2683         * RELEASE:
2684         * configure.ac:
2685         * docs/random/ChangeLog-0.8:
2686           releasing 0.9.2, "Spoon"
2687
2688 2005-09-05  Michael Smith <msmith@fluendo.com>
2689
2690         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
2691           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
2692           that in the vorbisenc element.
2693
2694 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2695
2696         * common/gtk-doc-plugins.mak:
2697         * docs/plugins/Makefile.am:
2698           fix distcheck
2699         * gst/audioresample/resample.c:
2700           fix wrong docstring
2701
2702 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2703
2704         * common/gst-xmlinspect.py:
2705         * common/gtk-doc-plugins.mak:
2706           only inspect plugins for this given package
2707           require gst-python 0.9
2708
2709 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2710
2711         * Makefile.am:
2712         * autogen.sh:
2713         * common/gst-xmlinspect.py:
2714         * configure.ac:
2715         * docs/Makefile.am:
2716         * docs/plugins/inspect/plugin-alsa.xml:
2717         * docs/plugins/inspect/plugin-audioresample.xml:
2718         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2719         * docs/plugins/inspect/plugin-ogg.xml:
2720         * docs/plugins/tmpl/element-gnomevfssink.sgml:
2721         * docs/plugins/tmpl/element-multifdsink.sgml:
2722         * docs/plugins/tmpl/element-tcpserversink.sgml:
2723         * docs/plugins/tmpl/element-vorbisenc.sgml:
2724         * gst-plugins-base.spec.in:
2725           various doc-related updates
2726
2727 2005-08-31  Wim Taymans  <wim@fluendo.com>
2728
2729         * gst-libs/gst/audio/gstbaseaudiosink.c:
2730         (gst_base_audio_sink_render):
2731         Resync if the buffer timestamps drift more than a 10th 
2732         of a second.
2733
2734 2005-08-31  Tim-Philipp M??ller  <tim at centricular dot net>
2735
2736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
2737         (gst_v4lsrc_get_property):
2738           The 'timestamp-offset' property is registered as an int64, so
2739           let's use g_value_{set|get}_int64() in our setter and getter
2740           functions (makes it work and fixes warnings with gst-inspect).
2741
2742 2005-08-30  Wim Taymans  <wim@fluendo.com>
2743
2744         * check/elements/audioconvert.c: (setup_audioconvert):
2745         * check/elements/audioresample.c: (setup_audioresample):
2746         * check/elements/volume.c: (setup_volume):
2747         Fix checks.
2748
2749 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2750
2751         * common/gtk-doc-plugins.mak:
2752         * common/plugins.xsl:
2753         * docs/plugins/Makefile.am:
2754           make module a param
2755
2756 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2757
2758         * examples/seeking/seek.c: (make_mp3_pipeline),
2759         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
2760         (play_cb), (pause_cb), (stop_cb):
2761           update the example
2762
2763 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
2764
2765         * gst/volume/gstvolume.c: (gst_volume_class_init),
2766         (volume_transform):
2767           do not update controlled params, if buffer has no timestamp
2768
2769 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2770
2771         * configure.ac:
2772         * gst/sine/Makefile.am:
2773         * gst/volume/Makefile.am:
2774           controllerized elements also need to link against controller-libs ;)
2775
2776 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
2777
2778         * docs/libs/tmpl/gstcolorbalance.sgml:
2779         * docs/libs/tmpl/gstgconf.sgml:
2780         * docs/libs/tmpl/gstmixer.sgml:
2781         * docs/libs/tmpl/gstringbuffer.sgml:
2782         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
2783         (gst_sinesrc_create):
2784         * gst/volume/gstvolume.c: (gst_volume_class_init),
2785         (volume_transform):
2786           controllerized two audio plugins
2787
2788 2005-08-29  Andy Wingo  <wingo@pobox.com>
2789
2790         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
2791         (vorbis_handle_data_packet): Fix some int overflow errors.
2792
2793         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
2794         -1.
2795         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
2796         valid.
2797         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
2798         if it's valid. Fixed streaming-mode playback.
2799
2800         * check/elements/volume.c (cleanup_volume): Fix for running
2801         CK_FORK=no.
2802
2803         * check/elements/audioconvert.c: Convert from native endian, not
2804         little endian.
2805
2806 2005-08-29  Michael Smith <msmith@fluendo.com>
2807
2808         * ext/ogg/Makefile.am:
2809         * ext/ogg/gstogg.c: (plugin_init):
2810         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
2811         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
2812         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
2813         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
2814         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
2815         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
2816         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
2817         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
2818         Add an ogg parser element.
2819
2820 2005-08-28  Andy Wingo  <wingo@pobox.com>
2821
2822         * Updates for two-arg init from GST_BOILERPLATE_FULL.
2823
2824 2005-08-26  Wim Taymans  <wim@fluendo.com>
2825
2826         * gst/audioconvert/audioconvert.c: (if), (float),
2827         (audio_convert_get_func_index), (check_default),
2828         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2829         (audio_convert_clean_context), (audio_convert_get_sizes),
2830         (audio_convert_convert):
2831         Cleanups.
2832
2833 2005-08-26  Wim Taymans  <wim@fluendo.com>
2834
2835         * gst/audioconvert/audioconvert.c: (if), (float),
2836         (audio_convert_get_func_index), (check_default),
2837         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2838         (audio_convert_clean_context), (audio_convert_get_sizes),
2839         (audio_convert_convert):
2840         More elegant and working temp buffer selection algo.
2841
2842 2005-08-26  Wim Taymans  <wim@fluendo.com>
2843
2844         * gst/audioconvert/audioconvert.c: (if), (float),
2845         (audio_convert_get_func_index), (check_default),
2846         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2847         (audio_convert_clean_context), (audio_convert_get_sizes),
2848         (get_temp_buffer), (audio_convert_convert):
2849         Use realloc else we lose our original data.
2850
2851 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2852
2853         * gst/audioresample/gstaudioresample.c:
2854           use base class' newsegment to properly timestamp
2855
2856 2005-08-26  Wim Taymans  <wim@fluendo.com>
2857
2858         * gst/audioconvert/audioconvert.c: (if), (float),
2859         (audio_convert_get_func_index), (check_default),
2860         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2861         (audio_convert_clean_context), (audio_convert_get_sizes),
2862         (get_temp_buffer), (audio_convert_convert):
2863         * gst/audioconvert/gstaudioconvert.c:
2864         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
2865         (gst_audio_convert_transform_caps),
2866         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
2867         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
2868         Oops, allocate enough space to perform the channel mix.
2869
2870 2005-08-26  Wim Taymans  <wim@fluendo.com>
2871
2872         * gst/audioconvert/Makefile.am:
2873         * gst/audioconvert/audioconvert.c: (if), (float),
2874         (audio_convert_get_func_index), (check_default),
2875         (audio_convert_clean_fmt), (audio_convert_prepare_context),
2876         (audio_convert_clean_context), (audio_convert_get_sizes),
2877         (get_temp_buffer), (audio_convert_convert):
2878         * gst/audioconvert/audioconvert.h:
2879         * gst/audioconvert/gstaudioconvert.c:
2880         (gst_audio_convert_class_init), (gst_audio_convert_init),
2881         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
2882         (gst_audio_convert_get_unit_size),
2883         (gst_audio_convert_transform_caps),
2884         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
2885         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
2886         * gst/audioconvert/gstaudioconvert.h:
2887         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
2888         (gst_channel_mix_fill_identical),
2889         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
2890         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
2891         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
2892         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
2893         (gst_channel_mix_mix):
2894         * gst/audioconvert/gstchannelmix.h:
2895         Cleanups, librarify a bit, optimize, better negotiation and more.
2896
2897 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2898
2899         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
2900         Another from MikeS:
2901         During typefinding, don't support negative offsets
2902         (offsets from the end of the stream) in our typefind->peek() function
2903         - nothing embedded in ogg ever needs them. However, we need to recognise
2904         those requests and reject them, otherwise we return invalid pointers.
2905
2906 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
2907
2908         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
2909         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
2910         (vorbisdec_finalize), (vorbis_handle_type_packet):
2911           Big shout-out to MikeS for fixing this giant memory leak.
2912           Huzzah!
2913
2914 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2915
2916         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
2917         (audio_convert_get_unit_size):
2918           plug some leaks
2919
2920 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2921
2922         * check/Makefile.am:
2923         * check/elements/audioconvert.c: (setup_audioconvert),
2924         (cleanup_audioconvert), (get_int_caps), (verify_convert),
2925         (GST_START_TEST), (audioconvert_suite), (main):
2926           add a test for audioconvert
2927         * gst/audioresample/gstaudioresample.c:
2928         * gst/audioresample/gstaudioresample.h:
2929           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
2930           note that for buffers of 1/3 sec this means DURATION(c) is 
2931           one nanosecond more than for a and b
2932
2933 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2934
2935         * check/Makefile.am:
2936         * check/elements/audioresample.c: (setup_audioresample),
2937         (cleanup_audioresample), (fail_unless_perfect_stream),
2938         (test_perfect_stream_instance), (GST_START_TEST),
2939           add a check for audioresample
2940         (audioresample_suite), (main):
2941         * check/elements/volume.c: (GST_START_TEST):
2942           remove unused method
2943         * gst/audioresample/gstaudioresample.c:
2944           set correct buffer parameters since we're changing them
2945         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2946           add some debug
2947
2948 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
2949
2950         * gst/audioresample/debug.c:
2951         * gst/audioresample/gstaudioresample.c:
2952           add room for extra overlap samples when asked to transform size
2953           protect against possible mem corruption and check for discrepancies
2954           between written size and outbuffer's size so we can warn for
2955           potential problems
2956         * gst/audioresample/resample.c: (resample_init),
2957         (resample_get_output_size_for_input), (resample_get_output_size),
2958         (resample_set_n_channels), (resample_set_format):
2959           set debug level based on RESAMPLE_DEBUG env var
2960           make sure that get_output_size* returns a whole number of
2961           sample_size
2962           set sample_size each time either channel or format is set
2963         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
2964         * gst/audioresample/resample_functable.c:
2965         (resample_scale_functable):
2966         * gst/audioresample/resample_ref.c: (resample_scale_ref):
2967           remove r->sample_size, it's done in resample.c now
2968           add some debugging to the ref implementation
2969           make sure we only give back bytes that are wholes of the sample
2970           size
2971
2972 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
2973         * gst/playback/gstplaybasebin.c: (fill_buffer):
2974         Revert unpopular change for GST_MESSAGE_SRC to GObject.
2975
2976 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
2977
2978         * gst/volume/gstvolume.c:
2979           made set_caps function static
2980
2981 2005-08-24  Wim Taymans  <wim@fluendo.com>
2982
2983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
2984         (gst_vorbisenc_change_state):
2985         Stop leaking taglists.
2986
2987 2005-08-24  Wim Taymans  <wim@fluendo.com>
2988
2989         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
2990         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
2991         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
2992         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
2993         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
2994         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
2995         Parse seeking events better.
2996         Unref static caps.
2997         Generate correct newsegment events, fixes seeking in live oggs.
2998
2999         * ext/theora/theoradec.c: (theora_dec_src_query),
3000         (theora_dec_src_event), (theora_dec_src_getcaps),
3001         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
3002         Use newsegment values to report correct play time.
3003
3004         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3005         (vorbis_dec_src_event), (vorbis_dec_sink_event):
3006         * ext/vorbis/vorbisdec.h:
3007         Parse and use newsegment values to report correct play time.
3008
3009         * gst-libs/gst/audio/gstbaseaudiosink.c:
3010         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3011         Clear ringbuffer on flush.
3012         Use newsegment values to calculate playback time.
3013
3014         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3015         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3016         Basesink does newsegment calculations for us now.
3017
3018 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3019
3020         * check/Makefile.am:
3021         * configure.ac:
3022           add core's plugins to the mix so that playbin works
3023         * check/generic/states.c: (GST_START_TEST):
3024           set a 0 timeout on pipelines, so they don't force the next
3025           state change
3026         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
3027         (gst_play_base_bin_change_state):
3028           remove the crappy error handling and do GST error handling
3029
3030 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3031
3032         * check/Makefile.am:
3033         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
3034           add same test as to core, it bitches out on playbin atm.
3035
3036 2005-08-24  Wim Taymans  <wim@fluendo.com>
3037
3038         * configure.ac:
3039         Remove audioscale.
3040
3041 2005-08-24  Wim Taymans  <wim@fluendo.com>
3042
3043         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
3044         (gst_videoscale_prepare_size), (parse_caps),
3045         (gst_videoscale_set_caps), (gst_videoscale_get_size),
3046         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
3047         (gst_videoscale_transform):
3048         * gst/videoscale/gstvideoscale.h:
3049         Refactor, make use of BaseTranform really well.
3050
3051 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3052
3053         * configure.ac:
3054           compile audioresample
3055         * gst/audioresample/Makefile.am:
3056         * gst/audioresample/buffer.c:
3057         * gst/audioresample/functable.c:
3058         * gst/audioresample/gstaudioresample.c:
3059         * gst/audioresample/gstaudioresample.h:
3060         * gst/audioresample/resample.c:
3061         (resample_get_output_size_for_input):
3062         * gst/audioresample/resample.h:
3063         * gst/audioresample/resample_chunk.c:
3064         * gst/audioresample/resample_functable.c:
3065         * gst/audioresample/resample_ref.c:
3066           port to use basetransform; doesn't work in all cases yet
3067
3068 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
3069
3070         * gst/audioconvert/gstaudioconvert.c:
3071         (gst_audio_convert_class_init), (gst_audio_convert_init),
3072         (audio_convert_get_unit_size), (audio_convert_transform_caps),
3073         (audio_convert_fixate_caps), (audio_convert_set_caps),
3074         (audio_convert_transform),
3075         (gst_audio_convert_buffer_to_default_format),
3076         (gst_audio_convert_buffer_from_default_format),
3077         (gst_audio_convert_channels):
3078         * gst/audioconvert/gstchannelmix.c:
3079         * gst/audioconvert/gstchannelmix.h:
3080           port to basetransform
3081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3082         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
3083         (gst_ffmpegcsp_get_unit_size):
3084         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
3085         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
3086           fix for basetransform changes
3087
3088 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
3089
3090         * check/Makefile.am:
3091           Add CHECK_CFLAGS and LDFLAGS
3092
3093         * gst/playback/gstplaybasebin.c: (fill_buffer):
3094           GST_MESSAGE_SRC became a GObject
3095
3096 2005-08-24  Wim Taymans  <wim@fluendo.com>
3097
3098         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
3099         (gst_ring_buffer_clear_all):
3100         * gst-libs/gst/audio/gstringbuffer.h:
3101         Added function to clear the ringbuffer.
3102
3103 2005-08-24  Andy Wingo  <wingo@pobox.com>
3104
3105         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
3106         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
3107         of _open and _close.
3108
3109         * sys/v4l/gstv4lxoverlay.h:
3110         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
3111         an Xv connection here, instead of all the time. Make Xv only be
3112         loaded if you axe for it. Kindof a workaround for buggy behaviour
3113         of Xv when using remote xservers (XvQueryExtension would block).
3114         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
3115         replace the _open and _close public API. Only start the xv
3116         connection if necessary.
3117         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
3118
3119 2005-08-23  David Schleef  <ds@schleef.org>
3120
3121         * gst/audioresample/Makefile.am: Leet audioresampling code
3122         * gst/audioresample/buffer.c:
3123         * gst/audioresample/buffer.h:
3124         * gst/audioresample/debug.c:
3125         * gst/audioresample/debug.h:
3126         * gst/audioresample/functable.c:
3127         * gst/audioresample/functable.h:
3128         * gst/audioresample/gstaudioresample.c:
3129         * gst/audioresample/gstaudioresample.h:
3130         * gst/audioresample/resample.c:
3131         * gst/audioresample/resample.h:
3132         * gst/audioresample/resample_chunk.c:
3133         * gst/audioresample/resample_functable.c:
3134         * gst/audioresample/resample_ref.c:
3135
3136 2005-08-23  Wim Taymans  <wim@fluendo.com>
3137
3138         * examples/seeking/seek.c: (make_vorbis_pipeline),
3139         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
3140         Small seek updates.
3141
3142 2005-08-23  Andy Wingo  <wingo@pobox.com>
3143
3144         * gst-libs/gst/audio/gstbaseaudiosrc.c
3145         (gst_base_audio_src_fixate): Only fixate endianness if it is
3146         present in the caps.
3147
3148 2005-08-22  Andy Wingo  <wingo@pobox.com>
3149
3150         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
3151         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
3152         device-name property.
3153
3154         * gst-libs/gst/audio/gstaudiosrc.h:
3155         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
3156         close_device in the ring buffer, like gstaudiosink.
3157
3158         * ext/alsa/gstalsamixer.h:
3159         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
3160         macro to implement the interface without much code. Cleanups. 
3161
3162         * ext/alsa/gstalsasrc.h:
3163         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
3164         READY.
3165
3166         * ext/alsa/Makefile.am: Add new files.
3167         * ext/alsa/gstalsamixerelement.c: 
3168         * ext/alsa/gstalsamixerelement.c: Split element code out from
3169         mixer code so that alsasrc can be a mixer too.
3170
3171 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3172
3173         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3174         (GST_START_TEST):
3175         * check/elements/vorbisdec.c: (setup_vorbisdec),
3176         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
3177         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
3178         (vorbis_handle_identification_packet),
3179         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
3180         (vorbis_handle_header_packet), (vorbis_dec_push),
3181         (vorbis_dec_chain):
3182           use the setup/teardown methods to save code.  save code is good.
3183
3184 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3185
3186         * check/Makefile.am:
3187           add ext dir for plugins
3188           add vorbisdec test conditionally
3189         * check/elements/volume.c: (setup_volume), (cleanup_volume),
3190         (GST_START_TEST), (volume_suite):
3191           add a test with wrong caps
3192         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
3193         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
3194           add a vorbisdec test
3195         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
3196         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
3197           clean up debug output
3198         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
3199           yay, fix a segfault/security issue in vorbisdec
3200           gst-launch fakesrc ! vorbisdec wasn't happy
3201         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
3202         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
3203         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
3204         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
3205         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
3206         (gst_vorbisenc_set_metadata), (get_constraints_string),
3207         (update_start_message), (gst_vorbisenc_setup),
3208         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
3209         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
3210         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
3211         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
3212         * ext/vorbis/vorbisenc.h:
3213           march in line
3214         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3215         (gst_ffmpegcsp_transform):
3216           have the kow come home
3217         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3218           debug my func ptr
3219         * gst/volume/gstvolume.c: (volume_set_caps):
3220           add a debug
3221
3222 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3223
3224         * Makefile.am:
3225         * check/.cvsignore:
3226         * check/Makefile.am:
3227         * check/elements/.cvsignore:
3228         * check/elements/volume.c: (chain_func), (event_func),
3229         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
3230         (main):
3231         * configure.ac:
3232           add unit test structure for gst-plugins-base
3233           add a test for volume
3234         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
3235         (gst_volume_set_volume), (gst_volume_get_volume),
3236         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
3237         (volume_funcfind), (volume_process_float), (volume_process_int16),
3238         (volume_set_caps), (volume_transform), (volume_update_mute),
3239         (volume_update_volume), (volume_set_property),
3240         (volume_get_property):
3241           document a little; use basetransform vmethod _set_caps
3242
3243 2005-08-19  Andy Wingo  <wingo@pobox.com>
3244
3245         * ext/alsa/gstalsamixertrack.h:
3246         * ext/alsa/gstalsamixertrack.c:
3247         * ext/alsa/gstalsamixeroptions.h:
3248         * ext/alsa/gstalsamixeroptions.c:
3249         * ext/alsa/gstalsamixer.h:
3250         * ext/alsa/gstalsamixer.c: Port to 0.9.
3251
3252         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
3253         Remove gstalsa.c and alsaclock. No more cruft here.
3254         
3255 2005-08-18  Wim Taymans  <wim@fluendo.com>
3256
3257         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3258         (gst_base_rtp_depayload_chain),
3259         (gst_base_rtp_depayload_add_to_queue),
3260         (gst_base_rtp_depayload_push),
3261         (gst_base_rtp_depayload_queue_release):
3262         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3263         Fix for RTPBuffer changes.
3264
3265         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
3266         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
3267         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
3268         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
3269         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
3270         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
3271         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
3272         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
3273         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
3274         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
3275         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
3276         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
3277         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
3278         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
3279         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
3280         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
3281         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
3282         (gst_rtpbuffer_get_payload):
3283         * gst-libs/gst/rtp/gstrtpbuffer.h:
3284         Don't subclass GstBuffer but add methods and helper functions
3285         to construct and manipulate RTP packets in regular GstBuffers.
3286
3287 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
3288
3289         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
3290           moved statement below switch
3291         * gst/volume/gstvolume.c: (gst_volume_class_init):
3292           added debug ptr
3293
3294 2005-08-16  Wim Taymans  <wim@fluendo.com>
3295
3296         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3297         (gst_base_audio_src_change_state):
3298         Open and close device in READY<->NULL state change.
3299
3300 2005-08-16  Andy Wingo  <wingo@pobox.com>
3301
3302         * examples/seeking/Makefile.am: Don't compile non-compiling
3303         compiled objects with the compiler.
3304
3305         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
3306         elements.
3307
3308 2005-08-12  Philippe Khalaf <burger@speedy.org>
3309         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3310         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3311           Made a thread to release the queue.
3312           Removed timestamp conversion for now.
3313
3314 2005-08-10  Philippe Khalaf <burger@speedy.org>
3315         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3316         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3317           Added rtp timestamp -> gst timestamp conversion.
3318           Fixed several problems with queue.
3319
3320 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3321
3322         * gst-libs/gst/audio/gstaudioclock.h:
3323         * gst-libs/gst/audio/gstaudiofilter.h:
3324         * gst-libs/gst/audio/gstaudiosink.h:
3325         * gst-libs/gst/audio/gstaudiosrc.h:
3326         * gst-libs/gst/audio/gstbaseaudiosink.h:
3327         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3328         * gst-libs/gst/audio/gstringbuffer.h:
3329         * gst-libs/gst/net/gstnetbuffer.h:
3330         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3331         * gst-libs/gst/rtp/gstrtpbuffer.h:
3332           Add padding (you will need to rebuild gst-plugins-base,
3333           gst-plugins and all applications afterwards!)
3334
3335 2005-08-09  Tim-Philipp M??ller  <tim at centricular dot net>
3336
3337         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
3338         (gst_riff_parse_chunk):
3339           Fix bug in debug message and add some more debug messages.
3340
3341 2005-08-08  Edward Hervey  <edward@fluendo.com>
3342
3343         * gst-libs/gst/riff/riff-media.c:
3344         backported updates since branch
3345
3346 2005-08-08  Andy Wingo  <wingo@pobox.com>
3347
3348         * gst-libs/gst/audio/gstbaseaudiosink.c
3349         (gst_base_audio_sink_change_state): Open the device in NULL->READY
3350         like good elements should. Close on READY->NULL too.
3351
3352         * gst-libs/gst/audio/gstaudiosink.c
3353         (gst_audioringbuffer_open_device,
3354         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
3355         (gst_audioringbuffer_release): Updates for new ring buffer API,
3356         hook into the new audio sink api.
3357
3358         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
3359         (GstAudioSinkClass.close): Just open and close the device -- no
3360         resource allocation or configuration.
3361         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
3362         vmethods, handle device setup and resource allocation.
3363
3364         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
3365         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
3366         base class API.
3367
3368         * gst-libs/gst/audio/gstringbuffer.h
3369         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
3370         New vmethods.
3371
3372         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
3373         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
3374         New API functions. The device should be opened before acquiring
3375         and closed after releasing.
3376
3377 2005-08-08  Tim-Philipp M??ller  <tim at centricular dot net>
3378
3379         * gst-libs/gst/interfaces/mixer.h:
3380           Reset padding to GST_PADDING.
3381
3382 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3383
3384         * gst/playback/gstplaybin.c: (remove_sinks):
3385           Remove visualization from parent explicitely; works around some
3386           apparent refcount issue that I haven't tracked down yet.
3387
3388 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3389
3390         * ext/alsa/gstalsasink.c: (set_hwparams):
3391           Assign debug category, add negotiation debug msgs.
3392
3393 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3394
3395         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
3396           Fix error code for file-not-found to NOT_FOUND.
3397
3398 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3399
3400         * common/gtk-doc-plugins.mak:
3401         * docs/plugins/Makefile.am:
3402         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3403         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3404           renamed to actual element names, so much nicer to look at
3405         * docs/plugins/tmpl/gstmultifdsink.sgml:
3406           remove
3407         * docs/plugins/tmpl/multifdsink.sgml:
3408         * docs/plugins/tmpl/tcpserversink.sgml:
3409           add
3410         * ext/alsa/gstalsa.c:
3411         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
3412         * ext/ogg/gstoggmux.c:
3413         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
3414         * gst/playback/gstdecodebin.c:
3415         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
3416         * gst/tcp/gsttcpserversink.c:
3417           various fixes and documentation additions
3418
3419 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
3420
3421         * common/Makefile.am:
3422         * common/gstdoc-scangobj:
3423         * common/gtk-doc-plugins.mak:
3424         * common/gtk-doc.mak:
3425           add a custom scangobj that uses the registry
3426           add a custom gtk-doc-plugins.mak that uses it
3427           some doc build fixes
3428         * configure.ac:
3429         * docs/Makefile.am:
3430         * docs/plugins/Makefile.am:
3431         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3432         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3433         * docs/plugins/gst-plugins-base-plugins.types:
3434         * docs/plugins/tmpl/gstmultifdsink.sgml:
3435           add docs for one element, multifdsink
3436         * gst/adder/gstadder.h:
3437         * gst/volume/gstvolume.h:
3438           don't privatize enum
3439         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
3440         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3441         (gst_sync_method_get_type), (gst_client_status_get_type),
3442         (gst_multifdsink_class_init),
3443         (gst_multifdsink_client_queue_buffer),
3444         (gst_multifdsink_handle_client_write):
3445         * gst/tcp/gstmultifdsink.h:
3446         * gst/tcp/gsttcp.h:
3447         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
3448         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
3449         (gst_tcpclientsink_render):
3450         * gst/tcp/gsttcpclientsink.h:
3451         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
3452         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
3453         (gst_tcpclientsrc_start):
3454         * gst/tcp/gsttcpclientsrc.h:
3455         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
3456         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
3457         * gst/tcp/gsttcpserversrc.h:
3458         * gst/typefind/gsttypefindfunctions.c:
3459           remove superfluous Type stuff
3460
3461 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3462
3463         * gst/playback/gstplaybin.c: (gen_video_element):
3464           Enable videoscale.
3465
3466 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3467
3468         * gst-libs/gst/gconf/gconf.c:
3469         * gst-libs/gst/gconf/gconf.h:
3470           Fix some Andy Problem [tm].
3471
3472 2005-08-04  Andy Wingo  <wingo@pobox.com>
3473
3474         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
3475         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
3476         (gst_ffmpegcsp_get_size): Adapt to API changes.
3477
3478         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
3479         Implement an in-place do-nothing transform.
3480
3481 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3482
3483         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
3484         (gst_ximagesink_renegotiate_size):
3485           Do not set new window sizes yet if we prepare a new buffer size
3486           for upstream renegotiation (software scaling) at some point in the
3487           future, because this new size waqs not actually accepted yet. Once
3488           accepted, renegotiation later on will set the new sizes just fine.
3489           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
3490           embedding testcase.
3491
3492 2005-08-03  Andy Wingo  <wingo@pobox.com>
3493
3494         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
3495         (gst_ximagesink_buffer_alloc): 
3496         Protect the height, width, and desired_caps with the pool_lock.
3497         Fixes videotestsrc ! queue ! ximagesink.
3498
3499 2005-08-02  Edward Hervey  <edward@fluendo.com>
3500
3501         * gst/volume/gstvolume.c:
3502         include left from controller cleanup
3503
3504 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
3505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
3506           Stop collectpads before calling the parent state
3507           change function on PAUSED->READY.
3508
3509 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
3510         * configure.ac:
3511           When testing for X libs, use the X CFlags 
3512         * gst/adder/gstadder.c: (gst_adder_change_state):
3513           Stop the collectpads before calling parent state change function
3514           on PAUSED->READY, otherwise we deadlock deactivating pads.
3515
3516 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
3517
3518         * configure.ac:
3519         * docs/libs/tmpl/gstcolorbalance.sgml:
3520         * docs/libs/tmpl/gstmixer.sgml:
3521         * examples/Makefile.am:
3522         * gst/sine/Makefile.am:
3523         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
3524         (gst_sinesrc_set_property), (plugin_init):
3525         * gst/sine/gstsinesrc.h:
3526         * gst/volume/Makefile.am:
3527         * gst/volume/gstvolume.c: (gst_volume_set_volume),
3528         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
3529         (volume_process_float), (volume_process_int16),
3530         (volume_set_property), (plugin_init):
3531         * gst/volume/gstvolume.h:
3532           deactivate and remove dparams (libgstcontrol)
3533
3534 2005-07-29  Wim Taymans  <wim@fluendo.com>
3535
3536         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
3537         Convert me to BaseTransform!! help..
3538
3539 2005-07-29  Andy Wingo  <wingo@pobox.com>
3540
3541         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
3542         sinks.
3543
3544         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
3545         support of both endiannesses.
3546
3547 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3548
3549         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
3550           Fix confusing debug message (s/event/query/)
3551
3552 2005-07-28  Tim-Philipp M??ller  <tim at centricular dot net>
3553
3554         * gst/videotestsrc/videotestsrc.h:
3555           Use "_stdint.h" instead of <stdint.h>
3556
3557 2005-07-27  Wim Taymans  <wim@fluendo.com>
3558
3559         * ext/vorbis/Makefile.am:
3560         Revert wrong commit.
3561
3562 2005-07-27  Wim Taymans  <wim@fluendo.com>
3563
3564         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
3565         More compilation fixen.
3566
3567 2005-07-27  Wim Taymans  <wim@fluendo.com>
3568
3569         * gst-libs/gst/audio/gstbaseaudiosink.c:
3570         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
3571         (gst_base_audio_sink_create_ringbuffer),
3572         (gst_base_audio_sink_change_state):
3573         Fix compilation.
3574
3575 2005-07-27  Wim Taymans  <wim@fluendo.com>
3576
3577         * examples/seeking/seek.c: (setup_dynamic_link),
3578         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
3579         (query_positions_elems), (query_positions_pads), (do_seek):
3580         Update seek example.
3581
3582         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3583         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
3584         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
3585         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3586         (gst_ogg_demux_handle_event),
3587         (gst_ogg_demux_deactivate_current_chain),
3588         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3589         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3590         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
3591         (gst_ogg_demux_loop):
3592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
3593         * ext/theora/theoradec.c: (theora_dec_src_event),
3594         (theora_dec_src_getcaps), (theora_dec_sink_event),
3595         (theora_dec_push), (theora_dec_chain):
3596         * ext/vorbis/Makefile.am:
3597         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
3598         (vorbis_dec_sink_event), (vorbis_dec_push),
3599         (vorbis_handle_data_packet):
3600         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
3601         (gst_vorbisenc_chain):
3602         * gst/playback/gststreaminfo.c: (cb_probe):
3603         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
3604         * gst/videorate/gstvideorate.c: (gst_videorate_event):
3605         * gst/videoscale/gstvideoscale.c:
3606         (gst_videoscale_handle_src_event):
3607         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
3608         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
3609         (gst_ximagesink_navigation_send_event):
3610         * sys/xvimage/xvimagesink.c:
3611         (gst_xvimagesink_navigation_send_event):
3612         Various event updates and cleanups
3613
3614 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3615
3616         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
3617           Fix segfault for I420/YV12.
3618
3619 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3620
3621         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
3622           Report bitrate.
3623
3624 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3625
3626         * gst/playback/gstplaybin.c: (gen_video_element),
3627         (gen_audio_element):
3628           Switch to auto*sink elements as default sinks; add volume element
3629           so that volume control in totem works.
3630
3631 2005-07-21  Wim Taymans  <wim@fluendo.com>
3632
3633         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3634         * gst/playback/gstplaybin.c: (setup_sinks),
3635         (gst_play_bin_change_state):
3636         Refcount fix and more comments.
3637
3638 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3639
3640         * sys/ximage/Makefile.am:
3641         * sys/ximage/ximage.c: (plugin_init):
3642         * sys/ximage/ximagesink.c:
3643         Prepare for adding ximagesrc, rename of plugin to ximage etc.
3644         
3645
3646 2005-07-21  Wim Taymans  <wim@fluendo.com>
3647
3648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
3649         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3650         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3651         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3652         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3653         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
3654         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
3655         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
3656         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
3657         Generate correct disconts for live chained oggs.
3658
3659         * gst-libs/gst/audio/gstbaseaudiosink.c:
3660         (gst_base_audio_sink_render),
3661         (gst_base_audio_sink_create_ringbuffer),
3662         (gst_base_audio_sink_change_state):
3663         Handle discont math correctly.
3664
3665         * gst/playback/gstplaybin.c: (add_sink):
3666         Some small debug cleanup.
3667
3668 2005-07-21  Wim Taymans  <wim@fluendo.com>
3669
3670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
3671         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
3672         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
3673         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
3674         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
3675         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
3676         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
3677         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
3678         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
3679         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
3680         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
3681         (gst_ogg_demux_change_state), (gst_ogg_print):
3682         Reorganize code to send the right disconts when in streaming
3683         mode.
3684
3685 2005-07-20  Andy Wingo  <wingo@pobox.com>
3686
3687         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
3688         fix (?), fixes a seggie mcfalterson (#310894).
3689
3690 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3691
3692         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
3693         (gst_ogg_mux_set_header_on_caps):
3694         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
3695         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
3696         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
3697         * gst-libs/gst/audio/multichannel.c:
3698         (gst_audio_set_channel_positions),
3699         (gst_audio_set_structure_channel_positions_list):
3700         * gst/playback/gstdecodebin.c: (dynamic_create):
3701         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
3702         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
3703           Fixes for API changes in core.
3704
3705 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3706
3707         * gst/playback/gstplaybasebin.c: (fill_buffer):
3708           Use _new_custom() so we can set custom message types for buffering
3709           messages.
3710
3711 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
3712
3713         * configure.ac:
3714         * gst-libs/gst/Makefile.am:
3715         * gst-libs/gst/gconf/.cvsignore:
3716         * gst-libs/gst/gconf/Makefile.am:
3717         * gst-libs/gst/gconf/test-gconf.c:
3718         * pkgconfig/Makefile.am:
3719         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
3720         * pkgconfig/gstreamer-gconf.pc.in:
3721           Remove gconf stuff, use gconf elements instead from now on.
3722
3723 2005-07-20  Wim Taymans  <wim@fluendo.com>
3724
3725         * gst-libs/gst/audio/TODO:
3726         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
3727         (gst_audio_clock_get_internal_time):
3728         * gst-libs/gst/audio/gstaudioclock.h:
3729         * gst-libs/gst/audio/gstbaseaudiosink.c:
3730         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
3731         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
3732         (gst_base_audio_sink_render),
3733         (gst_base_audio_sink_create_ringbuffer),
3734         (gst_base_audio_sink_change_state):
3735         Make sure the audio clock always returns an increasing value.
3736
3737 2005-07-19  Andy Wingo  <wingo@pobox.com>
3738
3739         * gst/videotestsrc/: Cleanups.
3740
3741 2005-07-19  Wim Taymans  <wim@fluendo.com>
3742
3743         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
3744         Better debugging.
3745
3746 2005-07-19  Wim Taymans  <wim@fluendo.com>
3747
3748         * examples/seeking/seek.c: (make_dv_pipeline),
3749         (make_vorbis_theora_pipeline), (query_rates),
3750         (query_positions_elems), (query_positions_pads), (do_seek):
3751         Make correct DV pipeline.
3752
3753 2005-07-18  Andy Wingo  <wingo@pobox.com>
3754
3755         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
3756         default. Also because it's the only thing that really works. (This
3757         is used in the GConf elements).
3758         Use AS_LIBTOOL_TAGS.
3759
3760 2005-07-18  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/playback/gstdecodebin.c: (remove_element_chain):
3763         * gst/playback/gstplaybin.c: (add_sink):
3764         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3765         (gst_stream_info_set_mute):
3766         * gst/playback/gststreamselector.c:
3767         (gst_stream_selector_get_linked_pad),
3768         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
3769         More leak and compile fixes.
3770
3771 2005-07-18  Wim Taymans  <wim@fluendo.com>
3772
3773         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3774         (query_rates), (query_positions_elems), (query_positions_pads),
3775         (do_seek), (seek_cb), (stop_seek):
3776         Updated seek example. 
3777
3778         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
3779         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
3780         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
3781         * gst/playback/gstplaybin.c: (add_sink):
3782         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
3783         (gst_stream_info_set_mute):
3784         Some refcount leak fixes.
3785
3786 2005-07-16  Wim Taymans  <wim@fluendo.com>
3787
3788         * gst-libs/gst/audio/gstbaseaudiosink.c:
3789         (gst_base_audio_sink_render):
3790         Align samples even if we have roundoff errors in the 
3791         timestamp conversion.
3792
3793 2005-07-16  Wim Taymans  <wim@fluendo.com>
3794
3795         * docs/libs/tmpl/gstringbuffer.sgml:
3796         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
3797         (query_rates), (query_positions_elems), (query_positions_pads),
3798         (update_scale), (do_seek):
3799         Updated seek example.
3800
3801         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
3802         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
3803         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
3804         (gst_ogg_demux_loop):
3805         Push out correct discont values.
3806
3807         * ext/theora/theoradec.c: (theora_dec_src_convert),
3808         (theora_dec_sink_convert), (theora_dec_src_getcaps),
3809         (theora_dec_sink_event), (theora_handle_type_packet),
3810         (theora_handle_header_packet), (theora_dec_push),
3811         (theora_handle_data_packet), (theora_dec_chain),
3812         (theora_dec_change_state):
3813         Better timestamping.
3814
3815         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
3816         (vorbis_dec_sink_event), (vorbis_dec_push),
3817         (vorbis_handle_data_packet), (vorbis_dec_chain):
3818         * ext/vorbis/vorbisdec.h:
3819         Better timestamping.
3820
3821         * gst-libs/gst/audio/gstbaseaudiosink.c:
3822         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
3823         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
3824         Handle syncing on timestamps instead of sample offsets. Make
3825         use of DISCONT values as described in design docs.
3826
3827         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3828         (gst_base_audio_src_get_time):
3829         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
3830         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
3831         (gst_ring_buffer_read):
3832         * gst-libs/gst/audio/gstringbuffer.h:
3833         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
3834         (gst_ximagesink_show_frame):
3835         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
3836         Correcly convert buffer timestamp to stream time.
3837
3838 2005-07-16  Wim Taymans  <wim@fluendo.com>
3839
3840         * gst/audioconvert/gstaudioconvert.c:
3841         (gst_audio_convert_get_buffer):
3842         Timestamp buffers correctly.
3843
3844         * gst/playback/gstplaybin.c: (gen_video_element):
3845         Make internal fakesink silent.
3846
3847 2005-07-15  Wim Taymans  <wim@fluendo.com>
3848
3849         * gst/ffmpegcolorspace/Makefile.am:
3850         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3851         (gst_ffmpegcsp_caps_remove_format_info),
3852         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
3853         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
3854         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
3855         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
3856         Ported ffmpegcolorspace to basetransform.
3857
3858         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
3859         * gst/volume/gstvolume.c: (volume_transform):
3860         Ported to new API.
3861
3862 2005-07-14  Wim Taymans  <wim@fluendo.com>
3863
3864         * gst/videotestsrc/Makefile.am:
3865         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
3866         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
3867         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
3868         (gst_videotestsrc_init), (gst_videotestsrc_event),
3869         (gst_videotestsrc_create), (gst_videotestsrc_start),
3870         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
3871         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3872         (gst_videotestsrc_get_property):
3873         * gst/videotestsrc/gstvideotestsrc.h:
3874         Make videotestsrc a pushsrc.
3875
3876 2005-07-14  Wim Taymans  <wim@fluendo.com>
3877
3878         * gst/tcp/gstfdset.c: (gst_fdset_free):
3879         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
3880         (gst_multifdsink_add), (gst_multifdsink_remove),
3881         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
3882         (gst_multifdsink_remove_client_link),
3883         (gst_multifdsink_client_queue_data),
3884         (gst_multifdsink_client_queue_caps),
3885         (gst_multifdsink_client_queue_buffer),
3886         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
3887         (gst_multifdsink_stop):
3888         * gst/tcp/gstmultifdsink.h:
3889         0.8 backporting.
3890
3891         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
3892         Also draw image when not from a pool.
3893
3894 2005-07-14  Wim Taymans  <wim@fluendo.com>
3895
3896         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
3897         (mute_stream), (silence_stream):
3898         Small debug additions.
3899
3900 2005-07-14  Wim Taymans  <wim@fluendo.com>
3901
3902         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
3903         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
3904         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
3905         Better error recovery, ignore unconnected pads and
3906         non-fatal errors.
3907
3908 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3909
3910         * docs/libs/tmpl/gstaudio.sgml:
3911         * docs/libs/tmpl/gstcolorbalance.sgml:
3912         * docs/libs/tmpl/gstgconf.sgml:
3913         * docs/libs/tmpl/gstmixer.sgml:
3914         * docs/libs/tmpl/gstringbuffer.sgml:
3915         * docs/libs/tmpl/gsttuner.sgml:
3916         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3917         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
3918         (gst_tcpclientsrc_class_init):
3919         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
3920         (gst_tcpserversrc_class_init):
3921         * sys/v4l/gstv4lelement.c:
3922           more autistic cleanliness in functions/names/defines
3923
3924 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
3925
3926         * configure.ac:
3927           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
3928           added manually to each Makefile.am so we are sure it goes
3929           *last* and doesn't add -L flags before linking in libs of our
3930           own, like, say, internal .la libs, that then accidentally pick
3931           up the installed copy.
3932         * docs/libs/Makefile.am:
3933         * ext/alsa/Makefile.am:
3934         * ext/cdparanoia/Makefile.am:
3935         * ext/gnomevfs/Makefile.am:
3936         * ext/libvisual/Makefile.am:
3937         * ext/ogg/Makefile.am:
3938         * ext/theora/Makefile.am:
3939         * ext/vorbis/Makefile.am:
3940         * gst-libs/gst/video/Makefile.am:
3941         * gst/adder/Makefile.am:
3942         * gst/audioconvert/Makefile.am:
3943         * gst/audiorate/Makefile.am:
3944         * gst/audioscale/Makefile.am:
3945         * gst/ffmpegcolorspace/Makefile.am:
3946         * gst/playback/Makefile.am:
3947         * gst/sine/Makefile.am:
3948         * gst/subparse/Makefile.am:
3949         * gst/tags/Makefile.am:
3950         * gst/tcp/Makefile.am:
3951         * gst/typefind/Makefile.am:
3952         * gst/videorate/Makefile.am:
3953         * gst/videoscale/Makefile.am:
3954         * gst/videotestsrc/Makefile.am:
3955         * gst/volume/Makefile.am:
3956         * sys/v4l/Makefile.am:
3957         * sys/ximage/Makefile.am:
3958         * sys/xvimage/Makefile.am:
3959           adapt properly to this change. This should make sure that
3960           plugins and libs properly link to the as-yet-uninstalled
3961           copies of stuff like libgstinterfaces and libgstvideo
3962
3963 2005-07-13  Andy Wingo  <wingo@pobox.com>
3964
3965         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
3966         (gst_v4lsrc_fixate): Fixate on format as well.
3967
3968         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
3969         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
3970         buffer points to it.
3971         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
3972         rather just doing X calls ourselves. Also fixes a memleak.
3973
3974 2005-07-12  Andy Wingo  <wingo@pobox.com>
3975
3976         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
3977         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
3978         (gst_v4lsrc_create): Re-add the copy-mode property, default to
3979         TRUE to avoid deadlocks if an element holds on to our buffers.
3980
3981 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
3982
3983         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
3984         (gst_sinesrc_init), (gst_sinesrc_create),
3985         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
3986         (gst_sinesrc_start):
3987         * gst/sine/gstsinesrc.h:
3988           removing num-buffers property before moving it
3989
3990 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
3991
3992         * configure.ac:
3993           use overridable ERROR_CFLAGS
3994         * docs/libs/gst-plugins-base-libs.types:
3995         * docs/libs/tmpl/gstringbuffer.sgml:
3996         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
3997         (gst_alsasink_class_init):
3998         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
3999         (gst_alsasrc_class_init):
4000         * gst-libs/gst/audio/audio.h:
4001         * gst-libs/gst/audio/gstaudioclock.h:
4002         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
4003         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
4004         (gst_audio_filter_link), (gst_audio_filter_init),
4005         (gst_audio_filter_chain), (gst_audio_filter_set_property),
4006         (gst_audio_filter_get_property),
4007         (gst_audio_filter_class_add_pad_templates):
4008         * gst-libs/gst/audio/gstaudiofilter.h:
4009         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
4010         (gst_audio_filter_template_get_type),
4011         (gst_audio_filter_template_base_init),
4012         (gst_audio_filter_template_class_init),
4013         (gst_audio_filter_template_init),
4014         (gst_audio_filter_template_set_property),
4015         (gst_audio_filter_template_get_property), (plugin_init),
4016         (gst_audio_filter_template_setup),
4017         (gst_audio_filter_template_filter),
4018         (gst_audio_filter_template_filter_inplace):
4019         * gst-libs/gst/audio/gstaudiosink.c:
4020         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4021         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
4022         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4023         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4024         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
4025         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
4026         * gst-libs/gst/audio/gstaudiosink.h:
4027         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4028         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4029         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4030         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
4031         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
4032         (gst_audio_src_class_init), (gst_audio_src_init),
4033         (gst_audio_src_create_ringbuffer):
4034         * gst-libs/gst/audio/gstaudiosrc.h:
4035         * gst-libs/gst/audio/gstbaseaudiosink.c:
4036         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
4037         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
4038         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
4039         (gst_base_audio_sink_set_property),
4040         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
4041         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
4042         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
4043         (gst_base_audio_sink_create_ringbuffer),
4044         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
4045         * gst-libs/gst/audio/gstbaseaudiosink.h:
4046         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4047         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
4048         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
4049         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
4050         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
4051         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
4052         (gst_base_audio_src_event), (gst_base_audio_src_create),
4053         (gst_base_audio_src_create_ringbuffer),
4054         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
4055         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4056         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
4057         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
4058         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
4059         (gst_ring_buffer_debug_spec_caps),
4060         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
4061         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
4062         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
4063         (gst_ring_buffer_start), (gst_ring_buffer_pause),
4064         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
4065         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
4066         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
4067         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
4068         (gst_ring_buffer_clear):
4069         * gst-libs/gst/audio/gstringbuffer.h:
4070         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
4071         (gst_video_sink_class_init), (gst_video_sink_get_type):
4072         * gst-libs/gst/video/videosink.h:
4073         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4074         (gst_multifdsink_class_init),
4075         (gst_multifdsink_handle_client_write),
4076         (gst_multifdsink_change_state):
4077         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4078         (gst_tcpclientsink_setcaps):
4079         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4080         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
4081         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
4082         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
4083         (gst_ximagesink_send_pending_navigation),
4084         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
4085         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
4086         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
4087         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4088         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
4089         (gst_xvimagesink_send_pending_navigation),
4090         (gst_xvimagesink_navigation_send_event),
4091         (gst_xvimagesink_set_xwindow_id),
4092         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
4093         (gst_xvimagesink_get_type):
4094         more macro splitting
4095
4096 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4097
4098         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4099           plug a memleak, allows me to import 1479 albums in one go
4100           in jamboree
4101         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4102         (vorbis_handle_type_packet), (vorbis_dec_chain),
4103         (vorbis_dec_change_state):
4104           fix some format strings
4105
4106 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4107
4108         * docs/libs/tmpl/gstcolorbalance.sgml:
4109         * docs/libs/tmpl/gstmixer.sgml:
4110         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
4111         (gst_alsasink_set_property), (gst_alsasink_get_property):
4112         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
4113         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
4114           add device property
4115
4116 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4117
4118         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
4119         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
4120         (audiocast_register_listener), (audiocast_thread_run),
4121         (gst_gnomevfssrc_send_additional_headers_callback),
4122         (gst_gnomevfssrc_received_headers_callback),
4123         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
4124         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
4125         (gst_gnomevfssrc_get_size):
4126           add/clean up debugging
4127         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
4128           cleanups
4129
4130 2005-07-07  Andy Wingo  <wingo@pobox.com>
4131
4132         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
4133         framerate. Need to get a handle on when exactly this function is
4134         called, tho.
4135
4136         * sys/v4l/v4lsrc_calls.h:
4137         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
4138         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
4139         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
4140
4141         * sys/v4l/v4l_calls.h: Cast to V4lElement.
4142         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
4143         v4lelements are sources.
4144
4145         * sys/v4l/gstv4lxoverlay.h:
4146         * sys/v4l/gstv4lxoverlay.c:
4147         * sys/v4l/gstv4ltuner.h:
4148         * sys/v4l/gstv4ltuner.c: Header loc fixen.
4149         
4150         * sys/v4l/gstv4lsrc.h:
4151         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
4152         PushSrc/BaseSrc. Removed most sync-related properties, videorate
4153         or something should handle that. Made a live source.
4154
4155         * sys/v4l/gstv4lelement.h:
4156         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
4157         signals. Some cleanups.
4158
4159         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
4160
4161         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
4162         stuff.
4163
4164         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
4165         stuff.
4166
4167         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
4168
4169 2005-07-07  Wim Taymans  <wim@fluendo.com>
4170
4171         * ext/theora/theoradec.c: (theora_get_query_types),
4172         (theora_dec_src_getcaps), (theora_dec_push):
4173         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
4174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
4175         Remove deprecated/unused query types.
4176
4177 2005-07-06  Wim Taymans  <wim@fluendo.com>
4178
4179         * ext/alsa/Makefile.am:
4180         * ext/alsa/gstalsaplugin.c: (plugin_init):
4181         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4182         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
4183         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
4184         (gst_alsasrc_class_init), (gst_alsasrc_init),
4185         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
4186         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
4187         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
4188         (gst_alsasrc_reset):
4189         * ext/alsa/gstalsasrc.h:
4190         * gst-libs/gst/audio/Makefile.am:
4191         * gst-libs/gst/audio/gstaudiosink.c:
4192         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4193         (gst_audioringbuffer_start):
4194         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
4195         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
4196         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
4197         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4198         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4199         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
4200         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
4201         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
4202         * gst-libs/gst/audio/gstaudiosrc.h:
4203         * gst-libs/gst/audio/gstbaseaudiosink.c:
4204         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4205         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
4206         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
4207         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4208         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
4209         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
4210         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
4211         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
4212         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
4213         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
4214         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
4215         (gst_baseaudiosrc_change_state):
4216         * gst-libs/gst/audio/gstbaseaudiosrc.h:
4217         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4218         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
4219         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
4220         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
4221         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
4222         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
4223         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
4224         * gst-libs/gst/audio/gstringbuffer.h:
4225         Added audiosource base classes.
4226         Ported alsasrc, still very basic.
4227
4228 2005-07-06  Wim Taymans  <wim@fluendo.com>
4229
4230         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
4231         (theora_dec_push), (theora_handle_data_packet):
4232         Prepare for better timestamp fix later.
4233
4234         * gst/audioconvert/gstaudioconvert.c:
4235         List most accurate caps first
4236
4237         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
4238         Use proper pad task function.
4239
4240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4241         (gst_xvimagesink_show_frame):
4242         Fix deadlock when alloc failed.
4243
4244 2005-07-05  Andy Wingo  <wingo@pobox.com>
4245
4246         * ext/gnomevfs/gstgnomevfssrc.c:
4247         * gst/sine/gstsinesrc.c:
4248         * gst/tcp/gsttcpserversrc.c:
4249         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
4250
4251         * sys/v4l/: Port from 0.8.
4252
4253         * Many files: Null if we got it....
4254
4255 2005-07-05  Andy Wingo  <wingo@pobox.com>
4256
4257         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
4258         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
4259         Signedness fixes.
4260
4261 2005-07-05  Wim Taymans  <wim@fluendo.com>
4262
4263         * configure.ac:
4264         * gst/tcp/Makefile.am:
4265         * gst/tcp/README:
4266         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
4267         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
4268         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
4269         (is_sync_frame), (gst_multifdsink_handle_client_write),
4270         (gst_multifdsink_render), (gst_multifdsink_start),
4271         (gst_multifdsink_stop), (gst_multifdsink_change_state):
4272         * gst/tcp/gstmultifdsink.h:
4273         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
4274         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
4275         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
4276         * gst/tcp/gsttcp.h:
4277         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
4278         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
4279         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
4280         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
4281         * gst/tcp/gsttcpclientsink.h:
4282         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
4283         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
4284         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
4285         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
4286         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
4287         * gst/tcp/gsttcpclientsrc.h:
4288         * gst/tcp/gsttcpplugin.c: (plugin_init):
4289         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
4290         * gst/tcp/gsttcpserversink.h:
4291         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
4292         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
4293         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
4294         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
4295         (gst_tcpserversrc_stop):
4296         * gst/tcp/gsttcpserversrc.h:
4297         * gst/tcp/gsttcpsink.c:
4298         * gst/tcp/gsttcpsink.h:
4299         * gst/tcp/gsttcpsrc.c:
4300         * gst/tcp/gsttcpsrc.h:
4301         Ported tcp plugins to 0.9. 
4302         
4303
4304 2005-07-05  Andy Wingo  <wingo@pobox.com>
4305
4306         * gst/playback/gstplaybasebin.c (fill_buffer):
4307         message_new_application fixen.
4308
4309         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
4310         Style fix.
4311
4312 2005-07-04  Wim Taymans  <wim@fluendo.com>
4313
4314         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
4315         Set caps on output buffer.
4316
4317 2005-07-04  Andy Wingo  <wingo@pobox.com>
4318
4319         * ext/gnomevfs/gstgnomevfssrc.c
4320         (gst_gnomevfssrc_received_headers_callback) 
4321         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
4322         hopefully.
4323
4324         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
4325         No refcount leakage.
4326
4327         * configure.ac: Enable -Werror.
4328         
4329         * ext/theora/theoradec.c (theora_dec_src_getcaps):
4330         * gst/audioconvert/bufferframesconvert.c
4331         (buffer_frames_convert_fixate):
4332         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
4333         (gst_audio_convert_fixate):
4334         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
4335         (gst_sinesrc_create): Fixate func changes.
4336         
4337         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
4338         (gst_ximagesink_buffer_alloc): Unused var.
4339
4340 2005-07-01  Andy Wingo  <wingo@pobox.com>
4341
4342         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
4343         getcaps to do explicit caps. Needs to be done in all decoders,
4344         possibly via a base class.
4345
4346         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
4347
4348         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
4349         caps on the sink pad, just rely on the pad template. Also, setting
4350         ANY caps on a pad is not valid because the caps are not fixed.
4351
4352         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
4353         caps on the buffer, and get the width from the desired_caps if
4354         they're set.
4355         (gst_ximagesink_renegotiate_size): Implement via setting the
4356         desired_caps on the ximagesink.
4357         (gst_ximagesink_setcaps): Only reset the width of the player if it
4358         wasn't already set. Not sure if this is right.
4359         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
4360
4361         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
4362         that the user wants. NULL unless the window has been resized.
4363
4364         * gst/volume/gstvolume.c (volume_transform): Adapt to
4365         basetransform refcount changes.
4366         
4367 2005-07-01  Andy Wingo  <wingo@pobox.com>
4368
4369         * gst/videoscale/gstvideoscale.c:
4370         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
4371         from BaseTransform, implements a transform_caps. Removed dead code
4372         including some PAR stuff that was never reached -- should probably
4373         be added back somehow.
4374
4375 2005-07-01  Andy Wingo  <wingo@pobox.com>
4376
4377         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
4378         come later.
4379
4380 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
4381
4382         * configure.ac:
4383         * docs/libs/Makefile.am:
4384         * docs/libs/gst-plugins-libs.types:
4385         * ext/alsa/Makefile.am:
4386         * ext/alsa/gstalsamixer.h:
4387         * ext/alsa/gstalsamixeroptions.h:
4388         * ext/alsa/gstalsamixertrack.h:
4389         * gst-libs/gst/Makefile.am:
4390         * gst-libs/gst/colorbalance/.cvsignore:
4391         * gst-libs/gst/colorbalance/Makefile.am:
4392         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
4393         * gst-libs/gst/colorbalance/colorbalance.c:
4394         * gst-libs/gst/colorbalance/colorbalance.h:
4395         * gst-libs/gst/colorbalance/colorbalance.vcproj:
4396         * gst-libs/gst/colorbalance/colorbalancechannel.c:
4397         * gst-libs/gst/colorbalance/colorbalancechannel.h:
4398         * gst-libs/gst/interfaces/Makefile.am:
4399         * gst-libs/gst/interfaces/colorbalance.c:
4400         (gst_color_balance_class_init):
4401         * gst-libs/gst/interfaces/colorbalance.h:
4402         * gst-libs/gst/interfaces/interfaces-marshal.list:
4403         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
4404         * gst-libs/gst/interfaces/mixer.h:
4405         * gst-libs/gst/interfaces/mixeroptions.h:
4406         * gst-libs/gst/interfaces/navigation.c:
4407         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
4408         * gst-libs/gst/interfaces/tuner.h:
4409         * gst/volume/Makefile.am:
4410         * gst/volume/gstvolume.c:
4411         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4412         * sys/ximage/Makefile.am:
4413         * sys/ximage/ximagesink.c:
4414         * sys/xvimage/Makefile.am:
4415         * sys/xvimage/xvimagesink.c:
4416           fold in all interfaces into an interfaces dir, preserving CVS
4417           history
4418
4419 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4420
4421         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4422           Fix build after riff changes.
4423
4424 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4425
4426         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
4427         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
4428         (gst_riff_create_video_template_caps),
4429         (gst_riff_create_audio_template_caps),
4430         (gst_riff_create_iavs_template_caps):
4431         * gst-libs/gst/riff/riff-media.h:
4432         * gst-libs/gst/riff/riff-read.h:
4433         * gst-libs/gst/riff/riff.c: (gst_riff_init):
4434           Add gst_riff_init() to initialize the debug category, instead
4435           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
4436
4437 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4438
4439         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
4440           Oops, I shouldn't apply hacks.
4441
4442 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4443
4444         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
4445           Remove pad_loop function which doesn't work.
4446
4447 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4448
4449         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
4450           Send EOS when deactivating.
4451         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4452         (check_queue), (queue_threshold_reached), (queue_out_of_data),
4453         (gen_preroll_element), (probe_triggered), (mute_stream),
4454         (silence_stream), (new_decoded_pad), (setup_substreams),
4455         (set_active_source):
4456         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
4457         (remove_sinks), (add_sink):
4458         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
4459           Change for new probe API.
4460
4461 2005-06-29  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
4464         * gst-libs/gst/audio/gstbaseaudiosink.c:
4465         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
4466         (gst_baseaudiosink_change_state):
4467         * gst-libs/gst/audio/gstbaseaudiosink.h:
4468         * gst-libs/gst/audio/gstringbuffer.c:
4469         (gst_ringbuffer_set_callback):
4470         Fix compilation error.
4471         Ringbuffer starts out as not running.
4472         Free our clock in dispose.
4473         When releasing the ringbuffer we need to renegotiate so
4474         clear the pad caps.
4475
4476 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4477
4478         * autogen.sh:
4479         * configure.ac:
4480         * docs/Makefile.am:
4481         * docs/libs/Makefile.am:
4482         * docs/libs/gst-plugins-libs-docs.sgml:
4483         * docs/libs/gst-plugins-libs-sections.txt:
4484         * docs/libs/gst-plugins-libs.types:
4485         * docs/libs/tmpl/gstaudio.sgml:
4486         * docs/libs/tmpl/gstcolorbalance.sgml:
4487         * docs/libs/tmpl/gstringbuffer.sgml:
4488         * gst-libs/gst/audio/gstringbuffer.c:
4489         (gst_ringbuffer_set_callback):
4490           reinstate gtk-doc docs for plugin libs
4491
4492 2005-06-28  Wim Taymans  <wim@fluendo.com>
4493
4494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4495         (gst_ogg_demux_init):
4496         Removed pad loop function.
4497
4498 2005-06-28  Wim Taymans  <wim@fluendo.com>
4499
4500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4501         If we're building a chain we are not in an error case
4502         when we queue a buffer.
4503
4504 2005-06-28  Andy Wingo  <wingo@pobox.com>
4505
4506         * *.c: Don't cast to GstObject before reffing/unreffing.
4507
4508 2005-06-27  Andy Wingo  <wingo@pobox.com>
4509
4510         * gst/videotestsrc/gstvideotestsrc.c
4511         (gst_videotestsrc_activate_push): Activation API changes.
4512
4513         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
4514         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
4515         they have refs on the decodebin.
4516
4517         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
4518         parent class.
4519         (gst_ogg_pad_typefind): Don't leak a pad ref.
4520         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
4521         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
4522         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
4523
4524 2005-06-27  Edward Hervey  <edward@fluendo.com>
4525
4526         * ext/theora/theoradec.c: (theora_dec_change_state): 
4527         re-arranged call to parent's state change in order to avoid locks (or
4528         worse).
4529
4530 2005-06-26  Edward Hervey  <edward@fluendo.com>
4531
4532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4533         2nd argument of 'unknow-type' signal is a GstCaps and not a
4534         GstMiniObject
4535
4536 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
4537         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
4538           Set the worker thread's running flag to TRUE before starting the
4539           thread.
4540         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
4541           Catch a failure to add typefind to the bin.
4542
4543 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4544
4545         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
4546         (gst_sinesrc_init), (gst_sinesrc_create),
4547         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
4548         (gst_sinesrc_start):
4549         * gst/sine/gstsinesrc.h:
4550           add num-buffers and timestamp-offset properties
4551         * gst/videotestsrc/gstvideotestsrc.c:
4552         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
4553         (gst_videotestsrc_get_property):
4554           add timestamp-offset property
4555
4556 2005-06-23  Christian Schaller  <uraeus@gnome.org>
4557
4558         * configure.ac: add videorate
4559         * gst-plugins-base.spec.in: add videorate
4560
4561 2005-06-23  Wim Taymans  <wim@fluendo.com>
4562
4563         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4564         (gst_videorate_getcaps), (gst_videorate_setcaps),
4565         (gst_videorate_event), (gst_videorate_chain):
4566         Fixed videorate, fixating an already fixated caps is not
4567         an error.
4568
4569 2005-06-23  Wim Taymans  <wim@fluendo.com>
4570
4571         * ext/ogg/README:
4572         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
4573         Buffer on caps is not boxed anymore.
4574
4575 2005-06-22  Wim Taymans  <wim@fluendo.com>
4576
4577         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
4578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4579         Set buffers on caps as miniobjects and not as boxed.
4580
4581 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4582
4583         * configure.ac:
4584           back to HEAD
4585
4586 === release 0.9.1 ===
4587
4588 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
4589
4590         * .cvsignore:
4591         * NEWS:
4592         * README:
4593         * RELEASE:
4594         * configure.ac:
4595         * po/af.po:
4596         * po/az.po:
4597         * po/cs.po:
4598         * po/en_GB.po:
4599         * po/hu.po:
4600         * po/it.po:
4601         * po/nb.po:
4602         * po/nl.po:
4603         * po/or.po:
4604         * po/sq.po:
4605         * po/sr.po:
4606         * po/sv.po:
4607         * po/uk.po:
4608         * po/vi.po:
4609           updates for release
4610
4611 2005-06-09  Andy Wingo  <wingo@pobox.com>
4612
4613         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
4614         
4615 2005-06-09  Andy Wingo  <wingo@pobox.com>
4616
4617         * configure.ac:
4618         * gst-libs/gst/Makefile.am:
4619         * gst-libs/gst/net/Makefile.am:
4620         Add gstnet to build.
4621
4622 2005-06-09  Andy Wingo  <wingo@pobox.com>
4623
4624         * gst-libs/gst/gconf/gconf.c:
4625         * gst/playback/test.c:
4626         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
4627         fixes.
4628
4629         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
4630
4631         * ext/theora/theoraenc.c (theora_enc_chain): 
4632         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
4633
4634         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
4635         RealPad.
4636
4637 2005-06-02  Wim Taymans  <wim@fluendo.com>
4638
4639         * gst-libs/gst/net/Makefile.am:
4640         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
4641         * pkgconfig/gstreamer-libs.pc.in:
4642         Added net stuff, version net lib.
4643
4644 2005-06-02  Wim Taymans  <wim@fluendo.com>
4645
4646         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
4647         (query_rates), (query_positions_elems), (query_positions_pads),
4648         (do_seek):
4649         Updated seek example.
4650
4651 2005-06-02  Andy Wingo  <wingo@pobox.com>
4652
4653         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
4654         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
4655         list.
4656
4657         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
4658         remove the typefind, the bin dispose will do it for us. When it's
4659         removed and unreffed, the signal handler will be disconnected,
4660         too.
4661         (unlinked): It's too difficult to disconnect from unlinked
4662         handlers, as they are on pads not elements. Just punt if the pads
4663         aren't grandkids of the bin.
4664
4665 2005-06-02  Wim Taymans  <wim@fluendo.com>
4666
4667         * ext/ogg/README:
4668         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4669         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
4670         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4671         * ext/theora/theoradec.c: (theora_dec_src_query),
4672         (theora_handle_data_packet):
4673         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4674         (theora_enc_chain):
4675         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4676         (vorbis_handle_data_packet):
4677         * gst/audioconvert/bufferframesconvert.c:
4678         (buffer_frames_convert_chain):
4679         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4680         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4681         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4682         (gst_ffmpegcsp_chain):
4683         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
4684         (gst_videorate_getcaps), (gst_videorate_setcaps),
4685         (gst_videorate_event), (gst_videorate_chain):
4686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
4687         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
4688         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4689         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4690         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4691         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4692         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4693         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4694         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
4695         Cleanups and buffer alloc.
4696
4697 2005-05-31  Wim Taymans  <wim@fluendo.com>
4698
4699         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
4700         Don't try to call the delay method when the device is not
4701         opened.
4702
4703 2005-05-31  Wim Taymans  <wim@fluendo.com>
4704
4705         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
4706         Get actual segment size and buffer size after opening
4707         the device.
4708
4709 2005-05-30  Wim Taymans  <wim@fluendo.com>
4710
4711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
4712         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
4713         Also FLUSH upstream, makes the loop function exit faster.
4714         
4715         * ext/theora/theoradec.c: (theora_dec_src_query):
4716         Some more debug info in the query.
4717         
4718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4719         (gst_ximagesink_setcaps):
4720         Release lock on par error, better error reporting.
4721
4722 2005-05-26  Wim Taymans  <wim@fluendo.com>
4723
4724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
4725         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
4726         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
4727         Clear chains in READY
4728         Queue packets until the chain is activated.
4729
4730 2005-05-25  Wim Taymans  <wim@fluendo.com>
4731
4732         * gst-libs/gst/audio/gstaudiosink.c:
4733         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4734         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4735         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4736         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4737         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4738         (gst_audiosink_create_ringbuffer):
4739         * gst-libs/gst/audio/gstbaseaudiosink.c:
4740         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
4741         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
4742         (gst_baseaudiosink_set_property), (build_linear_format),
4743         (debug_spec_caps), (debug_spec_buffer),
4744         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
4745         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
4746         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
4747         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
4748         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
4749         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
4750         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
4751         (gst_ringbuffer_play), (gst_ringbuffer_pause),
4752         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
4753         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
4754         (wait_segment), (gst_ringbuffer_commit),
4755         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
4756         (gst_ringbuffer_clear):
4757         Various small cleanups.
4758
4759         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4760         (gst_audio_convert_change_state):
4761         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
4762         No need to take the locks anymore.
4763
4764 2005-05-25  Wim Taymans  <wim@fluendo.com>
4765
4766         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
4767         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
4768         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
4769         (type_found):
4770         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
4771         (group_destroy), (group_commit), (queue_overrun),
4772         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
4773         (mute_stream), (new_decoded_pad), (setup_substreams),
4774         (setup_source), (mute_group_type), (set_active_source),
4775         (gst_play_base_bin_change_state):
4776         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
4777         (gen_video_element), (gen_text_element), (gen_audio_element),
4778         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
4779         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
4780         (gst_stream_info_dispose), (gst_stream_info_set_mute):
4781         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
4782         Some playbin cleanups mostly refcounting sloppyness.
4783
4784 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4785
4786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
4787           Work with streaming input.
4788
4789 2005-05-25  Wim Taymans  <wim@fluendo.com>
4790
4791         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4792         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4793         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4794         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
4795         No need to take the STREAM lock anymore.
4796
4797 2005-05-25  Wim Taymans  <wim@fluendo.com>
4798
4799         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
4800         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
4801         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
4802         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
4803         (gst_ogg_demux_sink_activate):
4804         * ext/theora/theoradec.c: (theora_dec_src_event),
4805         (theora_handle_comment_packet), (theora_dec_chain),
4806         (theora_dec_change_state):
4807         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4808         (vorbis_handle_data_packet), (vorbis_dec_chain),
4809         (vorbis_dec_change_state):
4810         Remove STREAM locks as they are taken in core now.
4811         Never set bogus granulepos on vorbis/theora.
4812         Fix leaks in theoradec tag parsing.
4813
4814 2005-05-25  Wim Taymans  <wim@fluendo.com>
4815
4816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
4817         Fix memleaks, GST_BUFFER_DATA() is not freed.
4818
4819 2005-05-25  Wim Taymans  <wim@fluendo.com>
4820
4821         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
4822         Open non-blocking, set to blocking mode afterwards to avoid
4823         lockups when audio device is busy.
4824
4825 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4826
4827         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
4828           This can't be good.
4829
4830 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4831
4832         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
4833         (gst_audio_convert_chain), (gst_audio_convert_link_src),
4834         (gst_audio_convert_setcaps):
4835           Implement instant setup switching.
4836
4837 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4838
4839         * gst/playback/gstplaybasebin.c: (probe_triggered):
4840           Fix missing unlock.
4841         * gst/playback/gstplaybin.c: (add_sink):
4842           First add, then link (otherwise pad link fails).
4843
4844 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4845
4846         * examples/Makefile.am:
4847         fix buildbot (make distcheck)
4848
4849 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4850
4851         * gst/playback/gstplaybin.c: (gen_vis_element):
4852           Remove some wrong code. Doesn't work yet.
4853
4854 2005-05-19  Wim Taymans  <wim@fluendo.com>
4855
4856         * gst-libs/gst/net/Makefile.am:
4857         * gst-libs/gst/net/README:
4858         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
4859         (gst_netbuffer_class_init), (gst_netbuffer_init),
4860         (gst_netbuffer_finalize), (gst_netbuffer_copy),
4861         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
4862         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
4863         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
4864         * gst-libs/gst/net/gstnetbuffer.h:
4865         Added buffer subclass to store extra to/from addresses for
4866         network sources/sinks.
4867
4868 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4869
4870         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
4871           Don't lock an unassigned variable.
4872
4873 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4874
4875         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
4876           Increase buffer for video, decrease buffer for other media types.
4877         * gst/playback/gstplaybin.c: (gen_video_element),
4878         (gen_audio_element):
4879           Change names for debugging purposes.
4880
4881 2005-05-18  Wim Taymans  <wim@fluendo.com>
4882
4883         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4884         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4885         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
4886         (gst_ffmpegcsp_chain):
4887         Enable buffer alloc passthrough if the source and dest
4888         formats are the same.
4889
4890 2005-05-17  Wim Taymans  <wim@fluendo.com>
4891
4892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4893         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
4894         (gst_ogg_demux_chain_unlocked):
4895         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4896         (gst_audio_convert_caps_remove_format_info),
4897         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4898         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
4899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4900         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4901         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
4902         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
4903         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
4904         (gst_ffmpegcsp_get_property):
4905         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4906         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
4907         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
4908         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
4909         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
4910         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
4911         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
4912         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
4913         Leak fixes in oggdemux.
4914         Some cleanups in audioconvert.
4915         Make passthrough work along with buffer_alloc etc.
4916         Make buffer_alloc and buffer recycling actually work in
4917         xvimagesink.
4918
4919 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4920
4921         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
4922           make the compiler happy
4923
4924 2005-05-17  Wim Taymans  <wim@fluendo.com>
4925
4926         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
4927         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
4928         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
4929         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
4930         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4931         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
4932         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
4933         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
4934         (gst_xvimagesink_set_xwindow_id):
4935         * sys/xvimage/xvimagesink.h:
4936         Port xvimagesink to new MiniObject.
4937
4938 2005-05-17  Wim Taymans  <wim@fluendo.com>
4939
4940         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
4941         (gst_audiofilter_chain):
4942         * gst-libs/gst/audio/gstaudiosink.c:
4943         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
4944         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
4945         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
4946         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
4947         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
4948         (gst_audiosink_create_ringbuffer):
4949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
4950         (gst_audio_convert_caps_remove_format_info),
4951         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
4952         (gst_audio_convert_fixate), (gst_audio_convert_channels):
4953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4954         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
4955         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
4956         Fix passthrough in ffmpegcolorspace.
4957         Fix memset in audiosink on wrong memory.
4958
4959 2005-05-16  David Schleef  <ds@schleef.org>
4960
4961         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
4962         to GstMiniObject.
4963
4964 2005-05-16  David Schleef  <ds@schleef.org>
4965
4966         Port from GstData to GstMiniObject.
4967         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
4968         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
4969         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
4970         (gst_ogg_mux_collected):
4971         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4972         * ext/theora/theoradec.c: (theora_handle_comment_packet),
4973         (theora_handle_data_packet):
4974         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4975         (theora_set_header_on_caps), (theora_enc_chain):
4976         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
4977         (vorbis_handle_comment_packet):
4978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
4979         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
4980         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
4981         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
4982         * gst/audioconvert/gstaudioconvert.c:
4983         (gst_audio_convert_get_buffer):
4984         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
4985         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
4986         (mute_stream), (silence_stream):
4987         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
4988         * gst/volume/gstvolume.c: (volume_transform):
4989         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4990         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
4991         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
4992         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
4993         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
4994         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
4995         (gst_ximagesink_buffer_alloc):
4996         * sys/ximage/ximagesink.h:
4997
4998 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
4999
5000         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5001         (fill_buffer), (check_queue), (queue_threshold_reached),
5002         (queue_out_of_data):
5003         * gst/playback/gstplaybasebin.h:
5004           Post buffer-fullness on the bus.
5005
5006 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5007
5008         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5009         (try_to_link_1):
5010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5011         (group_commit), (probe_triggered), (setup_source),
5012         (gst_play_base_bin_change_state):
5013         * gst/playback/gstplaybasebin.h:
5014         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5015         (gst_play_bin_init), (remove_sinks), (setup_sinks),
5016         (gst_play_bin_change_state):
5017           Move setup_output_pads into a virtual function, remove
5018           group-switch (no longer needed) and redirect (handled by bus
5019           now) signals.
5020
5021 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5022
5023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
5024         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
5025         (get_active_group), (get_building_group), (group_destroy),
5026         (group_commit), (check_queue), (queue_overrun),
5027         (queue_threshold_reached), (queue_out_of_data),
5028         (gen_preroll_element), (remove_groups), (unknown_type),
5029         (add_element_stream), (no_more_pads), (probe_triggered),
5030         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
5031         (setup_substreams), (setup_source), (finish_source),
5032         (prepare_output), (muted_group_change_state),
5033         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
5034         (gst_play_base_bin_change_state):
5035         * gst/playback/gstplaybasebin.h:
5036         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5037         (gst_play_bin_init), (gst_play_bin_set_property),
5038         (gen_video_element), (gen_text_element), (gen_audio_element),
5039         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
5040         (gst_play_bin_change_state):
5041         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
5042         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
5043         (stream_info_change_state), (gst_stream_info_set_mute),
5044         (gst_stream_info_get_property):
5045         * gst/playback/gststreaminfo.h:
5046         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5047         (gst_stream_selector_get_linked_pad),
5048         (gst_stream_selector_getcaps),
5049         (gst_stream_selector_get_linked_pads),
5050         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
5051         * gst/playback/gststreamselector.h:
5052           Rough port of playbin. Needs some more work, but is mostly done,
5053           and uses a few locks in important places, which should make stuff
5054           like chain-switches clean. Still uses GST_STATE() in a few places,
5055           which isn't all that good an idea, subtitles/elements disabled
5056           because no elements to test with and thus probably broken, query
5057           and event handling moved to GstBin, internal thread removed
5058           alltogether because the pipeline does that for us now. Can play
5059           Ogg/Vorbis files. Haven't tested anything else yet.
5060
5061 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5062
5063         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
5064           Do no-more-pads (needed for autoplugging).
5065
5066 2005-05-10  Andy Wingo  <wingo@pobox.com>
5067
5068         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
5069         message to the bus with the tags. Still not sent downstream tho.
5070
5071         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
5072         get_parent.
5073         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
5074         avoid refcounting hassles.
5075
5076 2005-05-09  Andy Wingo  <wingo@pobox.com>
5077
5078         * gst/volume/Makefile.am:
5079         * gst/volume/demo.c
5080         * gst/volume/gstvolume.h
5081         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
5082         basetransform. Probably need an audio filter base class.
5083
5084 2005-05-09  Wim Taymans  <wim@fluendo.com>
5085
5086         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
5087         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
5088         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
5089         (gst_vorbisenc_chain):
5090         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5091         (gst_audio_convert_caps_remove_format_info),
5092         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5093         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5094         Make caps writable before writing to it.
5095         Fix negotiation in audioconvert some more.
5096
5097 2005-05-09  Wim Taymans  <wim@fluendo.com>
5098
5099         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
5100         (gst_videorate_getcaps), (gst_videorate_setcaps),
5101         (gst_videorate_event), (gst_videorate_chain):
5102         Better negotiation.
5103
5104 2005-05-09  Wim Taymans  <wim@fluendo.com>
5105
5106         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
5107         (gst_videorate_getcaps), (gst_videorate_setcaps),
5108         (gst_videorate_blank_data), (gst_videorate_init),
5109         (gst_videorate_event), (gst_videorate_chain),
5110         (gst_videorate_change_state):
5111         Port videorate, do a better job at negotiation while we're at
5112         it.
5113
5114 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
5115
5116         * configure.ac:
5117           Disable libvisual
5118
5119         * examples/Makefile.am:
5120         * gst-libs/gst/audio/Makefile.am:
5121         * gst-libs/gst/riff/Makefile.am:
5122         * gst-libs/gst/tag/Makefile.am:
5123         * gst-libs/gst/video/Makefile.am:
5124           Fixups for missing variables.
5125
5126 2005-05-09  Wim Taymans  <wim@fluendo.com>
5127
5128         * examples/seeking/seek.c: (make_theora_pipeline),
5129         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
5130         (query_rates), (query_positions_elems), (query_positions_pads),
5131         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
5132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
5133         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
5134         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
5135         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
5136         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
5137         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5138         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5139         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5140         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
5141         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
5142         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
5143         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
5144         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
5145         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5146         (theora_dec_src_convert), (theora_dec_sink_convert),
5147         (theora_dec_src_query), (theora_dec_sink_query),
5148         (theora_dec_src_event), (theora_dec_sink_event),
5149         (theora_handle_comment_packet), (theora_handle_type_packet),
5150         (theora_handle_header_packet), (theora_handle_data_packet),
5151         (theora_dec_chain):
5152         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5153         (vorbis_dec_convert), (vorbis_dec_src_query),
5154         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5155         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5156         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5157         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
5159         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
5160         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
5161         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5162         (gst_play_bin_query):
5163         * gst/playback/test3.c: (update_scale):
5164         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
5165         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
5166         * gst/subparse/gstsubparse.c: (gst_subparse_init):
5167         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
5168         (gst_videotestsrc_src_query):
5169         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
5170         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
5171         (paint_hline_YUV9):
5172         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
5173         Port to new query API.
5174         Updated seek.
5175         Cleanups in x[v]imagesink
5176
5177 2005-05-09  Andy Wingo  <wingo@pobox.com>
5178
5179         * ext/alsa/gstalsasink.h:
5180         * ext/gnomevfs/gstgnomevfssrc.c:
5181         (gst_gnomevfssrc_get_icy_metadata):
5182         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
5183         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
5184         * ext/theora/theoradec.c (theora_dec_src_query)
5185         (theora_dec_src_event, theora_dec_sink_event)
5186         (theora_handle_comment_packet, theora_handle_data_packet):
5187         * ext/theora/theoraenc.c (theora_enc_chain):
5188         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
5189         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
5190         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
5191         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
5192         (qt_type_find):
5193         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
5194         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
5195         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
5196         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
5197         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
5198         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
5199         (paint_setup_xBGR8888, paint_setup_RGBx8888)
5200         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
5201         (paint_setup_RGB565, paint_setup_xRGB1555):
5202         * gst/videotestsrc/videotestsrc.h:
5203         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
5204         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
5205         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
5206         GCC4 fixes.
5207         
5208         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
5209         gst_pad_query_position. Fixes oggdemux.
5210
5211 2005-05-08  David Schleef  <ds@schleef.org>
5212
5213         * configure.ac: Require liboil.
5214         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
5215         a few more.
5216         * gst/videotestsrc/videotestsrc.c:
5217         * gst/videotestsrc/videotestsrc.h:
5218
5219 2005-05-06  Wim Taymans  <wim@fluendo.com>
5220
5221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5222         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5223         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5224         Well, unreffing a buffer right before pushing it is asking
5225         for trouble..
5226
5227 2005-05-06  Christian Schaller  <uraeus@gnome.org>
5228
5229         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
5230
5231 2005-05-06  Wim Taymans  <wim@fluendo.com>
5232
5233         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5234         (gst_audio_convert_caps_remove_format_info),
5235         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
5236         (gst_audio_convert_fixate), (gst_audio_convert_channels):
5237         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5238         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
5239         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
5240         * gst/sine/Makefile.am:
5241         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
5242         (gst_sinesrc_class_init), (gst_sinesrc_init),
5243         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
5244         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
5245         (gst_sinesrc_update_freq):
5246         * gst/sine/gstsinesrc.h:
5247         * gst/tcp/gstmultifdsink.c:
5248         * sys/xvimage/xvimagesink.c:
5249         Fixed negotiation wrt _peer_get_caps()
5250         Some cleanups.
5251
5252
5253 2005-05-06  Wim Taymans  <wim@fluendo.com>
5254
5255         * gst-libs/gst/audio/gstaudiosink.c:
5256         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5257         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5258         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5259         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5260         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5261         (gst_audiosink_create_ringbuffer):
5262         * gst-libs/gst/audio/gstbaseaudiosink.c:
5263         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5264         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5265         (gst_baseaudiosink_set_property), (build_linear_format),
5266         (debug_spec_caps), (debug_spec_buffer),
5267         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5268         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5269         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5270         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5271         * gst-libs/gst/audio/gstbaseaudiosink.h:
5272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5273         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5274         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
5275         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5276         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
5277         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
5278         (wait_segment), (gst_ringbuffer_commit),
5279         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
5280         (gst_ringbuffer_clear):
5281         * gst-libs/gst/audio/gstringbuffer.h:
5282         Make the base audiosink return an error when there is no
5283         audiobuffer negotiated.
5284
5285 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5286
5287         * ext/Makefile.am:
5288         Disable cdparanoia until someone ports it!
5289
5290 2005-05-06  Wim Taymans  <wim@fluendo.com>
5291
5292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5293         (gst_ogg_demux_sink_activate):
5294         And revert after wingo's revert.. sigh..
5295
5296 2005-05-05  Andy Wingo  <wingo@pobox.com>
5297
5298         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
5299         GObject.
5300         * configure.ac: Return audiorate and subparse from the ghetto.
5301         Re-enable -Wall -Werror.
5302         * gst/subparse/gstsubparse.c:
5303         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
5304         or chain-based. Cleaned up a bit. Not tested.
5305         
5306 2005-05-05  Christian Schaller <christian@fluendo.com> 
5307
5308         * Makefile.am: remove stuff that is not building
5309         * configure.ac: remove stuff that is not building
5310         * examples/Makefile.am: remove stuff that is not building
5311         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
5312         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
5313         * sys/Makefile.am: remove stuff that is not building
5314         * testsuite/Makefile.am: remove stuff that is not building
5315
5316 2005-05-05  Andy Wingo  <wingo@pobox.com>
5317
5318         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
5319         * gst-libs/gst/tag/gstvorbistag.c:
5320         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
5321         * gst/adder/gstadder.h:
5322         * gst/audioconvert/gstchannelmix.c:
5323         (gst_audio_convert_fill_one_other):
5324         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
5325         (gst_audiorate_init), (gst_audiorate_chain):
5326         * gst/playback/gstplaybasebin.c: (setup_source):
5327         * gst/playback/test3.c: (update_scale):
5328         Some GCC4 fixes
5329         
5330         * po/af.po:
5331         * po/az.po:
5332         * po/cs.po:
5333         * po/en_GB.po:
5334         * po/hu.po:
5335         * po/it.po:
5336         * po/nb.po:
5337         * po/nl.po:
5338         * po/or.po:
5339         * po/sq.po:
5340         * po/sr.po:
5341         * po/sv.po:
5342         * po/uk.po:
5343         * po/vi.po: Foo
5344
5345 2005-05-05  Wim Taymans  <wim@fluendo.com>
5346
5347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5348         (gst_audio_convert_caps_remove_format_info),
5349         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5350         (gst_audio_convert_change_state), (gst_audio_convert_channels):
5351         * gst/videotestsrc/gstvideotestsrc.c:
5352         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
5353         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
5354         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
5355         (gst_videotestsrc_init), (gst_videotestsrc_loop):
5356         Don't ignore _push() return values.
5357         Make sure no processing is done when shutting down.
5358         Videotestsrc pad activation fix.
5359
5360 2005-05-05  Wim Taymans  <wim@fluendo.com>
5361
5362         * gst/adder/Makefile.am:
5363         * gst/adder/gstadder.c: (gst_adder_setcaps),
5364         (gst_adder_class_init), (gst_adder_init),
5365         (gst_adder_request_new_pad), (gst_adder_collected),
5366         (gst_adder_change_state):
5367         * gst/adder/gstadder.h:
5368         Ported adder as an example of a mixer element using
5369         collect pads. Needs more negotiation work.
5370
5371 2005-05-05  Wim Taymans  <wim@fluendo.com>
5372
5373         * ext/theora/theoradec.c: (_inc_granulepos),
5374         (theora_dec_src_event), (theora_dec_sink_event),
5375         (theora_handle_comment_packet), (theora_handle_type_packet),
5376         (theora_handle_header_packet), (theora_handle_data_packet),
5377         (theora_dec_chain):
5378         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5379         (gst_theora_enc_init), (theora_enc_sink_setcaps),
5380         (theora_push_buffer), (theora_push_packet),
5381         (theora_enc_sink_event), (theora_enc_chain),
5382         (theora_enc_change_state), (theora_enc_set_property),
5383         (theora_enc_get_property):
5384         Added stream lock to decoder so that we can serialize
5385         the discont event.
5386         More theoraenc porting, recover from errors, do clean
5387         shutdown.
5388
5389 2005-05-05  Wim Taymans  <wim@fluendo.com>
5390
5391         * ext/ogg/Makefile.am:
5392         * ext/ogg/README:
5393         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5394         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
5395         (gst_ogg_print):
5396         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
5397         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
5398         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
5399         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
5400         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
5401         (gst_ogg_mux_change_state):
5402         Ported ogg muxer.
5403
5404 2005-05-05  Wim Taymans  <wim@fluendo.com>
5405
5406         * docs/design-audiosinks.txt:
5407         * gst-libs/gst/audio/TODO:
5408         * gst-libs/gst/audio/gstaudiosink.c:
5409         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5410         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5411         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5412         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5413         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5414         (gst_audiosink_create_ringbuffer):
5415         * gst-libs/gst/audio/gstbaseaudiosink.c:
5416         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5417         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5418         (gst_baseaudiosink_set_property), (build_linear_format),
5419         (debug_spec_caps), (debug_spec_buffer),
5420         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5421         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5422         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5423         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5424         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5425         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5426         (gst_ringbuffer_release), (gst_ringbuffer_play),
5427         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5428         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5429         (gst_ringbuffer_set_sample), (wait_segment),
5430         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5431         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5432         More work on the audiosink, mostly debugging and a race in
5433         shutdown.
5434
5435 2005-04-28  Wim Taymans  <wim@fluendo.com>
5436
5437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5438         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
5439         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
5440         (vorbis_dec_src_query), (vorbis_dec_src_event),
5441         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5442         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5443         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
5444         Don't crap out when seeking back to position 0.
5445
5446 2005-04-28  Wim Taymans  <wim@fluendo.com>
5447
5448         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
5449         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
5450         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
5451         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5452         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
5453         Make audio sink configurable, use alsasink as default.
5454
5455 2005-04-28  Wim Taymans  <wim@fluendo.com>
5456
5457         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5458         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
5459         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
5460         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
5461         (vorbis_dec_change_state):
5462         * ext/vorbis/vorbisdec.h:
5463         Refactor, use STREAM_LOCK.
5464
5465 2005-04-28  Wim Taymans  <wim@fluendo.com>
5466
5467         * ext/theora/theoradec.c: (_inc_granulepos),
5468         (theora_dec_sink_event), (theora_handle_comment_packet),
5469         (theora_handle_type_packet), (theora_handle_header_packet),
5470         (theora_handle_data_packet), (theora_dec_chain),
5471         (theora_dec_change_state):
5472         Refactor a bit, use STREAM_LOCK.
5473
5474 2005-04-28  Wim Taymans  <wim@fluendo.com>
5475
5476         * ext/alsa/Makefile.am:
5477         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
5478         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
5479         (gst_alsa_link), (gst_alsa_close_audio):
5480         * ext/alsa/gstalsaplugin.c: (plugin_init):
5481         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
5482         (gst_alsasink_dispose), (gst_alsasink_base_init),
5483         (gst_alsasink_class_init), (gst_alsasink_init),
5484         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
5485         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
5486         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
5487         (gst_alsasink_reset):
5488         * ext/alsa/gstalsasink.h:
5489         Implement alsasink with simple open/write/close API. 
5490         Make alsa dir build by disabling compilation of code.
5491
5492 2005-04-28  Wim Taymans  <wim@fluendo.com>
5493
5494         * gst-libs/gst/audio/Makefile.am:
5495         * gst-libs/gst/audio/audio.h:
5496         * gst-libs/gst/audio/audioclock.c:
5497         * gst-libs/gst/audio/audioclock.h:
5498         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
5499         (gst_audio_clock_class_init), (gst_audio_clock_init),
5500         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
5501         * gst-libs/gst/audio/gstaudioclock.h:
5502         * gst-libs/gst/audio/gstaudiosink.c:
5503         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5504         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5505         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5506         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5507         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
5508         (gst_audiosink_create_ringbuffer):
5509         * gst-libs/gst/audio/gstbaseaudiosink.c:
5510         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
5511         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
5512         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
5513         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
5514         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
5515         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
5516         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
5517         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5518         * gst-libs/gst/audio/gstbaseaudiosink.h:
5519         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5520         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
5521         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5522         (gst_ringbuffer_release), (gst_ringbuffer_play),
5523         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
5524         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
5525         (gst_ringbuffer_set_sample), (wait_segment),
5526         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
5527         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
5528         * gst-libs/gst/audio/gstringbuffer.h:
5529         Make ringbuffer faster and more simple by removing the locks
5530         in the playback thread.
5531         Add sample accurate playback based on buffer sample offsets.
5532         Make the baseaudiosink provide a clock.
5533         Parse caps in the base class.
5534         Correctly handle seeking, flushing and state changes.
5535
5536 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
5537
5538         * configure.ac:
5539         * gst/audioconvert/Makefile.am:
5540         * gst/audioscale/Makefile.am:
5541           Fix part of the build.  Come on guys, autogen didn't even work :)
5542
5543 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5544
5545         * configure.ac:
5546         * gst-libs/gst/Makefile.am:
5547         * gst-libs/gst/media-info/.cvsignore:
5548         * gst-libs/gst/media-info/Makefile.am:
5549         * gst-libs/gst/media-info/README:
5550         * gst-libs/gst/media-info/media-info-priv.c:
5551         * gst-libs/gst/media-info/media-info-priv.h:
5552         * gst-libs/gst/media-info/media-info-test.c:
5553         * gst-libs/gst/media-info/media-info.c:
5554         * gst-libs/gst/media-info/media-info.h:
5555         * gst-libs/gst/media-info/media-info.vcproj:
5556         * pkgconfig/Makefile.am:
5557         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
5558         * pkgconfig/gstreamer-media-info.pc.in:
5559           Remove media-info, which is also successed by playbin (see Totem
5560           implementation).
5561
5562 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5563
5564         * configure.ac:
5565         * examples/Makefile.am:
5566         * examples/gstplay/.cvsignore:
5567         * examples/gstplay/Makefile.am:
5568         * examples/gstplay/player.c:
5569         * gst-libs/gst/Makefile.am:
5570         * gst-libs/gst/play/.cvsignore:
5571         * gst-libs/gst/play/Makefile.am:
5572         * gst-libs/gst/play/play.c:
5573         * gst-libs/gst/play/play.h:
5574         * gst-libs/gst/play/play.vcproj:
5575         * pkgconfig/Makefile.am:
5576         * pkgconfig/gstreamer-play-uninstalled.pc.in:
5577         * pkgconfig/gstreamer-play.pc.in:
5578           Remove libgstplay, playbin is now the official successor.
5579
5580 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5581
5582         * configure.ac:
5583         * gst-libs/gst/Makefile.am:
5584         * gst-libs/gst/xwindowlistener/Makefile.am:
5585         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
5586         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
5587           Remove deprecated xwindowlistener (I've moved xwindowlistening
5588           in the v4l/v4l2 plugins over to serverside).
5589
5590 2005-04-25  David Schleef  <ds@schleef.org>
5591
5592         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
5593         to examples/dynparams.  Examples do not belong interspersed with
5594         source code.
5595         * examples/dynparams/demo-dparams.c:
5596         * gst/sine/Makefile.am:
5597         * gst/sine/demo-dparams.c:
5598
5599 2005-04-25  David Schleef  <ds@schleef.org>
5600
5601         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
5602         * gst-libs/gst/audio/Makefile.am:
5603         * gst-libs/gst/riff/Makefile.am:
5604         * gst-libs/gst/tag/Makefile.am:
5605         * gst-libs/gst/video/Makefile.am:
5606         * gst-libs/gst/xwindowlistener/Makefile.am:
5607
5608         Convert to 0.9 API, seems to work:
5609         * sys/ximage/Makefile.am:
5610         * sys/ximage/ximagesink.c:
5611
5612 2005-04-24  David Schleef  <ds@schleef.org>
5613
5614         Link plugins against libraries:
5615         * ext/alsa/Makefile.am:
5616         * gst/tcp/Makefile.am:
5617
5618         Remove asm code that should be in liboil
5619         * gst/videoscale/Makefile.am:
5620         * gst/videoscale/videoscale_x86_asm.s:
5621
5622         gettext wants these checked in:
5623         * po/af.po:
5624         * po/az.po:
5625         * po/cs.po:
5626         * po/en_GB.po:
5627         * po/hu.po:
5628         * po/it.po:
5629         * po/nb.po:
5630         * po/nl.po:
5631         * po/or.po:
5632         * po/sq.po:
5633         * po/sr.po:
5634         * po/sv.po:
5635         * po/uk.po:
5636         * po/vi.po:
5637
5638 2005-04-24  David Schleef  <ds@schleef.org>
5639
5640         Convert gst_main() to g_main_loop_run()
5641         * gst/playback/decodetest.c: (main):
5642         * gst/playback/test2.c: (main):
5643         * gst/playback/test3.c: (main):
5644         * gst/playback/test4.c: (main):
5645
5646         Link plugins against libraries:
5647         * ext/libvisual/Makefile.am:
5648         * sys/xvimage/Makefile.am:
5649
5650 2005-04-24  David Schleef  <ds@schleef.org>
5651
5652         * configure.ac: Remove idct and resample libs
5653         * gst-libs/gst/Makefile.am: same
5654
5655         Remove usage of gst_library_load():
5656         * ext/alsa/gstalsaplugin.c: (plugin_init):
5657         * ext/libvisual/visual.c: (plugin_init):
5658         * ext/ogg/gstogg.c: (plugin_init):
5659         * ext/theora/theora.c: (plugin_init):
5660         * ext/vorbis/vorbis.c: (plugin_init):
5661         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
5662         * gst/audioscale/gstaudioscale.c:
5663         * gst/adder/gstadder.c: (plugin_init):
5664         * gst/audioconvert/plugin.c: (plugin_init):
5665         * sys/ximage/ximagesink.c: (plugin_init):
5666         * sys/xvimage/xvimagesink.c: (plugin_init):
5667         * gst/tcp/gsttcpplugin.c: (plugin_init):
5668
5669         Link plugins against libraries:
5670         * ext/ogg/Makefile.am:
5671         * ext/theora/Makefile.am:
5672         * ext/vorbis/Makefile.am:
5673         * gst/audioconvert/Makefile.am:
5674
5675         Create proper libraries:
5676         * gst-libs/gst/riff/Makefile.am:
5677         * gst-libs/gst/audio/Makefile.am:
5678         * gst-libs/gst/video/Makefile.am:
5679
5680         Move resample library to audioscale plugin directory:
5681         * gst-libs/gst/resample/Makefile.am:
5682         * gst-libs/gst/resample/README:
5683         * gst-libs/gst/resample/dtof.c:
5684         * gst-libs/gst/resample/dtos.c:
5685         * gst-libs/gst/resample/functable.c:
5686         * gst-libs/gst/resample/private.h:
5687         * gst-libs/gst/resample/resample.c:
5688         * gst-libs/gst/resample/resample.h:
5689         * gst-libs/gst/resample/resample.vcproj:
5690         * gst-libs/gst/resample/test.c:
5691         * gst/audioscale/Makefile.am:
5692         * gst/audioscale/README:
5693         * gst/audioscale/dtof.c:
5694         * gst/audioscale/dtos.c:
5695         * gst/audioscale/functable.c:
5696         * gst/audioscale/private.h:
5697         * gst/audioscale/resample.c:
5698         * gst/audioscale/resample.h:
5699         * gst/audioscale/test.c:
5700
5701         Move tagedit library to gst-libs:
5702         * gst-libs/gst/tag/Makefile.am:
5703         * gst-libs/gst/tag/gstid3tag.c:
5704         * gst-libs/gst/tag/gsttagediting.c:
5705         * gst-libs/gst/tag/gsttageditingprivate.h:
5706         * gst-libs/gst/tag/gstvorbistag.c:
5707         * gst/tags/Makefile.am:
5708         * gst/tags/gstid3tag.c:
5709         * gst/tags/gstvorbistag.c:
5710
5711         Fix for core changes:
5712         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
5713         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
5714         (gst_sinesrc_getrange):
5715
5716 2005-04-23  David Schleef  <ds@schleef.org>
5717
5718         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
5719         in gst-plugins in a long time, and properly belongs in liboil.
5720         * gst-libs/gst/idct/Makefile.am:
5721         * gst-libs/gst/idct/README:
5722         * gst-libs/gst/idct/dct.h:
5723         * gst-libs/gst/idct/doieee:
5724         * gst-libs/gst/idct/fastintidct.c:
5725         * gst-libs/gst/idct/floatidct.c:
5726         * gst-libs/gst/idct/idct.c:
5727         * gst-libs/gst/idct/idct.h:
5728         * gst-libs/gst/idct/idtc.vcproj:
5729         * gst-libs/gst/idct/ieeetest.c:
5730         * gst-libs/gst/idct/intidct.c:
5731
5732 2005-04-20  Wim Taymans  <wim@fluendo.com>
5733
5734         * docs/design-audiosinks.txt:
5735         * gst-libs/gst/audio/Makefile.am:
5736         * gst-libs/gst/audio/TODO:
5737         * gst-libs/gst/audio/gstaudiosink.c:
5738         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
5739         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
5740         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
5741         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
5742         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
5743         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
5744         (gst_audiosink_class_init), (gst_audiosink_init),
5745         (gst_audiosink_create_ringbuffer):
5746         * gst-libs/gst/audio/gstaudiosink.h:
5747         * gst-libs/gst/audio/gstbaseaudiosink.c:
5748         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
5749         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
5750         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
5751         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
5752         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
5753         (gst_baseaudiosink_create_ringbuffer),
5754         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
5755         * gst-libs/gst/audio/gstbaseaudiosink.h:
5756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
5757         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
5758         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
5759         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
5760         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
5761         (gst_ringbuffer_play), (gst_ringbuffer_pause),
5762         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
5763         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
5764         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
5765         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
5766         * gst-libs/gst/audio/gstringbuffer.h:
5767         An attempt at a set of audio base classes together with some
5768         design docs.
5769
5770 2005-04-20  Wim Taymans  <wim@fluendo.com>
5771
5772         * gst/audioconvert/Makefile.am:
5773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
5774         (gst_audio_convert_caps_remove_format_info),
5775         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
5776         (gst_audio_convert_channels):
5777         Link against audio libs.
5778         Fix audio convert plugin.
5779
5780 2005-04-20  Wim Taymans  <wim@fluendo.com>
5781
5782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
5783         (gst_ogg_demux_sink_activate):
5784         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
5785         (theora_set_header_on_caps), (theora_enc_sink_event),
5786         (theora_enc_chain):
5787         Fix theora encoder.
5788
5789 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
5790
5791         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
5792         * gst/playback/gstdecodebin.c: (find_compatibles):
5793           Work with staticpadtemplates in elementfactories.
5794
5795 2005-04-12  Wim Taymans  <wim@fluendo.com>
5796
5797         * gst/playback/README:
5798         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5799         (compare_ranks), (print_feature), (gst_decode_bin_init),
5800         (dynamic_create), (dynamic_free), (find_compatibles),
5801         (mimetype_is_raw), (close_pad_link), (got_redirect),
5802         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
5803         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
5804         (gst_decode_bin_change_state):
5805         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5806         (gst_play_base_bin_init), (group_destroy), (group_commit),
5807         (check_queue), (queue_overrun), (queue_threshold_reached),
5808         (queue_out_of_data), (gen_preroll_element), (unknown_type),
5809         (new_decoded_pad), (setup_subtitle), (gen_source_element),
5810         (got_redirect), (setup_source), (play_base_eos),
5811         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
5812         (gst_play_base_bin_remove_element):
5813         * gst/playback/gstplaybasebin.h:
5814         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
5815         (gst_play_bin_init), (gst_play_bin_dispose),
5816         (gst_play_bin_set_property), (gen_video_element),
5817         (gen_text_element), (gen_audio_element), (remove_sinks),
5818         (gst_play_bin_send_event):
5819         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
5820         (stream_info_change_state), (gst_stream_info_set_mute):
5821         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
5822         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
5823         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
5824         (gst_stream_selector_chain):
5825         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
5826         (main):
5827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
5828         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
5829         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
5830         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
5831         Raw and crude port of decodebin. 
5832         Make playbin compile.
5833
5834 2005-04-06  Wim Taymans  <wim@fluendo.com>
5835
5836         * ext/gnomevfs/Makefile.am:
5837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
5838         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5839         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
5840         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
5841         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
5842         (gst_gnomevfssrc_stop):
5843         * ext/ogg/Makefile.am:
5844         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
5845         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
5846         * ext/theora/Makefile.am:
5847         * ext/theora/theoradec.c: (_inc_granulepos),
5848         (theora_dec_sink_event), (theora_dec_chain):
5849         * ext/vorbis/Makefile.am:
5850         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5851         (vorbis_dec_sink_event), (vorbis_dec_chain):
5852         * gst-libs/gst/audio/Makefile.am:
5853         * sys/xvimage/Makefile.am:
5854         Make gnomevfssrc extend the source base class.
5855         Fix linking against libs in various plugins.
5856
5857 2005-04-06  Andy Wingo  <wingo@pobox.com>
5858
5859         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
5860         GST_BASE_LIBS.
5861
5862         * configure.ac: Add check and AC_SUBST for libgstbase.
5863
5864 2005-03-31  Wim Taymans  <wim@fluendo.com>
5865
5866         * examples/seeking/Makefile.am:
5867         * examples/seeking/cdparanoia.c: (main):
5868         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
5869         (play_cb), (pause_cb), (stop_cb), (main):
5870         * examples/seeking/playbin.c:
5871         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
5872         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
5873         (make_sid_pipeline), (make_vorbis_pipeline),
5874         (make_theora_pipeline), (make_vorbis_theora_pipeline),
5875         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
5876         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
5877         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
5878         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
5879         (stop_cb), (main):
5880         * examples/seeking/spider_seek.c:
5881         * examples/seeking/vorbisfile.c:
5882         * ext/gnomevfs/Makefile.am:
5883         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
5884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
5885         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
5886         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
5887         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
5888         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
5889         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
5890         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
5891         * ext/ogg/README:
5892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
5893         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
5894         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
5895         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
5896         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
5897         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
5898         (gst_ogg_pad_event), (gst_ogg_pad_reset),
5899         (gst_ogg_demux_factory_filter), (compare_ranks),
5900         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
5901         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
5902         (gst_ogg_chain_new), (gst_ogg_chain_free),
5903         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
5904         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
5905         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
5906         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
5907         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
5908         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
5909         (gst_ogg_demux_get_prev_page),
5910         (gst_ogg_demux_deactivate_current_chain),
5911         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
5912         (gst_ogg_demux_bisect_forward_serialno),
5913         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
5914         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
5915         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
5916         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
5917         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
5918         (gst_ogg_demux_change_state), (gst_ogg_print):
5919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
5920         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
5921         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
5922         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
5923         (gst_ogg_mux_loop):
5924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5925         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
5926         (theora_dec_src_convert), (theora_dec_sink_convert),
5927         (theora_dec_src_query), (theora_dec_src_event),
5928         (theora_dec_sink_event), (theora_dec_chain),
5929         (theora_dec_change_state):
5930         * ext/theora/theoraenc.c: (gst_theora_enc_init),
5931         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
5932         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
5933         (theora_enc_change_state):
5934         * ext/vorbis/Makefile.am:
5935         * ext/vorbis/oggvorbisenc.c:
5936         * ext/vorbis/oggvorbisenc.h:
5937         * ext/vorbis/vorbis.c: (plugin_init):
5938         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
5939         (vorbis_dec_src_query), (vorbis_dec_src_event),
5940         (vorbis_dec_sink_event), (vorbis_dec_chain),
5941         (vorbis_dec_change_state):
5942         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
5943         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
5944         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5945         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
5946         (gst_vorbisenc_change_state):
5947         * ext/vorbis/vorbisenc.h:
5948         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
5949         * gst-libs/gst/audio/audioclock.c:
5950         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
5951         (gst_audiofilter_init), (gst_audiofilter_chain):
5952         * gst-libs/gst/audio/testchannels.c: (main):
5953         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
5954         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
5955         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
5956         (gmip_find_track_streaminfo), (gmip_find_track_format):
5957         * gst-libs/gst/media-info/media-info.c:
5958         (gst_media_info_read_idler):
5959         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
5960         (gst_play_get_all_by_interface):
5961         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
5962         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
5963         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
5964         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
5965         (gst_riff_parse_info):
5966         * gst-libs/gst/riff/riff-read.h:
5967         * gst-libs/gst/riff/riff.c: (plugin_init):
5968         * gst-libs/gst/video/Makefile.am:
5969         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
5970         (gst_videosink_class_init), (gst_videosink_get_type):
5971         * gst-libs/gst/video/videosink.h:
5972         * gst/audioconvert/bufferframesconvert.c:
5973         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
5974         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
5975         * gst/audioconvert/channelmixtest.c: (main):
5976         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
5977         (gst_audio_convert_chain),
5978         (gst_audio_convert_caps_remove_format_info),
5979         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
5980         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
5981         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
5982         (gst_audio_convert_buffer_to_default_format),
5983         (gst_audio_convert_buffer_from_default_format),
5984         (gst_audio_convert_channels):
5985         * gst/audioconvert/gstchannelmix.h:
5986         * gst/ffmpegcolorspace/avcodec.h:
5987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5988         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
5989         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
5990         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
5991         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
5992         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
5993         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
5994         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
5995         (mpeg_video_type_find), (mpeg_video_stream_type_find),
5996         (dv_type_find):
5997         * gst/videotestsrc/gstvideotestsrc.c:
5998         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
5999         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
6000         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
6001         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
6002         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
6003         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
6004         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
6005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6006         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
6007         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
6008         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
6009         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
6010         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
6011         (gst_xvimagesink_navigation_send_event),
6012         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
6013         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
6014         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
6015         * sys/xvimage/xvimagesink.h:
6016         Plugin port to 0.9, ogg/theora playback should work in the seek
6017         example now.
6018         Removed old examples.
6019         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
6020         explained in 0.9 TODO doc.
6021
6022
6023 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
6024
6025         * autogen.sh:
6026         * configure.ac:
6027         * ext/Makefile.am:
6028         * gst/Makefile.am:
6029         * po/POTFILES.in:
6030         * po/af.po:
6031         * po/az.po:
6032         * po/cs.po:
6033         * po/en_GB.po:
6034         * po/hu.po:
6035         * po/it.po:
6036         * po/nb.po:
6037         * po/nl.po:
6038         * po/or.po:
6039         * po/sq.po:
6040         * po/sr.po:
6041         * po/sv.po:
6042         * po/uk.po:
6043         * po/vi.po:
6044         * sys/Makefile.am:
6045         * testsuite/Makefile.am:
6046           remove a whole bunch of plugins.  This module now contains a set
6047           of free reference plugins/elements as agreed.
6048
6049 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6050
6051         * configure.ac:
6052           hunting season on 0.9 is now OPEN
6053
6054 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6055
6056         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
6057           Kick the hell out of gcc for not warning me about a symbol conflict.
6058
6059 2005-02-22  Luca Ognibene  <luogni@tin.it>
6060
6061         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6062
6063         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
6064           Don't leak caps string (fixes #168134)
6065
6066         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
6067         (gst_jpegenc_init), (gst_jpegenc_finalize),
6068         (gst_jpegenc_change_state):
6069           Don't leak line buffers and context struct (fixes #168133).
6070
6071 2005-02-21  Tim-Philipp M??ller  <tim at centricular dot net>
6072
6073         * configure.ac:
6074         * ext/dirac/gstdiracdec.cc:
6075         (gst_diracdec_chain):
6076           Since dirac 0.5.0 the framerate in dirac is expressed as a
6077           rational number. Fix build and up requirement to 0.5.0, and
6078           also pass parameters to gst_diracdec_link in the right order
6079           (fixes #167959).
6080
6081 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
6082
6083         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
6084         * ext/faad/gstfaad.h:
6085         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
6086         certain invalid muxed streams, where some packets will contain 
6087         junk after decoder data. Partially fixes #149158.
6088
6089 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
6090         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
6091           Make sure we only write to writable buffers
6092
6093 2005-02-20  Tim-Philipp M??ller  <tim at centricular dot net>
6094
6095         * gst-libs/gst/riff/riff-media.c:
6096         (gst_riff_create_audio_caps_with_data):
6097           Do actually fix invalid RIFF fmt header values for alaw
6098           and mulaw audio instead of just saying so.
6099
6100         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
6101           Give gst_riff_create_audio_caps_with_data() a chance to
6102           fix up broken format header fields before extracting any
6103           parameters from the header. (fixes #167633)
6104
6105 2005-02-19  Martin Holters  <martin.holters@gmx.de>
6106
6107         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6108
6109         * gst/audioconvert/bufferframesconvert.c:
6110         (buffer_frames_convert_link):
6111           Don't leak othercaps. (fixes #167878)
6112
6113 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
6114
6115         * configure.ac:
6116         * ext/libvisual/visual.c: (gst_visual_srclink),
6117         (gst_visual_change_state):
6118           Support libvisual 0.2.0.
6119
6120 2005-02-18  Tim-Philipp M??ller  <tim at centricular dot net>
6121
6122         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
6123         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
6124           Use same rowstrides for I420 as used everywhere else.
6125
6126 2005-02-17  Tim-Philipp M??ller  <tim at centricular dot net>
6127
6128         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
6129           Declare variables at beginning of block and make gcc-2.95 happy
6130           (fixes # 167482, patch by Gergely Nagy).
6131           
6132         * gst/tcp/gsttcpclientsrc.c:
6133         * gst/tcp/gsttcpclientsrc.h:
6134           Move some includes into the header, so that struct sockaddr_in is
6135           defined when it should be defined on FreeBSD as well (fixes
6136           #167483).
6137           
6138         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
6139           Don't pass uninitialised values to setsockopt() here either.
6140
6141 2005-02-17  Luca Ognibene  <luogni at tin dot it>
6142
6143         Reviewed by: Tim-Philipp M??ller  <tim at centricular dot net>
6144
6145         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
6146           Don't pass uninitialised values to setsockopt(). (fixes #167704)
6147
6148 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6149
6150         * gst/playback/gstplaybin.c: (add_sink):
6151           Invert bin_add/link order to workaround deadlock in opt.
6152
6153 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6154
6155         * gst/modplug/gstmodplug.cc:
6156           Add missing break causing position queries to fail.
6157
6158 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6159
6160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
6161           Granpos can apparently be -1, which screws up calculations...
6162
6163 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
6164
6165         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
6166         (gst_ximagesink_send_pending_navigation),
6167         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
6168         (gst_ximagesink_init):
6169         * sys/ximage/ximagesink.h:
6170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
6171         (gst_xvimagesink_send_pending_navigation),
6172         (gst_xvimagesink_navigation_send_event),
6173         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
6174         * sys/xvimage/xvimagesink.h:
6175           Use a mutex protected list to marshal navigation
6176           events into the stream thread from whichever thread
6177           sends them.
6178
6179 2005-02-15  Tim-Philipp M??ller  <tim at centricular dot net>
6180
6181         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
6182           Display current position and track length; misc. clean-ups.
6183           
6184         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
6185         (speed_init), (speed_chain):
6186           Add query function, so that the stream length and current position
6187           get adjusted when queried (note that current position queries may
6188           still be wrong if the audio sink returns values based on buffer
6189           timestamps instead of passing on the query).
6190
6191 2005-02-13  Benjamin Otte  <otte@gnome.org>
6192
6193         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
6194         (gst_audio_convert_channels):
6195           create channel conversion matrix when linking
6196         * gst/audioconvert/.cvsignore:
6197         * gst/audioconvert/Makefile.am:
6198         * gst/audioconvert/channelmixtest.c: (main):
6199           add (ugly) test that ensures stereo <=> mono conversion works
6200           correctly
6201
6202 2005-02-13  Benjamin Otte  <otte@gnome.org>
6203
6204         * gst/audioconvert/gstchannelmix.h:
6205           include missing header file
6206         * gst/audioconvert/gstchannelmix.c:
6207         (gst_audio_convert_fill_compatible):
6208           use same sign for both channels when converting to/from compatible
6209           channel. Previously used different signs made the signals cancel
6210           each other out and appear like silence. (fixes #167269)
6211
6212 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6213
6214         * gst/ffmpegcolorspace/avcodec.h:
6215         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
6216         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
6217         (gst_ffmpegcsp_avpicture_fill):
6218         * gst/ffmpegcolorspace/imgconvert.c:
6219           Convert to and from YV12 (fixes #156379).
6220
6221 2005-02-12  Julien MOUTTE  <julien@moutte.net>
6222
6223         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
6224         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
6225         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
6226         (gst_ximagesink_expose), (gst_ximagesink_set_property),
6227         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
6228         methods from chain and negotiation and vice versa (Fixes #166142).
6229         * sys/ximage/ximagesink.h: Add stream_lock.
6230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
6231         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6232         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6233         (gst_xvimagesink_expose): Check for xcontext before trying to link.
6234
6235 2005-02-12  Tim-Philipp M??ller  <tim at centricular dot net>
6236
6237         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
6238           Don't send "Hey! You gave me a NULL pointer you naughty person" as
6239           error message when we can't open the DVD device (when dvdnav_open()
6240           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
6241           the above). Send something more useful instead (fixes #167117).
6242
6243 2005-02-11  Julien MOUTTE  <julien@moutte.net>
6244
6245         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
6246         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
6247         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
6248         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
6249         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
6250         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
6251         methods from chain and negotiation and vice versa (Fixes #166142).
6252         Fix a possible bug of images in the buffer pool being discarded because
6253         we are looking at the wrong geometry.
6254         * sys/xvimage/xvimagesink.h: Add stream_lock.
6255
6256 2005-02-11  David Schleef  <ds@schleef.org>
6257
6258         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
6259         unsigned int. (fixes #167128)
6260
6261 2005-02-11  David Schleef  <ds@schleef.org>
6262
6263         * gst/librfb/Makefile.am: Testing stuff before committing is
6264           for wimps... and people with fast machines.  Fix stupid
6265           mistake.
6266
6267 2005-02-11  David Schleef  <ds@schleef.org>
6268
6269         * configure.ac: Pull in librfb from my CVS tree, because it is
6270           too small and annoying to be separate.  Move rfbsrc plugin
6271           to gst/.
6272         * ext/Makefile.am:
6273         * ext/librfb/Makefile.am:
6274         * ext/librfb/gstrfbsrc.c:
6275         * gst/librfb/Makefile.am:
6276         * gst/librfb/gstrfbsrc.c:
6277         * gst/librfb/rfb.c:
6278         * gst/librfb/rfb.h:
6279         * gst/librfb/rfbbuffer.c:
6280         * gst/librfb/rfbbuffer.h:
6281         * gst/librfb/rfbbytestream.c:
6282         * gst/librfb/rfbbytestream.h:
6283         * gst/librfb/rfbcontext.h:
6284         * gst/librfb/rfbdecoder.c:
6285         * gst/librfb/rfbdecoder.h:
6286         * gst/librfb/rfbutil.h:
6287
6288 2005-02-10  Tim-Philipp M??ller  <tim at centricular dot net>
6289
6290         * gst/speed/Makefile.am:
6291         * gst/speed/demo-mp3.c: (main):
6292         * gst/speed/filter.func:
6293         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
6294         (speed_class_init), (speed_init), (speed_chain_int16),
6295         (speed_chain_float32), (speed_chain), (speed_set_property),
6296         (speed_get_property), (speed_change_state):
6297         * gst/speed/gstspeed.h:
6298           Fix speed element and make it chain-based (fixes #156467),
6299           and make it handle more than one channel.
6300
6301 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
6302
6303         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
6304         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
6305         (gst_dtsdec_chain), (gst_dtsdec_change_state):
6306         * ext/dts/gstdtsdec.h:
6307           Don't clobber the stack constructing the channels array.
6308           Make the element chain-based. DTS tracks can now be played.
6309           
6310 2005-02-09  Tim-Philipp M??ller  <tim at centricular dot net>
6311
6312         * gst-libs/gst/audio/multichannel.h:
6313         * gst-libs/gst/gconf/gconf.h:
6314         * gst-libs/gst/idct/idct.h:
6315         * gst-libs/gst/media-info/media-info-priv.h:
6316         * gst-libs/gst/play/play.h:
6317         * gst-libs/gst/resample/private.h:
6318         * gst-libs/gst/resample/resample.h:
6319         * gst-libs/gst/riff/riff-ids.h:
6320         * gst-libs/gst/video/video.h:
6321         * gst-libs/gst/video/videosink.h:
6322           Add G_BEGIN_DECLS and G_END_DECLS around headers where
6323           missing, so that they work when included from C++ code.
6324
6325 2005-02-09  David Schleef  <ds@schleef.org>
6326
6327         * testsuite/gst-lint: Check for non-statically scoped
6328           parent_class variables.  This won't be a problem once
6329           plugins are loaded with RTLD_LOCAL.
6330
6331 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6332
6333         * ext/mplex/gstmplexibitstream.cc:
6334           gcc madness.
6335
6336 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6337
6338         * ext/ogg/gstogmparse.c:
6339         * gst/debug/gstnavigationtest.c:
6340           Die, thou faulty symbol pollutors (non-static parent_class).
6341
6342 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6343
6344         * ext/mplex/gstmplexibitstream.cc:
6345           Fix event handling (#165525).
6346
6347 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6348
6349         * ext/mikmod/gstmikmod.c:
6350         * gst/modplug/gstmodplug.cc:
6351           Add missing endianness to template (fixes #165509).
6352
6353 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6354
6355         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
6356           Fix wrong order of reading of optional bytes (#165290).
6357
6358 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6359
6360         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6361           Implement FILLER event awareness.
6362
6363 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6364
6365         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
6366           Fix track calculations (#166208).
6367
6368 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6369
6370         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
6373         * ext/libpng/gstpngenc.c:
6374           Fix byte-order, use proper fixed caps. Fixes #164197.
6375
6376 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
6377
6378         * configure.ac:
6379           Add dvdlpcmdec 
6380
6381         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
6382         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
6383           Don't push buffers if the src pad isn't negotiated yet.
6384           
6385         * gst/audioconvert/gstaudioconvert.c:
6386         (gst_audio_convert_buffer_to_default_format),
6387         (gst_audio_convert_buffer_from_default_format):
6388           Add support for 24-bit width.
6389
6390         * gst/dvdlpcmdec/.cvsignore:
6391         * gst/dvdlpcmdec/Makefile.am:
6392         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
6393         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
6394         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
6395         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
6396         (plugin_init):
6397         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
6398           New decoder for rearranging DVD LPCM into our audio/x-raw-int
6399           format. Needs support for the channels maps if someone can find 
6400           a DVD LPCM track with > 2 channels.
6401
6402         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
6403         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
6404         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
6405         * gst/mpegstream/gstdvddemux.h:
6406         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6407         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
6408         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
6409         * gst/mpegstream/gstmpegdemux.h:
6410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
6411         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
6412         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
6413         (gst_mpeg_parse_handle_src_query),
6414         (gst_mpeg_parse_handle_src_event):
6415           Use audio/x-dvd-lpcm for LPCM output.
6416           Add DTS output.
6417
6418 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
6419
6420         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6421
6422         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
6423         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
6424           Add BGRA handling (#165736).
6425
6426 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
6427
6428         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6429
6430         * gst/law/alaw-decode.c: (alawdec_link):
6431         * gst/law/alaw-encode.c: (alawenc_link):
6432         * gst/law/mulaw-decode.c: (mulawdec_link):
6433         * gst/law/mulaw-encode.c: (mulawenc_link):
6434           Fix caps memleaks (#166600).
6435
6436 2005-02-08  Tim-Philipp M??ller  <tim at centricular dot net>
6437
6438         * ext/tarkin/mem.h:
6439         * ext/tarkin/wavelet.h:
6440         * ext/tarkin/yuv.h:
6441         * gst/ffmpegcolorspace/avcodec.h:
6442           Include "_stdint.h" instead of <stdint.h>. Fixes build on
6443           systems that don't have stdint.h, like Solaris9 (fixes #166631).
6444
6445 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6446
6447         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
6448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
6449         (gst_xvimagesink_change_state):
6450           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
6451           Xv video (and thereby regenerate Xv colourkey) in clear() so
6452           that PLAY -> READY -> PLAY works (fixes #162504).
6453
6454 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6455
6456         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
6457           Switch to list instead of range, since MJPEG-devices really just
6458           support decimations, not any size.
6459
6460 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6461         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
6462         (gst_mpeg2dec_reset), (free_all_buffers),
6463         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
6464         * ext/mpeg2dec/gstmpeg2dec.h:
6465           The libmpeg2 user-allocated buffer management is awkward, 
6466           to say the least. Hopefully this fixes things.
6467
6468 2005-02-04  Andy Wingo  <wingo@pobox.com>
6469
6470         * gst/audioconvert/bufferframesconvert.c
6471         (buffer_frames_convert_fixate): New function, fixates to 256
6472         frames per buffer by default. (Much better than 1.)
6473         (buffer_frames_convert_init): Set the fixate function for both src
6474         and sink pad.
6475         (buffer_frames_convert_link): After success setting nonfixed caps,
6476         get the negotiated caps so we can know how many buffer-frames it
6477         will be. No idea how this worked at all before.
6478
6479 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
6480
6481         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
6482         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
6483         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
6484         (handle_sequence), (handle_picture):
6485         * ext/mpeg2dec/gstmpeg2dec.h:
6486           Rearrange buffer tracking and refcounting and refactor
6487           a little for readability. 
6488
6489 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
6490         * sys/v4l/gstv4l.c: (plugin_init):
6491         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
6492         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
6493         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
6494         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
6495         * sys/v4l/gstv4ljpegsrc.h:
6496         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
6497         * sys/v4l/v4l_calls.h:
6498         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
6499         (gst_v4lsrc_get_fps):
6500         * sys/v4l/v4lsrc_calls.h:
6501           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
6502           you jpeg inside rgb frames" driver.
6503           Don't error in the v4lsrc link function, just return 
6504           REFUSED.
6505
6506 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6507
6508         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
6509         (gst_qcamsrc_open):
6510           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
6511
6512 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6513
6514         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6515           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
6516
6517 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6518
6519         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
6520           Reset negotiated state on PAUSED->READY.
6521
6522 2005-02-02  David Schleef  <ds@schleef.org>
6523
6524         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
6525         whereever possible.  (Fixes #165997)
6526         * examples/capsfilter/capsfilter1.c: (main):
6527         * examples/dynparams/filter.c: (create_ui):
6528         * examples/seeking/cdparanoia.c: (get_track_info), (main):
6529         * examples/seeking/chained.c: (main):
6530         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
6531         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
6532         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
6533         (make_mpeg_pipeline), (make_mpegnt_pipeline):
6534         * examples/seeking/spider_seek.c: (make_spider_pipeline):
6535         * examples/switch/switcher.c: (main):
6536         * ext/dv/demo-play.c: (main):
6537         * ext/faad/gstfaad.c: (gst_faad_change_state):
6538         * ext/mad/gstmad.c: (gst_mad_chain):
6539         * ext/smoothwave/demo-osssrc.c: (main):
6540         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
6541         (gst_gconf_render_bin_from_description),
6542         (gst_gconf_get_default_audio_sink),
6543         (gst_gconf_get_default_video_sink),
6544         (gst_gconf_get_default_audio_src),
6545         (gst_gconf_get_default_video_src),
6546         (gst_gconf_get_default_visualization_element):
6547         * gst/level/demo.c: (main):
6548         * gst/level/plot.c: (main):
6549         * gst/playback/gstplaybin.c: (gen_video_element),
6550         (gen_audio_element):
6551         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
6552         * gst/playondemand/demo-mp3.c: (setup_pipeline):
6553         * gst/sine/demo-dparams.c: (main):
6554         * gst/spectrum/demo-osssrc.c: (main):
6555         * gst/speed/demo-mp3.c: (main):
6556         * gst/volume/demo.c: (main):
6557         * testsuite/embed/embed.c: (main):
6558
6559 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6560
6561         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
6562         (gst_tcpclientsink_finalize):
6563         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
6564         (gst_tcpclientsrc_finalize):
6565         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
6566         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
6567         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
6568         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
6569           Don't leak the hostname when shutting down.
6570           In tcpserversrc, take a copy of the default hostname.
6571
6572 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6573
6574         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
6575           Set caps to systemstream=TRUE.
6576
6577 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6578
6579         * testsuite/Makefile.am:
6580           Fix more OSX buildbots.
6581
6582 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
6583
6584         * ext/mpeg2dec/gstmpeg2dec.c:
6585           Don't send things to NULL PAD_PEERs
6586
6587         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
6588           Copy-on-write the incoming buffer.
6589
6590         * gst/mpegstream/gstdvddemux.h:
6591         * gst/mpegstream/gstmpegclock.h:
6592         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
6593         (normal_seek), (gst_mpeg_demux_handle_src_event):
6594         * gst/mpegstream/gstmpegdemux.h:
6595         * gst/mpegstream/gstmpegpacketize.h:
6596         * gst/mpegstream/gstmpegparse.c:
6597         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
6598         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
6599         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
6600         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
6601         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
6602         * gst/mpegstream/gstmpegparse.h:
6603         * gst/mpegstream/gstrfc2250enc.h:
6604           Various changes to the way time is computed that make seeking and
6605           total time estimation much better here.
6606           Use G_BEGIN/END_DECLS instead of __cplusplus
6607
6608         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
6609           Use gst_buffer_stamp instead of only copying the TIMESTAMP
6610
6611 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6612
6613         * gst/subparse/gstsubparse.c:
6614           Fix OSX buildbot.
6615
6616 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6617
6618         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
6619         (theora_enc_chain), (theora_enc_change_state):
6620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
6621         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
6622         (gst_vorbisenc_change_state):
6623         * ext/vorbis/vorbisenc.h:
6624           Set granulepos and timestamp correctly for streams not
6625           starting at 0, taking into account the initial delay.
6626
6627 2005-01-31  Tim-Philipp M??ller  <tim at centricular dot net>
6628
6629         * gst/mpegstream/gstdvddemux.c:
6630           Add audio/x-dts to audio pad template caps
6631
6632 2005-01-30  David Schleef  <ds@schleef.org>
6633
6634         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
6635         (create_context), (gst_polypsink_link): Fix silly endianness
6636         bug.  Add some debugging.  Remove float from caps; it doesn't
6637         work.  Attempt to get remote audio working.
6638
6639 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6640
6641         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
6642           Add 3IV2 fourcc.
6643
6644 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6645
6646         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
6647         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
6648         (gst_avi_demux_stream_data):
6649         * gst/avi/gstavidemux.h:
6650           Invert DIB images. Fixes #132341.
6651
6652 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6653
6654         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6655         (gst_ffmpegcsp_chain):
6656           D'oh, reference the palette data, not the palette structure.
6657           Fixes color distortion in #132341.
6658
6659 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6660
6661         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
6662           PAR can be non-fixed when not provided as argument (#162626).
6663
6664 2005-01-29  David Moore  <dcm@acm.org>
6665
6666         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6667
6668         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
6669         (gst_qtdemux_loop_header):
6670           Re-apply patch from #142272 that allows non-seekable sources,
6671           re-proposed by Daniel Drake <dsd@gentoo.org>.
6672
6673 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6674
6675         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
6676           Use the src template for creating the src pad (#162330).
6677
6678 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6679
6680         * configure.ac:
6681         * ext/musepack/Makefile.am:
6682         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
6683         (gst_musepackdec_init), (gst_musepackdec_dispose),
6684         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
6685         (gst_musepack_stream_init), (gst_musepackdec_loop),
6686         (gst_musepackdec_change_state):
6687         * ext/musepack/gstmusepackdec.cpp:
6688         * ext/musepack/gstmusepackdec.h:
6689         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
6690         (gst_musepack_reader_read), (gst_musepack_reader_seek),
6691         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
6692         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
6693         * ext/musepack/gstmusepackreader.cpp:
6694         * ext/musepack/gstmusepackreader.h:
6695           Update to 1.1 API (#165446).
6696
6697 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6698
6699         * ext/Makefile.am:
6700           Unbreak buildbot.
6701
6702 2005-01-28  Andy Wingo  <wingo@pobox.com>
6703
6704         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
6705         to reflect a different dubious internet source. Add a reference
6706         and some commentary.
6707
6708 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6709
6710         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
6711         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
6712         * gst/playback/gststreamselector.h:
6713           Be more selective when we're redoing caps negotiation from
6714           within the chain function on a stream change.
6715
6716 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6717
6718         * configure.ac:
6719         * ext/Makefile.am:
6720         * ext/amrnb/Makefile.am:
6721         * ext/amrnb/amrnb.c: (plugin_init):
6722         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
6723         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
6724         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
6725         (gst_amrnbdec_state_change):
6726         * ext/amrnb/amrnbdec.h:
6727         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
6728         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
6729         (gst_amrnbparse_init), (gst_amrnbparse_formats),
6730         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
6731         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
6732         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
6733         * ext/amrnb/amrnbparse.h:
6734           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
6735         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6736           Add AMR-NB/-WB raw formats.
6737         * ext/alsa/gstalsa.c: (gst_alsa_link):
6738           Keep valid time when changing format.
6739         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6740         (qtdemux_parse_trak):
6741           Add some more format-specific options (#140141, #143555, #155163).
6742
6743 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6744
6745         * gst/matroska/matroska-demux.c:
6746         (gst_matroska_demux_parse_blockgroup):
6747           Fix logic error in timing of subtitle stream synchronization.
6748         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6749           Add skip-chunk, which is found in kodak-camera streams.
6750
6751 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6752
6753         * po/LINGUAS:
6754         * po/vi.po:
6755           Adding Vietnamese translation (submitted by Clytie Siddall)
6756
6757 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6758
6759         * gst/playback/gstdecodebin.c: (try_to_link_1):
6760           Use realpad for signal.
6761
6762 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6763
6764         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
6765           Fix category so decodebin picks it up.
6766
6767 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6768
6769         * ext/mad/Makefile.am:
6770         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
6771         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
6772         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
6773         (found_type), (gst_id3demux_bin_change_state):
6774         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
6775         (gst_id3_tag_init), (gst_id3_tag_handle_event),
6776         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6777         (gst_id3_tag_change_state), (plugin_init):
6778         * ext/mad/gstmad.h:
6779           Add id3demuxbin (which is a simple bin consisting of id3demux
6780           and typefind), take over rank from id3demux, remove typefind
6781           code from id3demux. Makes all broken mp3s that I know of work,
6782           and thereby fixes #152688.
6783
6784 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
6785
6786         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6787
6788         * ext/mad/gstmad.c: (gst_mad_src_event):
6789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
6790           Allow seeks on audio pad, make mad forward those (#164826).
6791         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
6792           Set duration (#165335).
6793
6794 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6795
6796         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
6797         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
6798         (gst_asf_demux_process_ext_content_desc),
6799         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
6800         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
6801         * gst/asfdemux/gstasfdemux.h:
6802           Improve metadata display, e.g. if the metadata comes before the
6803           streams are loaded (which is perfectly valid).
6804
6805 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6806
6807         * tools/gst-launch-ext-m.m:
6808           Fix AVI/ASF pipelines (#165340).
6809
6810 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
6811         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
6812         build failure on amd64
6813
6814 2005-01-26  Tim-Philipp M??ller  <tim at centricular dot net>
6815
6816         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
6817         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
6818           Check environment variables GST_ID3V2_TAG_ENCODING,
6819           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6820           list of character encodings to force interpretation of non-unicode
6821           strings stored in an ID3v2 tag to a particular encoding. If none
6822           is specified, try to use current locale's encoding, then fall back
6823           to ISO-8859-1 (which will always succeed). (Resolves #149274)
6824         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
6825         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
6826           Check environment variables GST_ID3V1_TAG_ENCODING,
6827           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
6828           list of character encodings to use in case a string encountered
6829           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
6830           specified, try to use the current locale's encoding, then fall
6831           back to ISO-8859-1 (which will always succeed).
6832
6833 2005-01-25  Benjamin Otte  <otte@gnome.org>
6834
6835         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
6836           - on half framerate, compute the rate in advance so the comparisons
6837             don't compare wrong values
6838           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
6839             behaviour
6840           - don't use mad_header_decode anymore, mad_frame_decode does that
6841             automatically
6842           - when getting rid of consumed bytes, reset the stream's skiplen
6843           (fixes #163867)
6844
6845 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6846
6847         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
6848           Use 1/2 a second for default max_discont, as PES streams from DVB
6849           seem to have larger spacings in the SCR. 
6850           Fix a typo.
6851
6852 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6853
6854         * gst/playback/gstplaybasebin.c: (group_commit):
6855           Notify delayed stream-info availability.
6856
6857 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
6858         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
6859         (gst_a52dec_handle_event), (gst_a52dec_chain):
6860         Add some debug output. Check that a discont has a valid
6861         time associated.
6862         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
6863         (gst_alsa_sink_loop):
6864         Ignore TAG events. A little extra debug for broken timestamps.
6865         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
6866         (dvdnavsrc_change_state):
6867         Ensure we send a discont to engage the link before we send any
6868         other events.
6869         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
6870         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
6871         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
6872         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
6873         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
6874         dvd://title works in totem because typefinding sends a seek that ends
6875         up going back to chapter 1 regardless.
6876         * ext/mpeg2dec/gstmpeg2dec.c:
6877         * ext/mpeg2dec/gstmpeg2dec.h:
6878         Output correct timestamps and handle disconts.
6879         * ext/ogg/gstoggdemux.c: (get_relative):
6880         Small guard against a null dereference.
6881         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
6882         (gst_textoverlay_set_property):
6883         Free memory when done. Don't call gst_event_filler_get_duration on
6884         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
6885         g_warning.
6886         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
6887         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
6888         (gst_sw_srclink), (gst_smoothwave_chain):
6889         Draw solid lines, prettier colours.
6890         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
6891         Add a default palette that'll work for some movies.
6892         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
6893         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
6894         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
6895         * gst/mpegstream/gstdvddemux.h:
6896         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
6897         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
6898         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
6899         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
6900         * gst/mpegstream/gstmpegparse.h:
6901         Use PTM/NAV events when for timestamp adjustment when connected to 
6902         dvdnavsrc. Don't use many discont events where one suffices.
6903         * gst/playback/gstplaybasebin.c: (group_destroy),
6904         (gen_preroll_element), (gst_play_base_bin_add_element):
6905         * gst/playback/gstplaybasebin.h:
6906         Make sure we remove subtitles from the same bin we put them in.
6907         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
6908         (gst_subparse_buffer_format_autodetect),
6909         (gst_subparse_change_state):
6910         Fix some memleaks and invalid accesses.
6911         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
6912         (oggskel_type_find), (cmml_type_find), (plugin_init):
6913         Some typefind functions for Annodex v3.0 files
6914         * gst/wavparse/gstwavparse.h:
6915         GstRiffReadClass is the correct parent class.
6916
6917 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6918
6919         * gst-libs/gst/riff/riff-media.c:
6920         (gst_riff_create_video_caps_with_data):
6921           Add extradata to huffyuv (fixes #165013).
6922         * gst-libs/gst/riff/riff-read.c:
6923         (gst_riff_read_strf_vids_with_data):
6924           Fix extradata extraction if it is in the chunk size.
6925
6926 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
6927
6928         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6929
6930         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
6931         (gst_quarktv_change_state), (gst_quarktv_dispose):
6932           Memory free'ing location fix (#164708).
6933
6934 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6935
6936         * gst/playback/gstplaybasebin.c: (group_commit),
6937         (gen_preroll_element), (probe_triggered), (gen_source_element),
6938         (setup_source), (gst_play_base_bin_change_state),
6939         (gst_play_base_bin_add_element):
6940           Don't block for streams.
6941         * gst/playback/gststreaminfo.c: (stream_info_change_state),
6942         (gst_stream_info_set_mute):
6943           Use gst_pad_set_active_recursive.
6944
6945 2005-01-25  Andy Wingo  <wingo@pobox.com>
6946
6947         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
6948         for #ifndef HAVE_XVIDEO.
6949
6950 2005-01-24  Jeffrey C. Ollie
6951
6952         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
6953
6954         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
6955         * ext/gsm/gstgsmdec.h:
6956         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
6957         * ext/gsm/gstgsmenc.h:
6958         Fix rate to 8kHz as per spec, removes obscure errors when no rate
6959         was given by property. Add proper buffer timestamps and offsets.
6960
6961 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6962
6963         * gst-libs/gst/riff/riff-media.c:
6964         (gst_riff_create_audio_caps_with_data):
6965           Audio can be <8000Hz.
6966
6967 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6968
6969         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
6970           Explicit state change to workaround refcount bugs.
6971
6972 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6973
6974         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
6975         (gst_avimux_riff_get_avi_header):
6976           Fix...
6977
6978 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6979
6980         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
6981         (gst_riff_read_element_data):
6982         * gst-libs/gst/riff/riff-read.h:
6983           Add _peek version (req'ed in CDXA).
6984         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
6985         (gst_cdxaparse_loop):
6986           Fix parsing in playbin.
6987         * gst/playback/gstdecodebin.c: (close_pad_link):
6988           Ignore current_ pads, they cause major annoyance.
6989
6990 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6991
6992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
6993           Safety guard.
6994
6995 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
6996
6997         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
6998           Fix padding...
6999
7000 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7001
7002         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
7003           Allow for 0-sized buffers. Fixes length query problems in
7004           starwars.mkv from the testsuite.
7005
7006 2005-01-19  Tim-Philipp M??ller  <tim at centricular dot net>
7007
7008         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
7009         (gst_video_box_i420), (gst_video_box_chain):
7010           Fix row strides for I420 (fixes #163159)
7011           
7012 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7013
7014         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
7015           MPEG2 has a useful rate property, so we can actually use that.
7016           For MPEG-1, continue using the bytes/time properties.
7017
7018 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7019
7020         * gst-libs/gst/riff/riff-media.c:
7021         (gst_riff_create_video_caps_with_data),
7022         (gst_riff_create_video_template_caps):
7023           Add intel-h263.
7024
7025 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7026
7027         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
7028           Fail if caps negotiation fails. Should fix #162184, and should
7029           definately be in there regardless of it fixing the actual bug.
7030         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
7031         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
7032         (gst_avimux_riff_get_avix_header),
7033         (gst_avimux_riff_get_video_header),
7034         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
7035         (gst_avimux_start_file), (gst_avimux_handle_event),
7036         (gst_avimux_change_state):
7037         * gst/avi/gstavimux.h:
7038           Refactor structure writing to use GST_WRITE_UINT macros, add
7039           metadata writing support.
7040
7041 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7042
7043         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
7044           Elements may already be destroyed when this function is called.
7045
7046 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7047
7048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7049         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
7050           More memory leak fixes (#149162).
7051
7052 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7053
7054         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
7055         (gst_qtdemux_add_stream):
7056           Fix two memleaks.
7057
7058 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7059
7060         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7061           Argh...
7062
7063 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7064
7065         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
7066           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
7067           when fixating to six channels in Totem.
7068
7069 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7070
7071         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
7072           Fix compile warnings on Solaris 10 buildbot
7073
7074 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7075
7076         * ext/dvdread/dvdreadsrc.c: (_read):
7077           Don't read beyond the last cell in a chapter (fixes 
7078           invalid memory access)
7079
7080 2005-01-17  Tim-Philipp M??ller  <tim at centricular dot net>
7081
7082         * ext/dvdread/stream_labels.c:
7083         (dvdreadsrc_get_audio_stream_labels):
7084           Use NULL for an empty GList instead of g_list_alloc(); fix 
7085           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
7086           of GString (easier to bulk free later)
7087
7088 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7089
7090         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7091
7092         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7093         (gst_ffmpeg_pixfmt_to_caps):
7094           Fix BGRA32 caps (#164209).
7095
7096 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
7097
7098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7099
7100         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7101         (gst_ffmpeg_caps_to_pixfmt):
7102           alpha_mask can be RGBA/ABGR. Fixes #164265.
7103
7104 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
7105
7106         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7107
7108         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
7109         (gst_mpeg2dec_alloc_buffer):
7110         * ext/mpeg2dec/gstmpeg2dec.h:
7111           Crop if decoding size is not the actual image size (#163676).
7112
7113 2005-01-17  Steve Baker  <steve@stevebaker.org>
7114
7115         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7116
7117         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
7118         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
7119           Add libsndfile typefind functions (#163309).
7120
7121 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7122
7123         * tools/gst-launch-ext-m.m:
7124           Add .aac, fix .m1v/.m2v (#163891).
7125
7126 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7127
7128         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
7129           Sanity check, don't wait endlessly since the clock might not
7130           actually run at this point (which is a deadlock). Fixes #164069.
7131
7132 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7133
7134         * gst/playback/gstplaybasebin.c: (probe_triggered):
7135           Of course, only pause if group is done...
7136
7137 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7138
7139         * gst/playback/gstplaybasebin.c: (probe_triggered):
7140           Thread safety.
7141
7142 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
7143
7144         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
7145           Don't return state change success when the parent
7146           failed.
7147
7148 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7149
7150         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
7151           Free events (fix memleak in #162905).
7152
7153 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
7154
7155         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7156
7157         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7158         (gst_ffmpeg_caps_to_pixfmt):
7159           Fix for depth = 15. Fixes #161675.
7160
7161 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7162
7163         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7164           Set FPS correctly, even for webcams and the like.
7165         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
7166           Don error on setting while capturing.
7167
7168 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7169
7170         * ext/dv/gstdvdec.c:
7171         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7172         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7173           I'm a bad boy. using /1001. to force C to do float division
7174           and not integer division (as it did in my last commit)
7175           Thanks to David I. Lehn for pointing this mistake.
7176
7177 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7178
7179         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
7180           Revert Johan??s 1.35->1.36 since it breaks compat.
7181
7182 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7183
7184         * ext/dv/gstdvdec.c:
7185         * ext/libfame/gstlibfame.c:
7186         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
7187         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
7188           replace framerate aproximations by their real value
7189           (24000/1001, 30000/1001, 60000/1001)
7190           Finish fixing bug #164049
7191
7192 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7193
7194         * ext/ogg/gstoggmux.c:
7195           eos/bos debugging
7196         * gst/tcp/gstmultifdsink.c:
7197         * gst/tcp/gstmultifdsink.h:
7198         * gst/tcp/gsttcp.c:
7199         * gst/tcp/gsttcp.h:
7200         * gst/tcp/gsttcpclientsink.c:
7201         * gst/tcp/gsttcpclientsrc.c:
7202         * gst/tcp/gsttcpserversink.c:
7203         * gst/tcp/gsttcpserversrc.c:
7204           improve reusability of elements after state changes and errors
7205           make multifdsink throw away streamheaders when receiving new ones
7206
7207 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7208
7209         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7210           Fix for if items are already in list...
7211
7212 2005-01-12  Benjamin Otte  <otte@gnome.org>
7213
7214         * gst/adder/gstadder.c: (gst_adder_loop):
7215           fix adder a bit so it doesn't screw up with events as much anymore
7216
7217 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
7218
7219         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
7220         (pixbufscale_scale), (gst_pixbufscale_chain):
7221         * ext/gdk_pixbuf/pixbufscale.h:
7222           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
7223           to ensure rowstrides are calculated the same way as 
7224           ffmpegcolorspace
7225           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
7226           that we pick up duration and offset also.
7227
7228 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7229
7230         * gst/avi/gstavimux.c: (gst_avimux_class_init),
7231         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
7232           Reusability fixes.
7233
7234 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7235
7236         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
7237         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
7238         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
7239         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
7240           Update flags when requested.
7241
7242 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7243
7244         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
7245           Fix dmix.
7246
7247 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7248
7249         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7250         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
7251         (probe_triggered), (new_decoded_pad), (gen_source_element),
7252         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
7253         * gst/playback/gstplaybasebin.h:
7254         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7255         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
7256         (gst_play_bin_change_state):
7257           Implement group-switch signal for use in apps to clear metadata
7258           cache, clean up subtitle, add suburi property instead of # hack,
7259           some error-out fixes.
7260
7261 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7262
7263         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
7264           Debug.
7265         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
7266           If we got a state change in the _get handler, don't return success.
7267
7268 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7269
7270         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
7271         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
7272           Make jpegdec quiet on MJPEG decoding
7273         * gst/asfdemux/README:
7274           Fix mimetypes for MJPEG and H263
7275
7276 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7277
7278         * ext/theora/theoradec.c: (theora_dec_chain):
7279           Fix broken code generation by gcc by swapping arguments.
7280         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7281           Fix \n in debug.
7282
7283 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7284
7285         * TODO:
7286           delete this file, it is by far outdated
7287         * ext/alsa/gstalsa.1: remove
7288         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
7289         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
7290         (gst_alsa_get_caps):
7291           Add HW probing for supported sample rates. Fixes #161704
7292
7293 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7294
7295         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7296           Don't crash, biatch! :).
7297
7298 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7299
7300         * ext/musepack/gstmusepackreader.cpp:
7301         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
7302           Some work on tags - still doesn't work in playbin...
7303         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7304           Handle events...
7305
7306 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7307
7308         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
7309           Also shove tags on kid pads.
7310
7311 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7312
7313         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
7314           Don't bail on unknown events.
7315         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
7316           Don't crash on events before negotiation.
7317         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
7318           Send tags on pads, too.
7319         * gst/playback/gststreamselector.c:
7320         (gst_stream_selector_request_new_pad):
7321           Forward events on first pad if no input was selected yet.
7322
7323 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7324
7325         * gst/playback/gstplaybasebin.c: (setup_substreams):
7326           Don't disable streamtype if the stream doesn't exist, since
7327           then playing a video after audio will disable both and nothing
7328           will happen. Fixes the testsuite.
7329
7330 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7331
7332         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
7333         (gst_v4l_xoverlay_set_xwindow_id):
7334         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
7335         (gst_v4l2_xoverlay_set_xwindow_id):
7336           Add debug categories, fix overlay disabling.
7337
7338 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7339
7340         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
7341         * ext/alsa/gstalsa.h:
7342           Add HW probing for period_count/size and buffer_size MIX/MAX
7343           Adjust default/user defined value if out of bounds
7344           Should fix bug #162024
7345
7346 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7347
7348         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
7349           Fix warning (#161191).
7350
7351 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7352
7353         * ext/dvdread/stream_labels.c:
7354         (dvdreadsrc_get_audio_stream_labels):
7355           Fix warning (init the good variable in switch default)
7356
7357 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
7358
7359         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7360
7361         * gst/tta/gstttaparse.c: (gst_tta_src_event):
7362           Fix gcc-2.95 compile (#163485).
7363
7364 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7365
7366         * configure.ac:
7367         * ext/flac/gstflacenc.c: (gst_flacenc_init),
7368         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
7369         (gst_flacenc_tell_callback), (gst_flacenc_chain),
7370         (gst_flacenc_change_state):
7371         * ext/flac/gstflacenc.h:
7372           Update for API change in flac-1.1.1. Update requirement in
7373           configure.ac. Fixes #162974.
7374
7375 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7376
7377         * gst/playback/gstplaybasebin.c: (group_destroy):
7378           Remove hack to get rid of assert and get rid of unlinked
7379           signals properly.
7380
7381 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7382
7383         * gst/playback/gstplaybasebin.c: (setup_source):
7384           Set source to NULL so that resources are free'ed. Fixes issues
7385           with playback of CDDA and similar device-accessing things.
7386
7387 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7388
7389         * testsuite/embed/Makefile.am:
7390           test->noinst, fix make test in buildbot.
7391
7392 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7393
7394         * ext/dvdread/stream_labels.c: new file
7395         * ext/dvdread/stream_labels.h: new file
7396         * ext/dvdread/Makefile.am:
7397         * ext/dvdread/dvdreadsrc.c: (_seek_title):
7398           Extract audio stream label from DVD IFO files.
7399           It only dump them on the console for now, still have to
7400           make playbin aware of them.
7401
7402 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7403
7404         * gst/playback/gstplaybasebin.c: (setup_source):
7405           Fix hanging subs.
7406
7407 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7408
7409         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7410         (gen_preroll_element), (remove_groups), (setup_subtitle),
7411         (gen_source_element), (setup_source):
7412         * gst/playback/gstplaybasebin.h:
7413           Multiple .sub files is just a stupid idea... Fix some threading
7414           mistakes. Interestingly, external .sub files cause playbin to
7415           hang, I don't know why... Parsing fixes contributed by Fran??ois
7416           Kooman <fkooman@tuxed.net>.
7417
7418 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7419
7420         * testsuite/embed/Makefile.am:
7421           Fix buildbot.
7422
7423 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7424
7425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7426
7427         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
7428         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
7429         (gst_pngenc_set_property):
7430         * ext/libpng/gstpngenc.h:
7431           Add compression level property (#163323).
7432
7433 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7434
7435         * configure.ac:
7436         * examples/capsfilter/capsfilter1.c: (main):
7437         * examples/seeking/spider_seek.c: (make_spider_pipeline):
7438         * ext/dvdread/Makefile.am:
7439         * ext/dvdread/demo-play:
7440         * ext/dvdread/demo-play.c:
7441         * gconf/gstreamer.schemas.in:
7442         * gst-libs/gst/gconf/gconf.c:
7443         * sys/v4l/TODO:
7444         * testsuite/Makefile.am:
7445         * testsuite/embed/Makefile.am:
7446         * testsuite/embed/embed.c: (cb_expose), (main):
7447           Remove all references to xvideosink, fix examples (#140845).
7448         * gst/playback/gstplaybasebin.c: (group_destroy):
7449           Apparently, disposal does not unlink - so do explicitely.
7450         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
7451           Add debug.
7452
7453 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
7454
7455         * README: fix PKG_CONFIG_PATH instructions, what was there
7456         previously was breaking default search path, not nice. 
7457         Fixes #163358
7458
7459 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7460
7461         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
7462         (gst_audioscale_chain):
7463           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
7464           when resampling - how the ^@$^!@^! is this possible?!?
7465
7466 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7467
7468         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
7469           Reset variables on READY.
7470         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
7471         (gst_matroska_mux_loop):
7472           Require data before writing header.
7473
7474 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
7475
7476         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7477
7478         * ext/mad/gstmad.c: (gst_mad_chain):
7479           Don't call mad_stream_sync() directly after recovering sync.
7480           Fixes #151661.
7481
7482 2005-01-09  Martin Eikermann  <meiker@upb.de>
7483
7484         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7485
7486         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
7487         (snapshot_handler), (gst_snapshot_sinkconnect),
7488         (gst_snapshot_chain):
7489           Allocate resources when required, fix recursive signal emission
7490           and fix caps. Fixes #161667.
7491
7492 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
7493
7494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7495
7496         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
7497         (gst_pngdec_chain):
7498           Handle only 8-bppc (bits-per-pixel-component) images, better
7499           error handling and correct strides. Fixes #163177.
7500         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
7501         (gst_pngenc_chain):
7502           Better error handling. Fixes #163348.
7503
7504 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7505
7506         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
7507         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
7508         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
7509         (dvdnavsrc_uri_handler_init):
7510           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
7511         * gst/playback/gstplaybasebin.c: (gen_source_element):
7512           Add MMS to streaming URIs.
7513
7514 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7515
7516         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7517         * sys/xvimage/xvimagesink.c:
7518         (gst_xvimagesink_navigation_send_event):
7519           Check for pad availability before sending event.
7520
7521 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7522
7523         * gst-plugins.spec.in:
7524           Add subparse.
7525
7526 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7527
7528         * configure.ac:
7529           Since we use functions from CVS, up requirement.
7530
7531 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7532
7533         * gst/playback/Makefile.am:
7534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7535         (group_destroy), (group_commit), (group_is_muted),
7536         (gen_preroll_element), (add_stream), (unknown_type),
7537         (probe_triggered), (preroll_unlinked), (mute_stream),
7538         (silence_stream), (new_decoded_pad), (setup_substreams),
7539         (setup_source), (get_active_source), (mute_group_type),
7540         (muted_group_change_state), (set_active_source),
7541         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7542         (play_base_eos), (gst_play_base_bin_change_state):
7543         * gst/playback/gstplaybasebin.h:
7544         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
7545         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
7546         (gst_stream_info_dispose), (stream_info_mute_pad),
7547         (stream_info_change_state), (gst_stream_info_set_mute):
7548         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
7549         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
7550         (gst_stream_selector_init), (gst_stream_selector_dispose),
7551         (gst_stream_selector_get_linked_pad),
7552         (gst_stream_selector_get_caps), (gst_stream_selector_link),
7553         (gst_stream_selector_get_linked_pads),
7554         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
7555         * gst/playback/gststreamselector.h:
7556           Adding stream selection support plus required properties for
7557           applications to use this. Fully fixes #100931.
7558
7559 2005-01-08  Benjamin Otte  <otte@gnome.org>
7560
7561         * gst/games/gstpuzzle.c: (nav_event_handler):
7562           - handle nav events differently: forward every event no matter if it
7563             was handled or not.
7564           - translate events
7565           You can now cheat by using navigationtest ! puzzle and moving the
7566           mouse close to the edge of a tile. ;)
7567
7568 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7569
7570         * configure.ac:
7571         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7572         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
7573         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
7574         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
7575         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
7576         (gst_ogm_parse_plugin_init):
7577         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
7578         (gst_textoverlay_link), (gst_textoverlay_getcaps),
7579         (gst_textoverlay_event), (gst_textoverlay_video_chain),
7580         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
7581         * ext/pango/gsttextoverlay.h:
7582         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
7583         (gst_matroska_demux_handle_seek_event),
7584         (gst_matroska_demux_sync_streams),
7585         (gst_matroska_demux_parse_blockgroup),
7586         (gst_matroska_demux_subtitle_caps),
7587         (gst_matroska_demux_plugin_init):
7588         * gst/matroska/matroska-ids.h:
7589         * gst/playback/gstdecodebin.c: (close_pad_link):
7590         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
7591         (gen_preroll_element), (remove_groups), (add_stream),
7592         (new_decoded_pad), (setup_subtitles), (gen_source_element),
7593         (setup_source):
7594         * gst/playback/gstplaybasebin.h:
7595         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
7596         * gst/subparse/Makefile.am:
7597         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
7598         (gst_subparse_base_init), (gst_subparse_class_init),
7599         (gst_subparse_init), (gst_subparse_formats),
7600         (gst_subparse_eventmask), (gst_subparse_event),
7601         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
7602         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
7603         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
7604         (parse_mpsub_deinit), (parse_mpsub_init),
7605         (gst_subparse_buffer_format_autodetect),
7606         (gst_subparse_format_autodetect), (gst_subparse_loop),
7607         (gst_subparse_change_state), (gst_subparse_type_find),
7608         (plugin_init):
7609         * gst/subparse/gstsubparse.h:
7610         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
7611         (plugin_init):
7612           Add subtitle support, .sub parser (supports SRT and MPsub),
7613           OGM text support, Matroska UTF-8 text support, deadlock fixes
7614           all over the place, subtitle awareness in decodebin/playbin
7615           and some fixes to textoverlay to handle subtitles in a stream
7616           correctly. Fixes #100931.
7617
7618 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7619
7620         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
7621           Check for pad availability before doing a query on it.
7622
7623 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7624
7625         * ext/dv/gstdvdec.c:
7626           really fix bpp24/32 dvdec caps (classic rgba indeed)
7627         * gst/asfdemux/gstasfdemux.c:
7628         (gst_asf_demux_process_ext_content_desc):
7629           don't send text tags if they are empty (bis repetita)
7630
7631 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7632
7633         * ext/dv/gstdvdec.c:
7634          remove unneeded comment from dvdec
7635           (related to DV 4CC codes in AVI files)
7636           moved them in gstreamer/docs/random/mimetypes
7637         * gst/asfdemux/gstasfdemux.c:
7638         (gst_asf_demux_process_ext_content_desc):
7639          don't send text tags if they are empty
7640          fix mem leak on error path
7641         * gst/ffmpegcolorspace/avcodec.h:
7642         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7643         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7644         (gst_ffmpegcsp_avpicture_fill):
7645         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
7646         * gst/ffmpegcolorspace/imgconvert_template.h:
7647          adds BGR32 and BGRA32 to ffmpegcolorspace
7648           (still bad colors, fixing it on next commit)
7649           helps with dvdec outputing BGR32
7650
7651 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7652
7653         * ext/dv/gstdvdec.c:
7654          Fix audio caps i just broke (missing ',')
7655         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
7656         (gst_matroska_mux_reset):
7657          Fix typo + add FIXME about old "x-gst-metadata" crap
7658
7659 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7660
7661         * ext/dv/demo-play.c: (main):
7662          xvideosink -> xvimagesink
7663         * ext/dv/gstdvdec.c:
7664          change rgb 32/32 caps to 24/32 (no alpha)
7665          change nb of channels to be a list (2 or 4, not 2)
7666          change sample rate to be a list (32, 44.1, 48 kHz) not a range
7667         * gst/asfdemux/gstasfdemux.c:
7668         (gst_asf_demux_process_ext_content_desc):
7669          Add 'date/year' to extracted metadata list
7670
7671 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7672
7673         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
7674           The return value of fixate_to does not imply that the requested
7675           value was set, so don't assume.
7676
7677 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
7678
7679         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7680
7681         * ext/libpng/gstpngdec.c:
7682         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
7683         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
7684         * ext/libpng/gstpngenc.h:
7685           Alpha support (encoder; #163161), mime fixage.
7686
7687 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
7688
7689         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7690
7691         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
7692         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
7693         (gst_faac_set_property), (gst_faac_get_property):
7694         * ext/faac/gstfaac.h:
7695           Allow for ADTS output (#153434).
7696
7697 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7698
7699         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
7700           Fix against template (#150576).
7701
7702 2005-01-06  Benjamin Otte  <otte@gnome.org>
7703
7704         * gst/games/gstpuzzle.c: (draw_puzzle):
7705           don't draw a puzzle if either width or height of tiles would be 0.
7706
7707 2005-01-06  Benjamin Otte  <otte@gnome.org>
7708
7709         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
7710         (gst_puzzle_class_init), (gst_puzzle_finalize):
7711           no memleaks, please
7712         (gst_puzzle_create), (gst_puzzle_init),
7713         (gst_puzzle_set_property), (gst_puzzle_setup):
7714           change initialization code around so we don't reshuffle on resize
7715         (draw_puzzle):
7716           fix another stupid typo
7717
7718 2005-01-06  Benjamin Otte  <otte@gnome.org>
7719
7720         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
7721           fix stupid typo that borked copying on YUY2
7722
7723 2005-01-06  Benjamin Otte  <otte@gnome.org>
7724
7725         * gst/games/gstpuzzle.c: (draw_puzzle):
7726           fix edges when image sizes aren't multiples of tile sizes
7727
7728 2005-01-06  Benjamin Otte  <otte@gnome.org>
7729
7730         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
7731           make RGB endianness work correctly
7732         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
7733           refactor and fix race with initial shuffling
7734         (nav_event_handler):
7735           allow using the mouse to puzzle
7736         (draw_puzzle):
7737           insist on tiles having width and height as multiples of 4 to get
7738           clean YUV image handling
7739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7740         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
7741           s/DEBUG/LOG/ for common messages
7742         (gst_xvimagesink_navigation_send_event):
7743           fix mouse event translation to not include screen PAR
7744         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
7745           fix mouse event translation to actually work
7746
7747 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7748
7749         * gst/asfdemux/gstasfdemux.c:
7750         (gst_asf_demux_process_ext_content_desc):
7751          Extract TrackNumber metadata + clean up code
7752         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
7753          Hope this is the good fix (var used unitialised)
7754
7755 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7756
7757         * ext/faad/gstfaad.c: (gst_faad_chain):
7758           Only increment timestamp if it's valid. Fixes raw AAC streams.
7759
7760 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7761
7762         * configure.ac:
7763         * gst/games/Makefile.am:
7764         * gst/games/gstpuzzle.c:
7765           add a puzzle game with...
7766         * gst/games/gstvideoimage.c:
7767         * gst/games/gstvideoimage.h:
7768           ... full colorspace support (that includes YUV9 and RGB16)) stolen
7769           from videotestsrc and made into something that would be a nice
7770           library for a lot of other plugins.
7771
7772 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7773
7774         * configure.ac:
7775          don't compile faad plugin if a RC of 2.0 is found
7776          Fixes #155346 (and FC1 buildbot)
7777         * gst/asfdemux/gstasfdemux.c:
7778         (gst_asf_demux_process_ext_content_desc):
7779          try to make Solaris compiler happier
7780
7781 2005-01-06  Paul Jack  <pjack@sfaf.org>
7782
7783         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7784
7785         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
7786           Fix segfault (#161667).
7787
7788 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7789
7790         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
7791           Fix framerate reporting.
7792
7793 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
7794
7795         * gst-libs/gst/riff/riff-ids.h:
7796         * gst/wavenc/riff.h:
7797          Add AMR (VBR and CBR) ids to riff.h audio codec list
7798         * gst/asfdemux/gstasfdemux.c:
7799         (gst_asf_demux_process_ext_content_desc),
7800         (gst_asf_demux_process_object):
7801           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
7802
7803 2005-01-05  Martin Eikermann  <meiker@upb.de>
7804
7805         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7806
7807         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
7808         (gst_dvd_demux_handle_discont):
7809         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
7810         (gst_mpeg_demux_handle_discont):
7811           Recreate pads on new-media (#160730).
7812         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
7813           Send discont even if manager changes timestamps (#161929).
7814
7815 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
7816
7817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7818
7819         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
7820           Fix invalid memory access (#159211).
7821
7822 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7823
7824         * examples/gstplay/player.c: (main):
7825           Don't iterate.
7826         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
7827           Add visualizations.
7828         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
7829         (gst_a52dec_handle_frame):
7830           Set duration.
7831         * ext/dvdnav/gst-dvd:
7832           Add audioconvert. Fixes #161325.
7833         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
7834           Explicitely case to gint64. Possible valgrind error.
7835         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
7836         (gst_play_tick_callback), (gst_play_change_state),
7837         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
7838         (gst_play_set_location), (gst_play_get_location),
7839         (gst_play_seek_to_time), (gst_play_set_data_src),
7840         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7841         (gst_play_set_visualization), (gst_play_connect_visualization),
7842         (gst_play_get_framerate), (gst_play_get_all_by_interface),
7843         (gst_play_new):
7844           Use playbin. Fixes #139749 and #147744.
7845         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
7846           Add genre tag.
7847         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
7848         (audioscale_get_type), (gst_audioscale_base_init),
7849         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
7850         (gst_audioscale_getcaps), (gst_audioscale_fixate),
7851         (gst_audioscale_link), (gst_audioscale_get_buffer),
7852         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
7853         (gst_audioscale_init), (gst_audioscale_dispose),
7854         (gst_audioscale_chain), (gst_audioscale_set_property),
7855         (gst_audioscale_get_property), (plugin_init):
7856           Indent properly.
7857         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7858           Fix LPCM.
7859         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
7860         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
7861         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
7862           Add more metadata (fixes #162656).
7863
7864 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7865
7866         * configure.ac:
7867           back to cvs
7868
7869 === release 0.8.7 ===
7870
7871 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7872
7873         * NEWS:
7874         * RELEASE:
7875         * configure.ac:
7876           releasing 0.8.7, "Hyperspace"
7877
7878 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7879
7880         patch by: Tim-Philipp M??ller  <t.i.m@zen.co.uk>
7881
7882         * gst/playback/gstplaybasebin.c:
7883          Fix for #162924 - free caps after use, not before
7884
7885 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
7886
7887         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7888
7889         * gst/playback/gstplaybasebin.c:
7890         * gst/wavparse/gstwavparse.c:
7891           Fix for #154773 - fixes playback of small .wav files
7892
7893 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7894
7895         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
7896
7897         * gst/audioscale/gstaudioscale.c:
7898           Fix for #162819 - make audioscale reusable
7899           Fixes playback of more than one file with playbin/totem
7900
7901 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7902
7903         * gst/ffmpegcolorspace/avcodec.h:
7904         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7905         * gst/ffmpegcolorspace/imgconvert.c:
7906           clean up the mess that made me cry and avoid needless duplication
7907
7908 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7909
7910         * gst/ffmpegcolorspace/imgconvert.c:
7911           give some indication of why we're segfaulting
7912
7913 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7914
7915         * configure.ac:
7916           Fix indentation, fix v4l2 plugin detection.
7917         * ext/Makefile.am:
7918           Fix libmms location (Maciej, use diff -u!).
7919         * ext/alsa/gstalsa.c: (gst_alsa_init):
7920           Initialize caps cache to NULL.
7921         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
7922           Only change state on audiosink if it exists.
7923
7924 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
7925
7926         * gst/matroska/matroska-demux.c:
7927         * gst/matroska/matroska-ids.h:
7928         * gst/matroska/matroska-demux.h:
7929         Fix Vorbis streams failing to decode in some files, where cluster_time
7930         isn't 0, because then it doesn't send codec_priv before actual data.
7931         Remove time-based test and replace it with marker set on beginning of
7932         new stream
7933
7934 2004-12-28  David Schleef  <ds@schleef.org>
7935
7936         Merge patch from Ronald fixing problems with streaming
7937         text.
7938         * ext/cairo/gstcairo.c: (plugin_init):
7939         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7940         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7941         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7942         (gst_textoverlay_font_init), (gst_textoverlay_init),
7943         (gst_textoverlay_set_property):
7944         * ext/cairo/gsttextoverlay.h:
7945
7946 2004-12-27  David Schleef  <ds@schleef.org>
7947
7948         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
7949         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
7950         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
7951         (gst_textoverlay_font_init), (gst_textoverlay_init),
7952         (gst_textoverlay_set_property): Improvements to actually
7953         render text as white on black outline on video, including
7954         font selection and horizontal/vertical alignment.  (Ronald's
7955         christmas present)
7956         * ext/cairo/gsttextoverlay.h:
7957
7958 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
7959
7960         * ext/ogg/gstogg.c:
7961         * ext/ogg/gstogmparse.c:
7962           fix ogm[audio/video]parse plugin registration
7963           (riff won't load if bytestream is already loaded)
7964
7965 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7966
7967         * gst/audioconvert/gstchannelmix.c:
7968           fix for GLIB < 2.4
7969
7970 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7971
7972         * Makefile.am:
7973         * configure.ac:
7974           disable docs again until it actually passes make distcheck.
7975
7976 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
7977
7978         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
7979         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
7980         (plugin_init):
7981           Add 3GP (variables name Q3GP because they can't start with a
7982           number). Add samr audio fourcc (used in .3gp files), decoder
7983           is work in progress. Also do a GST_WARNING instead of ERROR
7984           in case of unknown nodes, to decrease output.
7985
7986 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
7987
7988         * Makefile.am:
7989           really fix dist
7990
7991 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
7992
7993         * configure.ac:
7994         * ext/speex/gstspeexdec.h:
7995         * ext/speex/gstspeexenc.h:
7996           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
7997           Fix detection code in configure.ac
7998
7999 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8000
8001         * gst/matroska/matroska-demux.c:
8002         (gst_matroska_demux_parse_blockgroup):
8003           Save position, so that queries give proper return values. Don't
8004           know how this could ever have worked before...
8005
8006 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8007
8008         * configure.ac:
8009           Put additional LAME check inside the conditional.  Fixes #152339
8010
8011 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8012
8013         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8014         (gst_avi_demux_stream_scan):
8015           Add some more debug. Fix logic error when setting movi offset
8016           while reading index.
8017
8018 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8019
8020         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8021         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
8022         (gst_avi_demux_process_next_entry):
8023           Add some debugging. Better detection of broken indexes and the
8024           accompanying index recovery. No infinite loops on state changes
8025           when we're still in our loopfunction.
8026
8027 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8028
8029         * configure.ac:
8030           Fix up.
8031
8032 2004-12-22  Archana Shah  <archana.shah@wipro.com>
8033
8034         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
8035
8036         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
8037           Normalizing the value before setting
8038         (gst_sunaudiomixer_get_volume):
8039           Normalizing the value after getting. Fixes bug# 161980
8040
8041 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8042
8043         * Makefile.am: Make sure docs gets disted
8044         * docs/Makefile.am: Make sure all needed files get disted
8045         * gst-plugins.spec.in: latest updates
8046
8047 2004-12-22  Wim Taymans  <wim@fluendo.com>
8048
8049         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8050         Revert patch 1.38 as clock distribution over schedulers does
8051         not work correcly in the core yet.
8052
8053 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8054
8055         * sys/oss/README: remove this file, which predates my birth
8056           (and which content is by far outdated)
8057
8058 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
8059
8060         * Makefile.am:
8061         * configure.ac:
8062         * docs/Makefile.am:
8063         * docs/libs/Makefile.am:
8064         * docs/libs/gst-plugins-libs-docs.sgml:
8065         * docs/libs/gst-plugins-libs-sections.txt:
8066         * docs/libs/tmpl/gstgconf.sgml:
8067         * docs/upload.mak:
8068         * docs/version.entities.in:
8069           Added boilerplate gtk-doc files for plugin-libs documentation.
8070
8071 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8072
8073         * gst/auparse/gstauparse.c: fix int and float audio caps
8074
8075 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8076
8077         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
8078         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
8079           g_assert() can be a macro, don't use #ifdef inside it.
8080
8081 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
8082
8083         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8084
8085         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
8086         (gst_videorate_init), (gst_videorate_chain),
8087         (gst_videorate_change_state):
8088           Event handling (fixes #159986).
8089
8090 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8091
8092         * gst-libs/gst/riff/riff-media.c:
8093         (gst_riff_create_video_caps_with_data):
8094           Add BLZ0 (Blizzard's version of DivX) fourcc.
8095
8096 2004-12-18  David Schleef  <ds@schleef.org>
8097
8098         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
8099         portability fix.
8100
8101 2004-12-18  David Schleef  <ds@schleef.org>
8102
8103         * gst/tta/ttadec.h: Disable some header code that isn't used
8104         and clearly isn't portable.
8105
8106 2004-12-18  David Schleef  <ds@schleef.org>
8107
8108         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
8109         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
8110         (avcodec_get_pix_fmt), (avpicture_layout),
8111         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
8112         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
8113         Fix code to not use GCC extensions (and c99 extensions that
8114         Forte does not like.)
8115
8116 2004-12-19  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
8117
8118         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8119
8120         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
8121         (gst_deinterlace_chain):
8122           Rowstride fixes. Fixes #161039.
8123         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
8124         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
8125         (gst_video_crop_getcaps), (gst_video_crop_link),
8126         (gst_video_crop_i420), (gst_video_crop_chain),
8127         (gst_video_crop_change_state):
8128           Rework of negotiation. Actually works now. Fixes #158650.
8129
8130 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8131
8132         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
8133           That was very stupid.
8134
8135 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8136
8137         * gst/matroska/matroska-demux.c:
8138         (gst_matroska_demux_parse_blockgroup):
8139           Fix possible crasher.
8140
8141 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8142
8143         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
8144         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
8145           Lace sizes can be zero.
8146
8147 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8148
8149         * ext/musepack/gstmusepackdec.cpp:
8150           Fetch error return values. Fixes #161624.
8151         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
8152           Really EOS.
8153
8154 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8155
8156         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
8157           Work for truncated (unfinished download etc.) files. Fixes #160514.
8158
8159 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8160
8161         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
8162           Fix for integer overflow. Makes #156001 not crash. Probably masks
8163           the real bug.
8164
8165 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8166
8167         * gst/ac3parse/gstac3parse.c: (plugin_init):
8168           Parsers never have ranks. Fixes #159651.
8169
8170 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8171
8172         * gst/playback/gstdecodebin.c: (compare_ranks):
8173           make sure the facotries are ordered the same every time even if they
8174           have the same rank by using the name
8175         * gst/playback/gstdecodebin.c: (find_compatibles):
8176           make sure we don't add factories to the list twice
8177
8178 2004-12-16  David Schleef  <ds@schleef.org>
8179
8180         * configure.ac: look for musepack headers as musepack/*.h
8181         (fixes #159847)
8182         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
8183         * ext/musepack/gstmusepackreader.h: same
8184
8185 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8186
8187         * gst-libs/gst/riff/riff-read.c:
8188         (gst_riff_read_strf_auds_with_data):
8189           Read extradata correctly (fixes #155879).
8190
8191 2004-12-16  David Schleef  <ds@schleef.org>
8192
8193         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
8194         audio.  does _not_ attempt or allow conversion unless channels
8195         is 1 or 2.
8196
8197 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8198
8199         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
8200
8201 2004-12-16  David Schleef  <ds@schleef.org>
8202
8203         * gst/audioscale/gstaudioscale.c: the resample library only
8204         handles 1 or 2 channels.  Change caps to compensate.
8205
8206 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8207
8208         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
8209         (gst_matroska_demux_audio_caps):
8210           Some MPEG-AAC hacks, because else it doesn't work...
8211
8212 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8213
8214         * gst-libs/gst/riff/riff-media.c:
8215         (gst_riff_create_video_caps_with_data),
8216         (gst_riff_create_video_template_caps):
8217           Add h264.
8218
8219 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8220
8221         * gst-libs/gst/audio/Makefile.am:
8222           Try to fix buildbot.
8223
8224 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8225
8226         * gst/tcp/gstmultifdsink.c:
8227           Clean up and uniformize debugging.
8228
8229 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
8230
8231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8232
8233         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
8234         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
8235         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
8236         (gst_mpeg_demux_change_state):
8237           Reset on ready. Fixes 160276.
8238
8239 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8240
8241         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8242
8243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8244         (gst_ffmpegcsp_pad_link):
8245           Fix memleak (#154815).
8246
8247 2004-12-16  James Bowes  <bowes@cs.dal.ca>
8248
8249         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8250
8251         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
8252         (gst_musicbrainz_init), (gst_musicbrainz_chain),
8253         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
8254         * ext/musicbrainz/gsttrm.h:
8255           Add support for using a proxy server when getting a trm id from
8256           the MusicBrainz database (#149613).
8257
8258 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
8259
8260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8261
8262         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
8263         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
8264           Fix memleaks (#157233).
8265
8266 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
8267
8268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8269
8270         * gst-libs/gst/resample/resample.c: (gst_resample_close):
8271         * gst-libs/gst/resample/resample.h:
8272         * gst/audioscale/gstaudioscale.c:
8273           Fix memleak (#159215).
8274
8275 2004-12-16  Toni Willberg  <toniw@iki.fi>
8276
8277         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8278
8279         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
8280         * sys/oss/oss_probe.c: (main):
8281           Check for mono/stereo support (similar to samplerate probing),
8282           fixes #159433. Also add missing copyright header to oss_probe.c.
8283
8284 2004-12-15  David Schleef  <ds@schleef.org>
8285
8286         * configure.ac: add audioresample and cairo plugins.  Remove
8287         HAVE_MMX stuff, because it's not used.
8288         * ext/Makefile.am: same
8289         * ext/audioresample/Makefile.am: You are not ready for an
8290         audio resampling element based on audioresample.
8291         * ext/audioresample/gstaudioresample.c:
8292         * ext/audioresample/gstaudioresample.h:
8293         * ext/cairo/Makefile.am: You are not ready for overlay elements
8294         based on cairo.  Don't look too closely, these elements kinda
8295         suck right now.
8296         * ext/cairo/gstcairo.c: new
8297         * ext/cairo/gsttextoverlay.c: new
8298         * ext/cairo/gsttextoverlay.h: new
8299         * ext/cairo/gsttimeoverlay.c: new
8300         * ext/cairo/gsttimeoverlay.h: new
8301         * gst-libs/gst/media-info/media-info-priv.h: fix compile
8302         problem with compilers that don't support variadic macros.
8303
8304 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
8305
8306         Reviewed by:  David Schleef  <ds@schleef.org>
8307
8308         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
8309         Bala, registering sunaudiosrc (oops!), and cleaning up code a
8310         bit.  Also ran indent-gst.
8311         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
8312         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
8313         (gst_sunaudiosrc_setparams):
8314
8315 2004-12-14  David Schleef  <ds@schleef.org>
8316
8317         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
8318         output rate to 16000.  Should fix #160235.
8319
8320 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8321
8322         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
8323         Add typefinding for mpeg2 pes streams
8324
8325 2004-12-13  David Schleef  <ds@schleef.org>
8326
8327         * configure.ac:  Applied patch from bug #143659, making default
8328         sources and sinks OS-dependent (for Solaris), and added code
8329         for OS/X.
8330         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
8331
8332 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8333
8334         * gst-libs/gst/riff/riff-media.c:
8335           forgot to add h2.64 to avidemux template caps
8336
8337 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8338
8339         * gst/wavenc/riff.h:
8340         * gst-libs/gst/riff/riff-media.c:
8341         * gst-libs/gst/riff/riff-ids.h:
8342         * gst/avi/gstavimux.c
8343         add 4CC code for VideoSoft h264 in AVI (VSSH)
8344           fixes bug #160655
8345         remove s323 from riff, it's quicktime specific :(
8346
8347 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8348
8349         * gst/asfdemux/README
8350         * gst/wavenc/riff.h
8351         * gst-libs/gst/riff/riff-ids.h
8352         * gst-libs/gst/riff/riff-media.c
8353         * gst/qtdemux/qtdemux.c:
8354           add new 4CC codes for h263 related codecs
8355           fixes partially bug #155163
8356
8357 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
8358
8359         * configure.ac: Update polyaudio requirement to 0.7
8360         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
8361
8362 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8363
8364         * gst/interleave/deinterleave.c:
8365         fix my name's spelling! :)
8366
8367 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
8368
8369         * AUTHORS ChangeLog
8370         * gst/auparse/gstauparse.c
8371         * gst/interleave/deinterleave.c
8372         * gst/law/:
8373                 alaw-decode.c alaw-encode.c
8374                 mulaw-decode.c mulaw-encode.c
8375         * gst/oneton/gstoneton.c
8376         * sys/osxaudio/:
8377                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
8378         * sys/osxvideo/:
8379                 cocoawindow.h cocoawindow.m
8380                 osxvideosink.h osxvideosink.m
8381
8382         put the same mail address for Zaheer Abbas Merali everywhere
8383
8384 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8385
8386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
8387           Align by packetsize, and assert that we a packet available before
8388           playing. The first makes webstreams work (they often include
8389           trailing padding data in a packet), the second allows pausing a
8390           ASF stream in totem without getting demux errors afterwards.
8391
8392 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8393
8394         * ext/ogg/gstoggdemux.c: (get_relative):
8395           Check for non-NULL before accessing member (end-of-chain).
8396
8397 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8398
8399         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
8400         (cdparanoia_set_property), (cdparanoia_get_property):
8401         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
8402         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
8403         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
8404         (dvdreadsrc_init), (dvdreadsrc_set_property),
8405         (dvdreadsrc_get_property):
8406         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
8407         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
8408           Synchronize property names where not yet the case. Devices are
8409           now device=X, other versions are deprecated (but still exist).
8410           Also use g_free() unconditionally.
8411         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8412         (setup_source), (gst_play_base_bin_get_property):
8413           Expose source.
8414
8415 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8416
8417         * configure.ac: move GCONF macro outside conditional for the am
8418           conditional. Fixes #160439
8419
8420 2004-12-08  David Schleef  <ds@schleef.org>
8421
8422         * tools/gst-visualise-m.m: Switch to elements that currently
8423         exist.
8424
8425 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8426
8427         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
8428           We love wrong commas.
8429
8430 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8431
8432         * gst/matroska/matroska-demux.c:
8433         (gst_matroska_demux_handle_src_query):
8434           Don't set DEFAULT, unsupported - makes length display incorrectly
8435           in some cases.
8436
8437 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8438
8439         * gst/monoscope/README: remove blurb about files being GPL
8440         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
8441         * gst/monoscope/monoscope.c: Change license to BSD with explanation
8442           monoscope is now effectively LGPL licensed
8443
8444 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
8445
8446         * gst/monoscope/README: Update information to be more correct
8447         * gst/monoscope/convolve.c: Relicense to LGPL
8448         * gst/monoscope/convolve.h: Relicense to LGPL
8449
8450 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
8451
8452         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8453           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
8454         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
8455           set default_duration for mpeg1 audio
8456
8457 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8458
8459         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
8460         * ext/alsa/gstalsa.h:
8461           refactor big chunks of the core caps negotiation code to make it
8462           a lot faster, because people claim it's really slow
8463           (actually, just cache the getcaps when the device is opened)
8464
8465 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8466
8467         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
8468         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
8469         (gst_a52dec_handle_frame), (gst_a52dec_chain),
8470         (gst_a52dec_change_state), (plugin_init):
8471         * ext/a52dec/gsta52dec.h:
8472           Do something useful with timestamps. Make chain-based (since
8473           there's really no reason to be loopbased).
8474         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
8475           Update current_byte/frame correctly.
8476
8477 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8478
8479         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
8480         (gst_ape_demux_stream_init):
8481           Forward tags, too.
8482
8483 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8484
8485         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
8486           Let's make sure we're done typefinding when detecting tags.
8487
8488 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8489
8490         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
8491         (gst_ebml_read_init), (gst_ebml_read_use_event),
8492         (gst_ebml_read_element_id), (gst_ebml_peek_id),
8493         (gst_ebml_read_seek), (gst_ebml_read_skip),
8494         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
8495         (gst_ebml_read_master):
8496         * gst/matroska/ebml-read.h:
8497         * gst/matroska/matroska-demux.c:
8498         (gst_matroska_demux_parse_contents),
8499         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
8500           Disgustingly evil hack for working around INTERRUPT events and
8501           their extremely annoying habit of being a pain in the ass. We
8502           simply peek a cluster before reading any of it.
8503
8504 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8505
8506         * ext/musepack/gstmusepackdec.cpp:
8507           There's also floating point libmusepacks.
8508
8509 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8510
8511         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
8512         (gst_faad_chanpos_to_gst), (gst_faad_chain):
8513           Set DURATION even if source buffer didn't. Also use increasing
8514           timestamps.
8515         * gst-libs/gst/riff/riff-media.c:
8516         (gst_riff_create_audio_caps_with_data):
8517           Block_align can have larger values than 8192.
8518
8519 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8520
8521         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
8522         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
8523         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
8524         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
8525           Fix caps.
8526
8527 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8528
8529         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
8530           Fix logic bug.
8531
8532 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8533
8534         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
8535           Yay, another one.
8536
8537 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8538
8539         * ext/esd/esdsink.c: (gst_esdsink_chain):
8540           Make error actually say something useful (fixes #156798).
8541         * gst-libs/gst/riff/riff-media.c:
8542         (gst_riff_create_video_caps_with_data),
8543         (gst_riff_create_video_template_caps):
8544           Add Intel Video 5.0 fourcc (IV50).
8545
8546 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
8547
8548         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
8549         detection on mono and stereo mp3 files.
8550
8551 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8552
8553         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
8554           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
8555           the contained stream).
8556
8557 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8558
8559         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
8560           Oops, remove debug.
8561
8562 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8563
8564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8565
8566         * gst/law/alaw-decode.c: (alawdec_getcaps):
8567         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
8568           Prevent warnings when negotiating caps (fixes #159338).
8569
8570 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8571
8572         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8573         (gst_ffmpegcsp_chain):
8574           Remove old leftover that shouldn't be there...
8575
8576 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
8577
8578         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8579
8580         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
8581           Don't forward DISCONT events (fixes #159684).
8582
8583 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8584
8585         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
8586           Unlink manually since sometimes bin disposal (and therefore
8587           pad unlinking) is delayed, which will cause a new media file
8588           to not be able to start playing instantly.
8589
8590 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8591
8592         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
8593           On mute of an unlinked stream, check for pad availability so
8594           we don't crash on unlinked pad.
8595
8596 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8597
8598         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
8599         (gst_avi_demux_massage_index):
8600           Fix quite humiliating bug in omitting 0-sized index chunks but
8601           forgetting to count them for timestamps.
8602
8603 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8604
8605         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8606           Actually leave the loop if we failed to sync. Don't crash.
8607
8608 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8609
8610         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
8611         (gst_dvd_demux_process_private):
8612         * gst/mpegstream/gstdvddemux.h:
8613           Fix crash (#159759). Doesn't work, though. :-(.
8614
8615 2004-11-28  Benjamin Otte  <otte@gnome.org>
8616
8617         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8618           more overwriting protection due to modifying channels one by one
8619           instead of all at once
8620
8621 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8622
8623         * gst/audioconvert/gstchannelmix.c:
8624         (gst_audio_convert_fill_normalize):
8625           Normalize using absolute values.
8626
8627 2004-11-28  Julien MOUTTE  <julien@moutte.net>
8628
8629         * configure.ac:
8630         * ext/Makefile.am:
8631         * ext/directfb/Makefile.am:
8632         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
8633         (gst_directfbvideosink_get_pixel_format),
8634         (gst_directfbvideosink_get_format_from_fourcc),
8635         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
8636         (gst_directfbvideosink_sink_link),
8637         (gst_directfbvideosink_change_state),
8638         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
8639         (gst_directfbvideosink_buffer_alloc),
8640         (gst_directfbvideosink_interface_supported),
8641         (gst_directfbvideosink_interface_init),
8642         (gst_directfbvideosink_navigation_send_event),
8643         (gst_directfbvideosink_navigation_init),
8644         (gst_directfbvideosink_set_property),
8645         (gst_directfbvideosink_get_property),
8646         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
8647         (gst_directfbvideosink_base_init),
8648         (gst_directfbvideosink_class_init),
8649         (gst_directfbvideosink_get_type), (plugin_init):
8650         * ext/directfb/directfbvideosink.h: Adding a first version of
8651         directfbvideosink.
8652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
8653         more.
8654
8655 2004-11-28  Benjamin Otte  <otte@gnome.org>
8656
8657         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
8658           walk the samples backwards if out_channels > in_channels so we don't
8659           overwrite data
8660
8661 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8662
8663         * gst/audioconvert/Makefile.am:
8664         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
8665         (gst_audio_convert_link), (gst_audio_convert_change_state),
8666         (gst_audio_convert_channels):
8667         * gst/audioconvert/gstchannelmix.c:
8668         (gst_audio_convert_unset_matrix),
8669         (gst_audio_convert_fill_identical),
8670         (gst_audio_convert_fill_compatible),
8671         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
8672         (gst_audio_convert_fill_others),
8673         (gst_audio_convert_fill_normalize),
8674         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
8675         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
8676         * gst/audioconvert/gstchannelmix.h:
8677           Implement a channel mixer.
8678
8679 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
8680
8681         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
8682         * ext/alsa/gstalsa.h:
8683         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
8684         Make alsasink actually honor gst_element_set_clock and use that
8685         clock instead of its internal one.
8686
8687 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8688
8689         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
8690         (gst_play_base_bin_change_state): nullify source and decoder when
8691         going from READY to NULL so that we don't try to do weird stuff with
8692         them when going from NULL to READY
8693         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
8694         instead of g_object_unref
8695         (gen_video_element), (gen_audio_element): more refcounting fixes, now
8696         it should be correct
8697         (gst_play_bin_change_state): don't call remove_sinks if we are
8698         currently disposing the object
8699
8700 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8701
8702         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
8703           Don't forget bass if it's there. Else left channel is silent...
8704
8705 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8706
8707         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
8708         (gst_a52dec_change_state):
8709           Don't do sample adjusting anymore, we use float audio now.
8710         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
8711           Don't fixate to non-existing properties.
8712
8713 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8714
8715         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
8716         (gst_a52dec_change_state):
8717           Advertise that we can do surround sound.
8718
8719 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8720
8721         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
8722           Add buffer-frames=0.
8723         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
8724         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
8725         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
8726         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
8727         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
8728         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
8729         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
8730         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
8731         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
8732         * ext/dvdread/dvdreadsrc.h:
8733           Add seeking, querying for bytes, sectors, title, angle and
8734           chapter. Handle multiple chapters. Relicense to LGPL because
8735           Billy agreed on that (thanks Billy!).
8736
8737 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
8738
8739         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
8740         call parent dispose method
8741
8742 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
8743
8744         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
8745         (gst_audio_clock_get_internal_time):
8746         Fix active <-> inactive transitions: ensure time value always
8747         grows and avoid abrupt value changes.
8748
8749 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
8750
8751         * configure.ac:
8752         * gst/tta/Makefile.am:
8753         * gst/tta/crc32.h:
8754         * gst/tta/filters.h:
8755         * gst/tta/gsttta.c:
8756         * gst/tta/gstttadec.c:
8757         * gst/tta/gstttadec.h:
8758         * gst/tta/gstttaparse.c:
8759         * gst/tta/gstttaparse.h:
8760         * gst/tta/ttadec.h:
8761           added TTA parser and decoder
8762
8763 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8764
8765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
8766         (probe_triggered), (check_queue), (buffer_underrun),
8767         (buffer_running), (buffer_overrun), (gen_source_element),
8768         (setup_source):
8769         * gst/playback/gstplaybasebin.h:
8770           Implement buffering. Needs some more work.
8771
8772 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8773
8774         * ext/theora/theoradec.c: (theora_dec_chain):
8775           Fix ilog mask range overflow.
8776
8777 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8778
8779         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8780           Don't omit the last (which in case of dmix is the only :) )
8781           channel count. Don't set channels if <= 2.
8782
8783 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
8784
8785         * gst/playback/gstplaybin.c: (gen_video_element),
8786         (gen_audio_element): Removed 2 obsolete comments
8787
8788 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
8789
8790         * ext/vorbis/oggvorbisenc.c
8791         * ext/vorbis/vorbisenc.c :
8792           change description fields of those plugins to differentiate them
8793           (pitivi show Encoders by description, they had the same one)
8794
8795 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
8796
8797         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8798
8799         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8800         (gst_play_bin_set_property), (gen_video_element),
8801         (gen_audio_element):
8802           Refcounting fixes for provided audio-/videosinks.
8803
8804 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8805
8806         * gst/playback/gstplaybin.c: (gen_video_element),
8807         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
8808           Don't reference all sinks, but only the video- and audiosinks.
8809           The vis. element should be disposed when we're done with it.
8810           We don't have any reason to keep it around. This fixes warnings
8811           when reusing playbin for playing multiple audio files with
8812           vis. enabled. Also release audio device on pause - idea stolen
8813           from Rhythmbox.
8814
8815 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8816
8817         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
8818         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
8819         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
8820         * ext/alsa/gstalsaplugin.c: (plugin_init):
8821         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
8822         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
8823         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
8824         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
8825         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
8826         (gst_faad_change_state), (plugin_init):
8827         * ext/faad/gstfaad.h:
8828         * ext/vorbis/vorbis.c: (plugin_init):
8829         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8830         * gst-libs/gst/audio/Makefile.am:
8831         * gst-libs/gst/audio/audio.c: (plugin_init):
8832         * gst-libs/gst/audio/multichannel.c:
8833         (gst_audio_check_channel_positions),
8834         (gst_audio_get_channel_positions),
8835         (gst_audio_set_channel_positions),
8836         (gst_audio_set_structure_channel_positions_list),
8837         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
8838         (gst_audio_fixate_channel_positions):
8839         * gst-libs/gst/audio/multichannel.h:
8840         * gst-libs/gst/audio/testchannels.c: (main):
8841         * gst/audioconvert/gstaudioconvert.c:
8842         (gst_audio_convert_class_init), (gst_audio_convert_init),
8843         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
8844         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
8845         (gst_audio_convert_fixate), (gst_audio_convert_channels):
8846         * gst/audioconvert/plugin.c: (plugin_init):
8847           Surround sound support.
8848
8849 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8850
8851         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
8852           Fix position for discont if we're close as well. Nitpicking, but
8853           saves a few milliseconds of extra waiting or skipping.
8854
8855 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8856
8857         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
8858           We sometimes need parsers for playback, so add those too.
8859
8860 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8861
8862         * configure.ac:
8863         * gst/apetag/Makefile.am:
8864         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
8865         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
8866         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
8867         (gst_ape_demux_get_src_query_types),
8868         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
8869         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
8870         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
8871         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
8872         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
8873         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
8874         (gst_ape_demux_change_state):
8875         * gst/apetag/apedemux.h:
8876         * gst/apetag/apetag.c: (plugin_init):
8877         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
8878         (plugin_init):
8879           APE v1/2 tag reader plus typefind function.
8880
8881 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8882
8883         * configure.ac:
8884         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
8885         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8886           Remove hacks for older core. Require newer core version
8887           accordingly.
8888
8889 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
8890
8891         * gst/cdxaparse/Makefile.am:
8892         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
8893         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
8894         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
8895         * gst/cdxaparse/gstcdxaparse.h:
8896         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
8897         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
8898         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
8899         (gst_cdxastrip_get_src_query_types),
8900         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
8901         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
8902         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
8903         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
8904         * gst/cdxaparse/gstcdxastrip.h:
8905           SVCD/VCD header stripping separated from CDXA image parsing.
8906         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
8907         (plugin_init):
8908           Add VCD/SVCD header typefinding for VCD/SVCD.
8909         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
8910         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
8911         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
8912         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
8913         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
8914         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
8915         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
8916         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
8917         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
8918         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
8919         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
8920         * sys/vcd/vcdsrc.h:
8921           Fix up, add seeking, querying, URI interface. Works in totem now.
8922
8923 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8924
8925         * configure.ac:
8926           back to CVS
8927
8928 === release 0.8.6 ===
8929
8930 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8931
8932         * NEWS:
8933         * RELEASE:
8934         * configure.ac:
8935         * po/af.po:
8936         * po/az.po:
8937         * po/cs.po:
8938         * po/en_GB.po:
8939         * po/hu.po:
8940         * po/it.po:
8941         * po/nb.po:
8942         * po/nl.po:
8943         * po/or.po:
8944         * po/sq.po:
8945         * po/sr.po:
8946         * po/sv.po:
8947         * po/uk.po:
8948           releasing 0.8.6, "IOU Love"
8949
8950 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8951
8952         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8953
8954         * gst/playback/gstplaybasebin.c:
8955           Fix unplayable files error handling.  Fixes #158365
8956
8957 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8960
8961         * gst/typefind/gsttypefindfunctions.c:
8962           Fix broken mp3 typefinding.  Fixes #158375
8963
8964 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8965
8966         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
8967
8968         * ext/ogg/gstoggdemux.c:
8969           Fix sync on broken files.  Fixes #158976
8970
8971 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8972
8973         patch by: Edward Hervey <bilboed@bilboed.com>
8974
8975         * ext/libpng/gstpngenc.c:
8976           Copy over buffer properties.  Fixes #158832
8977
8978 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8979
8980         patch by: Tim-Philipp M??ller <t.i.m@zen.co.uk>
8981
8982         * ext/dvdread/dvdreadsrc.c:
8983           Fixes invalid reads (#158462)
8984
8985 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8986
8987         * sys/v4l/gstv4lsrc.c:
8988         * sys/v4l/gstv4lsrc.h:
8989         * sys/v4l/v4lsrc_calls.c:
8990           Probe less and cache it.  Fixes #159187.
8991
8992 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8993
8994         * gst/videorate/gstvideorate.c:
8995           Handle all video formats. Fixes #159186.
8996
8997 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
8998         * gst/synaesthesia/gstsynaesthesia.c:
8999         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
9000         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
9001         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
9002         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
9003         (gst_synaesthesia_change_state), (plugin_init):
9004         Fix up synaesthesia to work under different samplerates/ buffer sizes.
9005         Force 320x200 output, as that's the only thing the underlying
9006         synaesthesia implementation supports. Still needs to be made
9007         re-entrant.
9008
9009 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9010
9011         * configure.ac:
9012           Fix mpeg2enc configure check (similar to mplex check below).
9013
9014 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
9015
9016         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9017
9018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9019           Fix for gcc-2.95 (fixes #158221).
9020
9021 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9022
9023         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9024           Re-add clock distribution hack (until new core is released).
9025           Fixes #158125.
9026
9027 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
9028         * configure.ac:
9029           fix mplex configure check segfaulting on some systems (bug #140994)
9030
9031 2004-11-13  Benjamin Otte  <otte@gnome.org>
9032
9033         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
9034           add debugging
9035         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9036           do a wait when we enter the loop func with no data available to
9037           write instead of getting into an 100% CPU loop by just returning and
9038           being called again by the scheduler
9039
9040 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
9041
9042         * configure.ac:
9043         * ext/libvisual/visual.c: (gst_visual_get_type),
9044         (libvisual_log_handler), (gst_visual_getcaps),
9045         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
9046         (plugin_init):
9047           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
9048         * ext/smoothwave/Makefile.am:
9049         * ext/smoothwave/demo-osssrc.c: (main):
9050         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
9051         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
9052         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
9053         (plugin_init):
9054         * ext/smoothwave/gstsmoothwave.h:
9055           Make gstsmoothwave a working element in the 20th century.
9056
9057         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
9058           Fix incorrect link function
9059
9060 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9061
9062         * gst/volume/gstvolume.c:
9063           Allow buffer-frames=0.
9064
9065 2004-11-12 Iain <iaingnome@gmail.com>
9066
9067         * configure.ac: Check for polypaudio
9068
9069         * ext/Makefile.am: Build the polyp dir
9070
9071         * ext/polyp: The polypsink sources.
9072
9073 2004-10-30 Iain <iaingnome@gmail.com>
9074
9075         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
9076         caps to reflect the new number of channels.
9077
9078 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9079
9080         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9081           Fix for negotiation order problem. This would show when the
9082           ALSA loopfuction was called before any other function. ALSA
9083           wouldn't do anything because we're not negotiated yet, leading
9084           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
9085
9086 2004-11-11  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9087
9088         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9089
9090         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9091           No warnings (#157986).
9092
9093 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9094
9095         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
9096           Prefer apev1/2 and id3v1 (at end of file) over musepack.
9097
9098 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9099
9100         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
9101           Signal no-more-pads (so it works in playbin).
9102
9103 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9104
9105         * ext/musepack/gstmusepackreader.cpp:
9106           Workaround for older core.
9107
9108 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9109
9110         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
9111           Actually test for odd width/height rather than testing whether
9112           a temporary variable that was 0 before we subtracted 1 is now
9113           not equal to zero (which it always is).
9114
9115 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9116
9117         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
9118         Fix compilation if HAVE_XVIDEO is not defined
9119
9120 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9121
9122         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
9123         Fix compilation if HAVE_XVIDEO is not defined
9124
9125 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
9126
9127         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
9128         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
9129         (gst_goom_change_state), (plugin_init):
9130         Use the bytestream adapter so goom doesn't depend on the input
9131         buffer size.
9132         Add a debug category
9133
9134 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9135
9136         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9137           Only set hardware parameters *after* negotiation. Before
9138           negotiation, it will set ANY and that seems to cause crashes
9139           (see e.g. #151288, #153227).
9140
9141 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9142
9143         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
9144           This seems to be antique leftover. It needs to pass error
9145           checking.
9146         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
9147         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
9148         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
9149         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
9150           Fix GstXOverlay implementation (#151059).
9151
9152 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9153
9154         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
9155           Don't assert (#157853).
9156
9157 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9158
9159         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
9160           Fix bytes/samples confustion.
9161         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
9162           Fix for underrun (#144389).
9163
9164 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9165
9166         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
9167           Disable halfway-seek for pending release (since it needs a new
9168           core release).
9169
9170 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9171
9172         * sys/v4l/gstv4lsrc.c:
9173         * sys/v4l/gstv4lsrc.h:
9174         * sys/v4l/v4lsrc_calls.c:
9175           add autoprobe-fps property so we can separate autoprobing parts
9176
9177 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9178
9179         * sys/v4l/gstv4lsrc.c:
9180         * sys/v4l/v4lsrc_calls.c:
9181         initialise fourcc to catch unset fourcc's, and debug
9182
9183 2004-11-09  Wim Taymans  <wim@fluendo.com>
9184
9185         * gst/playback/README:
9186         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9187         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9188         (gst_play_bin_dispose), (gst_play_bin_set_property),
9189         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
9190         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
9191         (gst_play_bin_get_formats), (gst_play_bin_convert),
9192         (gst_play_bin_get_query_types), (gst_play_bin_query):
9193         Cleanups and some more documentation.
9194
9195 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
9198         (gst_cacasink_init), (gst_cacasink_chain):
9199         * ext/libcaca/gstcacasink.h:
9200         Cacasink inherits from VideoSink, so let that store the clock.
9201
9202 2004-11-09  Wim Taymans  <wim@fluendo.com>
9203
9204         * gst/playback/README:
9205         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
9206         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
9207         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
9208         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
9209         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
9210         (setup_sinks):
9211         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
9212         (gst_stream_info_is_mute), (gst_stream_info_set_property):
9213         * gst/playback/gststreaminfo.h:
9214         Updated README.
9215         Only switch groups if all streams have muted (EOSed).
9216         Send Tags in sync with the stream playback instead of in
9217         the playback/preroll phase.
9218         Some cleanups, free the fakesrc elements.
9219
9220 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9221
9222         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
9223           buffer-frames property was missing
9224         * ext/arts/gst_arts.c:
9225           rate missing from sinkcaps
9226         * ext/audiofile/gstafparse.c:
9227         * ext/audiofile/gstafsink.c:
9228         * ext/audiofile/gstafsrc.c:
9229         * ext/swfdec/gstswfdec.c:
9230           int audio doesn't know buffer-frames
9231         * ext/cdparanoia/gstcdparanoia.c:
9232           int audio doesn't know chunksize either
9233         * ext/nas/nassink.c:
9234           it's endianness, not endianess
9235         * gst-libs/gst/audio/audio.h:
9236           make float standard pad template caps really describe float
9237         * gst/law/mulaw.c: (linear_factory):
9238           signed only, please
9239         * gst/mpegstream/gstdvddemux.c:
9240           widths of 20 are not valid
9241
9242 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
9243
9244         Submitted by: Luca Ferretti <elle.uca@infinito.it>
9245
9246         * po/LINGUAS:
9247         * po/it.po:
9248           Add Italian
9249
9250 2004-11-08  Wim Taymans  <wim@fluendo.com>
9251
9252         * gst/playback/README:
9253         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
9254         * gst/playback/gstplaybasebin.c: (probe_triggered),
9255         (gst_play_base_bin_change_state):
9256         Updated README, added more comments for fixmes etc..
9257
9258 2004-11-08  Wim Taymans  <wim@fluendo.com>
9259
9260         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
9261         We can remove this hack now.
9262
9263 2004-11-08  Wim Taymans  <wim@fluendo.com>
9264
9265         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
9266         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9267         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9268         Only mix AYUV for maximum quality.
9269
9270 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9271
9272         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
9273         (gst_ogg_demux_push), (gst_ogg_pad_push):
9274           Let's act as if we're synchronized now! :).
9275         * ext/theora/theoradec.c: (theora_dec_chain):
9276           Add some debug.
9277
9278 2004-11-08  Wim Taymans  <wim@fluendo.com>
9279
9280         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9281         (gst_alpha_set_property), (gst_alpha_sink_link),
9282         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
9283         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
9284         (gst_alpha_init_params), (gst_alpha_chain):
9285         Implement alpha functions for AYUV too, this increases
9286         accuracy quite a bit.
9287
9288 2004-11-08  Wim Taymans  <wim@fluendo.com>
9289
9290         * gst/ffmpegcolorspace/avcodec.h:
9291         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9292         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
9293         (gst_ffmpegcsp_avpicture_fill):
9294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9295         (gst_ffmpegcsp_caps_remove_format_info):
9296         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9297         (shrink12), (img_get_alpha_info), (deinterlace_line),
9298         (deinterlace_line_inplace):
9299         * gst/ffmpegcolorspace/imgconvert_template.h:
9300         Added AYUV colorspace and handle RGBA a bit more respectful.
9301
9302 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9303
9304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9305           Actually always send a discont (cornercase when resending the
9306           same serial-tagged chain twice).
9307
9308 2004-11-08  Julien MOUTTE  <julien@moutte.net>
9309
9310         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9311         (gst_ximagesink_finalize):
9312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
9313         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
9314
9315 2004-11-08  Wim Taymans  <wim@fluendo.com>
9316
9317         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
9318         Don't segfault on NULL data.
9319
9320 2004-11-08  Wim Taymans  <wim@fluendo.com>
9321
9322         * gst/playback/gstdecodebin.c: (unlinked):
9323         * gst/playback/gstplay-marshal.list:
9324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
9325         (gst_play_base_bin_init), (group_create), (get_active_group),
9326         (get_building_group), (group_destroy), (group_commit),
9327         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
9328         (add_element_stream), (no_more_pads), (probe_triggered),
9329         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
9330         (state_change), (setup_source), (gst_play_base_bin_get_property),
9331         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
9332         (gst_play_base_bin_link_stream),
9333         (gst_play_base_bin_get_streaminfo):
9334         * gst/playback/gstplaybasebin.h:
9335         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
9336         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
9337         Add support for chained ogg files. Prepare for playlist
9338         support. This patch introduces the concept of pad groups, which
9339         together compose one playable media file.
9340
9341 2004-11-07  David Schleef  <ds@schleef.org>
9342
9343         * testsuite/gst-lint: Check for pad templates that aren't statically
9344         scoped.
9345
9346 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9347
9348         * configure.ac:
9349         * ext/Makefile.am:
9350         * ext/musepack/Makefile.am:
9351         * ext/musepack/gstmusepackdec.cpp:
9352         * ext/musepack/gstmusepackdec.h:
9353         * ext/musepack/gstmusepackreader.cpp:
9354         * ext/musepack/gstmusepackreader.h:
9355           Add musepack decoder.
9356         * ext/faad/gstfaad.c: (gst_faad_base_init):
9357           Make pad templates static.
9358         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9359         (plugin_init):
9360           Add musepack typefinder, make mp3 typefinding work halfway stream,
9361           which doesn't actually work yet because id3demux doesn't implement
9362           _get_length().
9363
9364 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9365
9366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
9367         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
9368           Fix interrupt event handling (#144436).
9369
9370 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9371
9372         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
9373           Hide unused glory.
9374
9375 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9376
9377         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9378
9379         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
9380           Fix weird caps (#157548).
9381
9382 2004-11-06  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
9383
9384         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9385
9386         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
9387           Add missing NULL terminator (#157543).
9388
9389 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9390
9391         * gst/tcp/gsttcp.h:
9392         * gst/tcp/gsttcpclientsink.c:
9393         * gst/tcp/gsttcpclientsrc.c:
9394         * gst/tcp/gsttcpserversink.c:
9395         * gst/tcp/gsttcpserversrc.c:
9396           ports can go up to 65535.  Move common defines to gsttcp.h
9397
9398 2004-11-05  Wim Taymans  <wim@fluendo.com>
9399
9400         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
9401         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
9402         Added two more colorspaces.
9403
9404 2004-11-05  Wim Taymans  <wim@fluendo.com>
9405
9406         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9407         (gst_ffmpegcsp_avpicture_fill):
9408         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9409         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
9410         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
9411         More stride fixes.
9412
9413 2004-11-05  Wim Taymans  <wim@fluendo.com>
9414
9415         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
9416         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
9417         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9418         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
9419         (gst_videomixer_loop):
9420         More stride fixes.
9421
9422 2004-11-05  Benjamin Otte  <otte@gnome.org>
9423
9424         * ext/mad/gstmad.c: (gst_mad_chain):
9425           don't overflow data buffer. Flush not needed sync data when syncing
9426           failed.
9427
9428 2004-11-04  Wim Taymans  <wim@fluendo.com>
9429
9430         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9431         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
9432         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
9433         (gst_alpha_init_params), (gst_alpha_chain),
9434         (gst_alpha_change_state):
9435         Updated the chroma keying algorithm with something more
9436         sophisticated.
9437
9438 2004-11-03  Wim Taymans  <wim@fluendo.com>
9439
9440         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
9441         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
9442         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
9443         Fix stride issues. Does not completely work for odd
9444         heights.
9445
9446 2004-11-03  Wim Taymans  <wim@fluendo.com>
9447
9448         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
9449         (gst_alpha_chroma_key), (gst_alpha_chain):
9450         Fix stride issues. Does not completely work for odd
9451         heights.
9452
9453 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
9454
9455         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9456         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
9457         leak fixes
9458
9459 2004-11-03  Wim Taymans  <wim@fluendo.com>
9460
9461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9462         (gst_ffmpegcsp_avpicture_fill):
9463         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
9464         (avpicture_alloc):
9465         * gst/ffmpegcolorspace/imgconvert_template.h:
9466         Use correct _fill function to get correct strides.
9467
9468 2004-11-02  David Schleef  <ds@schleef.org>
9469
9470         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
9471         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
9472         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
9473         Change all g_print()s to debugging.  Add a bunch of consistency
9474         checks.
9475
9476 2004-11-02  Wim Taymans  <wim@fluendo.com>
9477
9478         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9479         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
9480         (unlinked), (no_more_pads), (close_link):
9481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
9482         (unknown_type), (add_element_stream), (new_decoded_pad),
9483         (removed_decoded_pad), (setup_source):
9484         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
9485         (gst_stream_info_class_init), (gst_stream_info_init),
9486         (gst_stream_info_new), (gst_stream_info_dispose),
9487         (stream_info_mute_pad), (gst_stream_info_set_property),
9488         (gst_stream_info_get_property):
9489         * gst/playback/gststreaminfo.h:
9490         Fix playback of multiple files.
9491         a slightly different approach to handling dynamic pad removals.
9492         This one only looks at pads that we have linked.
9493
9494 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
9495
9496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
9497         free" warning from libc.
9498
9499 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9500
9501         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
9502         (get_unconnected_element), (remove_starting_from), (pad_removed),
9503         (close_link):
9504           Implement support for dynamic pad changing. We listen to "live"
9505           pad removals (i.e. while playing) and re-setup autoplugging
9506           after that. Playbasebin/playbin need some more work for this
9507           to finally work, but decodebin supports (and replugs) chained
9508           ogg now.
9509
9510 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
9511
9512         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
9513         (gst_alsa_finalize):
9514         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
9515         (gst_cdaudio_finalize):
9516         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
9517         (cdparanoia_finalize):
9518         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
9519         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
9520         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
9521         (dvdreadsrc_finalize):
9522         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
9523         (gst_flacdec_finalize):
9524         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
9525         (gst_flacenc_finalize):
9526         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
9527         (gst_gnomevfssink_finalize):
9528         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
9529         (gst_gnomevfssrc_finalize):
9530         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
9531         (gst_fameenc_finalize):
9532         * ext/nas/nassink.c: (gst_nassink_class_init),
9533         (gst_nassink_finalize):
9534         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
9535         (gst_sdlvideosink_class_init):
9536         * ext/sndfile/gstsf.c: (gst_sf_dispose):
9537         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
9538         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
9539         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
9540         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
9541         (gst_x_window_listener_dispose):
9542         * gst/audioscale/gstaudioscale.c:
9543         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
9544         (play_on_demand_finalize):
9545         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
9546         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
9547         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
9548         (cdplayer_finalize):
9549         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
9550         (gst_glimagesink_class_init):
9551         * sys/oss/gstosselement.c: (gst_osselement_class_init),
9552         (gst_osselement_finalize):
9553         * sys/oss/gstosssink.c: (gst_osssink_dispose):
9554         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
9555         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
9556           Fixes a bunch of problems with finalize and dispose functions,
9557           either assumptions that dispose is only called once, or not calling
9558           the parent class dispose/finalize function
9559
9560 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
9561
9562         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
9563           added two api precondition guards
9564           use g_strdup with getenv to fix crash when using ENVVAR
9565
9566 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
9567         * ext/esd/esdsink.c: (gst_esdsink_class_init),
9568         (gst_esdsink_finalize):
9569         Use a finalize function, not dispose, and more importantly,
9570         call the parent class finalize function too
9571
9572 2004-11-01  Johan Dahlin  <johan@gnome.org>
9573
9574         * ext/ogg/gstoggdemux.c:
9575         * gst/tags/gstvorbistag.c:
9576         Plug leaks.
9577
9578 2004-10-31  Benjamin Otte  <otte@gnome.org>
9579
9580         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9581           lotsa memleaks today. But they're all small...
9582
9583 2004-10-31  Benjamin Otte  <otte@gnome.org>
9584
9585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9586           another memleak crushed
9587
9588 2004-10-31  Benjamin Otte  <otte@gnome.org>
9589
9590         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9591           fix memleak
9592
9593 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9594
9595         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
9596           Hack to prevent crash when going to READY inside signal handler
9597           while this function is active.
9598
9599 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9600
9601         * gst/ffmpegcolorspace/Makefile.am:
9602         * gst/ffmpegcolorspace/avcodec.h:
9603         * gst/ffmpegcolorspace/common.h:
9604         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
9605         * gst/ffmpegcolorspace/dsputil.h:
9606         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
9607         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9608         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
9609         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
9610         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
9611         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
9612         (gst_ffmpegcsp_avpicture_fill):
9613         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9614         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9615         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
9616         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
9617         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
9618         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
9619         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
9620         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
9621         * gst/ffmpegcolorspace/imgconvert.c:
9622         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
9623         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
9624         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
9625         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
9626         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
9627         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
9628         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
9629         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
9630         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
9631         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
9632         (grow21), (grow22), (grow41), (grow44), (conv411),
9633         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
9634         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
9635         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
9636         (avpicture_free), (is_yuv_planar), (img_convert),
9637         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
9638         (deinterlace_line_inplace), (deinterlace_bottom_field),
9639         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
9640         * gst/ffmpegcolorspace/imgconvert_template.h:
9641         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
9642         * gst/ffmpegcolorspace/mmx.h:
9643         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
9644         (av_fast_realloc), (av_mallocz_static), (av_free_static),
9645         (av_freep), (avcodec_get_context_defaults),
9646         (avcodec_alloc_context), (avcodec_init):
9647           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
9648           handling plus update from ffmpeg CVS. Large clean-up.
9649
9650 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9651
9652         * gst/playback/Makefile.am:
9653           We need the marshallers for decodebin, too.
9654
9655 2004-10-30  David Schleef  <ds@schleef.org>
9656
9657         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
9658           quicktime typefinding work with 64-bit offsets.
9659
9660 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
9661
9662         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
9663           Set EOS on the element when processing an EOS event.
9664         * ext/speex/gstspeexdec.h:
9665         * ext/speex/gstspeexenc.h:
9666           Only keep a const ptr to the mode
9667         * gst-libs/gst/riff/riff-media.c:
9668         (gst_riff_create_audio_caps_with_data),
9669         (gst_riff_create_audio_template_caps):
9670           Allow WMAV3, with up to 6 channels.
9671         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
9672           Don't call gst_pad_set_event_function on a sink pad.
9673         * gst/mpegstream/gstdvddemux.c:
9674         (gst_dvd_demux_get_subpicture_stream),
9675         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
9676           Copy the explicit caps that were set across to the cur_* pads,
9677           instead of trying to use a possibly non-existent negotiated caps.
9678           Reset the type of subpicture pads to UNKNOWN after calling
9679           init_stream, so that the caps get set.
9680
9681 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
9682
9683         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9684
9685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9686           Don't touch buffer if it is of size 0 (fixes #151064).
9687
9688 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9689
9690         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
9691           Synchronized discont handling.
9692
9693 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9694
9695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9696         (gst_ogg_demux_push):
9697           Make seeking sort-of exact again (fixes #156387).
9698
9699 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9700
9701         * gst/playback/gstplaybasebin.c: (unknown_type),
9702         (add_element_stream), (new_decoded_pad),
9703         (gst_play_base_bin_change_state):
9704         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
9705         (gst_stream_info_init), (gst_stream_info_new),
9706         (gst_stream_info_dispose), (gst_stream_info_get_property):
9707         * gst/playback/gststreaminfo.h:
9708           Make caps explicitely available. Makes testing for unsupported
9709           types possible. Improves error reporting.
9710
9711 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9712
9713         * gst/audioconvert/gstaudioconvert.c:
9714         (gst_audio_convert_buffer_to_default_format):
9715           Really don't touch read-only buffers (#156563).
9716
9717 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
9718
9719         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9720
9721         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
9722           Fix memleak (#155223).
9723
9724 2004-10-29  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst/tcp/.cvsignore:
9727         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
9728         (gst_multifdsink_class_init), (gst_multifdsink_init),
9729         (gst_multifdsink_add), (gst_multifdsink_remove),
9730         (gst_multifdsink_remove_client_link), (is_sync_frame),
9731         (gst_multifdsink_new_client),
9732         (gst_multifdsink_handle_client_write),
9733         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
9734         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
9735         (gst_multifdsink_get_property):
9736         * gst/tcp/gstmultifdsink.h:
9737         Added burst on connect sync_method, deprecated sync_clients,
9738         streamlined the sync code some more.
9739
9740 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9741
9742         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
9743         (gst_play_base_bin_change_state):
9744           Improve error reporting.
9745
9746 2004-10-28  Wim Taymans  <wim@fluendo.com>
9747
9748         * gst/tcp/Makefile.am:
9749         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
9750         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
9751         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
9752         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
9753         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
9754         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
9755         (gst_fdset_wait):
9756         Added more locks around fdset structures. Fixed/reworked
9757         the poll array resizing code.
9758         Added stress test for fdset.
9759
9760 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9761
9762         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9763         fix build
9764
9765 2004-10-28  Benjamin Otte  <otte@gnome.org>
9766
9767         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
9768           fix link function to always query channels and query width for
9769           floats
9770         * configure.ac:
9771           add equalizer dir
9772         * gst/equalizer/Makefile.am:
9773         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
9774         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
9775         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
9776         (arg_to_scale), (setup_filter),
9777         (gst_iir_equalizer_compute_frequencies),
9778         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
9779         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
9780         (plugin_init):
9781           add an equalizer
9782
9783 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9784
9785         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
9786
9787         * po/LINGUAS:
9788         * po/nb.po:
9789           Added Norwegian Bokmaal translation
9790
9791 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9792
9793         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9794           Don't break on options (fixes #156488).
9795
9796 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9797
9798         * configure.ac:
9799         * ext/cdaudio/Makefile.am:
9800         * sys/Makefile.am:
9801           fix build on older automake
9802
9803 2004-10-26  Wim Taymans  <wim@fluendo.com>
9804
9805         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
9806         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
9807         Allow a little margin when negotiating the framerate.
9808
9809 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
9810
9811         * gst/level/gstlevel.c:
9812           synchonised naming of pads and pad-templates
9813
9814 2004-10-26  Wim Taymans  <wim@fluendo.com>
9815
9816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9817         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
9818         (_find_streams_check), (gst_ogg_demux_push):
9819         Fix EOS again. Needs to be done in a better way. We should not
9820         remove the pad if there is no new chained stream.
9821
9822 2004-10-26 Iain <iaingnome@gmail.com>
9823
9824         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
9825         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
9826         of the caps.
9827         * gst/interleave/interleave.c (interleave_class_init): Hook up release
9828         pad.
9829         (interleave_release_pad): Remove the pad.
9830         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
9831         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
9832         the set device.
9833         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
9834         attrs
9835         (gst_xvimagesink_xcontext_clear): Free the xcontext.
9836         (gst_xvimagesink_finalize): Free the par.
9837
9838 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9839
9840         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
9841         (gst_avimux_stop_file):
9842           First calculate the rate, and only then use it. Hdr.rate is a
9843           multiple and not a derivative of hdr.scale. Scale is not the
9844           same as blockalign but is solely related to rate.
9845
9846 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9847
9848         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
9849         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
9850           Implement seeking.
9851
9852 2004-10-25  James Henstridge  <james@jamesh.id.au>
9853
9854         Reviewed by:  David Schleef  <ds@schleef.org>
9855
9856         * examples/gstplay/player.c: (got_stream_length), (main):
9857         * examples/seeking/cdplayer.c: (update_scale):
9858         * examples/seeking/seek.c: (format_value), (update_scale):
9859         * examples/seeking/spider_seek.c: (format_value), (update_scale),
9860         (stop_seek):
9861         Build fixes on AMD64.
9862
9863 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
9864
9865         reviewed by: Ronald Bultje <rbultje at gnome dot org>
9866
9867         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
9868         Fix for some v4l cards which hang in v4lsrc
9869
9870 2004-10-25  Wim Taymans  <wim@fluendo.com>
9871
9872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
9873         (gst_ogg_demux_push), (gst_ogg_chains_clear):
9874         Make sure to remove the pad when a new chain is
9875         encountered. Set some vars to NULL so we don't try
9876         to reference freed memory.
9877
9878 2004-10-25  Wim Taymans  <wim@fluendo.com>
9879
9880         * examples/seeking/Makefile.am:
9881         * examples/seeking/cdplayer.c: (update_scale):
9882         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
9883         * examples/seeking/playbin.c: (make_playerbin_pipeline),
9884         (format_value), (update_scale), (iterate), (start_seek),
9885         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
9886         (print_usage), (main):
9887         Added some more examples, update others.
9888
9889 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9890
9891         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
9892         * ext/speex/gstspeexdec.c: (speex_dec_chain):
9893         * ext/theora/theoradec.c: (theora_dec_chain):
9894         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
9895           Add codec-name metadata.
9896
9897 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
9898
9899         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9900
9901         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9902         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9903         * ext/alsa/gstalsamixertrack.h:
9904         * po/POTFILES.in:
9905           ALSA mixer track label internationalization (#154054).
9906
9907 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9908
9909         * ext/theora/theoradec.c: (theora_dec_chain):
9910           Export bitrate as metadata.
9911
9912 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9913
9914         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
9915         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9916         * ext/alsa/gstalsamixertrack.h:
9917           Fix names, fix loop.
9918
9919 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9920
9921         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
9922         (speex_dec_convert):
9923           sinkconvert function so oggdemux can get the file length (totem).
9924
9925 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
9926
9927         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9928
9929         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
9930           Don't push incomplete packets.
9931         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
9932           Fix MPEG-4 audio typefinding.
9933
9934 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9935
9936         * sys/v4l/Makefile.am:
9937         * sys/v4l/gstv4l.c: (plugin_init):
9938         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
9939         (gst_v4lelement_init), (gst_v4lelement_dispose),
9940         (gst_v4lelement_change_state):
9941         * sys/v4l/gstv4lelement.h:
9942         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
9943         (gst_v4l_xoverlay_close), (idle_refresh),
9944         (gst_v4l_xoverlay_set_xwindow_id):
9945         * sys/v4l/gstv4lxoverlay.h:
9946         * sys/v4l/v4l-overlay_calls.c:
9947         * sys/v4l/v4l_calls.h:
9948         * sys/v4l2/Makefile.am:
9949         * sys/v4l2/gstv4l2.c: (plugin_init):
9950         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
9951         (gst_v4l2element_init), (gst_v4l2element_dispose),
9952         (gst_v4l2element_change_state):
9953         * sys/v4l2/gstv4l2element.h:
9954         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
9955         (gst_v4l2_xoverlay_close), (idle_refresh),
9956         (gst_v4l2_xoverlay_set_xwindow_id):
9957         * sys/v4l2/gstv4l2xoverlay.h:
9958         * sys/v4l2/v4l2-overlay_calls.c:
9959         * sys/v4l2/v4l2_calls.h:
9960           Remove client-side overlay handling, use the X-server v4l plugin
9961           for that. Nicer overlay, less code. Also make the plugin
9962           compileable without X (but then without overlay, obviously).
9963           Makes xwindowlistener obsolete, should we remove that?
9964
9965 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9966
9967         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
9968         (gst_osssrc_src_query):
9969         * sys/oss/gstosssrc.h:
9970           OK, so people want offset in DEFAULT. This time, actually fix all
9971           cases.
9972         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
9973           Add FPS properly.
9974
9975 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9976
9977         * gst/asfdemux/gstasfmux.c:
9978         * gst/avi/gstavimux.c:
9979           Framerate.
9980
9981 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9982
9983         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
9984           Fix properties (channel, norm, frequency).
9985
9986 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9987
9988         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
9989           Flag typo.
9990         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
9991           No warnings.
9992
9993 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9994
9995         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
9996           Fix hang.
9997
9998 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
9999
10000         * sys/v4l2/gstv4l2element.h:
10001           Yet Another Hack (tm) for kernel header borkedness.
10002         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
10003         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
10004         (gst_v4l2src_link), (gst_v4l2src_getcaps),
10005         (gst_v4l2src_change_state):
10006         * sys/v4l2/gstv4l2src.h:
10007         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
10008         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
10009           Fix caps, keep track of state, work.
10010
10011 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10012
10013         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
10014           Quiet.
10015
10016 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10017
10018         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10019           Don't mix bytes and samples.
10020
10021 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10022
10023         * ext/ogg/gstoggmux.c:
10024           Basic pad template which accepts OGM tracks, speex, flac, vorbis
10025           and theora. Any is incorrect.
10026         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
10027           Fix caps.
10028         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10029         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10030         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
10031         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
10032         * sys/v4l/gstv4lmjpegsrc.h:
10033         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
10034         (gst_v4lsrc_change_state):
10035         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
10036         (gst_v4lmjpegsrc_capture_stop):
10037           Fix caps. Keep track of internal state. Work.
10038
10039 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10040
10041         * ext/Makefile.am:
10042           Fix the build fixes.
10043
10044 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10045
10046         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10047         (gst_ogg_demux_src_event), (_find_chain_seek),
10048         (gst_ogg_pad_push):
10049           Check for pad availability before using it.
10050         * ext/ogg/gstoggdemux.c: (_find_chain_process):
10051           Fix parsing of chained ogg. Needs more work on the decoder side.
10052
10053 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10054
10055         * gst/spectrum/Makefile.am:
10056         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
10057         (idle_func):
10058           Fix demo and reenable it. Yes, I'm currently playing with audio
10059           analysis tools
10060
10061 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10062
10063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
10064           We love it if files that start at zero work too...
10065
10066 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10067
10068         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10069           Handle files with missing EOS headers.
10070
10071 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10072
10073         * gst/tcp/gsttcpserversink.c:
10074         (gst_tcpserversink_handle_server_read),
10075         (gst_tcpserversink_init_send):
10076         Zero some variables first (need for accept not to return EINVAL)
10077
10078 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10079
10080         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10081         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10082         * ext/theora/theoradec.c: (theora_dec_sink_convert),
10083         (theora_dec_chain):
10084         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
10085         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
10086           Seeking and querying finetune.
10087
10088 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10089
10090         * configure.ac:
10091         * ext/Makefile.am:
10092         * ext/raw1394/Makefile.am:
10093           fix the build
10094
10095 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10096
10097         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10098           Wrong return.
10099         * gst/playback/Makefile.am:
10100         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
10101         * gst/playback/gstplay-marshal.list:
10102         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
10103           Fix marshallers.
10104
10105 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10106
10107         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
10108           Silence.
10109
10110 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10111
10112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10113         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10114         (gst_ogg_pad_push):
10115           Yay for non-lineair granulepos in theora.
10116
10117 2004-10-18  Wim Taymans  <wim@fluendo.com>
10118
10119         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
10120         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
10121         * ext/dv/gstdvdec.h:
10122         Make sure we renegotiate aspect ratio when the camera switches.
10123
10124 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10125
10126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10127         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
10128           Start at zero.
10129         * ext/theora/theoradec.c: (theora_dec_chain):
10130           Skip headers. Bad idea for chained ogg, but fixes seeking.
10131
10132 2004-10-18  Wim Taymans  <wim@fluendo.com>
10133
10134         * configure.ac:
10135         I swear, this is the last time I touch this.
10136
10137 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10138
10139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
10140         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
10141         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
10142           Faster seeking.
10143         * ext/theora/theoradec.c: (theora_dec_sink_convert):
10144           Time-to-default conversion.
10145         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
10146           Don't error on unknown packets, just skip. We should probably
10147           read them if we want to support chained ogg.
10148
10149 2004-10-18  Wim Taymans  <wim@fluendo.com>
10150
10151         * configure.ac:
10152         Added cdaudio to wrong list.
10153
10154 2004-10-18  Wim Taymans  <wim@fluendo.com>
10155
10156         * configure.ac:
10157         Revive cdaudio.
10158
10159 2004-10-18  Wim Taymans  <wim@fluendo.com>
10160
10161         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
10162         (gst_dvdec_video_link), (gst_dvdec_push):
10163         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10164         (gst_smokeenc_resync), (gst_smokeenc_chain):
10165         Fix mimetype on smoke encoder.
10166         Add aspect ratio to dvdec. Not sure if these
10167         values are correct though....
10168
10169 2004-10-18  Wim Taymans  <wim@fluendo.com>
10170
10171         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
10172         Fix vorbis property descriptions and ranges.
10173
10174 2004-10-18  Wim Taymans  <wim@fluendo.com>
10175
10176         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
10177         Really do nothing when no data is available.
10178         Go to the playing state when the stream is not seekable
10179         instead of failing.
10180
10181 2004-10-18  Wim Taymans  <wim@fluendo.com>
10182
10183         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
10184         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
10185         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
10186         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
10187         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
10188         Added uri handler for cd://
10189         Port to new API.
10190
10191 2004-10-18  Wim Taymans  <wim@fluendo.com>
10192
10193         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10194         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10195         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10196         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10197         (remove_prerolls), (unknown_type), (add_element_stream),
10198         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
10199         (gst_play_base_bin_remove_element),
10200         (gst_play_base_bin_link_stream):
10201         * gst/playback/gstplaybin.c: (gen_video_element),
10202         (gen_vis_element), (remove_sinks), (setup_sinks):
10203         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10204         (gst_stream_info_get_type), (gst_stream_info_class_init),
10205         (gst_stream_info_init), (gst_stream_info_new),
10206         (gst_stream_info_dispose), (stream_info_mute_pad),
10207         (gst_stream_info_set_property), (gst_stream_info_get_property):
10208         * gst/playback/gststreaminfo.h:
10209         Add sink padtemplate to decodebin.
10210         Added some more comments.
10211         Make queue size configurable in playbasebin.
10212         Added possibility to use elements as sinks (ex cdaudio).
10213
10214 2004-10-15  Wim Taymans  <wim@fluendo.com>
10215
10216         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
10217         (gst_speexenc_chain):
10218         Fix speex timestamps so that it gets muxed properly.
10219
10220 2004-10-15  Wim Taymans  <wim@fluendo.com>
10221
10222         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
10223         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
10224         (gst_dv1394src_init), (gst_dv1394src_dispose),
10225         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
10226         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
10227         (gst_dv1394src_event), (gst_dv1394src_get_formats),
10228         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
10229         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
10230         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
10231         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
10232         * ext/raw1394/gstdv1394src.h:
10233         Added conversion/query functions.
10234         Update buffer timestamps,
10235         Added signals.
10236         Added uri dv:// so it might play from the firewire in playbin.
10237         Fix a possible leak.
10238         Added debugging.
10239
10240 2004-10-15  Wim Taymans  <wim@fluendo.com>
10241
10242         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
10243         (gst_dv1394src_init), (gst_dv1394src_set_property),
10244         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
10245         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
10246         * ext/raw1394/gstdv1394src.h:
10247         Added AV/C VTR control support needed for some cameras.
10248         Added automatic port detection.
10249         Added properties for selecting the channel.
10250         The configure.ac script is not yet updated to reflect the
10251         new libavc1394 and librom1394 dependencies.
10252
10253 2004-10-15  Wim Taymans  <wim@fluendo.com>
10254
10255         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
10256         (qtdemux_parse), (gst_qtdemux_handle_esds):
10257         An esds box is not a container.
10258         Fix parsing of mp4v boxes.
10259         Do not try to renegotiate fps for each frame. Need to
10260         find a better method. This should fix mp4 playback.
10261
10262 2004-10-14  David Schleef  <ds@schleef.org>
10263
10264         * configure.ac: update for swfdec-0.3 and liboil-0.2
10265         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
10266         * ext/swfdec/gstswfdec.h: same
10267         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
10268         * gst/videotestsrc/videotestsrc.c: same
10269
10270 2004-10-14  Wim Taymans  <wim@fluendo.com>
10271
10272         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10273         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10274         (is_sync_frame), (gst_multifdsink_new_client),
10275         (gst_multifdsink_handle_client_write),
10276         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10277         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
10278         Turn warnings into info.
10279         Don't allow a state change in the streaming thread.
10280
10281 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
10282
10283         * ext/vorbis/oggvorbisenc.c:
10284         * ext/vorbis/vorbisdec.c:
10285           fix template sample rate
10286
10287 2004-10-13  Wim Taymans  <wim@fluendo.com>
10288
10289         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
10290         Decoding the header first fixes some problems in resyncing
10291         in more mp3s.
10292
10293 2004-10-12  Wim Taymans  <wim@fluendo.com>
10294
10295         * gst/playback/gstplaybin.c: (gen_video_element),
10296         (gen_vis_element), (remove_sinks), (setup_sinks):
10297         Added vis plugin support, need to configure the vis
10298         element to activate it.
10299
10300 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10301
10302         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
10303         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
10304           Some debug.
10305         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10306         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
10307         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
10308         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
10309         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10310         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
10311         * gst/avi/gstavidemux.h:
10312           Support for openDML-2.0 indx/ix## chunks. Support for broken index
10313           recovery (where, if part of the index is broken, we will still read
10314           the rest of the index and recover the broken part by stream
10315           scanning). More broken media support. EOS workarounds. General AVI
10316           braindamage headache recovery. Aspirin included.
10317
10318 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10319
10320         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
10321         (cdparanoia_event), (cdparanoia_query):
10322           Get rid of hideous lead-in.
10323
10324 2004-10-11  Wim Taymans  <wim@fluendo.com>
10325
10326         * gst/playback/gstplaybasebin.c: (setup_source):
10327         Wrong var used to get g_list_next.
10328
10329 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10330
10331         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
10332         (cdparanoia_get), (cdparanoia_open):
10333           Report discid as metadata, add duration.
10334
10335 2004-10-11  Wim Taymans  <wim@fluendo.com>
10336
10337         * gst/playback/gstplaybasebin.c: (setup_source):
10338         Cleanup the previous pipeline a little earlier for the
10339         case that a source element provides raw data.
10340
10341 2004-10-11  Benjamin Otte  <otte@gnome.org>
10342
10343         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
10344           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
10345           consuming the last 128 bytes, even though it was valid mp3 data.
10346
10347 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10348
10349         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
10350         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
10351         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10352         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
10353
10354 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
10355
10356         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
10357         Fix for webcams that support only specific width or height
10358
10359 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10360
10361         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10362
10363         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
10364           Fix wrong discont event setup (fixes #154967).
10365
10366 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
10367
10368         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10369
10370         * gst/auparse/gstauparse.c: (gst_auparse_chain):
10371           Error out on invalid data (fixes #154807).
10372
10373 2004-10-09  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
10374
10375         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10376
10377         * ext/dvdread/dvdreadsrc.c: (_read):
10378           Make titles > 0 work again (fixes #154834).
10379
10380 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10381
10382         * gst-libs/gst/riff/riff-media.c:
10383         (gst_riff_create_video_template_caps):
10384           WMV3 missing in template caps.
10385
10386 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10387
10388         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10389           OK, so the original code was too strict. It makes random AVI files
10390           hang for seconds upon opening, which is unacceptable and is far
10391           beyond the original goal of getting multiple chunks for one-chunk
10392           sounc stream files. So now do just that.
10393
10394 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10395
10396         * gst/playback/gstplaybasebin.c: (setup_source),
10397         (gst_play_base_bin_change_state):
10398           Actually clean up streaminfo if output fails. This would trigger
10399           if, for example, there was no CD in the drive. No preroll, so
10400           a streaminfo structure is created, but the subsequent state change
10401           of the thread fails.
10402         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
10403           Don't change state if parent failed.
10404
10405 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10406
10407         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
10408         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
10409         (gen_video_element), (remove_sinks):
10410           Add small bits of code for screenshot handling.
10411
10412 2004-10-08  Wim Taymans  <wim@fluendo.com>
10413
10414         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
10415         (gen_video_element), (gen_audio_element), (setup_sinks):
10416         Don't assume the user provided sinks are named "sink"...
10417
10418 2004-10-08  Wim Taymans  <wim@fluendo.com>
10419
10420         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
10421         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
10422         (gst_play_base_bin_link_stream):
10423         Do not try to autoplug sources that generate raw streams like
10424         cdparanoia.
10425         disconnect the preroll overrun signal when we don't need it anymore.
10426
10427 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
10428
10429         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10430         Added reworked patch from #154903 from milosz derezynski (deadchip).
10431
10432 2004-10-08  Wim Taymans  <wim@fluendo.com>
10433
10434         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
10435         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
10436         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
10437         (cdparanoia_convert), (cdparanoia_uri_get_type),
10438         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
10439         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
10440         * ext/cdparanoia/gstcdparanoia.h:
10441         This adds the cdda://<tracknum> uri.
10442
10443 2004-10-08  Wim Taymans  <wim@fluendo.com>
10444
10445         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10446         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10447         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10448         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10449         (unknown_type), (gst_play_base_bin_remove_element),
10450         (gst_play_base_bin_link_stream):
10451         * gst/playback/gstplaybasebin.h:
10452         * gst/playback/gstplaybin.c: (gst_play_bin_init),
10453         (gst_play_bin_set_property), (gen_video_element),
10454         (gen_audio_element), (setup_sinks):
10455         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
10456         (gst_stream_info_get_type), (gst_stream_info_class_init),
10457         (gst_stream_info_init), (gst_stream_info_new),
10458         (gst_stream_info_dispose), (stream_info_mute_pad),
10459         (gst_stream_info_set_property), (gst_stream_info_get_property):
10460         * gst/playback/gststreaminfo.h:
10461         Reuse the audio and video bins.
10462         Some internal cleanups in the stream selection code.
10463
10464 2004-10-08  Julien MOUTTE  <julien@moutte.net>
10465
10466         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10467         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10468         * sys/ximage/ximagesink.h:
10469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10470         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10471         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
10472         not coming from those elements. Moreover these elements should not keep
10473         the xid they have been given when in NULL state.
10474
10475 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10476
10477         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
10478         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
10479         * sys/ximage/ximagesink.h:
10480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
10481         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
10482         * sys/xvimage/xvimagesink.h:
10483           Actually only create a new toplevel window if we're not gonna
10484           embed it right after.
10485
10486 2004-10-07  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
10489         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
10490         * gst/playback/gstplaybin.c: (setup_sinks):
10491         Implement muting/unmuting of streams, mute streams that are not
10492         used.
10493
10494 2004-10-07  Wim Taymans  <wim@fluendo.com>
10495
10496         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
10497         (plugin_init):
10498         Added lame audio/x-ac3 typefind function.
10499
10500 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10501
10502         * configure.ac:
10503           bump nano to cvs
10504
10505 === release 0.8.5 ===
10506
10507 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10508
10509         * NEWS:
10510         * RELEASE:
10511         * configure.ac:
10512           releasing 0.8.5, "Take You On"
10513
10514 2004-10-06  Wim Taymans  <wim@fluendo.com>
10515
10516         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10517         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
10518         (no_more_pads), (close_link), (type_found):
10519         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10520         * gst/playback/gstplaybin.c: (gen_video_element):
10521         Do not signal the no_more_pads after the first pad when
10522         we are plugging a non dynamic element with multiple
10523         output pads (like swfdec, dvdec, ...).
10524
10525 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10526
10527         * configure.ac:
10528           bump for prerelease
10529
10530 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10531
10532         * gst/wavparse/gstwavparse.c:
10533           add ATRAC3 to STATIC CAPS to fix a warning
10534
10535         * gst/matroska/ebml-read.c:
10536         * gst-libs/gst/riff/riff-read.c:
10537           fix typos
10538
10539 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10540
10541         * gst-libs/gst/riff/riff-media.c:
10542           generate caps for ATRAC3 audio streams
10543
10544         * gst/realmedia/rmdemux.c:
10545           generate caps for ATRAC3 audio streams
10546
10547 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10548
10549         * gst/wavparse/Makefile.am
10550         * gst/wavparse/riff.h
10551         * gst/wavparse/wavparse.vcproj
10552           riff.h removal (unused and duplication with riff-ids.h)
10553
10554 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10555
10556         * gst/wavparse/gstwavparse.h
10557           remove duplicated defines for audio codec codes
10558
10559         * gst-libs/gst/riff/riff-ids.h
10560         * gst/wavenc/riff.h:
10561           add "4CC" code for ATRAC3 audio streams
10562           add "4CC" code for ITU_G721_ADPCM (unused for now)
10563
10564 2004-10-06  Wim Taymans  <wim@fluendo.com>
10565
10566         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
10567         Actually _do_ negotiation. Pass gdouble as arg instead
10568         of guint64 for the framerate.
10569
10570 2004-10-06  Wim Taymans  <wim@fluendo.com>
10571
10572         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10573         (find_compatibles), (close_pad_link), (try_to_link_1),
10574         (no_more_pads), (close_link), (type_found):
10575         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
10576         * gst/playback/gstplaybin.c: (gen_video_element),
10577         (gen_audio_element):
10578         Set state on newly added element to READY so that negotiation
10579         can happen ASAP.
10580         Addes some more debug info.
10581         Do not try to plug pads with multiple caps structures or ANY
10582         because it is too dangerous since we do not do dynamic
10583         replugging.
10584
10585 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
10586
10587         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
10588
10589         * po/LINGUAS:
10590         * po/or.po:
10591           add Oriya translation
10592
10593 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10594
10595         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10596           Prevent overwrite of size member. Makes audio sound crappy.
10597
10598 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
10599
10600         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10601         Add rmvb to the list of known RealMedia extensions
10602
10603 2004-10-05  Wim Taymans  <wim@fluendo.com>
10604
10605         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
10606         (mngdec_openstream), (mngdec_closestream),
10607         (mngdec_handle_sink_event), (mngdec_readdata),
10608         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
10609         (mngdec_getcanvasline), (mngdec_refresh),
10610         (gst_mngdec_change_state):
10611         Set the framerate correctly.
10612
10613 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10614
10615         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10616           There was something wrong with the index massaging.
10617
10618 2004-10-04  Wim Taymans  <wim@fluendo.com>
10619
10620         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
10621         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
10622         (gst_smokedec_chain):
10623         * ext/jpeg/gstsmokedec.h:
10624         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
10625         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
10626         * ext/jpeg/gstsmokeenc.h:
10627         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
10628         (smokecodec_decode_new), (smokecodec_info_free),
10629         (smokecodec_set_quality), (smokecodec_get_quality),
10630         (smokecodec_set_threshold), (smokecodec_get_threshold),
10631         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
10632         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
10633         (smokecodec_encode), (smokecodec_parse_id),
10634         (smokecodec_parse_header), (smokecodec_decode):
10635         * ext/jpeg/smokecodec.h:
10636         * ext/jpeg/smokeformat.h:
10637         Updated smoke, new bitstream, allows embedding in ogg.
10638
10639 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
10642           Fix seeking in some files. All this code is no longer needed (and
10643           actually breaks stuff) because we now synchronize the full index
10644           right when reading the header.
10645
10646 2004-10-04  Wim Taymans  <wim@fluendo.com>
10647
10648         * configure.ac:
10649         configure update for libmng.
10650
10651 2004-10-04  Wim Taymans  <wim@fluendo.com>
10652
10653         * ext/libmng/Makefile.am:
10654         * ext/libmng/gstmng.c: (plugin_init):
10655         * ext/libmng/gstmng.h:
10656         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
10657         (gst_mngdec_base_init), (gst_mngdec_class_init),
10658         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
10659         (gst_mngdec_loop), (gst_mngdec_get_property),
10660         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
10661         (mngdec_closestream), (mngdec_handle_sink_event),
10662         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
10663         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
10664         (gst_mngdec_change_state):
10665         * ext/libmng/gstmngdec.h:
10666         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
10667         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
10668         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
10669         (gst_mngenc_chain), (gst_mngenc_get_property),
10670         (gst_mngenc_set_property):
10671         * ext/libmng/gstmngenc.h:
10672         Added basic MNG decoder. Needs more work. The encoder does
10673         not work yet.
10674
10675 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10676
10677         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
10678         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
10679         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
10680           Don't hang on length=0 chunks. Some negotiation fixes. Signal
10681           no-more-pads.
10682
10683 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10684
10685         * configure.ac:
10686           you need at least 1.0.4 of speex
10687
10688 2004-10-04 Iain <iaingnome@gmail.com>
10689
10690         * ext/speex/gstspeexdec.h: Revert the includes changes.
10691
10692         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
10693
10694 2004-09-30 Iain <iaingnome@gmail.com>
10695
10696         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
10697         found during init or set as a property instead of hardcoding /dev/audio
10698
10699 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10700
10701         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
10702         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
10703         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
10704         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
10705         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
10706         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
10707         (gst_rmdemux_dump_data):
10708           Use debug category, fix EOS handling. filesrc ! rmdemux now
10709           works.
10710
10711 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10712
10713         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
10714         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
10715         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
10716           Improve allocation, cutting and sorting of the index. How takes a
10717           few seconds instead of minutes.
10718
10719 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
10720
10721         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
10722           fixed compilation
10723
10724 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10725
10726         * gst-libs/gst/riff/riff-media.c:
10727         (gst_riff_create_video_caps_with_data),
10728         (gst_riff_create_video_template_caps):
10729           Add wing commander format mimetype/fourccs.
10730         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
10731           Don't crash if some value is 0.
10732
10733 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10734
10735         * gst-libs/gst/riff/riff-media.c:
10736         (gst_riff_create_video_caps_with_data),
10737         (gst_riff_create_video_template_caps):
10738           Add DIB fourcc (raw, palettized 8-bit RGB).
10739         * gst-libs/gst/riff/riff-read.c:
10740         (gst_riff_read_strf_vids_with_data):
10741           Oops, fix strf_data reading bug.
10742         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
10743           Use a non-NULL tag.
10744         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
10745           Time for hacks. Sorry Dave. At least one quicktime movie (a
10746           trailer) that I've encountered contains multiple video tracks.
10747           One of those is the actual video track, the other are one-frame
10748           tracks (images). Unfortunately, the number of frames according
10749           to the trak header is 1 for each, so that doesn't help. So
10750           instead, I look at the duration and discard tracks with a
10751           duration shorter than 20% of the length of the stream. Better
10752           than nothing.
10753
10754 2004-10-01  Christian Schaller <christian@fluendo.com>
10755
10756         * ext/ivorbis/vorbis.c:
10757           Patch from Phil Blundell (Bug 152341)
10758
10759 2004-10-01  Wim Taymans  <wim@fluendo.com>
10760
10761         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
10762         (speex_dec_get_formats), (speex_dec_convert),
10763         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
10764         (speex_dec_chain), (gst_speexdec_get_property),
10765         (gst_speexdec_set_property):
10766         Small cleanups.
10767
10768 2004-10-01  Wim Taymans  <wim@fluendo.com>
10769
10770         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
10771         (gst_wavparse_stream_init), (gst_wavparse_fmt),
10772         (gst_wavparse_other), (gst_wavparse_loop),
10773         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
10774         (gst_wavparse_srcpad_event):
10775         * gst/wavparse/gstwavparse.h:
10776         Added some more debugging info.
10777         Fix the case where the length of the file is 0.
10778         Make sure we seek to sample borders.
10779
10780 2004-10-01  Wim Taymans  <wim@fluendo.com>
10781
10782         * gst/playback/README:
10783         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
10784         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
10785         (try_to_link_1), (no_more_pads), (close_link), (type_found):
10786         Add some debug info to decodebin, update README
10787
10788 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10789
10790         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
10791           Don't use g_print(); use GST_DEBUG().
10792
10793 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10794
10795         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
10796         (gst_ogg_mux_queue_pads):
10797           Handle EOS properly.
10798
10799 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10800
10801         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10802
10803         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
10804         (gst_faad_chain), (gst_faad_change_state):
10805         * ext/faad/gstfaad.h:
10806           Allow playback of raw (unframed) MPEG AAC files (#148993).
10807
10808 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
10809
10810         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10811
10812         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10813           Throw error if we didn't recognize the stream. Fixes #152289.
10814
10815 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10816
10817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
10818           Fix negotiation.
10819
10820 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
10821
10822         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10823
10824         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
10825           Fix memleak.
10826
10827 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
10828
10829         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10830
10831         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
10832           Solve #152805.
10833         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
10834           Solve 152806.
10835
10836 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10837
10838         * gst-libs/gst/riff/riff-media.c:
10839         (gst_riff_create_video_caps_with_data),
10840         (gst_riff_create_audio_caps_with_data):
10841           Add codec_data handling (like asfdemux used to do).
10842         * gst/asfdemux/gstasf.c: (plugin_init):
10843         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
10844         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
10845           Use riff-media for caps creation instead of our own (mostly
10846           broken) copy of its functions.
10847
10848 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10849
10850         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
10851           Don't actually error out if we get another return value than
10852           -EINVAL. Opposite to what I first thought, drivers have random
10853           return values for this, although -EINVAL is the expected return
10854           value. Since this is not fatal, we shouldn't use
10855           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
10856
10857 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10858
10859         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
10860         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
10861         (dvdreadsrc_get_property), (_open), (_seek), (_read),
10862         (dvdreadsrc_get), (dvdreadsrc_open_file),
10863         (dvdreadsrc_change_state):
10864           Fix. Don't do one big huge loop around the whole DVD, that will
10865           cache all data and thus eat sizeof(dvd) (several GB) before we
10866           see something.
10867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
10868           Actually NULL'ify event after using it.
10869         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
10870         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
10871         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10872         (gst_ebml_read_seek), (gst_ebml_read_skip):
10873           Handle events.
10874         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
10875         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
10876         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
10877           Fix timing (this will probably break if I seek using menus, but
10878           I didn't get there yet). VOBs and normal DVDs should now work.
10879           Add a mpeg2-only pad with high rank so this get autoplugged for
10880           MPEG-2 movies.
10881         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
10882         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
10883         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
10884         (gst_mpeg_demux_get_audio_stream),
10885         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
10886         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
10887           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
10888           MPEG-1 but use dvddemux for MPEG-2.
10889         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
10890         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
10891         (gst_mpeg_parse_parse_packhead):
10892           Timing. Only add pad template if it exists. Add sink template from
10893           class and not from ourselves. This means we will always use the
10894           correct sink template even if it is not the one defined in this
10895           file.
10896
10897 2004-09-29  Wim Taymans  <wim@fluendo.com>
10898
10899         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
10900         (gst_mpeg_demux_parse_pes):
10901         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
10902         Fix playback of mpeg again, timestamps where screwed up by
10903         patch 1.61.
10904
10905 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
10906
10907         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
10908           Only return true if we actually filled something in. Prevents
10909           player applications from showing a random length for flac files.
10910         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
10911         (gst_riff_read_use_event), (gst_riff_read_handle_event),
10912         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
10913         (gst_riff_read_strf_vids_with_data),
10914         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
10915           OK, ok, so I implemented event handling. Apparently it's normal
10916           that we receive random events at random points without asking
10917           for it.
10918         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
10919         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
10920         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
10921         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
10922         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
10923         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
10924         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
10925         * gst/avi/gstavidemux.h:
10926           Implement non-lineair chunk handling and subchunk processing.
10927           The first solves playback of AVI files where the audio and video
10928           data of individual buffers that we read are not synchronized.
10929           This should not happen according to the wonderful AVI specs, but
10930           of course it does happen in reality. It is also a prerequisite for
10931           the second. Subchunk processing allows us to cut chunks in small
10932           pieces and process each of these pieces separately. This is
10933           required because I've seen several AVI files with incredibly large
10934           audio chunks, even some files with only one audio chunk for the
10935           whole file. This allows for proper playback including seeking.
10936           This patch is supposed to fix all AVI A/V sync issues.
10937         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
10938         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
10939           Work.
10940         * gst/modplug/gstmodplug.cc:
10941           Proper return value setting for the query() function.
10942         * gst/playback/gstplaybasebin.c: (setup_source):
10943           Being in non-playing state (after, e.g., EOS) is not necessarily
10944           a bad thing. Allow for that. This fixes playback of short files.
10945           They don't actually playback fully now, because the clock already
10946           runs. This means that small files (<500kB) with a small length
10947           (<2sec) will still not or barely play. Other files, such as mod
10948           or flx, will work correctly, however.
10949
10950 2004-09-28  Wim Taymans  <wim@fluendo.com>
10951
10952         * ext/speex/gstspeex.c: (plugin_init):
10953         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
10954         (gst_speex_dec_class_init), (speex_dec_get_formats),
10955         (speex_get_event_masks), (speex_get_query_types),
10956         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
10957         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
10958         (gst_speexdec_get_property), (gst_speexdec_set_property),
10959         (speex_dec_change_state):
10960         * ext/speex/gstspeexdec.h:
10961         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
10962         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
10963         (gst_speexenc_base_init), (gst_speexenc_class_init),
10964         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
10965         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
10966         (gst_speexenc_src_query), (gst_speexenc_init),
10967         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
10968         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
10969         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
10970         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
10971         (gst_speexenc_chain), (gst_speexenc_get_property),
10972         (gst_speexenc_set_property), (gst_speexenc_change_state):
10973         * ext/speex/gstspeexenc.h:
10974         Rewrote speex encoder, make sure it can be embedded in ogg.
10975         Implemented speex decoder.
10976
10977 2004-09-28  Christian Schaller <christian@fluendo.com>
10978
10979         * configure.ac:
10980         Remove kioslave plugin. Markey is brewing a new working one
10981         * ext/Makefile.am: Remove kioslave plugin
10982         * ext/kio: remove
10983         * gst-plugins.spec.in: remove kio plugin from spec
10984
10985 2004-09-27  Wim Taymans  <wim@fluendo.com>
10986
10987         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
10988         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
10989         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
10990         (gst_multifdsink_new_client),
10991         (gst_multifdsink_handle_client_write),
10992         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
10993         (gst_multifdsink_handle_clients):
10994         * gst/tcp/gstmultifdsink.h:
10995         Make syncing to keyframes actually work for new clients and lagging
10996         clients.
10997
10998 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10999
11000         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
11001         (gst_navigationtest_handle_src_event), (draw_box_planar411),
11002         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
11003         * gst/debug/gstnavigationtest.h:
11004           make navigationtest display button-press and button-release events
11005
11006 2004-09-26 Iain <iaingnome@gmail.com>
11007
11008         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
11009         the channels have received a new media event.
11010         (interleave_buffered_loop): Compresses a new media event on all
11011         channels into one.
11012
11013 2004-09-26 Iain <iaingnome@gmail.com>
11014
11015         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
11016         call the sinkpad's default event handler and not the srcpads. He also
11017         says this is confusing :)
11018         (gst_wavenc_stop_file): Company says that seek events only go upstream
11019         we should send a discontinuous downstream instead.
11020
11021 2004-09-25  Christian Schaller <christian@fluendo.com>
11022
11023         * Update SPEC file to be usable in conjunction with Fedora Core,
11024           Fedora.us and freshrpms packages
11025         * Fix typo in multifilesrc test Makefile
11026
11027 2004-09-24  Wim Taymans  <wim@fluendo.com>
11028
11029         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
11030         Only signal the no_more_pads signal when we have
11031         added the stream to our list.
11032
11033 2004-09-24  Wim Taymans  <wim@fluendo.com>
11034
11035         * gst/playback/gstplaybasebin.c: (remove_prerolls),
11036         (new_decoded_pad):
11037         * gst/playback/gstplaybasebin.h:
11038         * gst/playback/gstplaybin.c: (setup_sinks):
11039         Don't try to preroll or decode more than one audio/video
11040         track.
11041
11042 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11043
11044         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
11045           Throw error if we failed to find a suitable output. This should
11046           throw an error if we successfully set up a pipeline (e.g. because
11047           we recognized a media file) but found no decodable streams in it
11048           (e.g. because it contains only media stream types for which we
11049           have no decoders, or because it's not a media type).
11050
11051 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11052
11053         * ext/dirac/Makefile.am:
11054         * ext/dirac/gstdirac.cc:
11055         * ext/dirac/gstdiracdec.cc:
11056         * ext/dirac/gstdiracdec.h:
11057           Do something. Don't actually know if this works because I don't
11058           have a demuxer yet.
11059         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
11060           Add channels=1 to caps returned from _getcaps().
11061         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
11062         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
11063         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
11064         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
11065         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
11066         (gst_ogm_parse_change_state):
11067           Separate between audio/video so ogmaudioparse actually uses the
11068           audio pad templates. Both audio and video work now, including
11069           autoplugging. Also use sometimes-srcpad hack.
11070         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
11071           Handle events better. Don't hang on infinite loops.
11072         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
11073         (gst_avi_demux_init), (gst_avi_demux_reset),
11074         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
11075         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
11076         (gst_avi_demux_change_state):
11077         * gst/avi/gstavidemux.h:
11078           Improve A/V sync. Still not perfect.
11079         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
11080         (gst_ebml_read_skip):
11081           Handle events better.
11082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
11083         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
11084         (qtdemux_audio_caps):
11085           Add IMA4. Improve event handling. Save offset after a seek when
11086           the headers are at the end of the file so that we don't end up in
11087           an infinite loop.
11088         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
11089           Add low-priority typefind support for files with no length.
11090
11091 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11092
11093         * testsuite/multifilesink/Makefile.am:
11094         fix typo
11095
11096 2004-09-22  Julien MOUTTE  <julien@moutte.net>
11097
11098         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
11100         mistakes from thaytan's patches.
11101
11102 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11103
11104         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
11105           For completeness, XSync in the destroy function as xvimage does.
11106
11107 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
11108
11109         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
11110            Correct caps negotiation
11111         * gst/volume/gstvolume.c: (volume_chain_float),
11112         (volume_chain_int16):
11113            Modify debug output to be little more informative
11114         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
11115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11116         (gst_xvimagesink_xvimage_destroy):
11117           Add XSync calls after detaching from the shared memory segment to
11118           avoid a crash.
11119
11120 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11121
11122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11123         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
11124         * ext/vorbis/vorbis.c: (plugin_init):
11125         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11126         (gst_vorbisenc_chain):
11127         * ext/vorbis/vorbisenc.h:
11128         remove explicit newmedia support from oggmux and vorbisenc
11129         add debug category to vorbisenc
11130         * gst/multifilesink/gstmultifilesink.c:
11131         (gst_multifilesink_class_init), (gst_multifilesink_init),
11132         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
11133         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
11134         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
11135         (plugin_init):
11136         * gst/multifilesink/gstmultifilesink.h:
11137         add support for streamheader in multifilesink
11138
11139 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11140
11141         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
11142         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
11143         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
11144           Prevent infinite loops. More correct error reporting.
11145         * gst/auparse/gstauparse.c: (gst_auparse_chain):
11146           Error out if negotiation fails.
11147         * gst/playback/gstplaybasebin.c: (setup_source),
11148         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
11149         (gst_play_base_bin_found_tag):
11150           Error/tag forwarding. Pre-roll fixes for source errors on state
11151           changes (e.g. "file does not exist") to prevent hangs.
11152
11153 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11154
11155         * testsuite/multifilesink/Makefile.am:
11156         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
11157         (gst_newmedia_class_init), (gst_newmedia_init),
11158         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11159         (newfile_signal), (test_signal), (main):
11160         * testsuite/multifilesink/multifilesrc_test.c: (main):
11161         * testsuite/multifilesink/oggtheora_test.c:
11162         (gst_newmedia_base_init), (gst_newmedia_class_init),
11163         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11164         (test_format), (newfile_signal), (test_signal), (main):
11165         * testsuite/multifilesink/oggvorbis_test.c:
11166         (gst_newmedia_base_init), (gst_newmedia_class_init),
11167         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
11168         (test_format), (newfile_signal), (test_signal), (main):
11169         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
11170         (gst_newmedia_class_init), (gst_newmedia_init),
11171         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
11172         (newfile_signal), (test_signal), (main):
11173         New media tests
11174
11175 2004-09-20  Christian Schaller <christian@fluendo.com>
11176
11177         * Fix mikmod license to LGPL as they have relicensed
11178         * Move Dirac and Effectv into LGPL section of README_license
11179
11180 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11181
11182         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
11183         (gst_mad_change_state):
11184           Allow for mp3 rate/channels changes. However, only very
11185           conservatively. Reason that we *have* to enable this is smiply
11186           because the mad find_sync() function is not good enough, it will
11187           regularly sync on random data as valid frames and therefore make
11188           us provide random caps as *final* caps of the stream. The best fix
11189           I could think of is to simply require several of the same stream
11190           changes in a row before we change caps.
11191           The actual testcase that works now is #
11192         * ext/ogg/Makefile.am:
11193         * ext/ogg/gstogg.c: (plugin_init):
11194         * ext/ogg/gstogmparse.c:
11195           OGM support (video only for now; I need an audio sample file).
11196         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
11197         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
11198         (gst_asf_demux_add_video_stream):
11199           WMV extradata.
11200         * gst/playback/gstplaybasebin.c: (unknown_type):
11201           Don't error out on single unknown-types after all. It's wrong.
11202           If we found type of video and audio but not of a subtitle stream,
11203           it will still error out (which is unwanted). Will find a better fix
11204           later on.
11205         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
11206         (ogmaudio_type_find), (plugin_init):
11207           OGM support.
11208
11209 2004-09-20  Johan Dahlin  <johan@gnome.org>
11210
11211         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
11212         after setting caps.
11213
11214 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11215
11216         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
11217         * gst/wavenc/gstwavenc.h:
11218         Added newmedia support to wavenc
11219
11220 2004-09-17  Wim Taymans  <wim@fluendo.com>
11221
11222         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
11223         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11224         (gst_fdset_fd_can_write), (gst_fdset_wait):
11225         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
11226         (gst_multifdsink_init), (gst_multifdsink_add),
11227         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
11228         (gst_multifdsink_remove_client_link),
11229         (gst_multifdsink_client_queue_buffer),
11230         (gst_multifdsink_handle_client_write),
11231         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
11232         (gst_multifdsink_close), (gst_multifdsink_change_state):
11233         * gst/tcp/gstmultifdsink.h:
11234         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11235         (gst_tcpserversink_removed):
11236         Small cleanups in fdset.c
11237         Use a hastable to map fd to the client structure for faster
11238         lookup in _remove and get_stats.
11239         Added virtual function to close the fds.
11240         Handle clients even when the select/poll call was unblocked because
11241         of a command.
11242         Implement syncing to keyframe in the recovery procedure.
11243
11244 2004-09-16 Iain <iaingnome@gmail.com>
11245
11246         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
11247         try caps.
11248
11249 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11250
11251         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
11252           Caps are only set if the type of the stream is unknown, but this
11253           is initialized in ->init_stream(), so set to UNKNOWN after calling
11254           ->init_stream() so that capsnego starts.
11255
11256 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11257
11258         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11259         (gst_avi_demux_stream_data):
11260           Just hardcode for raw audio then. AVI audio sucks.
11261
11262 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
11263
11264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
11265         * gst/matroska/matroska-mux.c: (audiosink_templ),
11266         (gst_matroska_mux_audio_pad_link):
11267         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
11268         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
11269
11270 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11271
11272         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11273         (gst_avi_demux_stream_data):
11274           Try to fix a/v sync issues.
11275
11276 2004-09-15  David Schleef  <ds@schleef.org>
11277
11278         * configure.ac: remove NASM check, since we don't use it.  Update
11279         dirac check to 0.4
11280         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
11281         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
11282         Initialized variables.
11283         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
11284         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
11285         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
11286         SVQ3 format
11287
11288 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11289
11290         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
11291         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
11292         * gst/avi/gstavidemux.h:
11293           Fix for compressed audio (mp3) timestamp generation. How did this
11294           ever work?
11295
11296 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11297
11298         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
11299           Volume is a double not a float.
11300
11301 2004-09-15  Wim Taymans  <wim@fluendo.com>
11302
11303         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
11304         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
11305         Don't close the fd in multifdsink as we didn't open it in the
11306         first place. Some cleanups.
11307
11308 2004-09-15  Wim Taymans  <wim@fluendo.com>
11309
11310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11312         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11313         Fix the case where the muxer would mark pages as delta
11314         frames when they are not (vorbis only ogg).
11315
11316 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
11319         (gst_play_base_bin_change_state):
11320           Handle the case where we failed to setup a clear pipeline. This
11321           will throw an error (or EOS, another nice case) and if you don't
11322           catch that, the app will wait for the signal forever (and thus
11323           hang).
11324
11325 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11326
11327         * ext/gnomevfs/gstgnomevfssink.c:
11328         (gst_gnomevfssink_uri_get_protocols):
11329         * ext/gnomevfs/gstgnomevfssrc.c:
11330         (gst_gnomevfssrc_uri_get_protocols):
11331         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11332         * ext/gnomevfs/gstgnomevfsuri.h:
11333           Use _uri_new() instead of _open(), so it doesn't take as long and
11334           Christophe's computer won't hang.
11335         * gst/playback/gstplaybasebin.c: (unknown_type):
11336           Throw error on unknown media type, so apps actually display it.
11337
11338 2004-09-14  Brian Cameron  <brian.cameron@sun.com
11339
11340         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
11341           this script to work on Solaris since bash shell handles echo
11342           differenly than bash.
11343
11344 2004-09-17  Wim Taymans  <wim@fluendo.com>
11345
11346         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
11347         (setup_source), (gst_play_base_bin_set_property),
11348         (gst_play_base_bin_add_element):
11349         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
11350         Some more work on making sure seeking pauses the pipeline and
11351         that changing the uri actually does something.
11352
11353 2004-09-17  Wim Taymans  <wim@fluendo.com>
11354
11355         * gst/tcp/gstfdset.c: (gst_fdset_wait):
11356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
11357         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
11358         (gst_tcpserversink_close):
11359         Be a bit more paranoid when freeing memory.
11360
11361 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
11364         (qtdemux_parse_trak):
11365           Don't crash by dividing by zero (see sample movie in #126922).
11366
11367 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11368
11369         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
11370           Don't touch non-existing data (fixes crash on file in #140147).
11371
11372 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11373
11374         * gst/playback/gstplaybasebin.c:
11375         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
11376           Handle double disposals, and proper change of URIs.
11377
11378 2004-09-13  Martin Eikermann <meiker@upb.de>
11379
11380         * gst/mpegstream/gstmpegparse.c:
11381           fix synchronistation for streams recorded from digital PCR
11382           fixes bug #119376
11383
11384 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11385
11386         * ext/gnomevfs/Makefile.am:
11387         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
11388         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
11389         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
11390         (gst_gnomevfssink_uri_get_type),
11391         (gst_gnomevfssink_uri_get_protocols),
11392         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
11393         (gst_gnomevfssink_uri_handler_init),
11394         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
11395         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
11396         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
11397         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
11398         (gst_gnomevfssrc_uri_get_type),
11399         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
11400         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
11401         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
11402         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
11403         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
11404         * ext/gnomevfs/gstgnomevfsuri.h:
11405           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
11406           of fake URIs to see which this version of Gnome-VFS likes, and
11407           uses that for the Gst-URI interface. Makes playbin support http://
11408           streams. Also fix up some stupid behaviour in gnomevfssrc.
11409
11410 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11411
11412         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
11413         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
11414         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
11415         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
11416           Update mixer (to sync with other sessions) if we try to obtain
11417           a new value. This makes alsamixer work accross applications.
11418         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
11419           Only call sync functions if we're running, else alsalib asserts.
11420         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
11421           Sometimes fails to compile. Possibly a gcc bug.
11422         * gst/playback/gstplaybin.c: (gen_video_element),
11423         (gen_audio_element):
11424           Add a reference to an application-provided object, because we lose
11425           this same reference if we add it to the bin. If we don't do this,
11426           we can only use this object once and thus crash if we go from
11427           ready to playing, back to ready and back to playing again.
11428           Also add an audioscale element because several cheap soundcards -
11429           like mine - don't support all samplerates.
11430         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
11431         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
11432           Fix wrong order or PAR calls. Makes automatically obtained PAR
11433           from the X server atually being used.
11434
11435 2004-09-12  David Schleef  <ds@schleef.org>
11436
11437         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
11438         #151887, #152102, #152247.
11439         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
11440         * examples/seeking/cdparanoia.c: same
11441         * examples/seeking/cdplayer.c: same
11442         * examples/seeking/seek.c: same
11443         * examples/seeking/spider_seek.c: same
11444         * examples/seeking/vorbisfile.c: same
11445         * examples/stats/mp2ogg.c: same
11446         * ext/esd/esdsink.c: (gst_esdsink_class_init),
11447         (gst_esdsink_dispose): Dispose of element properly.
11448         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
11449         fixes.
11450         * ext/nas/nassink.c: (gst_nassink_class_init),
11451         (gst_nassink_dispose): Dispose of element correctly.
11452         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
11453         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11454         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
11455         Fix 64-bit warning.
11456         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
11457         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
11458         Fix 64-bit warning.
11459
11460 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
11461
11462         * configure.ac : change speex detection as 1.1.6 now uses
11463           .pc/pkg-config and they changed their headers location.
11464
11465 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
11466
11467         * gst/matroska/matroska-mux.h:
11468         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
11469         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11470         (gst_matroska_mux_write_data):
11471           Write multiple blocks/frames per cluster.
11472                 Write meta-seek information (seek heads).
11473
11474 2004-09-09  Scott Wheeler <wheeler@kde.org>
11475
11476         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
11477         (gst_play_bin_set_property), (gst_play_bin_get_property),
11478         (gen_audio_element), (gen_audio_element):
11479           Add a volume element / property to the pipeline.
11480
11481 2004-09-07  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
11484         Copy timestamps from the master pad to the output buffers.
11485
11486 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
11487
11488         * ext/raw1394/gstdv1394src.c:
11489           throw errors when applicable
11490
11491 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
11492
11493         * gst/matroska/ebml-ids.h:
11494         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
11495         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
11496         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
11497           automatically convert unix time <-> ebml time when reading/writing
11498           a date, use gst_ebml_write_uint to write CUETIME,
11499           not gst_ebml_write_date.
11500         * gst/matroska/matroska-ids.h:
11501         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
11502         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
11503         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
11504         (gst_matroska_mux_write_data):
11505           Write track and segment UIDs, write muxing date, write
11506           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
11507           Create cues for audio only files.
11508
11509 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
11510
11511         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
11512         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
11513           Re-commit ALSA switches.
11514         * gst/adder/gstadder.c: (gst_adder_loop):
11515           64-bit fix (#151416).
11516         * gst/debug/progressreport.c: (gst_progressreport_report):
11517           64-bit fix (#151419).
11518         * gst/matroska/matroska-demux.c:
11519         (gst_matroska_demux_parse_contents):
11520           64-bit fix (#151420).
11521         * gst/playback/test3.c: (update_scale):
11522           64-bit fix (#151421).
11523
11524 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11525
11526         * configure.ac:
11527           bump nano to cvs
11528
11529 === release 0.8.4 ===
11530
11531 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
11532
11533         * configure.ac: releasing 0.8.4, "Alias"
11534
11535 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
11536
11537         * ext/theora/Makefile.am:
11538           fix makefile.  Fixes #151462.
11539
11540 2004-08-30  Wim Taymans  <wim@fluendo.com>
11541
11542         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
11543         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11544         (gst_multifdsink_remove_client_link),
11545         (gst_multifdsink_client_queue_buffer),
11546         (gst_multifdsink_handle_client_write):
11547         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
11548         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
11549         Fix some memory leaks.
11550
11551 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11552
11553         Patch by: David Schleef
11554
11555         * configure.ac:
11556         * sys/Makefile.am:
11557           rename our detection macro for V4L2.  Fixes #151236.
11558
11559 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
11560
11561         Patch by: David Schleef
11562
11563         * configure.ac:
11564           check to define LAMEPRESET.  Fixes #151232.
11565
11566 2004-08-27  David Schleef  <ds@schleef.org>
11567
11568         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
11569         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
11570         (gst_glimagesink_fixate):  Move local variable declarations to
11571         make gcc-2.95 happy.
11572
11573 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11574
11575         * configure.ac:
11576           bump nano for prerelease
11577
11578 2004-08-27  David Schleef  <ds@schleef.org>
11579
11580         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
11581         * sys/sunaudio/gstsunaudiosrc.c:
11582         * sys/sunaudio/gstsunaudiosrc.h:
11583
11584 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
11585
11586         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
11587         handle EOS correctly
11588         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
11589         * gst/matroska/matroska-mux.h:
11590         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
11591         VFW compatibility mode
11592
11593 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
11594
11595         patch by: Zaheer Abbas Merali
11596
11597         * ext/ogg/gstoggmux.c:
11598         * ext/vorbis/vorbisenc.c:
11599         * ext/vorbis/vorbisenc.h:
11600           handle NEWMEDIA
11601
11602 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
11603
11604         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
11605         fix byte order reversion on little endian machines.
11606         * gst/matroska/matroska-mux.c: (audiosink_templ),
11607         (gst_matroska_mux_audio_pad_link):
11608         add TTA codec to the list of supported codecs.
11609         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
11610         (gst_matroska_mux_start), (gst_matroska_mux_finish),
11611         (gst_matroska_mux_write_data):
11612         * gst/matroska/matroska-mux.h:
11613         write segment duration correctly, write muxing app string, fixes bugs
11614         #140897 and #140898.
11615         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
11616         wait for all pads to be negotiated before starting to mux.
11617
11618 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11619
11620         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
11621         * ext/lame/gstlame.h:
11622         Added new media support to lame
11623
11624 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
11625
11626         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
11627         send vorbis headers at the beginning of a stream, fixes bug #141554.
11628         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
11629         bug #148950.
11630         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
11631         (gst_matroska_demux_plugin_init):
11632         * gst/matroska/matroska-ids.h:
11633         enable demuxing of TTA audio streams, fixes bug #148951.
11634         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
11635         enable typefinding for TTA audio files, fixes bug #148711.
11636         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
11637         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
11638         fixes playback of packed bitstream and xvid with bframes, bug #135407.
11639
11640 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
11641
11642         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
11643         (gst_riff_read_element_data), (gst_riff_read_seek),
11644         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
11645         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
11646         <teuf@gnome.org>
11647
11648 2004-08-23 Iain <iaingnome@gmail.com>
11649
11650         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
11651         tags. They appear to be handled differently to normal.
11652         (tag_list_to_id3_tag_foreach): Ditto.
11653
11654 2004-08-22  Wim Taymans  <wim@fluendo.com>
11655
11656         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11657         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11658         Make sure we never send -1 granulepos.
11659
11660 2004-08-20  Wim Taymans  <wim@fluendo.com>
11661
11662         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
11663         (gst_ogg_mux_loop):
11664         I will accept bitchslappings with non sharp objects.
11665
11666 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11667
11668         * configure.ac:
11669         Clean up the test for lame presets
11670
11671 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11672
11673         * configure.ac:
11674         * ext/lame/Makefile.am:
11675         * ext/lame/gstlame.c: (gst_lame_class_init),
11676         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11677         Only enable lame presets if version of lame has presets in API
11678
11679 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
11680         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
11681         * gst/udp/gstudpsrc.h:
11682           Don't call gst_pad_push in a get function. Fixes #150449
11683
11684 2004-08-18  Wim Taymans  <wim@fluendo.com>
11685
11686         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
11687         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
11688         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11689         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11690         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11691         (gst_fdset_wait):
11692         * gst/tcp/gstfdset.h:
11693         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11694         (gst_multifdsink_client_queue_buffer),
11695         (gst_multifdsink_handle_client_write):
11696         * gst/tcp/gstmultifdsink.h:
11697         Some extra checks in gstfdset.
11698         Only use send() when the fd is a socket. Don't try to
11699         read from write only fds.
11700
11701 2004-08-18  Wim Taymans  <wim@fluendo.com>
11702
11703         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
11704         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
11705         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11706         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11707         (gst_fdset_wait):
11708         Add more locking and bounds checking.
11709
11710 2004-08-18  Wim Taymans  <wim@fluendo.com>
11711
11712         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
11713         Realloc test fdset in the lock and right before starting
11714         the poll call. Bump the limit to 4096.
11715
11716 2004-08-17  David Schleef  <ds@schleef.org>
11717
11718         * sys/sunaudio/Makefile.am:
11719         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
11720         of rates and channels.  Make debugging less obnoxious.
11721
11722         Patch from Balamurali Viswanathan implementing a mixer for
11723         Sun audio.  (bug #144091):
11724         * sys/sunaudio/gstsunelement.c:
11725         * sys/sunaudio/gstsunelement.h:
11726         * sys/sunaudio/gstsunmixer.c:
11727         * sys/sunaudio/gstsunmixer.h:
11728
11729 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11730
11731         * gst/audioscale/gstaudioscale.c:
11732         * gst/audioscale/gstaudioscale.h:
11733         made audioscale resample from any sample rate to any sample rate
11734
11735 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11736
11737         * ext/libpng/gstpngdec.c:
11738           error out on unsupported types
11739
11740 2004-08-17  Iain <iaingnome@gmail.com>
11741
11742         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
11743         mid_side and loose_mid_side properties if its a stereo stream.
11744
11745 2004-08-17  Wim Taymans  <wim@fluendo.com>
11746
11747         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
11748         (theora_get_formats), (theora_dec_src_convert),
11749         (theora_dec_sink_convert), (theora_dec_src_query),
11750         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
11751         Add a debug line.
11752
11753 2004-08-17  Wim Taymans  <wim@fluendo.com>
11754
11755         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
11756         (gst_ogg_pad_push):
11757         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11758         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
11759         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
11760         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
11761         Mark delta units in the muxer.
11762         Try to decode the packet after an out-of-sync error from
11763         libogg.
11764
11765 2004-08-17  Wim Taymans  <wim@fluendo.com>
11766
11767         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
11768         (gst_multifdsink_init), (gst_multifdsink_add),
11769         (gst_multifdsink_client_queue_buffer),
11770         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
11771         * gst/tcp/gstmultifdsink.h:
11772         Added option to send a keyframe to clients as the first buffer.
11773         Make timeout property writable.
11774
11775 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
11776
11777         patch by: Wim Taymans
11778
11779         * gst/tcp/gstfdset.c:
11780         * gst/tcp/gstmultifdsink.c:
11781           fix index comparison, should include 0
11782
11783 2004-08-16  Wim Taymans  <wim@fluendo.com>
11784
11785         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
11786         (gst_fdset_add_fd), (gst_fdset_remove_fd),
11787         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
11788         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
11789         (gst_fdset_wait):
11790           copy when reallocing for poll so the select arguments don't get
11791           changed during the call
11792
11793 2004-08-16  Wim Taymans  <wim@fluendo.com>
11794
11795         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
11796         (gst_theora_enc_class_init), (theora_enc_sink_link),
11797         (theora_buffer_from_packet), (theora_enc_chain):
11798         Fix bug where buffers were not marked as keyframes
11799         correctly.
11800
11801 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11802
11803         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11804         (gst_lame_preset_get_type), (gst_lame_class_init):
11805         describe the enum values for vbr mode and presets more verbosely
11806
11807 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11808
11809         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
11810         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
11811         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
11812         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
11813         * ext/lame/gstlame.h:
11814         add preset property to lame so it can use lame presets
11815
11816 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11817
11818         * ext/lame/gstlame.c: (gst_lame_get_property):
11819         whoops forgot break, thanks teuf
11820
11821 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11822
11823         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
11824         (gst_lame_class_init), (gst_lame_src_getcaps),
11825         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
11826         (gst_lame_get_property), (gst_lame_setup):
11827         * ext/lame/gstlame.h:
11828         fix lame's broken vbr stuff, allow it to resample if need be, and also
11829         make xing header optional
11830
11831 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11832
11833         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
11834         added getcaps function so samplerate doesnt get fixated to silly values
11835
11836 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11837
11838         * ext/lame/gstlame.c: (gst_lame_src_link):
11839         revert previous fix
11840
11841 2004-08-12  Johan Dahlin  <johan@gnome.org>
11842
11843         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
11844         checks. Doesn't matter what state we are in. Interfaces are a
11845         compile time thing, not runtime. It also broke the python bindings.
11846
11847 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11848
11849         * ext/lame/gstlame.c: (gst_lame_src_link):
11850         made source pad link function check if sinkpad is ok..fixes the problem
11851         where core fixates the output rate of lame stupidly
11852
11853 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
11854
11855         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
11856         * sys/v4l/v4l_calls.c:
11857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
11858           fix fixate function to handle nonsimple caps.
11859           remove bogus check in _link
11860           cleanups
11861
11862 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11863
11864         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
11865         set default compression ratio parameter to 0.0 so bitrate parameter
11866         works :)
11867
11868 2004-08-11  David Schleef  <ds@schleef.org>
11869
11870         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
11871
11872 2004-08-11  David Schleef  <ds@schleef.org>
11873
11874         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
11875         before.
11876
11877 2004-08-11  David Schleef  <ds@schleef.org>
11878
11879         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
11880
11881 2004-08-11  David Schleef  <ds@schleef.org>
11882
11883         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
11884           license field
11885         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
11886         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
11887           LGPL.
11888         * gst/auparse/gstauparse.c: Fix plugin license field.
11889         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
11890         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
11891         * gst/rtp/gstrtp.c: Fix plugin license field.
11892
11893 2004-08-11  Wim Taymans  <wim@fluendo.com>
11894
11895         * gst/tcp/Makefile.am:
11896         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
11897         (ensure_size), (gst_fdset_new), (gst_fdset_free),
11898         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
11899         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
11900         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
11901         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
11902         (gst_fdset_fd_can_write), (gst_fdset_wait):
11903         * gst/tcp/gstfdset.h:
11904         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11905         (gst_multifdsink_class_init), (gst_multifdsink_init),
11906         (gst_multifdsink_add), (gst_multifdsink_remove),
11907         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
11908         (gst_multifdsink_remove_client_link),
11909         (gst_multifdsink_handle_client_read),
11910         (gst_multifdsink_client_queue_data),
11911         (gst_multifdsink_client_queue_caps),
11912         (gst_multifdsink_client_queue_buffer),
11913         (gst_multifdsink_handle_client_write),
11914         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11915         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11916         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
11917         (gst_multifdsink_close):
11918         * gst/tcp/gstmultifdsink.h:
11919         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
11920         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
11921         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
11922         (gst_tcpserversink_close):
11923         * gst/tcp/gsttcpserversink.h:
11924         Abstracted away the select call, implemented poll (yes we ran into
11925         the 1024 limit in production).
11926
11927 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11928
11929         * gst/tcp/gsttcp.c:
11930         * gst/tcp/gsttcpplugin.c:
11931           improve debuggging, remove assert
11932
11933 2004-08-10  Wim Taymans  <wim@fluendo.com>
11934
11935         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
11936         (gst_client_status_get_type), (gst_multifdsink_class_init),
11937         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
11938         (gst_multifdsink_handle_client_read),
11939         (gst_multifdsink_handle_client_write),
11940         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
11941         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
11942         (gst_multifdsink_get_property):
11943         * gst/tcp/gstmultifdsink.h:
11944         * gst/tcp/gsttcp-marshal.list:
11945         Starting to prepare for specifying buffer time in other units
11946         than buffers. Expose remove reason in signal.
11947
11948 2004-08-10  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
11951         (gst_multifdsink_remove), (gst_multifdsink_clear),
11952         (gst_multifdsink_remove_client_link),
11953         (gst_multifdsink_handle_client_read),
11954         (gst_multifdsink_client_queue_data),
11955         (gst_multifdsink_client_queue_buffer),
11956         (gst_multifdsink_handle_client_write),
11957         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
11958         (gst_multifdsink_chain), (gst_multifdsink_close):
11959         * gst/tcp/gstmultifdsink.h:
11960         Added more debugging info. Changed the way clients are
11961         removed from the lists. Fixed a bug where a bad file descriptor
11962         could cause many clients to be removed.
11963
11964 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11965
11966         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
11967           allow all pixel-aspect-ratios, not just 1:1
11968
11969 2004-08-09  David Schleef  <ds@schleef.org>
11970
11971         * sys/glsink/ARB_multitexture.h:  Remove old files.
11972         * sys/glsink/EXT_paletted_texture.h:
11973         * sys/glsink/NV_register_combiners.h:
11974         * sys/glsink/gstgl_nvimage.c:
11975         * sys/glsink/gstgl_pdrimage.c:
11976         * sys/glsink/gstgl_rgbimage.c:
11977         * sys/glsink/gstglsink.c:
11978         * sys/glsink/gstglsink.h:
11979         * sys/glsink/gstglxwindow.c:
11980         * sys/glsink/regcomb_yuvrgb.c:
11981
11982 2004-08-09  David Schleef  <ds@schleef.org>
11983
11984         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
11985         GL sink plugin.  (Bug #147302)
11986
11987         * configure.ac: Test for OpenGL
11988         * sys/Makefile.am: Use test for OpenGL
11989         * sys/glsink/Makefile.am:
11990         * sys/glsink/glimagesink.c: rewrite
11991         * sys/glsink/glimagesink.h: rewrite
11992
11993 2004-08-09  David Schleef  <ds@schleef.org>
11994
11995         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
11996         sane framerates.
11997         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
11998         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
11999         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
12000
12001 2004-08-09  Wim Taymans  <wim@fluendo.com>
12002
12003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12004         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12005         (gst_multifdsink_client_remove),
12006         (gst_multifdsink_handle_client_read),
12007         (gst_multifdsink_handle_client_write),
12008         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12009         Do a bit more logging, make the client_read code more robust.
12010
12011 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12012
12013         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
12014         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
12015         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
12016         (gst_jpegdec_init), (gst_jpegdec_chain):
12017         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
12018         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
12019           cleanups, debugging fixes and memleak plugging
12020
12021 2004-08-09  Wim Taymans  <wim@fluendo.com>
12022
12023         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12024         (theora_get_formats), (theora_dec_src_convert),
12025         (theora_dec_sink_convert), (theora_dec_src_query),
12026         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
12027         (theora_dec_change_state):
12028         Don't crash on missing header packets.
12029
12030 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12031
12032         * po/LINGUAS:
12033         * po/sq.po:
12034           Added Albanian translation (Laurent Dhima)
12035         * po/cs.po:
12036           updated
12037
12038 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12039
12040         * ext/lame/gstlame.c:
12041           fix/add debugging
12042
12043 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12044
12045         * sys/ximage/ximagesink.c:
12046         * sys/xvimage/xvimagesink.c:
12047           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
12048
12049 2004-08-06  Wim Taymans  <wim@fluendo.com>
12050
12051         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12052         (gst_multifdsink_add), (gst_multifdsink_get_stats),
12053         (gst_multifdsink_client_remove),
12054         (gst_multifdsink_handle_client_read),
12055         (gst_multifdsink_handle_client_write),
12056         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12057         Make sure we don't try to read more from a client that what
12058         ioctl says us or we deadlock.
12059
12060 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12061
12062         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
12063         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
12064         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
12065           decouple running_time and n_frames so it can handle changing
12066           framerate while running
12067
12068 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
12069
12070         * po/nl.po:
12071         * po/sv.po:
12072           updated translations
12073
12074 2004-08-04  Benjamin Otte  <otte@gnome.org>
12075
12076         * gst/videotestsrc/gstvideotestsrc.c:
12077         (gst_videotestsrc_get_capslist), (generate_capslist),
12078         (plugin_init):
12079           generate the list of supported caps at startup and reuse it instead
12080           of always generating it
12081
12082 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12083
12084         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
12085           whoops, last checkin broke normal build
12086
12087 2004-08-03  Benjamin Otte  <otte@gnome.org>
12088
12089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
12090         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12091         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
12092         (gst_alsa_mixer_get_option):
12093         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
12094         (dvdnavsrc_print_event):
12095         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
12096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
12097         (gst_ogg_mux_pad_unlink):
12098         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
12099         (gst_multipart_mux_pad_unlink):
12100         * gst/videofilter/gstvideobalance.c:
12101         (gst_videobalance_colorbalance_set_value):
12102         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
12103         (gst_videomixer_pad_unlink):
12104         * po/uk.po:
12105         * sys/oss/gstossmixer.c:
12106         * sys/v4l/gstv4lcolorbalance.c:
12107         * sys/v4l/gstv4ltuner.c:
12108         * sys/v4l/v4lsrc_calls.c:
12109         * sys/v4l2/gstv4l2colorbalance.c:
12110         * sys/v4l2/gstv4l2tuner.c:
12111           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
12112
12113 2004-08-03  Benjamin Otte  <otte@gnome.org>
12114
12115         * examples/dynparams/filter.c: (ui_control_create):
12116         * examples/gstplay/player.c: (print_tag):
12117         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
12118         * ext/gdk_pixbuf/gstgdkanimation.c:
12119         (gst_gdk_animation_iter_may_advance):
12120         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
12121         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
12122         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
12123         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
12124         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
12125         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
12126         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
12127         * gst/sine/demo-dparams.c: (main):
12128         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
12129         * testsuite/alsa/formats.c: (create_pipeline):
12130         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
12131           fixes for G_DISABLE_ASSERT and friends
12132         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
12133         (mp3_type_frame_length_from_header), (mp3_type_find),
12134         (plugin_init):
12135           require mp3 typefinding to have at least MIN_HEADERS valid headers
12136           add typefinding for AAC adts files
12137
12138 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
12139
12140         * sys/ximage/ximagesink.c:
12141         (gst_ximagesink_calculate_pixel_aspect_ratio):
12142         * sys/xvimage/xvimagesink.c:
12143         (gst_xvimagesink_calculate_pixel_aspect_ratio):
12144         Make sure we calculate pixel-aspect-ratio using floating point maths
12145
12146 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12147
12148         * po/uk.po:
12149           updated translation
12150
12151 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12152
12153         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
12154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
12155           add debugging for display PAR calculation
12156
12157 2004-08-02  David Schleef  <ds@schleef.org>
12158
12159         * configure.ac: Fix mikmod CFLAGS.
12160
12161 2004-07-27  Benjamin Otte  <otte@gnome.org>
12162
12163         * gst/audioscale/gstaudioscale.c:
12164         - fix templates to only support S16, it's the only format that works
12165         - make caps nego code use try_set_caps_nonfixed and fixation instead
12166         of try_set_caps twice, which is not nice for autopluggers
12167         - change rank to secondary, so autopluggers can pick it up after
12168         audioconvert
12169
12170 2004-08-02  Iain <iain@prettypeople.org>
12171
12172         * gst/interleave/interleave.c (interleave_init),
12173         (interleave_request_new_pad),
12174         (interleave_pad_removed),
12175         (interleave_buffered_loop): Use the real pad count, not the artificial
12176         one.
12177
12178 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12179
12180         * configure.ac: bump nano back to development
12181
12182 === release 0.8.3 ===
12183
12184 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12185
12186         * configure.ac: releasing 0.8.3, "Water"
12187
12188 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12189
12190         * sys/xvimage/xvimagesink.c:
12191         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12192         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
12193         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
12194         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12195         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12196         * sys/xvimage/xvimagesink.h:
12197           apply similar PAR fixes as to ximagesink
12198
12199 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
12200
12201         patch from: Benjamin Otte
12202
12203         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
12204           add link function to lame.  Fixes #148986.
12205
12206 2004-08-02  Johan Dahlin  <johan@gnome.org>
12207
12208         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
12209         fix debugging log
12210
12211 2004-07-30  David Schleef  <ds@schleef.org>
12212
12213         * gst/videomixer/Makefile.am: Fix things that should have been
12214         fixed in the last checkin.
12215
12216 2004-07-30  David Schleef  <ds@schleef.org>
12217
12218         * gst/multipart/Makefile.am: Fix things that should have been
12219         fixed in the last checkin.
12220
12221 2004-07-30  David Schleef  <ds@schleef.org>
12222
12223         * testsuite/multifilesink/Makefile.am: Fix unused variable.
12224
12225 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12226
12227         * configure.ac:
12228           bump nano for prerelease
12229         * po/af.po:
12230         * po/az.po:
12231         * po/cs.po:
12232         * po/en_GB.po:
12233         * po/hu.po:
12234         * po/nl.po:
12235         * po/sr.po:
12236         * po/sv.po:
12237         * po/uk.po:
12238           updates
12239
12240 2004-07-30  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12243         (gst_multifdsink_add), (gst_multifdsink_remove),
12244         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
12245         (gst_multifdsink_client_remove),
12246         (gst_multifdsink_handle_client_write),
12247         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
12248         * gst/tcp/gstmultifdsink.h:
12249         Recover from a select with a bad file descriptor by removing
12250         the client.
12251
12252 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
12253
12254         * configure.ac:
12255           fix requirement of core
12256         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
12257         (gst_play_pipeline_setup):
12258           don't use colorspace element.  do use hermescolorspace element.
12259           make macro to get a colorspace element.
12260           mark strings for translation.
12261         * po/POTFILES.in:
12262           add play.c
12263         * po/af.po:
12264         * po/az.po:
12265         * po/cs.po:
12266         * po/en_GB.po:
12267         * po/hu.po:
12268         * po/nl.po:
12269         * po/sr.po:
12270         * po/sv.po:
12271         * po/uk.po:
12272           update translations
12273
12274 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12275
12276         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
12277         fix default for newmedia flag
12278
12279 2004-07-30  Wim Taymans  <wim@fluendo.com>
12280
12281         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
12282         (gst_theora_dec_init), (theora_get_formats),
12283         (theora_dec_src_convert), (theora_dec_sink_convert),
12284         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12285         (theora_dec_chain), (theora_dec_set_property),
12286         (theora_dec_get_property):
12287         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
12288         (gst_theora_enc_class_init), (gst_theora_enc_init),
12289         (theora_enc_sink_link), (theora_enc_chain),
12290         (theora_enc_set_property), (theora_enc_get_property):
12291         Added cropping option to theora decoder.
12292         Added border option to theora encoder.
12293
12294 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12295
12296         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12297         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12298         (gst_pngenc_set_property):
12299         * ext/libpng/gstpngenc.h:
12300         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
12301
12302 2004-07-30  Wim Taymans  <wim@fluendo.com>
12303
12304         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
12305         (theora_enc_sink_link), (theora_enc_chain),
12306         (theora_enc_set_property), (theora_enc_get_property):
12307         Fix encoding of non-multiple-of-16 video.
12308
12309 2004-07-29  David Schleef  <ds@schleef.org>
12310
12311         * configure.ac: make test for audiofile more strict
12312
12313 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
12314
12315         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
12316           give different names to typefind functions
12317
12318 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12319
12320         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12321         (gst_ximagesink_calculate_pixel_aspect_ratio),
12322         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
12323         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
12324         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
12325         (gst_ximagesink_get_property), (gst_ximagesink_init):
12326         * sys/ximage/ximagesink.h:
12327           allocate PAR's dynamically.
12328           use autodetected PAR if no object-set PAR is given.
12329           add workaround for directfb's X not setting physical size.
12330           fix to xvimagesink will follow tomorrow.
12331
12332 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12333
12334         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
12335         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
12336         (gst_shout2send_get_type), (gst_shout2send_set_clock),
12337         (gst_shout2send_class_init), (gst_shout2send_init),
12338         (set_shout_metadata), (gst_shout2send_set_metadata),
12339         (gst_shout2send_chain), (gst_shout2send_set_property),
12340         (gst_shout2send_get_property), (gst_shout2send_connect),
12341         (gst_shout2send_change_state):
12342         * ext/shout2/gstshout2.h:
12343         - fix for sending mp3 audio to icecast2 server, if pad link function not
12344         called before PAUSED state
12345         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
12346         - added tagging support for mp3 audio broadcasted
12347         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
12348         debug info
12349
12350 2004-07-28  Wim Taymans  <wim@fluendo.com>
12351
12352         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
12353         (gst_ogg_demux_push):
12354         Return query failure when we don't know the length of
12355         an ogg stream insteda of returning TRUE with a bogus value.
12356
12357 2004-07-28  Wim Taymans  <wim@fluendo.com>
12358
12359         * ext/theora/theoradec.c: (theora_get_formats),
12360         (theora_dec_src_convert), (theora_dec_sink_convert),
12361         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12362         (theora_dec_chain):
12363         Don't screw up the 1 Chroma for 1 luma sample situation when we
12364         have an odd offset/width by adding a black border in those cases.
12365
12366 2004-07-28  Wim Taymans  <wim@fluendo.com>
12367
12368         * ext/theora/theoradec.c: (theora_get_formats),
12369         (theora_dec_src_convert), (theora_dec_sink_convert),
12370         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
12371         (theora_dec_chain):
12372         * ext/theora/theoraenc.c: (theora_enc_sink_link):
12373         Added first attempt at cropping of the image as required by the
12374         theora spec. We need more properties in the caps (offset_x,
12375         offset_y,stride) to implement this correctly.
12376
12377 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
12378
12379         * ext/dvdnav/README:
12380           Update the README to use dvddemux
12381         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
12382           Ensure getcaps returns a subset of the template caps
12383         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
12384         (gst_mpeg2subt_init):
12385           Ensure getcaps returns a subset of the template caps
12386         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
12387         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
12388         (gst_dvd_demux_get_subpicture_stream),
12389         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
12390         * gst/mpegstream/gstdvddemux.h:
12391           Set the explicit caps on the current_video pad before pushing
12392           anything
12393         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12394         (gst_mpeg_demux_get_audio_stream):
12395           Free caps used to gst_pad_set_explicit_caps, which takes a const
12396           GstCaps *
12397
12398 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
12399
12400         * configure.ac: update GStreamer requirement to 0.8.4 because of
12401           GstFraction.
12402
12403 2004-07-28  Wim Taymans  <wim@fluendo.com>
12404
12405         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
12406         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
12407         Add the pad to the element after setting up the caps. This
12408         makes it a lot easier to autoplug.
12409
12410 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12411
12412         * gst/median/gstmedian.c:
12413         * gst/mpeg2subt/gstmpeg2subt.c:
12414         * gst/mpegaudioparse/gstmpegaudioparse.c:
12415         * gst/mpegstream/gstdvddemux.c:
12416         * gst/mpegstream/gstmpegdemux.c:
12417         * gst/mpegstream/gstmpegpacketize.c:
12418         * gst/rtjpeg/gstrtjpeg.c:
12419         * gst/rtjpeg/gstrtjpegdec.c:
12420         * gst/rtjpeg/gstrtjpegenc.c:
12421         * gst/sine/gstsinesrc.c:
12422         * gst/smooth/gstsmooth.c:
12423         * gst/smpte/gstsmpte.c:
12424         * gst/smpte/gstsmpte.h:
12425         * gst/stereo/gststereo.c:
12426         * gst/videofilter/gstgamma.c:
12427         * gst/videofilter/gstvideobalance.c:
12428         * gst/videofilter/gstvideofilter.c:
12429         * gst/videofilter/gstvideoflip.c:
12430         * gst/videoscale/gstvideoscale.c:
12431         * gst/videoscale/videoscale.c:
12432         * gst/videotestsrc/gstvideotestsrc.c:
12433         * gst/videotestsrc/videotestsrc.c:
12434         * gst/wavenc/gstwavenc.c:
12435         * gst/wavparse/gstwavparse.c:
12436           fix local includes and 64 bits constants
12437
12438 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12439
12440         * win32/gst.sln:
12441         * gst-libs/gst/*/*.vcproj:
12442         * gst/*/*.vcproj:
12443           more working plugins
12444
12445 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12446
12447         * testsuite/alsa/Makefile.am:
12448         * testsuite/alsa/srcstate.c:
12449         add test for alsasrc changing state
12450
12451 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12452
12453         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
12454         (gst_silence_get):
12455         * gst/silence/gstsilence.h:
12456         fix silence generation for 16bit raw audio
12457
12458 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12459
12460         * gst/matroska/matroska-demux.c:
12461         (gst_matroska_demux_parse_metadata),
12462         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
12463         * gst/mpegaudio/common.c:
12464         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12465         (gst_videoscale_getcaps), (gst_videoscale_link),
12466         (gst_videoscale_src_fixate), (gst_videoscale_init),
12467         (gst_videoscale_finalize):
12468         * gst/videoscale/gstvideoscale.h:
12469         * gst/videotestsrc/gstvideotestsrc.c:
12470         (gst_videotestsrc_get_capslist):
12471         * gst/wavenc/gstwavenc.c:
12472         * sys/oss/gstossmixer.c: (fill_labels):
12473         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
12474         (gst_ximagesink_handle_xevents),
12475         (gst_ximagesink_calculate_pixel_aspect_ratio),
12476         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
12477         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
12478         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
12479         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
12480         (gst_ximagesink_init), (gst_ximagesink_class_init):
12481         * sys/ximage/ximagesink.h:
12482         * sys/xvimage/xvimagesink.c:
12483         (gst_xvimagesink_calculate_pixel_aspect_ratio),
12484         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
12485         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
12486         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
12487         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
12488         * sys/xvimage/xvimagesink.h:
12489           first batch of pixel aspect ratio commits.
12490
12491 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12492
12493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12494         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
12495         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
12496           handle stride, needs work if we want to move stride handling
12497           upstream, but works correctly for our purposes.
12498
12499 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12500
12501         * gst/videoscale/README:
12502           add testing examples
12503         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
12504         (gst_videoscale_chain):
12505         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12506         (gst_videoscale_get_size):
12507           add get_size function that handles stride like videotestsrc.
12508           fixes conversion for YUV formats for as much as I can test them.
12509
12510 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
12511
12512         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12513         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
12514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12515         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
12516         (gst_xvimagesink_xvimage_put):
12517           further cleanups, logging, error handling and synchronizing
12518
12519 2004-07-27  Wim Taymans  <wim@fluendo.com>
12520
12521         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
12522         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
12523         (gst_videomixer_pad_set_property),
12524         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
12525         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
12526         (gst_videomixer_class_init), (gst_videomixer_init),
12527         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
12528         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
12529         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
12530         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
12531         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
12532         (gst_videomixer_loop), (plugin_init):
12533         Be a nicer negotiation citizen and provide a getcaps function on
12534         the srcpad. This also fixes a crash when resizing.
12535
12536 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12537
12538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
12539         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
12540
12541 2004-07-27  Wim Taymans  <wim@fluendo.com>
12542
12543         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
12544         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
12545         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
12546         (gst_pngenc_set_property):
12547         * ext/libpng/gstpngenc.h:
12548         Added snapshot property to pngenc.
12549         removed g_print from pngdec
12550
12551 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
12552
12553         * gst/ac3parse/ac3parse.vcproj
12554         * gst/adder/adder.vcproj
12555         * gst/alpha/alpha.vcproj
12556         * gst/alpha/alphacolor.vcproj
12557         * gst/asfdemux/asf.vcproj
12558         * gst/audioconvert/audioconvert.vcproj
12559         * gst/audiorate/audiorate.vcproj
12560         * gst/audioscale/audioscale.vcproj
12561         * gst/auparse/auparse.vcproj
12562         * gst/avi/avi.vcproj
12563         * gst/cdxaparse/cdxaparse.vcproj
12564         * gst/chart/chart.vcproj
12565         * gst/colorspace/colorspace.vcproj
12566         * gst/cutter/cutter.vcproj
12567         * gst/debug/debug.vcproj
12568         * gst/debug/efence.vcproj
12569         * gst/debug/navigationtest.vcproj
12570         * gst/deinterlace/deinterlace.vcproj
12571         * gst/effectv/effectv.vcproj
12572         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12573         * gst/filter/filter.vcproj
12574         * gst/flx/flxdec.vcproj
12575         * gst/goom/goom.vcproj
12576         * gst/interleave/interleave.vcproj
12577         * gst/law/alaw.vcproj
12578         * gst/law/mulaw.vcproj
12579         * gst/matroska/matroska.vcproj
12580         * gst/median/median.vcproj
12581         * gst/mixmatrix/mixmatrix.vcproj
12582         * gst/mpeg1sys/mpeg1systemencode.vcproj
12583         * gst/mpeg1videoparse/mp1videoparse.vcproj
12584         * gst/mpeg2sub/mpeg2subt.vcproj
12585         * gst/mpegaudio/mpegaudio.vcproj
12586         * gst/mpegaudioparse/mpegaudioparse.vcproj
12587         * gst/mpegstream/mpegstream.vcproj
12588         * gst/multifilesink/multifilesink.vcproj
12589         * gst/multipart/multipart.vcproj
12590         * gst/oneton/oneton.vcproj
12591         * gst/overlay/overlay.vcproj
12592         * gst/passthrough/passthrough.vcproj
12593         * gst/qtdemux/qtdemux.vcproj
12594         * gst/realmedia/rmdemux.vcproj
12595         * gst/rtjpeg/rtjpeg.vcproj
12596         * gst/rtp/rtp.vcproj
12597         * gst/silence/silence.vcproj
12598         * gst/sine/sinesrc.vcproj
12599         * gst/smooth/smooth.vcproj
12600         * gst/smpte/smpte.vcproj
12601         * gst/spectrum/spectrum.vcproj
12602         * gst/speed/speed.vcproj
12603         * gst/stereo/stereo.vcproj
12604         * gst/switch/switch.vcproj
12605         * gst/tags/tagedit.vcproj
12606         * gst/tcp/tcp.vcproj
12607         * gst/typefind/typefindfunctions.vcproj
12608         * gst/udp/udp.vcproj
12609         * gst/videobox/videobox.vcproj
12610         * gst/videocrop/videocrop.vcproj
12611         * gst/videodrop/videodrop.vcproj
12612         * gst/videofilter/gamma.vcproj
12613         * gst/videofilter/videobalance.vcproj
12614         * gst/videofilter/videofilter.vcproj
12615         * gst/videofilter/videoflip.vcproj
12616         * gst/videoflip/videoflip.vcproj
12617         * gst/videomixer/videomixer.vcproj
12618         * gst/videorate/videorate.vcproj
12619         * gst/videoscale/videoscale.vcproj
12620         * gst/videotestsrc/videotestsrc.vcproj
12621         * gst/virtualdub/virtualdub.vcproj
12622         * gst/volenv/volenv.vcproj
12623         * gst/volume/volume.vcproj
12624         * gst/wavenc/wavenc.vcproj
12625         * gst/wavparse/wavparse.vcproj
12626         * gst/y4m/y4menc.vcproj
12627         * gst-libs/gst/audio/audio.vcproj
12628         * gst-libs/gst/audio/audiofilter.vcproj
12629         * gst-libs/gst/colorbalance/colorbalance.vcproj
12630         * gst-libs/gst/idct/idtc.vcproj
12631         * gst-libs/gst/media-info/media-info.vcproj
12632         * gst-libs/gst/mixer/mixer.vcproj
12633         * gst-libs/gst/navigation/navigation.vcproj
12634         * gst-libs/gst/play/play.vcproj
12635         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
12636         * gst-libs/gst/resample/resample.vcproj
12637         * gst-libs/gst/riff/riff.vcproj
12638         * gst-libs/gst/tuner/tuner.vcproj
12639         * gst-libs/gst/video/video.vcproj
12640         * gst-libs/gst/xoverlay/xoverlay.vcproj
12641           avoid problems with math.h, fix release dependancy
12642           rename GStreamer-0.8.lib to libgstreamer.lib
12643
12644 2004-07-27  Julien MOUTTE  <julien@moutte.net>
12645
12646         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
12647         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
12648         the atom is not available we have to unlock the mutex. Fixes #148023
12649
12650 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12651
12652         * gst-libs/gst/media-info/media-info.h:
12653           issue for a vararg macro with MSVC
12654
12655 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12656
12657         * gst/effectv/effectv.vcproj
12658         * gst-libs/gst/idct/idct.vcproj:
12659         * gst-libs/gst/media-info/media-info.vcproj:
12660         * gst-libs/gst/navigation/navigation.vcproj:
12661         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12662         * gst-libs/gst/video/video.vcproj:
12663         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12664           fixes for build problems
12665
12666 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12667
12668         * gst-libs/gst/audio/audio.def:
12669         * gst-libs/gst/audio/riff.def:
12670           add some definitions needed by plugins
12671
12672 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12673
12674         * gst/asfdemux/gstasfmux.c
12675           Fix some 64 bits constants to be glib friendly
12676
12677 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12678
12679         * gst/ac3parse/gstac3parse.c
12680         * gst/audioscale/gstaudioscale.c
12681         * gst/auparse/gstauparse.c
12682         * gst/colorspace/gstcolorspace.c
12683         * gst/colorspace/yuv2rgb.h
12684           local include fixes
12685
12686 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12687
12688         * win32/gst.sln
12689           add more plugins to the build
12690
12691 2004-07-26  Julien MOUTTE  <julien@moutte.net>
12692
12693         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
12694         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
12695
12696 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12697
12698         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
12699         (gst_level_set_property), (gst_level_get_property),
12700         (gst_level_base_init), (gst_level_class_init):
12701           add debugging categories.  cleanups.
12702
12703 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12704
12705         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12706         (gst_videoscale_planar411), (gst_videoscale_planar400),
12707         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
12708         (gst_videoscale_scale_nearest_str1),
12709         (gst_videoscale_scale_nearest_str2),
12710         (gst_videoscale_scale_nearest_str4),
12711         (gst_videoscale_scale_nearest_16bit),
12712         (gst_videoscale_scale_nearest_24bit):
12713           fixed stride issues
12714           tested with 320x240 -> 321, 322, 324 x240
12715           tested with YV12, I420, YUY2, UYVY
12716           fixed packed422rev (don't think it could have worked before)
12717           by testing with UYVY
12718
12719 2004-07-26  Benjamin Otte  <otte@gnome.org>
12720
12721         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
12722         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
12723         (plugin_init):
12724           add debugging category, add error checks like checking return values
12725           of setup calls, make sure it still works after
12726           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
12727
12728 2004-07-26  Wim Taymans  <wim@fluendo.com>
12729
12730         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
12731         (gst_mpeg_demux_get_audio_stream),
12732         (gst_mpeg_demux_process_private):
12733         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
12734         Check for error codes from the negotiation functions. Make sure
12735         we really set the pad caps when a new pad is created.
12736
12737 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12738
12739         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12740         (gst_ffmpeg_caps_to_pix_fmt):
12741         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
12742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12743         (gst_ffmpegcolorspace_pad_link):
12744           don't make function do two things at the same time without reason.
12745
12746 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12747
12748         * gst/ac3parse/ac3parse.vcproj
12749         * gst/adder/adder.vcproj
12750         * gst/alpha/alpha.vcproj
12751         * gst/alpha/alphacolor.vcproj
12752         * gst/asfdemux/asf.vcproj
12753         * gst/audioconvert/audioconvert.vcproj
12754         * gst/audiorate/audiorate.vcproj
12755         * gst/audioscale/audioscale.vcproj
12756         * gst/auparse/auparse.vcproj
12757         * gst/avi/avi.vcproj
12758         * gst/cdxaparse/cdxaparse.vcproj
12759         * gst/chart/chart.vcproj
12760         * gst/colorspace/colorspace.vcproj
12761         * gst/cutter/cutter.vcproj
12762         * gst/debug/debug.vcproj
12763         * gst/debug/efence.vcproj
12764         * gst/debug/navigationtest.vcproj
12765         * gst/deinterlace/deinterlace.vcproj
12766         * gst/effectv/effectv.vcproj
12767         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
12768         * gst/filter/filter.vcproj
12769         * gst/flx/flxdec.vcproj
12770         * gst/goom/goom.vcproj
12771         * gst/interleave/interleave.vcproj
12772         * gst/law/alaw.vcproj
12773         * gst/law/mulaw.vcproj
12774         * gst/matroska/matroska.vcproj
12775         * gst/median/median.vcproj
12776         * gst/mixmatrix/mixmatrix.vcproj
12777         * gst/mpeg1sys/mpeg1systemencode.vcproj
12778         * gst/mpeg1videoparse/mp1videoparse.vcproj
12779         * gst/mpeg2sub/mpeg2subt.vcproj
12780         * gst/mpegaudio/mpegaudio.vcproj
12781         * gst/mpegaudioparse/mpegaudioparse.vcproj
12782         * gst/mpegstream/mpegstream.vcproj
12783         * gst/multifilesink/multifilesink.vcproj
12784         * gst/multipart/multipart.vcproj
12785         * gst/oneton/oneton.vcproj
12786         * gst/overlay/overlay.vcproj
12787         * gst/passthrough/passthrough.vcproj
12788         * gst/qtdemux/qtdemux.vcproj
12789         * gst/realmedia/rmdemux.vcproj
12790         * gst/rtjpeg/rtjpeg.vcproj
12791         * gst/rtp/rtp.vcproj
12792         * gst/silence/silence.vcproj
12793         * gst/sine/sinesrc.vcproj
12794         * gst/smooth/smooth.vcproj
12795         * gst/smpte/smpte.vcproj
12796         * gst/spectrum/spectrum.vcproj
12797         * gst/speed/speed.vcproj
12798         * gst/stereo/stereo.vcproj
12799         * gst/switch/switch.vcproj
12800         * gst/tags/tagedit.vcproj
12801         * gst/tcp/tcp.vcproj
12802         * gst/typefind/typefindfunctions.vcproj
12803         * gst/udp/udp.vcproj
12804         * gst/videobox/videobox.vcproj
12805         * gst/videocrop/videocrop.vcproj
12806         * gst/videodrop/videodrop.vcproj
12807         * gst/videofilter/gamma.vcproj
12808         * gst/videofilter/videobalance.vcproj
12809         * gst/videofilter/videofilter.vcproj
12810         * gst/videofilter/videoflip.vcproj
12811         * gst/videoflip/videoflip.vcproj
12812         * gst/videomixer/videomixer.vcproj
12813         * gst/videorate/videorate.vcproj
12814         * gst/videoscale/videoscale.vcproj
12815         * gst/videotestsrc/videotestsrc.vcproj
12816         * gst/virtualdub/virtualdub.vcproj
12817         * gst/volenv/volenv.vcproj
12818         * gst/volume/volume.vcproj
12819         * gst/wavenc/wavenc.vcproj
12820         * gst/wavparse/wavparse.vcproj
12821         * gst/y4m/y4menc.vcproj
12822           more plugins supported under windows
12823
12824 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
12825
12826         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
12827         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
12828         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
12829         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
12830         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
12831           Add debugging statements.  Use the sizes as returned by the
12832           *CreateImage calls.
12833
12834 2004-07-26  Johan Dahlin  <johan@gnome.org>
12835
12836         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
12837         the pad is negotiated.
12838
12839         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
12840
12841 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
12842
12843         * gst-libs/gst/colorbalance/colorbalance.vcproj:
12844         * gst-libs/gst/idct/idct.vcproj:
12845         * gst-libs/gst/media-info/media-info.vcproj:
12846         * gst-libs/gst/mixer/mixer.vcproj:
12847         * gst-libs/gst/navigation/navigation.vcproj:
12848         * gst-libs/gst/play/play.vcproj:
12849         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
12850         * gst-libs/gst/resample/resample.vcproj:
12851         * gst-libs/gst/tuner/tuner.vcproj:
12852         * gst-libs/gst/video/video.vcproj:
12853         * gst-libs/gst/xoverlay/xoverlay.vcproj:
12854           more plugins supported under windows
12855
12856 2004-07-25 Iain <iain@prettypeople.org>
12857
12858         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
12859         pad now rather than when the pad is created because state changes wipe
12860         explicit caps (fixes #148043).
12861
12862 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
12863
12864         reviewed by Benjamin Otte  <otte@gnome.org>
12865
12866         * ext/mad/gstmad.c:
12867           fix mad plugin crashing on Sun (fixes #148289)
12868
12869 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12870
12871         * gst/avi/avi.def:
12872         * gst/avi/avi.vcproj:
12873         * gst/matroska/matroska.def:
12874         * gst/matroska/matroska.vcproj:
12875           remove unused .def files
12876
12877 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12878
12879         * gst-libs/gst/audio/gstaudiofilter.c:
12880           Clean the local include
12881
12882 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12883
12884         * win32/gst.sln:
12885         * gst-libs/gst/audio/audio.def:
12886         * gst-libs/gst/audio/audio.vcproj:
12887         * gst-libs/gst/audio/audiofilter.vcproj:
12888         * gst-libs/gst/audio/riff.def:
12889         * gst-libs/gst/audio/riff.vcproj:
12890         * gst-libs/gst/gst-libs.def:
12891         * gst-libs/gst/gst-libs.vcproj:
12892         * gst/avi/avi.vcproj:
12893         * gst/avi/avi.vcproj:
12894           Copy the files where needed after building, cleaner projects
12895
12896 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
12897
12898         * gst/matroska/ebml-write.c:
12899           Fix some 64 bits constants to be glib friendly
12900
12901 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
12902
12903         * win32/gst.sln:
12904         * gst-libs/gst/gst-libs.def:
12905         * gst-libs/gst/gst-libs.vcproj:
12906         * gst/matroska/matroska.def:
12907         * gst/matroska/matroska.vcproj:
12908           Add the preliminary canvas to build plugins on Win32
12909
12910 2004-07-23  Benjamin Otte  <otte@gnome.org>
12911
12912         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
12913           don't enfore negotiation from source side, it breaks
12914           sinesrc ! audioconvert ! osssink
12915
12916 2004-07-22  David Schleef  <ds@schleef.org>
12917
12918         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
12919         for ELF files, since they can easily be recognized as audio/mpeg.
12920         (bug #147441)
12921
12922 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
12923
12924         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
12925         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
12926         (gst_videoscale_scale_nearest_24bit),
12927         (gst_videoscale_scale_nearest_16bit):
12928           fix 16bit and 24bit for stride (24bit might need testing)
12929           don't pretend we do more than one algorithm
12930
12931 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12932
12933         * configure.ac:
12934         * gst/Makefile.am:
12935         * gst/multifilesink/Makefile.am:
12936         * gst/multifilesink/gstmultifilesink.c:
12937         (gst_multifilesink_get_formats),
12938         (gst_multifilesink_get_query_types), (_do_init),
12939         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
12940         (gst_multifilesink_init), (gst_multifilesink_dispose),
12941         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
12942         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
12943         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
12944         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
12945         (gst_multifilesink_chain), (gst_multifilesink_change_state),
12946         (gst_multifilesink_uri_get_type),
12947         (gst_multifilesink_uri_get_protocols),
12948         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
12949         (gst_multifilesink_uri_handler_init), (plugin_init):
12950         * gst/multifilesink/gstmultifilesink.h:
12951         * testsuite/Makefile.am:
12952         * testsuite/multifilesink/Makefile.am:
12953         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
12954         (gst_newmedia_class_init), (gst_newmedia_init),
12955         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
12956         (newfile_signal), (test_signal), (main):
12957         multifilesink plugin for creating new files every time a new media
12958         discontinuity event occurs
12959
12960 2004-07-22  Wim Taymans  <wim@fluendo.com>
12961
12962         * gst/alpha/Makefile.am:
12963         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
12964         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
12965         (gst_alpha_color_init), (gst_alpha_color_set_property),
12966         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
12967         (transform), (gst_alpha_color_chain),
12968         (gst_alpha_color_change_state), (plugin_init):
12969         Stupid plugin to to RGBA to AYUV conversion because none of
12970         the colorspace plugins can handle that yet.
12971
12972 2004-07-22  Wim Taymans  <wim@fluendo.com>
12973
12974         * examples/seeking/seek.c: (update_scale), (main):
12975         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
12976         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
12977         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
12978         (gst_decode_bin_init), (gst_decode_bin_dispose),
12979         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
12980         (no_more_pads), (close_link), (type_found),
12981         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
12982         (plugin_init):
12983         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
12984         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
12985         (gst_play_base_bin_dispose), (queue_overrun),
12986         (gen_preroll_element), (remove_prerolls), (unknown_type),
12987         (no_more_pads), (new_stream), (setup_source),
12988         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
12989         (play_base_eos), (gst_play_base_bin_change_state),
12990         (gst_play_base_bin_add_element),
12991         (gst_play_base_bin_remove_element),
12992         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
12993         (gst_play_base_bin_unlink_stream),
12994         (gst_play_base_bin_get_streaminfo):
12995         * gst/playback/gstplaybin.c: (gen_video_element),
12996         (gen_audio_element):
12997         * gst/playback/gststreaminfo.h:
12998         More playback updates, attempt to fix things after the state change
12999         breakage.
13000
13001 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13002
13003         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
13004         (gst_videoscale_scale_nearest_16bit):
13005           comment algorithm
13006
13007 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * gst/videotestsrc/gstvideotestsrc.c:
13010         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
13011         (gst_videotestsrc_init), (gst_videotestsrc_get),
13012         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
13013         (gst_videotestsrc_get_property):
13014         * gst/videotestsrc/gstvideotestsrc.h:
13015         * gst/videotestsrc/videotestsrc.c:
13016         * gst/videotestsrc/videotestsrc.h:
13017           cleanup and commenting
13018
13019 2004-07-21  Wim Taymans  <wim@fluendo.com>
13020
13021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
13022         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
13023         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
13024         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
13025         (_find_chain_get_unknown_part), (_find_streams_check),
13026         (gst_ogg_demux_push), (gst_ogg_pad_push):
13027         * ext/theora/theoradec.c: (theora_get_formats),
13028         (theora_dec_src_convert), (theora_dec_sink_convert),
13029         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
13030         (theora_dec_chain):
13031         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13032         (vorbis_dec_convert), (vorbis_dec_src_query),
13033         (vorbis_dec_src_event), (vorbis_dec_event):
13034         More seeking fixes, oggdemux now supports seeking to time and
13035         uses the downstream element to convert granulepos to time.
13036         Seeking in theora-only ogg files now works.
13037
13038 2004-07-21  Wim Taymans  <wim@fluendo.com>
13039
13040         * ext/theora/theoradec.c: (gst_theora_dec_init),
13041         (theora_get_formats), (theora_get_event_masks),
13042         (theora_get_query_types), (theora_dec_src_convert),
13043         (theora_dec_sink_convert), (theora_dec_src_query),
13044         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
13045         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
13046         (vorbis_get_event_masks), (vorbis_get_query_types),
13047         (gst_vorbis_dec_init), (vorbis_dec_convert),
13048         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
13049         Added query/convert/formats functions to vorbis and theora decoders
13050         so that the outside world can use them too. Fixed seeking on an
13051         ogg/theora/vorbis file by disabling the seeking seeking on the
13052         theora srcpad.
13053
13054 2004-07-21  Julien MOUTTE  <julien@moutte.net>
13055
13056         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13057         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
13058         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
13059         images creation for both elements. We don't create the image on caps
13060         nego or renego, we just destroy the internal one if present if it does
13061         not match the needs. The chain function takes care of creating a new
13062         image when needed.
13063         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13064         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
13065         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
13066         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
13067         the image format information. The buffer pool checks for the context
13068         image format and discard images with different formats.
13069         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
13070
13071 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13072
13073         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13074         (gst_ffmpegcolorspace_chain):
13075           no point in doing any chaining if the pad we want to push from
13076           isn't usable.
13077
13078 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13079
13080         * gst-libs/gst/riff/riff-media.c:
13081         (gst_riff_create_audio_caps_with_data):
13082           Fix double end-to-native symbol conversion (#148021).
13083
13084 2004-07-20  David Schleef  <ds@schleef.org>
13085
13086         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
13087         Don't use an Atom that doesn't exist.
13088
13089 2004-07-20  Wim Taymans  <wim@fluendo.com>
13090
13091         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13092         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13093         (gst_multifdsink_client_remove),
13094         (gst_multifdsink_handle_client_write),
13095         (gst_multifdsink_queue_buffer):
13096         * gst/tcp/gstmultifdsink.h:
13097         More multifdsink stats. Avoid deadlock by releasing locks
13098         before sending out a signal.
13099
13100 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * po/LINGUAS:
13103         * po/hu.po:
13104           added Hungarian translation (Laszlo Dvornik)
13105
13106 2004-07-20  Wim Taymans  <wim@fluendo.com>
13107
13108         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13109         (gst_multifdsink_add), (gst_multifdsink_client_remove),
13110         (gst_multifdsink_handle_client_write),
13111         (gst_multifdsink_queue_buffer):
13112         * gst/tcp/gsttcp-marshal.list:
13113         Fixed the stupid marshal definition.
13114
13115 2004-07-20  Wim Taymans  <wim@fluendo.com>
13116
13117         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13118         (gst_multifdsink_init), (gst_multifdsink_add),
13119         (gst_multifdsink_client_remove),
13120         (gst_multifdsink_handle_client_write),
13121         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
13122         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
13123         (gst_multifdsink_init_send):
13124         * gst/tcp/gstmultifdsink.h:
13125         Added more stats, added timeout for a client, fixed some typos
13126         and added some comments.
13127
13128 2004-07-20  Wim Taymans  <wim@fluendo.com>
13129
13130         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
13131         (gst_multifdsink_add), (gst_multifdsink_get_stats),
13132         (gst_multifdsink_client_remove),
13133         (gst_multifdsink_handle_client_write):
13134         * gst/tcp/gstmultifdsink.h:
13135         * gst/tcp/gsttcp-marshal.list:
13136         Added get_stats method that returns a GValueArray of
13137         stats values.
13138
13139 2004-07-19  Benjamin Otte  <otte@gnome.org>
13140
13141         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
13142           make sure longname, description and author are valid UTF-8
13143
13144 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
13145
13146         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
13147         (gst_ximagesink_set_property):
13148         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
13149         (gst_xvimagesink_set_property):
13150           make sure SYNCHRONOUS is respected after getting the X context
13151
13152 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13153
13154         * gst/matroska/matroska-demux.c:
13155         (gst_matroska_demux_handle_src_event),
13156         (gst_matroska_demux_parse_blockgroup):
13157         * gst/matroska/matroska-ids.h:
13158           add BlockReference tag and ignore it to clear out log.
13159           ignore NAVIGATION events to clear out log.
13160
13161 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
13162
13163         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
13164         (gst_matroska_demux_add_stream):
13165         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
13166           add debug categories
13167
13168 2004-07-16  Wim Taymans  <wim@fluendo.com>
13169
13170         * ext/libpng/Makefile.am:
13171         * ext/libpng/gstpng.c: (plugin_init):
13172         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
13173         (gst_pngdec_get_type), (gst_pngdec_base_init),
13174         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
13175         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
13176         * ext/libpng/gstpngdec.h:
13177         Added png decoder.
13178
13179 2004-07-16  Julien MOUTTE  <julien@moutte.net>
13180
13181         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
13182         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
13183         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
13184         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
13185         (gst_ximagesink_buffer_alloc):
13186         * sys/ximage/ximagesink.h:
13187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13188         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
13189         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
13190         (gst_xvimagesink_buffer_alloc):
13191         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
13192         again. Using internal data pointer of the x(v)image to store image's
13193         data to be coherent with the buffer alloc mechanism. Investigated the
13194         image destruction code to be sure that everything gets freed correctly.
13195
13196 2004-07-16  Wim Taymans  <wim@fluendo.com>
13197
13198         * gst-libs/gst/riff/riff-read.c:
13199         (gst_riff_read_strf_vids_with_data),
13200         (gst_riff_read_strf_auds_with_data):
13201         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13202         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
13203         Make sure we don't create 0 sized subbuffers in riff-read.
13204         Signal the no more pads signal after reading the avi header.
13205
13206 2004-07-16  Wim Taymans  <wim@fluendo.com>
13207
13208         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13209         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
13210         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
13211         (gst_decode_bin_init), (gst_decode_bin_dispose),
13212         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13213         (no_more_pads), (close_link), (type_found),
13214         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13215         (gst_decode_bin_change_state), (plugin_init):
13216         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13217         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13218         (gst_play_base_bin_dispose), (queue_overrun),
13219         (gen_preroll_element), (remove_prerolls), (unknown_type),
13220         (no_more_pads), (new_stream), (setup_source),
13221         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
13222         (play_base_eos), (gst_play_base_bin_change_state),
13223         (gst_play_base_bin_add_element),
13224         (gst_play_base_bin_remove_element),
13225         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13226         (gst_play_base_bin_unlink_stream),
13227         (gst_play_base_bin_get_streaminfo):
13228         * gst/playback/gstplaybasebin.h:
13229         Better error recovery. Added configurable preroll queue size. Faster
13230         detection of no-more-pads.
13231
13232 2004-07-16  Wim Taymans  <wim@fluendo.com>
13233
13234         * gst-libs/gst/video/video.h:
13235         Added 32 bits RGBA. Not sure if we should use another mime-type
13236         for alpha rgb. Currently the presence of the alpha_mask property
13237         signals an alpha channel.
13238
13239 2004-07-16  Wim Taymans  <wim@fluendo.com>
13240
13241         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
13242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
13243         FPS seems to be 0.0 to MAX everywhere else.
13244
13245 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
13246
13247         * gst-libs/gst/riff/riff-media.c:
13248         (gst_riff_create_video_caps_with_data):
13249           mp42/mp43 (no caps) exist too.
13250         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
13251           Set pixel_width/height; we've got them in-caps.
13252         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13253         * gst/wavparse/gstwavparse.c: (plugin_init):
13254           Both are valid primary.
13255         * sys/oss/gstossmixer.c:
13256           Remove i18n hack and enable translations.
13257
13258 2004-07-15  Benjamin Otte  <otte@gnome.org>
13259
13260         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
13261         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
13262           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
13263
13264 2004-07-15  Benjamin Otte  <otte@gnome.org>
13265
13266         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
13267         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
13268         (gst_alsa_close_audio):
13269           disable some of the debugging code for now. Writing debugging to a
13270           buffer is broken in current alsalib releases.
13271
13272 2004-07-12  Benjamin Otte  <otte@gnome.org>
13273
13274         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
13275           use bufferpools
13276
13277 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
13278
13279         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
13280         (theora_dec_src_query), (theora_dec_event):
13281         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
13282           add debugging categories.  Remove \n's.
13283
13284 2004-07-13  Johan Dahlin  <johan@gnome.org>
13285
13286         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
13287         (gst_play_bin_get_property): Impl.
13288
13289 2004-07-13  Wim Taymans  <wim@fluendo.com>
13290
13291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
13292         When trying to find the stream length, seek back N pages
13293         instead of just one, where N is the number of streams in
13294         the current chain.
13295
13296 2004-07-13  Wim Taymans  <wim@fluendo.com>
13297
13298         * gst-libs/gst/riff/riff-media.c:
13299         (gst_riff_create_audio_caps_with_data),
13300         (gst_riff_create_audio_caps),
13301         (gst_riff_create_audio_template_caps):
13302         * gst-libs/gst/riff/riff-media.h:
13303         * gst-libs/gst/riff/riff-read.c:
13304         (gst_riff_read_strf_vids_with_data),
13305         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
13306         * gst-libs/gst/riff/riff-read.h:
13307         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
13308         (gst_avi_demux_add_stream):
13309         Set codec_data on caps for avidemuxer.
13310
13311 2004-07-12  David Schleef  <ds@schleef.org>
13312
13313         * configure.ac: Fix test for Objective C
13314
13315 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
13316         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
13317         (gst_gdk_pixbuf_chain):
13318           Add svg and pcx to template caps, and ensure that getcaps returns a
13319           subset of the template caps.
13320           Copy each row manually for output, as gdkpixbuf may pad the
13321           rowstride to a 32-bit word boundary.
13322
13323 2004-07-12  Wim Taymans  <wim@fluendo.com>
13324
13325         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13326         (gst_riff_create_video_template_caps):
13327         Fix the template caps to include some more media types.
13328
13329 2004-07-12  Wim Taymans  <wim@fluendo.com>
13330
13331         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13332         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13333         (compare_ranks), (print_feature), (gst_decode_bin_init),
13334         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13335         (try_to_link_1), (new_pad), (close_link), (type_found),
13336         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13337         (gst_decode_bin_change_state), (plugin_init):
13338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13339         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13340         (gst_play_base_bin_dispose), (queue_overrun),
13341         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13342         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13343         (gst_play_base_bin_get_property), (play_base_eos),
13344         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13345         (gst_play_base_bin_remove_element),
13346         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13347         (gst_play_base_bin_unlink_stream),
13348         (gst_play_base_bin_get_streaminfo):
13349         * gst/playback/gstplaybasebin.h:
13350         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13351         (gst_play_bin_class_init), (gst_play_bin_init),
13352         (gst_play_bin_dispose), (gst_play_bin_set_property),
13353         (gst_play_bin_get_property), (gen_video_element),
13354         (gen_audio_element), (remove_sinks), (setup_sinks),
13355         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13356         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13357         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13358         (gst_play_bin_query), (plugin_init):
13359         * gst/playback/test4.c: (main):
13360         More fixes on reusing of the element.
13361
13362 2004-07-11  Benjamin Otte  <otte@gnome.org>
13363
13364         * ext/mad/gstmad.c: (normal_seek):
13365           allow seeking for other methods than just SET
13366
13367 2004-07-11  Andy Wingo  <wingo@pobox.com>
13368
13369         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
13370         float, "any" caps -> buffer_frames=[0,MAX].
13371
13372         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
13373         doesn't intersect our caps with the template any more. Do it
13374         ourselves.
13375         (interleave_buffered_loop): Use g_newa instead of malloc/free.
13376
13377 2004-07-09  Wim Taymans  <wim@fluendo.com>
13378
13379         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13380         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13381         (compare_ranks), (print_feature), (gst_decode_bin_init),
13382         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13383         (try_to_link_1), (new_pad), (close_link), (type_found),
13384         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13385         (gst_decode_bin_change_state), (plugin_init):
13386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13387         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13388         (gst_play_base_bin_dispose), (queue_overrun),
13389         (gen_preroll_element), (remove_prerolls), (no_more_pads),
13390         (new_stream), (setup_source), (gst_play_base_bin_set_property),
13391         (gst_play_base_bin_get_property), (play_base_eos),
13392         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
13393         (gst_play_base_bin_remove_element),
13394         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13395         (gst_play_base_bin_unlink_stream),
13396         (gst_play_base_bin_get_streaminfo):
13397         * gst/playback/gstplaybasebin.h:
13398         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13399         (gst_play_bin_class_init), (gst_play_bin_init),
13400         (gst_play_bin_dispose), (gst_play_bin_set_property),
13401         (gst_play_bin_get_property), (gen_video_element),
13402         (gen_audio_element), (remove_sinks), (setup_sinks),
13403         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
13404         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13405         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13406         (gst_play_bin_query), (plugin_init):
13407         * gst/playback/test4.c: (main):
13408         Work on object reuse and seeking.
13409
13410 2004-07-09  Wim Taymans  <wim@fluendo.com>
13411
13412         * examples/seeking/seek.c: (iterate):
13413         Don't consume all CPU in the idle loop.
13414
13415 2004-07-09  Wim Taymans  <wim@fluendo.com>
13416
13417         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
13418         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
13419         Add pad to element *after* setting the pad functions so that
13420         the scheduler can use the correct ones.
13421
13422 2004-07-09  Wim Taymans  <wim@fluendo.com>
13423
13424         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13425         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
13426         Sync to keyframe after seek
13427
13428 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13429
13430         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
13431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
13432         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
13433         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
13434         * ext/libvisual/visual.c: (gst_visual_change_state):
13435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
13436         * ext/theora/theoradec.c: (theora_dec_change_state):
13437         * ext/theora/theoraenc.c: (theora_enc_change_state):
13438         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
13439         * gst-libs/gst/navigation/navigation.c:
13440         * gst/adder/gstadder.c: (gst_adder_change_state):
13441         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
13442         (gst_audio_convert_get_buffer):
13443         * gst/multipart/multipartdemux.c:
13444         (gst_multipart_demux_change_state):
13445         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
13446         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
13447         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
13448         * gst/videoscale/gstvideoscale.c:
13449         (gst_videoscale_handle_src_event):
13450         * gst/volume/gstvolume.c: (volume_chain_int16):
13451           don't assert in state change, this should be done by the base
13452           GstElement class.
13453           various debugging fixes.
13454
13455 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13456
13457         * configure.ac:
13458         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13459         (gst_play_dispose), (gst_play_set_location),
13460         (gst_play_set_data_src), (gst_play_set_video_sink),
13461         (gst_play_set_audio_sink), (gst_play_set_visualization),
13462         (gst_play_connect_visualization), (gst_play_get_sink_element),
13463         (gst_play_get_all_by_interface):
13464         * gst-libs/gst/play/play.h:
13465           add new method to get elements implementing an interface.
13466           add various error logging
13467
13468 2004-07-08  Wim Taymans  <wim@fluendo.com>
13469
13470         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
13471         (make_mpeg_pipeline), (make_mpegnt_pipeline),
13472         (make_playerbin_pipeline), (query_durations_elems),
13473         (query_durations_pads), (query_positions_elems),
13474         (query_positions_pads), (update_scale), (iterate), (stop_seek),
13475         (main):
13476         Added playbin seeking example.
13477
13478 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13479
13480         * gst-libs/gst/play/play.c: (gst_play_set_location),
13481         (gst_play_set_data_src), (gst_play_set_video_sink),
13482         (gst_play_set_audio_sink), (gst_play_set_visualization),
13483         (gst_play_connect_visualization), (gst_play_get_framerate):
13484           use a macro to look up elements from hash table
13485
13486 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13487
13488         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
13489         (gst_play_get_length_callback), (gst_play_set_location),
13490         (gst_play_seek_to_time), (gst_play_set_data_src),
13491         (gst_play_set_video_sink), (gst_play_set_audio_sink),
13492         (gst_play_set_visualization), (gst_play_connect_visualization),
13493         (gst_play_get_sink_element):
13494         - add debugging info
13495         - fix looking up sink elements by iterating over complete caps
13496         - put everything except for source and autoplugger in a complete bin
13497
13498 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13499
13500         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
13501         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
13502         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
13503         (gst_alsa_sink_write), (gst_alsa_sink_loop):
13504         * ext/alsa/gstalsasink.h:
13505         - add debugging info
13506         - clean up schizophrenia of data/buffer/event
13507         - fix double event unref error
13508
13509 2004-07-08  Wim Taymans  <wim@fluendo.com>
13510
13511         * gst/playback/Makefile.am:
13512         Add headers to noinst
13513
13514 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13515
13516         * tools/gst-launch-ext-m.m:
13517         * tools/gst-launch-ext.1.in:
13518           convert to the third millenium
13519
13520 2004-07-07  David Schleef  <ds@schleef.org>
13521
13522         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
13523
13524 2004-07-07  Wim Taymans  <wim@fluendo.com>
13525
13526         * gst/playback/Makefile.am:
13527         * gst/playback/README:
13528         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13529         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13530         (compare_ranks), (print_feature), (gst_decode_bin_init),
13531         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
13532         (try_to_link_1), (new_pad), (close_link), (type_found),
13533         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
13534         (plugin_init):
13535         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
13536         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
13537         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
13538         (gen_preroll_element), (no_more_pads), (new_stream),
13539         (setup_source), (gst_play_base_bin_set_property),
13540         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
13541         (gst_play_base_bin_add_element),
13542         (gst_play_base_bin_remove_element),
13543         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
13544         (gst_play_base_bin_unlink_stream),
13545         (gst_play_base_bin_get_streaminfo):
13546         * gst/playback/gstplaybasebin.h:
13547         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13548         (gst_play_bin_class_init), (gst_play_bin_init),
13549         (gst_play_bin_dispose), (gst_play_bin_set_property),
13550         (gst_play_bin_get_property), (gen_video_element),
13551         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
13552         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
13553         (gst_play_bin_get_formats), (gst_play_bin_convert),
13554         (gst_play_bin_get_query_types), (gst_play_bin_query),
13555         (plugin_init):
13556         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
13557         (gst_stream_info_get_type), (gst_stream_info_class_init),
13558         (gst_stream_info_init), (gst_stream_info_new),
13559         (gst_stream_info_dispose), (gst_stream_info_set_property),
13560         (gst_stream_info_get_property):
13561         * gst/playback/gststreaminfo.h:
13562         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13563         (main):
13564         * gst/playback/test2.c: (main):
13565         * gst/playback/test3.c: (update_scale), (main):
13566         More playbin fixes. Added README. Do better element filtering.
13567         Added base class to preroll media. Added test apps.
13568
13569 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
13570
13571         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
13572         * ext/mpeg2dec/gstmpeg2dec.h:
13573           various debugging improvements.  Reset stream to next picture
13574           instead of sequence header, otherwise seeks cannot work.
13575
13576 2004-07-07  Wim Taymans  <wim@fluendo.com>
13577
13578         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
13579         (gst_video_box_class_init), (gst_video_box_set_property),
13580         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
13581         Use pad_alloc where possible.
13582
13583 2004-07-07  Wim Taymans  <wim@fluendo.com>
13584
13585         * sys/oss/gstosselement.c: (gst_osselement_reset),
13586         (gst_osselement_parse_caps):
13587         * sys/oss/gstosselement.h:
13588         * sys/oss/gstosssrc.c: (gst_osssrc_get):
13589         Fix offset on osssrc.
13590
13591 2004-07-07  Wim Taymans  <wim@fluendo.com>
13592
13593         * ext/theora/theora.c: (plugin_init):
13594         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
13595         (theora_dec_src_query), (theora_dec_chain):
13596         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
13597         (theora_enc_sink_link), (theora_buffer_from_packet),
13598         (theora_push_packet), (theora_enc_chain):
13599         Fix theora granulepos calculation.
13600         Fix overflow in duration/position calculation.
13601         Bump rank to PRIMARY for theoradec.
13602         Use granulepos of last packet to calculate position.
13603         Set keyframe flag on buffers when needed.
13604
13605 2004-07-06  David Schleef  <ds@schleef.org>
13606
13607         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
13608         serious?  (Fixed, obviously.)
13609
13610 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13611
13612         * po/LINGUAS:
13613         * po/cs.po:
13614           added Czech translation (Miloslav Trmac)
13615
13616 2004-07-05  Wim Taymans  <wim@fluendo.com>
13617
13618         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13619         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13620         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13621         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13622         (close_link), (type_found), (gst_decode_bin_set_property),
13623         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
13624         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
13625         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
13626         (gst_decode_bin_query), (plugin_init):
13627         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13628         (gst_play_bin_class_init), (gst_play_bin_init),
13629         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
13630         (get_video_element), (new_pad), (setup_source),
13631         (gst_play_bin_set_property), (gst_play_bin_get_property),
13632         (gst_play_bin_change_state), (gst_play_bin_add_element),
13633         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13634         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13635         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13636         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13637         * gst/playback/test.c: (main):
13638         More fixes, cleaned up playbin, make it use decodebin. Added
13639         threaded property to playbin.
13640
13641 2004-07-05  Wim Taymans  <wim@fluendo.com>
13642
13643         * configure.ac:
13644         * gst/playback/Makefile.am:
13645         * gst/playback/decodetest.c: (main):
13646         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
13647         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
13648         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
13649         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
13650         (close_link), (type_found), (gst_decode_bin_set_property),
13651         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
13652         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
13653         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
13654         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
13655         (plugin_init):
13656         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
13657         (gst_play_bin_class_init), (gst_play_bin_init),
13658         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
13659         (collect_sink_pads), (find_compatibles), (close_pad_link),
13660         (try_to_link_1), (new_pad), (close_link), (type_found),
13661         (setup_source), (gst_play_bin_set_property),
13662         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
13663         (compare_ranks), (gst_play_bin_collect_factories),
13664         (gst_play_bin_change_state), (gst_play_bin_add_element),
13665         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
13666         (gst_play_bin_send_event), (gst_play_bin_get_formats),
13667         (gst_play_bin_convert), (gst_play_bin_get_query_types),
13668         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
13669         * gst/playback/test.c: (main):
13670         Added some playback helper elements and some test apps, very alpha
13671         still.
13672
13673 2004-07-04  Benjamin Otte  <otte@gnome.org>
13674
13675         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13676           only restart audio when we indeed have an xrun to fix repeated
13677           xruns. Fix suggested by Giuliano Pochini.
13678
13679 2004-07-03  David Schleef  <ds@schleef.org>
13680
13681         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
13682         call to gst_debug_log() if debugging is disabled (bug #145118)
13683
13684 2004-07-03  Benjamin Otte  <otte@gnome.org>
13685
13686         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
13687           use our own functions for restarting the alsa device.
13688         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
13689           I should apply patches myself - use MIN for the third argument, not
13690           the second, this fixes seeking
13691
13692 2004-07-02  David Schleef  <ds@schleef.org>
13693
13694         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
13695         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
13696         do with the logic.
13697
13698 2004-07-02  David Schleef  <ds@schleef.org>
13699
13700         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
13701         output buffers.  Fix logic mistake.  (bug #144866)
13702
13703 2004-07-02  David Schleef  <ds@schleef.org>
13704
13705         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
13706         on X.  (bug #144753)
13707
13708 2004-07-02  David Schleef  <ds@schleef.org>
13709
13710         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
13711         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
13712         (bug #144624)
13713         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
13714         (gst_osselement_rate_probe_check): Add another workaround for
13715         buggy drivers (bug #145336)
13716
13717 2004-07-02  David Schleef  <ds@schleef.org>
13718
13719         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
13720         Most systems don't have MSG_NOSIGNAL.
13721
13722 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13723
13724         * Makefile.am:
13725         * gst-libs/gst/colorbalance/Makefile.am:
13726         * gst-libs/gst/mixer/Makefile.am:
13727         * gst-libs/gst/play/Makefile.am:
13728         * gst-libs/gst/tuner/Makefile.am:
13729           (hopefully) fix both install and dist and make error message useful.
13730           needs testing across automakes.
13731
13732 2004-07-02  Benjamin Otte  <otte@gnome.org>
13733
13734         * ext/ogg/gstogg.c: (plugin_init):
13735           we require bytestream now
13736         * ext/ogg/gstoggdemux.c:
13737           huge diff to implement chain setup in a fast and generic way. This
13738           improves tag reading and startup of huge files (read: Theora videos)
13739           quite a bit. It probably contains bugs, too, so please test.
13740           Seeking is not improved to the fast method.
13741
13742 2004-06-29  Wim Taymans  <wim@fluendo.com>
13743
13744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
13745         * ext/ogg/gstoggmux.c:
13746         Fix memleak in oggdemux when running unconnected pads.
13747         doc update in mux, start working on keyframe mode.
13748
13749 2004-06-29  Benjamin Otte  <otte@gnome.org>
13750
13751         * sys/oss/gstosssink.c:
13752         * sys/oss/gstosssrc.c:
13753           advertise correct template caps - we indeed do non-native endianness
13754           and 8bit audio has no endianness
13755         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
13756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
13757           avoid (wrong) duplications in getcaps function and return
13758           template caps
13759
13760 2004-06-29  Wim Taymans  <wim@fluendo.com>
13761
13762         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13763         (gst_multifdsink_class_init), (gst_multifdsink_add),
13764         (gst_multifdsink_remove), (gst_multifdsink_clear),
13765         (gst_multifdsink_client_remove),
13766         (gst_multifdsink_handle_client_read),
13767         (gst_multifdsink_client_queue_data),
13768         (gst_multifdsink_client_queue_caps),
13769         (gst_multifdsink_client_queue_buffer),
13770         (gst_multifdsink_handle_client_write),
13771         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13772         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13773         (gst_multifdsink_init_send), (gst_multifdsink_close):
13774         Fix wrong GList iteration that could crash the server when
13775         more then 2 clients disconnect at the same time. Read all the
13776         pending commands in one batch to recover from command storms under
13777         very heavy load.
13778
13779 2004-06-28  Wim Taymans  <wim@fluendo.com>
13780
13781         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
13782         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
13783         (gst_videomixer_pad_set_property),
13784         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
13785         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
13786         (gst_videomixer_class_init), (gst_videomixer_init),
13787         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
13788         (pad_zorder_compare), (gst_videomixer_sort_pads),
13789         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
13790         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
13791         (gst_videomixer_update_queues), (gst_videomixer_loop),
13792         (plugin_init):
13793         Avoid divide by zero, choose masterpad as the pad with the highest
13794         framerate.
13795
13796 2004-06-27  Julien Moutte  <julien@moutte.net>
13797
13798         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13799         (gst_ximagesink_xwindow_new):
13800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13801         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
13802         function directly. We might want to call it from somewhere else one day.
13803
13804 2004-06-27  Julien Moutte  <julien@moutte.net>
13805
13806         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
13807         (gst_ximagesink_xwindow_new):
13808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
13809         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
13810         window decorations.
13811
13812 2004-06-27  Wim Taymans  <wim@fluendo.com>
13813
13814         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
13815         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
13816         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
13817         (gst_dvdec_set_property), (gst_dvdec_get_property):
13818         * ext/dv/gstdvdec.h:
13819         Implement drop_factor property to lower the framerate with
13820         a factor.
13821
13822 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
13823
13824         * gst-libs/gst/colorbalance/Makefile.am:
13825         * gst-libs/gst/mixer/Makefile.am:
13826         * gst-libs/gst/play/Makefile.am:
13827         * gst-libs/gst/tuner/Makefile.am:
13828           unbreak Company's fix that didn't install the -enum.h files
13829
13830 2004-06-27  Wim Taymans  <wim@fluendo.com>
13831
13832         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
13833         (gst_dvdec_change_state):
13834         * ext/dv/gstdvdec.h:
13835         Fix timestamp, duration and offset of the buffers.
13836
13837 2004-06-27  Wim Taymans  <wim@fluendo.com>
13838
13839         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13840         (gst_multifdsink_class_init), (gst_multifdsink_add),
13841         (gst_multifdsink_remove), (gst_multifdsink_clear),
13842         (gst_multifdsink_client_remove),
13843         (gst_multifdsink_handle_client_read),
13844         (gst_multifdsink_client_queue_data),
13845         (gst_multifdsink_client_queue_caps),
13846         (gst_multifdsink_client_queue_buffer),
13847         (gst_multifdsink_handle_client_write),
13848         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13849         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13850         (gst_multifdsink_init_send), (gst_multifdsink_close):
13851         * gst/tcp/gstmultifdsink.h:
13852         * gst/tcp/gsttcpserversink.c:
13853         (gst_tcpserversink_handle_server_read),
13854         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
13855         More multifdsink fixes, more recovery policy fixes.
13856         Removed stupid g_print
13857
13858 2004-06-26  Wim Taymans  <wim@fluendo.com>
13859
13860         * gst/tcp/Makefile.am:
13861         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13862         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
13863         (gst_multifdsink_class_init), (gst_multifdsink_init),
13864         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
13865         (gst_multifdsink_handle_client_read),
13866         (gst_multifdsink_client_queue_data),
13867         (gst_multifdsink_client_queue_caps),
13868         (gst_multifdsink_client_queue_buffer),
13869         (gst_multifdsink_handle_client_write),
13870         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
13871         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
13872         (gst_multifdsink_chain), (gst_multifdsink_set_property),
13873         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
13874         (gst_multifdsink_close), (gst_multifdsink_change_state):
13875         * gst/tcp/gstmultifdsink.h:
13876         * gst/tcp/gsttcpplugin.c: (plugin_init):
13877         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
13878         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
13879         (gst_tcpserversink_handle_server_read),
13880         (gst_tcpserversink_handle_select),
13881         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
13882         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
13883         * gst/tcp/gsttcpserversink.h:
13884         Added multifdsink, made tcpserversink a subclass of fdsink, removed
13885         one of the locks, added recovery policy to multifdsink.
13886
13887 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13888
13889         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
13890           fix decision for when getting frames with same timestamp
13891         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
13892         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
13893         (gst_v4lsrc_get_property):
13894         * sys/v4l/gstv4lsrc.h:
13895           add latency offset property
13896
13897 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13898
13899         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
13900         (plugin_init):
13901           fix debugging. add category.
13902
13903 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13904
13905         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
13906           fix wrong offsets
13907
13908 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13909
13910         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13911         (gst_alsa_src_get_time), (gst_alsa_src_loop),
13912         (gst_alsa_src_change_state):
13913           return a time that is in sync with the element's processing
13914
13915 2004-06-25  Wim Taymans  <wim@fluendo.com>
13916
13917         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
13918         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
13919         (gst_tcpserversink_client_remove),
13920         (gst_tcpserversink_handle_client_read),
13921         (gst_tcpserversink_client_queue_data),
13922         (gst_tcpserversink_client_queue_caps),
13923         (gst_tcpserversink_client_queue_buffer),
13924         (gst_tcpserversink_handle_client_write),
13925         (gst_tcpserversink_queue_buffer),
13926         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
13927         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
13928         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
13929         (gst_tcpserversink_close):
13930         * gst/tcp/gsttcpserversink.h:
13931         Serversink rewrite. Really do non blocking writes to clients and
13932         maintain an internal queue to handle slower clients while not
13933         disturbing fast clients.
13934
13935 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13936
13937         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
13938           better debug, don't override OFFSET and OFFSET_END
13939
13940 2004-06-25  Iain <iain@prettypeople.org>
13941
13942         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
13943         name=source for the wavparse pipeline.
13944
13945 2004-06-24  Johan Dahlin  <johan@gnome.org>
13946
13947         * ext/theora/theoraenc.c (theora_enc_chain): Call
13948         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
13949         streamheader caps are set correctly.
13950
13951 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13952
13953         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13954         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
13955           respect minimum bitrate; same could be done for max bitrate
13956
13957 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13958
13959         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
13960         (gst_vorbisenc_setup):
13961           fix sample rate range
13962
13963 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13964
13965         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
13966         (gst_oggvorbisenc_setup):
13967         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
13968         (gst_vorbisenc_setup):
13969           resolve ambiguities in code and description
13970
13971 2004-06-24  Wim Taymans  <wim@fluendo.com>
13972
13973         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
13974         * ext/alsa/gstalsa.h:
13975         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
13976         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
13977         Use alsa trigger_tstamp to get the timestamp of the first
13978         sample in the buffer for more precise sync. Some cleanups.
13979
13980 2004-06-24  Wim Taymans  <wim@fluendo.com>
13981
13982         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
13983         (gst_audiorate_init), (gst_audiorate_chain),
13984         (gst_audiorate_set_property), (gst_audiorate_get_property):
13985         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
13986         (gst_videorate_chain):
13987         Added some logging, fixed an overflow bug in videorate.
13988
13989 2004-06-24  Benjamin Otte  <otte@gnome.org>
13990
13991         * ext/kio/Makefile.am:
13992           fix for builddir != srcdir and distcheck
13993
13994 2004-06-24  Benjamin Otte  <otte@gnome.org>
13995
13996         * gst-libs/gst/colorbalance/Makefile.am:
13997         * gst-libs/gst/mixer/Makefile.am:
13998         * gst-libs/gst/play/Makefile.am:
13999         * gst-libs/gst/tuner/Makefile.am:
14000         * gst/tcp/Makefile.am:
14001         * sys/dxr3/Makefile.am:
14002           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
14003           tarball.
14004           Also add all *.list files that were missing.
14005         * Makefile.am:
14006           add a distcheck hook to ensure the above doesn't happen again.
14007
14008 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
14009
14010         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
14011
14012 2004-06-23  Colin Walters  <walters@redhat.com>
14013
14014         * m4/Makefile.am: Distribute gst-fionread.m4.
14015
14016 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14017
14018         * configure.ac: back to dev
14019
14020 2004-06-23  Wim Taymans  <wim@fluendo.com>
14021
14022         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
14023         (gst_alsa_xrun_recovery):
14024         * ext/alsa/gstalsa.h:
14025         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
14026         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
14027         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
14028         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
14029         (gst_alsa_src_loop):
14030         Add clock to alsasrc. Take new capture timestamp when
14031         restarting after an overrun. Split up some functions between
14032         alsasrc and alsasink.
14033
14034 === release 0.8.2 ===
14035
14036 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
14037
14038         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14039         (gst_alsa_change_state), (gst_alsa_update_avail),
14040         (gst_alsa_xrun_recovery):
14041         * ext/alsa/gstalsa.h:
14042         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14043           merge back changes from release
14044
14045 2004-06-23  Wim Taymans  <wim@fluendo.com>
14046
14047         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
14048         (gst_audiorate_init), (gst_audiorate_chain),
14049         (gst_audiorate_set_property), (gst_audiorate_get_property):
14050         Implement sample dropping and notify
14051
14052 2004-06-22  Wim Taymans  <wim@fluendo.com>
14053
14054         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14055         (theora_enc_sink_link), (theora_buffer_from_packet),
14056         (theora_push_packet), (theora_enc_chain):
14057         Some cleanups, make sure the timestamps are correct.
14058
14059 2004-06-22  Wim Taymans  <wim@fluendo.com>
14060
14061         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
14062         (gst_alsa_change_state), (gst_alsa_update_avail),
14063         (gst_alsa_xrun_recovery):
14064         * ext/alsa/gstalsa.h:
14065         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14066         Cleanups, take queued samples into account when reporting
14067         the time.
14068
14069 2004-06-22  Wim Taymans  <wim@fluendo.com>
14070
14071         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14072         (gst_videorate_init):
14073         Initialize the property as well.
14074
14075 2004-06-22  Wim Taymans  <wim@fluendo.com>
14076
14077         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
14078         (gst_videorate_init), (gst_videorate_chain),
14079         (gst_videorate_set_property), (gst_videorate_get_property):
14080         Add property to make videorate silent.
14081         Add property to prefer new frames over old ones.
14082
14083 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14084
14085         * sys/osxvideo/Makefile.am:
14086         Workaround so that the osxvideo .so file gets linked with the
14087         Cocoa, OpenGL and QuickTime frameworks
14088
14089 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14090
14091         * sys/osxaudio/Makefile.am:
14092         Workaround so that the osxaudio .so file gets linked with the
14093         CoreAudio framework
14094
14095 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14096
14097         * configure.ac:
14098         Whoops, my fault...fixed build issues
14099
14100 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14101
14102         * configure.ac:
14103         Add objective-c support if running in Darwin/Mac OS X
14104         * sys/Makefile.am:
14105         * sys/osxvideo:
14106         * sys/osxvideo/Makefile.am:
14107         * sys/osxvideo/osxvideosink.h:
14108         * sys/osxvideo/osxvideosink.m:
14109         * sys/osxvideo/cocoawindow.h:
14110         * sys/osxvideo/cocoawindow.m:
14111         Add osxvideosink, a cocoa-based osx video sink
14112
14113
14114 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
14115         * ext/dvdnav/gst-dvd:
14116         Grab the gconf key from the right spot
14117         * gst/debug/gstnavseek.c: (gst_navseek_init),
14118         (gst_navseek_segseek), (gst_navseek_handle_src_event),
14119         (gst_navseek_chain):
14120         * gst/debug/gstnavseek.h:
14121           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
14122           and loop parameters of a segment seek.
14123         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
14124         (gst_videotestsrc_get_event_masks),
14125         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
14126         * gst/videotestsrc/gstvideotestsrc.h:
14127           Add seeking support to videotestsrc
14128           Initialise the timestamp_offset variable.
14129
14130 2004-06-18  Wim Taymans  <wim@fluendo.com>
14131
14132         * ext/sidplay/gstsiddec.cc:
14133         Fix negotiation and set correct end offset.
14134
14135 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
14136
14137         * configure.ac: branch and prerelease
14138
14139 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14140
14141         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
14142         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
14143         (gst_tcpclientsrc_init_receive):
14144         * gst/tcp/gsttcpclientsrc.h:
14145           read caps when connecting to server for GDP so we set them correctly
14146
14147 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14148
14149         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
14150           notify drops and duplicates
14151         * gst/videoscale/videoscale.c: (videoscale_get_structure):
14152           no good reason to limit ourselves to 100x100
14153
14154 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14155
14156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
14157         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
14158         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14159         (gst_v4lsrc_get_property):
14160         * sys/v4l/gstv4lsrc.h:
14161         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14162         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14163         (gst_v4l_set_audio):
14164         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
14165         (gst_v4lsrc_try_capture):
14166         * sys/v4l/v4lsrc_calls.h:
14167           change try_palette to more general try_capture
14168           add autoprobe option so we can turn off autoprobing
14169           various fixes
14170
14171 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
14172
14173         * configure.ac:
14174           add videorate
14175         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
14176         (gst_ximagesink_class_init):
14177         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
14178         (gst_xvimagesink_class_init):
14179           run them as finalize, not dispose, since dispose can be invoked
14180           multiple times
14181
14182 2004-06-17  Wim Taymans  <wim@fluendo.com>
14183
14184         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
14185         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
14186         * ext/alsa/gstalsa.h:
14187         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14188         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
14189         (gst_alsa_src_change_state):
14190         * ext/alsa/gstalsasrc.h:
14191         Make the xrun code timestamp and offset the buffers correctly.
14192         moved the clock to the base class, use alsa methods to get time.
14193         Do correct timestamping on outgoing buffers.
14194
14195 2004-06-17  Wim Taymans  <wim@fluendo.com>
14196
14197         * gst/audiorate/Makefile.am:
14198         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
14199         (gst_audiorate_base_init), (gst_audiorate_class_init),
14200         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
14201         (gst_audiorate_set_property), (gst_audiorate_get_property),
14202         (gst_audiorate_change_state), (plugin_init):
14203         Added an audiorate converter that fills in gaps.
14204
14205 2004-06-17  Johan Dahlin  <johan@gnome.org>
14206
14207         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
14208
14209 2004-06-16  Wim Taymans  <wim@fluendo.com>
14210
14211         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
14212         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14213         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14214         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14215         (gst_v4lsrc_get_property):
14216         * sys/v4l/gstv4lsrc.h:
14217         Added a copy mode to v4lsrc where it will output a copied version
14218         of its internal hardware buffer.
14219         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
14220         can't | them.
14221
14222 2004-06-16  Wim Taymans  <wim@fluendo.com>
14223
14224         * sys/oss/gstosssrc.c: (gst_osssrc_get):
14225         Timestamp fixes.
14226
14227 2004-06-16  Wim Taymans  <wim@fluendo.com>
14228
14229         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
14230         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
14231         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
14232         (gst_v4lsrc_get_property):
14233         * sys/v4l/gstv4lsrc.h:
14234         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14235         Added a sync mode enum property to control v4lsrc timestamp method
14236         Removed the use-fixed-fps property and moved functionality in
14237         the enum.
14238         Don't error on an error value from v4l-conf, it might not always
14239         be a real error.
14240
14241 2004-06-16  Wim Taymans  <wim@fluendo.com>
14242
14243         * gst/videorate/Makefile.am:
14244         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
14245         (gst_videorate_base_init), (gst_videorate_class_init),
14246         (gst_videorate_getcaps), (gst_videorate_link),
14247         (gst_videorate_init), (gst_videorate_chain),
14248         (gst_videorate_set_property), (gst_videorate_get_property),
14249         (gst_videorate_change_state), (plugin_init):
14250         Added a video timestamp corrector.
14251
14252 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14253
14254         fixed a potential leak with previous commit
14255
14256         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14257
14258 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14259
14260         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
14261         Added missing refcount, fixes bug #144425
14262         Cheers Tim for finding the bug
14263
14264 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
14265
14266         * sys/v4l/gstv4l.c: (plugin_init):
14267         * sys/v4l/gstv4lcolorbalance.c:
14268         * sys/v4l/gstv4lcolorbalance.h:
14269         * sys/v4l/gstv4lelement.c:
14270         * sys/v4l/gstv4lelement.h:
14271         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
14272         * sys/v4l/gstv4lmjpegsink.h:
14273         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
14274         * sys/v4l/gstv4lmjpegsrc.h:
14275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14276         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14277         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
14278         * sys/v4l/gstv4lsrc.h:
14279         * sys/v4l/gstv4ltuner.c:
14280         * sys/v4l/gstv4ltuner.h:
14281         * sys/v4l/gstv4lxoverlay.c:
14282         * sys/v4l/gstv4lxoverlay.h:
14283         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
14284         (gst_v4l_set_window), (gst_v4l_enable_overlay):
14285         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14286         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
14287         (gst_v4l_set_audio):
14288         * sys/v4l/v4l_calls.h:
14289         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
14290         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
14291         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
14292         (gst_v4lmjpegsink_playback_init),
14293         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
14294         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
14295         (gst_v4lmjpegsink_playback_stop),
14296         (gst_v4lmjpegsink_playback_deinit):
14297         * sys/v4l/v4lmjpegsink_calls.h:
14298         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
14299         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
14300         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
14301         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
14302         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
14303         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
14304         * sys/v4l/v4lmjpegsrc_calls.h:
14305         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
14306         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
14307         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
14308         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
14309         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
14310         (gst_v4lsrc_try_palette):
14311         * sys/v4l/v4lsrc_calls.h:
14312           bunch of paranoia cleanups
14313
14314 2004-06-14  David Schleef  <ds@schleef.org>
14315
14316         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
14317         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
14318         Send discont events and change timestamps appropriately when
14319         we get a seek event.  (bug #144240)
14320         * ext/cdparanoia/gstcdparanoia.h:
14321
14322 2004-06-14  Benjamin Otte  <otte@gnome.org>
14323
14324         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
14325           snd_pcm_hw_params_set_rate  since the latter fails for no good
14326           reason on some setups.
14327
14328 2004-06-14  David Schleef  <ds@schleef.org>
14329
14330         * gst/volume/demo.c: (value_changed_callback): exp10() is not
14331         standard.  Thank you for playing.
14332
14333 2004-06-14  Wim Taymans  <wim@fluendo.com>
14334
14335         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
14336         Patch 1.3 broke the ordering of the colorspace info and
14337         made the plugin basically work by coincidence, reordered
14338         the info.
14339
14340 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14341
14342         * ext/lame/gstlame.c:
14343         * ext/mad/gstmad.c:
14344           sync caps.  Make sure mad can only output a list of rates, not
14345           a full range.  In the future, have three caps lists for each of the
14346           mpeg versions.  Change mpegversion to a double as well.
14347
14348 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14349
14350         * gst/volume/.cvsignore:
14351         * gst/volume/Makefile.am:
14352         * gst/volume/demo.c: (value_changed_callback), (idler),
14353         (setup_gui), (main):
14354           added small demo app
14355
14356 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
14357         * ext/esd/esdsink.c: (gst_esdsink_change_state):
14358         * ext/esd/esdsink.h:
14359         Close the esd connection on pause, because esd will just wait -
14360         blocking all other esd clients indefinitely.
14361
14362 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
14363
14364         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
14365           previous commit with GST_DEBUG
14366
14367 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
14368
14369         * configure.ac:
14370           add a header check for a dvdread header in dvdnav.  Fixes #133002
14371
14372 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14373
14374         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
14375         * gst/tcp/gsttcpclientsink.h:
14376         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
14377         * gst/tcp/gsttcpclientsrc.h:
14378         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
14379         (gst_tcpserversink_handle_server_read),
14380         (gst_tcpserversink_init_send):
14381         * gst/tcp/gsttcpserversink.h:
14382         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
14383         * gst/tcp/gsttcpserversrc.h:
14384         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
14385         version of IP)
14386
14387 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14388
14389         * configure.ac:
14390         Added ogg library so that OSX detects libtheora properly
14391
14392 2004-06-11  Wim Taymans  <wim@fluendo.com>
14393
14394         * ext/theora/theoradec.c: (theora_dec_chain),
14395         (theora_dec_change_state):
14396         Don't try to decode frames before we received a keyframe.
14397
14398 2004-06-11  Wim Taymans  <wim@fluendo.com>
14399
14400         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14401         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14402         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14403         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14404         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14405         Added property to set the maximum delay of a page.
14406
14407 2004-06-10  Wim Taymans  <wim@fluendo.com>
14408
14409         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
14410         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
14411         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14412         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
14413         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
14414         Added max-delay property to control the maximum amount
14415         of data to put in one page.
14416
14417 2004-06-10  Wim Taymans  <wim@fluendo.com>
14418
14419         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
14420         (gst_theora_enc_init), (theora_enc_sink_link),
14421         (theora_buffer_from_packet), (theora_enc_set_property),
14422         (theora_enc_get_property):
14423         Set duration on encoded buffer, added some more properties
14424
14425 2004-06-10  Wim Taymans  <wim@fluendo.com>
14426
14427         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
14428         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
14429         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
14430         * ext/theora/theoraenc.c: (theora_enc_chain):
14431         Fix refcounting bugs
14432
14433 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14434
14435         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
14436         (gst_asf_demux_loop), (gst_asf_demux_process_file),
14437         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
14438         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
14439         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
14440         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
14441         (gst_asf_demux_change_state):
14442         * gst/asfdemux/gstasfdemux.h:
14443           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
14444           feels like. I think we should set a new requirement for demuxers
14445           from now on to implement sane loop functions, data loops, query
14446           and seek functions before first commit into CVS. And this commit
14447           fixes all of the above.
14448
14449 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
14450
14451         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
14452           vorbis comments are properly encoded in UTF-8 before adding them
14453           to a GstTagList
14454
14455 2004-06-09  Benjamin Otte  <otte@gnome.org>
14456
14457         * ext/alsa/gstalsa.c: (add_channels):
14458           handle min <= max correctly
14459         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
14460         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
14461           add fixation functions so we fixate correctly. No preferring of alaw
14462           anymore because it's the first structure.
14463         * ext/alsa/gstalsa.h:
14464         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
14465         (gst_alsa_hw_params_dump):
14466           add functions to ease debugging in alsalib
14467         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14468         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14469         (gst_alsa_start_audio):
14470           only specify hw params if we really setup a format (fixes #134007 -
14471           or at least works around it)
14472
14473 2004-06-09  Wim Taymans  <wim@fluendo.com>
14474
14475         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
14476         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
14477         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
14478         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
14479         (gst_ogg_mux_loop):
14480         Use stream caps to setup the initial pages in the ogg stream.
14481         Correctly set the streamheader caps on the srcpad.
14482
14483 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14484
14485         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
14486         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
14487         (gst_v4lsrc_getcaps):
14488         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
14489         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
14490           add querying of fps lists for webcams.  Negotiating to a framerate
14491           now works.
14492
14493 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14494
14495         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14496         (theora_push_buffer), (theora_push_packet),
14497         (theora_set_header_on_caps), (theora_enc_chain):
14498           mark buffers and put on streamheader, raw theora streaming
14499           now works too, whee
14500
14501 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14502
14503         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14504         (gst_tcp_gdp_read_caps):
14505           do a looping read for caps and GDP headers too
14506
14507 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14508
14509         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14510         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
14511           return EOS instead of NULL in _get
14512
14513 2004-06-08  Wim Taymans  <wim@fluendo.com>
14514
14515         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
14516         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
14517         (gst_tcp_gdp_write_caps):
14518         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14519         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14520         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
14521         Memory leak fixes
14522
14523 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14524
14525         * ext/vorbis/Makefile.am:
14526         * ext/vorbis/vorbis.c: (plugin_init):
14527         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
14528         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
14529         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
14530         (vorbis_parse_change_state):
14531         * ext/vorbis/vorbisparse.h:
14532           adding a vorbisparse element that marks the buffers, streaming
14533           raw vorbis using GDP now works, whee
14534
14535 2004-06-08  Wim Taymans  <wim@fluendo.com>
14536
14537         * ext/jpeg/Makefile.am:
14538         * ext/jpeg/README:
14539         * ext/jpeg/gstjpeg.c: (plugin_init):
14540         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
14541         (gst_smokedec_base_init), (gst_smokedec_class_init),
14542         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
14543         * ext/jpeg/gstsmokedec.h:
14544         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
14545         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
14546         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
14547         (gst_smokeenc_resync), (gst_smokeenc_chain),
14548         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
14549         * ext/jpeg/gstsmokeenc.h:
14550         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
14551         (smokecodec_flush_destination), (smokecodec_term_destination),
14552         (smokecodec_init_source), (smokecodec_fill_input_buffer),
14553         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
14554         (smokecodec_term_source), (smokecodec_encode_new),
14555         (smokecodec_decode_new), (smokecodec_info_free),
14556         (smokecodec_set_quality), (smokecodec_get_quality),
14557         (smokecodec_set_threshold), (smokecodec_get_threshold),
14558         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
14559         (find_best_size), (abs_diff), (put), (smokecodec_encode),
14560         (smokecodec_parse_header), (smokecodec_decode):
14561         * ext/jpeg/smokecodec.h:
14562         Added a new simple jpeg based codec
14563
14564 2004-06-08  Wim Taymans  <wim@fluendo.com>
14565
14566         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14567         (gst_multipart_mux_loop):
14568         Fix memory leak
14569
14570 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14571
14572         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
14573         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
14574         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
14575         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
14576         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
14577         * gst/tcp/gsttcpserversink.h:
14578           take streamheader into account
14579
14580 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14581
14582         * gst/level/Makefile.am:
14583         * gst/level/gstlevel.c: (gst_level_class_init):
14584           clean up marshal generation
14585
14586 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14587
14588         * gst/tcp/Makefile.am:
14589         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
14590         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
14591         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
14592         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
14593         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
14594         (gst_tcpclientsrc_get_property):
14595         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
14596         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
14597         (gst_tcpserversink_handle_client_read),
14598         (gst_tcpserversink_handle_client_write),
14599         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
14600         * gst/tcp/gsttcpserversink.h:
14601           add signals client-added and client-removed
14602         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
14603         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
14604         (gst_tcpserversrc_get_property):
14605         uniformized, change default protocol to NONE
14606         * gst/tcp/gsttcp-marshal.list: added
14607 2004-06-07  Benjamin Otte  <otte@gnome.org>
14608
14609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14610           handle discont events if they happen before caps nego
14611
14612 2004-06-07  Wim Taymans  <wim@fluendo.com>
14613
14614         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14615         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14616         (gst_multipart_demux_plugin_init):
14617         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14618         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14619         (gst_multipart_mux_change_state):
14620         Small updates, fix a memleak
14621
14622 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14623
14624         * configure.ac: OSS portability
14625         * ext/arts/gst_arts.c: idem
14626         * sys/oss/gstosselement.c: idem
14627         * sys/oss/gstossmixer.c: idem
14628         * sys/oss/gstosssink.c: idem
14629         * sys/oss/gstosssrc.c: idem
14630         * sys/oss/oss_probe.c: idem
14631           - check for soundcard.h in different places for some BSD
14632
14633 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
14634
14635         * AUTHORS:
14636         Add me to the authors file
14637         * configure.ac:
14638         Increase the libdv requirement to >= version 0.100
14639         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
14640         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
14641         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
14642         * ext/dv/gstdvdec.h:
14643         Add support for the new_media flag when sending DISCONT events
14644         Make the querying work when video pad is not linked
14645
14646 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14647
14648         reviewed by Benjamin Otte  <otte@gnome.org>
14649
14650         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
14651           create a NULL-initialized array of pads, so we don't think they
14652           exist already. (fixes #143130)
14653
14654 2004-06-07  Benjamin Otte  <otte@gnome.org>
14655
14656         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
14657         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
14658         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
14659           don't use // coments
14660
14661 2004-06-07  Benjamin Otte  <otte@gnome.org>
14662
14663         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
14664           cast to GstClockTime to get higher granularity
14665         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
14666           use gst_element_set_time_delay to get the exact time
14667         * ext/mad/gstmad.c: (gst_mad_chain):
14668           use the negotiated rate instead of the current frame's rate which
14669           might be wrong because of bit errors. This avoids emitting totally
14670           bogus timestamps and screwing sync.
14671         (fixes #143454)
14672
14673 2004-06-07  Tim-Philipp M??ller  <t.i.m@zen.co.uk>
14674
14675         reviewed by Benjamin Otte  <otte@gnome.org>
14676
14677         * gst/adder/gstadder.c: (gst_adder_loop):
14678           properly error out when no negotiation has happened yet. (fixes
14679           #143032)
14680
14681 2004-06-06  Benjamin Otte  <otte@gnome.org>
14682
14683         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
14684           forward correctly transformed offset in discont events. Based on
14685           patch by Arwed v. Merkatz. (fixes #142851)
14686
14687 2004-06-06  David Schleef  <ds@schleef.org>
14688
14689         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
14690         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
14691         problems on several systems.
14692
14693 2004-06-06  Benjamin Otte  <otte@gnome.org>
14694
14695         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
14696           use explicit caps on the srcpad
14697         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14698           properly error out if caps couldn't be set (fixes #142764)
14699
14700 2004-06-06  Benjamin Otte  <otte@gnome.org>
14701
14702         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
14703         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
14704         (gst_alsa_start_audio):
14705           - don't call set_periods_integer anymore, it breaks the
14706           configuration randomly
14707           - call snd_pcm_hw_params_set_access directly instead of using masks
14708           - don't fail if the sw_params can't be set, just use the default
14709           params and hope it works. Alsalib has weird issues when you touch
14710           sw_params and does no proper error reporting about what failed.
14711         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
14712         (gst_alsa_close_audio):
14713           make our alsa debugging go via gst debugging and not conditionally
14714           defined
14715         * ext/alsa/gstalsa.h:
14716           add ALSA_DEBUG_FLUSH macro
14717         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
14718         (plugin_init):
14719           wrap alsa errors to be printed via the gst debugging system and not
14720           spammed to stderr
14721
14722 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14723
14724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
14725         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
14726         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
14727         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
14728         (qtdemux_parse_trak):
14729         * gst/qtdemux/qtdemux.h:
14730           Bitch. Also known as seeking, querying & co.
14731         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
14732         (gst_osssink_change_state):
14733         * sys/oss/gstosssink.h:
14734           Resyncing is for weenies, this hack is no longer needed and was
14735           broken anyway (since it - unintendedly - always leaves resync to
14736           TRUE).
14737
14738 2004-06-05  Andrew Turner <zxombie@hotpop.com>
14739
14740         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
14741         * gst/tcp/gsttcpclientsrc.h: idem
14742           - define MSG_NOSIGNAL if not done
14743           - include unistd.h for off_t
14744           (fixes #143749)
14745
14746 2004-06-05  Benjamin Otte  <otte@gnome.org>
14747
14748         * configure.ac:
14749         * ext/kio/Makefile.am:
14750           check for qt's moc preprocessor explicitly and use it
14751
14752 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14753
14754         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
14755           don't get a signal for EPIPE on socket writes
14756           (somebody check if this works on other platforms)
14757
14758 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14759
14760         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
14761         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
14762           check error condition on available samples correctly
14763
14764 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
14767           avoid a segfault
14768         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
14769         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
14770         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
14771         (gst_tcpserversrc_gdp_read_header):
14772          use ssize_t over size_t since the former is signed and thus the
14773          check for error codes can work
14774
14775 2004-06-02  Wim Taymans  <wim@fluendo.com>
14776
14777         reviewed by: Johan
14778
14779         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14780         (gst_multipart_mux_loop):
14781         Oops
14782
14783 2004-06-02  Wim Taymans  <wim@fluendo.com>
14784
14785         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
14786         (gst_multipart_mux_init), (gst_multipart_mux_loop),
14787         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14788         (gst_multipart_mux_change_state):
14789         Added configurable boundary specifier, added the value as a
14790         caps field as well.
14791
14792 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14793
14794         * gst/tcp/gsttcp.c:
14795         * gst/tcp/gsttcpclientsrc.c:
14796         * gst/tcp/gsttcpclientsrc.h:
14797         * gst/tcp/gsttcpserversrc.c:
14798           - portability fix, to compile on OSX
14799             (fixes #143146)
14800
14801         * sys/osxaudio/gstosxaudioelement.c:
14802         * sys/osxaudio/gstosxaudiosink.c:
14803         * sys/osxaudio/gstosxaudiosrc.c:
14804           - compilation warnings on OSX
14805             (fixes #143153)
14806
14807 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
14808
14809         * ext/vorbis/vorbisdec.c : sign warning fixes
14810
14811         * gst-libs/gst/mixer/mixertrack.c :
14812           do no use defines which are glib 2.4 specific
14813
14814 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
14815
14816         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
14817           buffer since libflac doesn't expect it (reports a sync error when
14818           it encounters that)
14819
14820
14821 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
14822
14823         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
14824         * gst-libs/gst/mixer/mixertrack.c:
14825         (gst_mixer_track_get_property), (get_mixer_track_init),
14826         (get_mixer_track_get_property): Added property accessors
14827         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
14828         * gst-libs/gst/mixer/mixeroptions.c:
14829         (gst_mixer_options_get_values): Added
14830         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
14831         * gst-libs/gst/mixer/mixer.c: Fixed comment
14832
14833
14834 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
14835
14836         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
14837           improve error messages on open
14838
14839
14840 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14841
14842         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
14843           check if v4l-conf is in path
14844
14845 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
14846
14847         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
14848           change assert to a more readable error message
14849
14850 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
14851
14852         * gst-libs/gst/tuner/tunerchannel.h:
14853           - add a freq_multiplicator field to make the conversion
14854             between internal frequency unit and Hz
14855         * sys/v4l/gstv4lelement.c:
14856         * sys/v4l2/gstv4l2element.c:
14857           - change default video device to /dev/video0
14858         * sys/v4l/v4l_calls.c:
14859         * sys/v4l2/v4l2_calls.c:
14860           - we only expose frequency to the user in Hz instead of
14861             bastard v4lX unit (either 62.5kHz or 62.5Hz)
14862
14863 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
14864         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
14865           Initialise b_o_s and e_o_s variables
14866         * gst-libs/gst/riff/riff-media.c:
14867         (gst_riff_create_video_caps_with_data):
14868           Add some unusual fourcc's from mplayer avi's
14869         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
14870           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
14871           autoplugging.
14872
14873 2004-05-28  Wim Taymans  <wim@fluendo.com>
14874
14875         * configure.ac:
14876         * gst/alpha/Makefile.am:
14877         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
14878         (gst_alpha_get_type), (gst_alpha_base_init),
14879         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
14880         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
14881         (gst_alpha_chroma_key), (gst_alpha_chain),
14882         (gst_alpha_change_state), (plugin_init):
14883         A plugin to add an alpha channel to I420 video. Can optionally do
14884         chroma keying.
14885         * gst/multipart/Makefile.am:
14886         * gst/multipart/multipart.c: (plugin_init):
14887         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
14888         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
14889         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
14890         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
14891         (gst_multipart_demux_change_state),
14892         (gst_multipart_demux_plugin_init):
14893         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
14894         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
14895         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
14896         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
14897         (gst_multipart_mux_pad_unlink),
14898         (gst_multipart_mux_request_new_pad),
14899         (gst_multipart_mux_handle_src_event),
14900         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
14901         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
14902         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
14903         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
14904         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
14905         send multipart jpeg images to a browser.
14906         * gst/videobox/Makefile.am:
14907         * gst/videobox/README:
14908         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
14909         (gst_video_box_get_type), (gst_video_box_base_init),
14910         (gst_video_box_class_init), (gst_video_box_init),
14911         (gst_video_box_set_property), (gst_video_box_get_property),
14912         (gst_video_box_sink_link), (gst_video_box_i420),
14913         (gst_video_box_ayuv), (gst_video_box_chain),
14914         (gst_video_box_change_state), (plugin_init):
14915         Crops or adds borders around an image. can do alpha channel
14916         borders as well.
14917         * gst/videomixer/Makefile.am:
14918         * gst/videomixer/README:
14919         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
14920         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
14921         (gst_videomixer_pad_get_sink_event_masks),
14922         (gst_videomixer_pad_get_property),
14923         (gst_videomixer_pad_set_property),
14924         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
14925         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
14926         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
14927         (gst_videomixer_base_init), (gst_videomixer_class_init),
14928         (gst_videomixer_init), (gst_videomixer_request_new_pad),
14929         (gst_videomixer_handle_src_event),
14930         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
14931         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
14932         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
14933         (gst_videomixer_loop), (gst_videomixer_get_property),
14934         (gst_videomixer_set_property), (gst_videomixer_change_state),
14935         (plugin_init):
14936         Generic video mixer plugin, can handle multiple inputs all with
14937         different framerates and video sizes. Is fully alpha channel
14938         aware.
14939
14940 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14941
14942         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
14943           Select first track as master track. Not sure how else to handle
14944           that...
14945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
14946           Discard discont events. Should fix #142962.
14947
14948 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
14949
14950         * ext/alsa/Makefile.am:
14951         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
14952         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
14953         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
14954         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
14955         (gst_alsa_mixer_get_option):
14956         * ext/alsa/gstalsamixer.h:
14957         * ext/alsa/gstalsamixeroptions.c:
14958         (gst_alsa_mixer_options_get_type),
14959         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
14960         (gst_alsa_mixer_options_new):
14961         * ext/alsa/gstalsamixeroptions.h:
14962         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
14963         * ext/alsa/gstalsamixertrack.h:
14964           Add enumerations (as GstMixerOptions). Make correct distinction
14965           between input/output tracks. Add capture/playback private flag.
14966           Use flag to decide on whether to set capture or playback volumes
14967           or switches. Use playback and record switches.
14968         * gst-libs/gst/mixer/Makefile.am:
14969         * gst-libs/gst/mixer/mixer-marshal.list:
14970         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
14971         (gst_mixer_set_option), (gst_mixer_get_option),
14972         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
14973         (gst_mixer_volume_changed), (gst_mixer_option_changed):
14974         * gst-libs/gst/mixer/mixer.h:
14975         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
14976         (gst_mixer_options_class_init), (gst_mixer_options_init),
14977         (gst_mixer_options_dispose):
14978         * gst-libs/gst/mixer/mixeroptions.h:
14979           Add GstMixerOptions.
14980         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
14981           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
14982           broken device detection on computers with multiple OSS sound
14983           cards.
14984
14985 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14986
14987         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14988           fixate nicely even when the peer is not negotiating
14989
14990 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
14991
14992         * gst/audioconvert/gstaudioconvert.c:
14993         (gst_audio_convert_parse_caps):
14994           make sure we don't allow depth > width
14995         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
14996           fixate endianness to G_BYTE_ORDER as default
14997         * gst/audioscale/gstaudioscale.c:
14998           we don't handle another endianness as host-endianness
14999
15000 2004-05-25  David Schleef  <ds@schleef.org>
15001
15002         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
15003
15004 2004-05-24  Benjamin Otte  <otte@gnome.org>
15005
15006         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
15007         (gst_oggvorbisenc_setup):
15008           properly fail when we can't setup the vorbis encoder due to
15009           unsupported settings
15010         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
15011         (gst_vorbisenc_setup):
15012           same
15013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
15014           fix case where warnings occured when one pad was unlinked while the
15015           other's link function was called
15016
15017 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
15018
15019         * gst/tcp/Makefile.am:
15020           use GST_ENABLE_NEW
15021
15022 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15023
15024         * gst-libs/gst/resample/private.h:
15025           don't use optimizations that are #if 0'ed
15026
15027 2004-05-24  Wim Taymans  <wim@fluendo.com>
15028
15029         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
15030         Fix potential division by zero error and hopefully get
15031         the position query right to get correct timestamps on avi
15032         audio.
15033
15034 2004-05-24  Wim Taymans  <wim@fluendo.com>
15035
15036         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
15037         (gst_videoscale_scale_nearest_str2),
15038         (gst_videoscale_scale_nearest_str4),
15039         (gst_videoscale_scale_nearest_32bit),
15040         (gst_videoscale_scale_nearest_24bit),
15041         (gst_videoscale_scale_nearest_16bit):
15042         Fix the scaling algorithm and avoid a buffer overflow.
15043         removed the while loop in the scaling function as it
15044         was used for point sampling only.
15045
15046 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15047
15048         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
15049         (gst_id3_tag_class_init), (gst_id3_tag_init),
15050         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
15051         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
15052         (gst_id3_tag_send_tag_event):
15053           lots of fixes to make id3mux work and id3demux work correctly
15054
15055 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15056
15057         * ext/Makefile.am:
15058           add rules to build shout2send (was removed by accident
15059           when this module was no more marked experimental/broken)
15060
15061 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15062
15063         * ext/shout2/gstshout2.c:
15064         * ext/shout2/gstshout2.h:
15065           adding a "connection problem" signal to shout2send
15066           (fixes #142954)
15067
15068 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
15069
15070         * ext/kio/kioreceiver.cpp:
15071         * ext/kio/kioreceiver.h:
15072           fix sign comparison issues
15073
15074 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15075
15076         * gst/cdxaparse/gstcdxaparse.c:
15077         * gst/cdxaparse/gstcdxaparse.h:
15078           some renaming
15079           add some checks/sanity
15080           prepare for seek addition
15081
15082         * sys/sunaudio/gstsunaudio.c:
15083           remove exported dupe init function
15084
15085 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
15086
15087         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
15088         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
15089           Fix format conversion and position querying.
15090         * gst/debug/progressreport.c: (gst_progressreport_report):
15091           Don't output a bogus total value that we didn't query.
15092         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
15093           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
15094           only a blank window after xine has been used.
15095
15096 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
15097
15098         * m4/as-arts.m4:
15099           sync with upstream version to fix test on FC2
15100           readd with -ko to preserve Id header
15101
15102 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15103
15104         * configure.ac:
15105           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
15106         * gst/tcp/gsttcpclientsrc.c: idem
15107         * gst/tcp/gsttcpserversink.c: idem
15108         * gst/tcp/gsttcpserversrc.c: idem
15109         * m4/gst-fionread.m4: idem
15110
15111         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
15112
15113         * configure.ac: enable speex plugin for speex 1.1.5+
15114         * ext/speex/gstspeexenc.c: fix cast warning
15115
15116         * ext/esd/README: fix typo
15117
15118 2004-05-20  David Schleef  <ds@schleef.org>
15119
15120         * configure.ac: Minor cosmetic change to convince the buildbot to
15121         reautogen.
15122         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
15123         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
15124         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
15125         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
15126         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
15127         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
15128         More hacking.  Plays audio now.
15129
15130 2004-05-20  David Schleef  <ds@schleef.org>
15131
15132         * configure.ac:
15133         * sys/Makefile.am:
15134
15135 2004-05-20  David Schleef  <ds@schleef.org>
15136
15137         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
15138         * sys/osxaudio/gstosxaudio.c:
15139         * sys/osxaudio/gstosxaudioelement.c:
15140         * sys/osxaudio/gstosxaudioelement.h:
15141         * sys/osxaudio/gstosxaudiosink.c:
15142         * sys/osxaudio/gstosxaudiosink.h:
15143         * sys/osxaudio/gstosxaudiosrc.c:
15144         * sys/osxaudio/gstosxaudiosrc.h:
15145
15146 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15147
15148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
15149         (gst_vorbisenc_chain):
15150           put the codec headers on the caps as streamheader as well as
15151           pushing them out
15152
15153 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15154
15155         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15156         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
15157         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
15158         split up push_packet into two functions
15159
15160 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
15161
15162         * gst/tcp/.cvsignore:
15163           ignore enums
15164         * gst/tcp/Makefile.am:
15165         * gst/tcp/README:
15166         * gst/tcp/gsttcp.c:
15167         * gst/tcp/gsttcp.h:
15168         * gst/tcp/gsttcpclientsink.c:
15169         * gst/tcp/gsttcpclientsink.h:
15170         * gst/tcp/gsttcpclientsrc.c:
15171         * gst/tcp/gsttcpclientsrc.h:
15172         * gst/tcp/gsttcpplugin.c:
15173         * gst/tcp/gsttcpserversink.c:
15174         * gst/tcp/gsttcpserversink.h:
15175         * gst/tcp/gsttcpserversrc.c:
15176         * gst/tcp/gsttcpserversrc.h:
15177           add new tcp elements
15178
15179 2004-05-19  Wim Taymans  <wim@fluendo.com>
15180
15181         * gst/law/mulaw-conversion.c: (mulaw_encode):
15182         Fix overflow bug in ulaw encoding.
15183
15184 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15185
15186         * ext/mad/gstmad.c: (gst_mad_handle_event):
15187           don't unref the event twice
15188
15189 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15190
15191         * configure.ac:
15192           remove -Wno-sign-compare
15193
15194 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15195
15196         * configure.ac:
15197           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
15198           if you want to work against glib 2.2 and 2.4
15199
15200 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15201
15202         * gst/tcp/Makefile.am:
15203         * gst/tcp/gsttcp.c:
15204         * gst/tcp/gsttcp.h:
15205         * gst/tcp/gsttcpsink.h:
15206         * gst/tcp/gsttcpsrc.h:
15207           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
15208
15209 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15210
15211         * gst/debug/tests.c: (md5_get_value):
15212           fix segfault on gst-inspect
15213
15214 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15215
15216         * gst/debug/testplugin.c:
15217         * gst/debug/tests.c:
15218         * gst/debug/tests.h:
15219           add new extensible and configurable testing element. Current tests
15220           include buffer count, stream length, timestamp/duration matching and
15221           md5.
15222         * gst/debug/Makefile.am:
15223         * gst/debug/gstdebug.c: (plugin_init):
15224           add infrastructure for new element
15225
15226 2004-05-19  Johan Dahlin  <johan@gnome.org>
15227
15228         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
15229         ending of the array. Fixes gst-inspect segfault on ppc.
15230
15231 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15232
15233         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
15234
15235         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
15236
15237 2004-05-18  David Schleef  <ds@schleef.org>
15238
15239         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
15240         warnings (bugs, actually) noticed by gcc but not forte.
15241
15242 2004-05-18  David Schleef  <ds@schleef.org>
15243
15244         * sys/sunaudio/Makefile.am:
15245         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
15246
15247 2004-05-18  David Schleef  <ds@schleef.org>
15248
15249         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
15250         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
15251         to allow qtdemux to use non-seekable streams. (bug #142272)
15252
15253 2004-05-18  David Schleef  <ds@schleef.org>
15254
15255         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
15256         (gst_resample_sinc_ft_float): Remove use of static temporary
15257         buffer.  This code was obviously not supposed to last long, but
15258         it's stuck in our ABI, so it required a little hack to make it
15259         ABI-compatible.  Fixes #142585.
15260         * gst-libs/gst/resample/resample.h: same.
15261
15262 2004-05-18  David Schleef  <ds@schleef.org>
15263
15264         * configure.ac: Add sunaudio
15265         * examples/Makefile.am: make gstplay depend on gconf
15266         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
15267         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
15268         (convert_table_lookup), (img_convert): remove c99-isms
15269         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
15270           unsigned, to fix a warning on Solaris
15271         * gst/mpeg1sys/systems.c: bcopy->memcpy
15272         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
15273         * sys/Makefile.am: Add sunaudio
15274
15275 2004-05-18  Wim Taymans  <wim@fluendo.com>
15276
15277         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
15278         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
15279         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
15280         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
15281         (gst_ogg_mux_loop):
15282         Fix an ugly memleak where the muxer didn't flush enough ogg
15283         pages. This also resulted in badly muxed ogg files.
15284
15285 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15286
15287         * gst/asfdemux/asfheaders.c :
15288         * gst/asfdemux/asfheaders.h :
15289         * gst/asfdemux/gstasfdemux.c :
15290           - fix ASF_OBJ_PADDING guid
15291           - add 3 new object guids (language list, metadata,
15292             extended stream properties)
15293           - add a function to parse extended header objects
15294
15295 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15296
15297         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
15298           remove leftover debugging g_print
15299
15300 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15301
15302         * ext/mad/gstmad.c: (gst_mad_handle_event):
15303           Fix for when the first format in a discont event is not a
15304           byte-based one. Should fix #137710.
15305
15306 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15307
15308         * m4/a52.m4 : fix compilation with -Wall -Werror
15309         * m4/libfame.m4 : idem
15310         * m4/libmikmod.m4 : idem
15311
15312 2004-05-17  Benjamin Otte  <otte@gnome.org>
15313
15314         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15315           signal the new tags before giving up the reference
15316
15317 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15318
15319         * ext/shout2/gstshout2.c:
15320           use application/ogg instead of application/x-ogg (patch by Patrick
15321           Guimond, fixes #142432)
15322         * sys/oss/gstosselement.c: (gst_osselement_reset),
15323         (gst_osselement_sync_parms):
15324           don't set fragment size unless specified (fixes #142493)
15325
15326 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15327
15328         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
15329           fixes #142664
15330
15331 2004-05-17  Benjamin Otte  <otte@gnome.org>
15332
15333         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
15334           compute offsets correctly for internal buffers so timestamps are set
15335           correctly when we can't seek. Also handle cases where there are no
15336           offsets. (based on a patch by David Moore, fixes #142507)
15337
15338 2004-05-17  Benjamin Otte  <otte@gnome.org>
15339
15340         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15341           use correct variable when determining amount of data to skip so we
15342           don't skip into the void and segfault
15343
15344 2004-05-16  Benjamin Otte  <otte@gnome.org>
15345
15346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15347           Hi, I'm a memleak
15348
15349 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15350
15351         * gst/asfdemux/gstasfdemux.c:
15352           - fix a mem leak and always propagate tags
15353           - add WMV3 to known video codecs (but no decoder yet)
15354           - replace "surplus data" at end of audio header for what
15355             it is : codec specific data
15356           - fix a typo
15357
15358 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
15359
15360         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
15361
15362         * gst-libs/gst/audio/audioclock.c:
15363           Fix wrong return type (#142205).
15364
15365 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15366
15367         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
15368           Ignore CRCs by default (fixes #142566).
15369
15370 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15371
15372         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
15373         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
15374         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
15375         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
15376         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
15377         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
15378           Fix for cases where we fail to attach to a mixer.
15379
15380 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15381
15382         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
15383           Don't touch events after not owning them anymore.
15384         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
15385         (gst_wavparse_fmt), (gst_wavparse_other),
15386         (gst_wavparse_handle_seek), (gst_wavparse_loop),
15387         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
15388         (gst_wavparse_srcpad_event):
15389         * gst/wavparse/gstwavparse.h:
15390           Add seeking, fix querying.
15391
15392 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15393
15394         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15395           - process comments even if they don't end with \0\0
15396             g_convert would ignore them if present and works well without them
15397
15398 2004-05-16  Benjamin Otte  <otte@gnome.org>
15399
15400         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
15401           simplify caps
15402
15403 2004-05-16  Benjamin Otte  <otte@gnome.org>
15404
15405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15406           don't write to memory we might not write to - g_convert does that
15407           for us anyway (fixes #142613)
15408         (gst_asf_demux_audio_caps):
15409           comment out gst_util_dump_mem
15410
15411 2004-05-16  Benjamin Otte  <otte@gnome.org>
15412
15413         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15414           compute correct expected timestamps after seek (broken since
15415           last commit)
15416         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
15417           rename element and debugging category to gdkpixbufscale
15418
15419 2004-05-16  Benjamin Otte  <otte@gnome.org>
15420
15421         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
15422           add error checking to snd_pcm_delay and remove duplicate call to
15423           snd_pcm_delay that caused issues (see inline code comments)
15424         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
15425           make more readable and fix return value when snd_pcm_delay fails
15426         (fixes #142586)
15427
15428 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
15429         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
15430         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
15431         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
15432         (gst_pixbufscale_link), (gst_pixbufscale_init),
15433         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
15434         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
15435         (gst_pixbufscale_get_property), (pixbufscale_init):
15436         * ext/gdk_pixbuf/pixbufscale.h:
15437         Add these files I forgot earlier
15438
15439 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
15440         * ext/gdk_pixbuf/Makefile.am:
15441         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
15442         * ext/gdk_pixbuf/gstgdkpixbuf.h:
15443         Add new pixbufscale element to scale RGB video
15444         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
15445         and HYPER interpolation correctly.
15446         * ext/theora/theoraenc.c: (theora_enc_chain),
15447         Discard buffer and return if explicit caps could not be set
15448         (theora_enc_get_property):
15449         Make _get return kbps for the bitrate consistent with
15450         the _set function.
15451
15452
15453 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15454
15455         * ext/libvisual/visual.c: (gst_visual_chain):
15456           add missing visual_audio_analyze
15457
15458 2004-05-14  David Schleef  <ds@schleef.org>
15459
15460         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
15461         is killed while we're playing.
15462         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
15463         gst_element_no_more_pads().
15464
15465 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15466
15467         * gst-libs/gst/riff/riff-read.c :
15468           - fix INFO tag extraction in RIFF/AVI files
15469             because gst_event_unref (event) also freed taglist
15470           - avoid a mem leak
15471
15472 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15473
15474         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
15475         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
15476
15477         * gst/auparse/gstauparse.c :
15478           - add code (commented for now) to support audio/x-adpcm on src pad
15479             (we have no decoder for those layout yet)
15480
15481         * gst/cdxaparse/gstcdxaparse.c :
15482         * gst/cdxaparse/gstcdxaparse.h :
15483           - partial rewrite using RiffRead (ripped iain's wavparse code)
15484
15485         * gst/rtp/gstrtpL16enc.c : typo
15486         * gst/rtp/gstrtpgsmenc.c : typo
15487
15488 2004-05-13  Benjamin Otte  <otte@gnome.org>
15489
15490         * configure.ac:
15491           check for exact version of libvisual, it's not supposed to be
15492           API/ABI stable yet
15493
15494 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15495
15496         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
15497           signal no-more-pads
15498
15499 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15500
15501         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
15502         Report which format was used for GST_FORMAT_DEFAULT
15503         * gst/debug/Makefile.am:
15504         * gst/debug/gstdebug.c: (plugin_init):
15505         * gst/debug/progressreport.c: (gst_progressreport_base_init),
15506         (gst_progressreport_class_init), (gst_progressreport_init),
15507         (gst_progressreport_report), (gst_progressreport_set_property),
15508         (gst_progressreport_get_property), (gst_progressreport_chain),
15509         (gst_progressreport_plugin_init):
15510         Add progressreport element for testing.
15511
15512 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
15513
15514         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
15515         * sys/v4l/gstv4lsrc.h:
15516         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15517         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15518         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
15519         (gst_v4lsrc_grab_frame):
15520           add more debugging
15521           send a discont at start
15522
15523 2004-05-12  Colin Walters  <walters@redhat.com>
15524
15525         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
15526         inflooping if we can't find a chunk.  Or in other words, don't blow
15527         chunks if we don't have a chunk to blow.
15528
15529 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
15530         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
15531         Remove old debug output
15532         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
15533         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
15534         (gst_dvdec_set_property), (gst_dvdec_get_property):
15535         Change the quality setting to an enum, so it works from gst-launch
15536         Don't renegotiate a non-linked pad. Allows audio only decoding.
15537         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
15538         (gst_deinterlace_link), (gst_deinterlace_init):
15539         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
15540         (gst_videodrop_link):
15541         Some caps negotiation fixes
15542
15543 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15544
15545         * ext/tarkin/gsttarkin.c :
15546           - Change RANK from NONE to PRIMARY
15547         * ext/gdk_pixbuf/gstgdkpixbuf.c :
15548           - Change RANK from NONE to MARGINAL
15549         * ext/divx/gstdivxenc.c :
15550           - Change RANK from PRIMARY to NONE (encoder/spider issue)
15551
15552 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15553
15554         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
15555         (gst_vorbisenc_push_packet):
15556           copy a function that was added between 1.0 and 1.0.1 until we
15557           depend on worthwhile features of post-1.0
15558
15559 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15560
15561         * configure.ac:
15562           enable shout2 by default
15563         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
15564         (gst_shout2send_base_init), (gst_shout2send_init),
15565         (gst_shout2send_connect), (gst_shout2send_change_state):
15566         * ext/shout2/gstshout2.h:
15567           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
15568           #142262)
15569         * ext/theora/theora.c: (plugin_init):
15570           don't set rank on encoders
15571
15572 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
15573
15574         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
15575           Use codec_data property instead of flag1 and flag2 for wma
15576
15577 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15578
15579         * gst/cdxaparse/gstcdxaparse.c :
15580           - Add mpegversion to CAPS to make it link
15581           - Rank is as GST_RANK_SECONDARY instead of NONE
15582         * gst/auparse/gstauparse.c :
15583           - Document all audio encoding we can encounter from Solaris 9
15584             headers and libsndfile information.
15585           - Increase max. rate from 48000 to 192000 (to match other elements)
15586           - Don't try to play junk data between header and samples
15587
15588 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15589
15590         * ext/libvisual/visual.c: (gst_visual_getcaps):
15591           use the right caps depending on endianness (I hope)
15592         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
15593           use GST_RANK_NONE for all non-decoding elements or spider gets
15594           mighty confused
15595
15596 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15597
15598         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
15599           Fix some odd cases and fix BE metadata parsing of unicode16 text.
15600
15601 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15602
15603         * gst/switch/gstswitch.c: (gst_switch_release_pad),
15604         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
15605         (gst_switch_loop), (gst_switch_get_type):
15606           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
15607           HEADERS. Had to be said.
15608
15609 2004-05-10  David Schleef  <ds@schleef.org>
15610
15611         * configure.ac: Add prototype Dirac support.
15612         * ext/Makefile.am:
15613         * ext/dirac/Makefile.am:
15614         * ext/dirac/gstdirac.cc:
15615         * ext/dirac/gstdiracdec.cc:
15616
15617 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15618
15619         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
15620         (gst_auparse_init), (gst_auparse_chain),
15621         (gst_auparse_change_state):
15622           Hack around spider. Remove me some day please.
15623
15624 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15625
15626         * gst/auparse/gstauparse.c: (gst_auparse_chain):
15627           Fix for some uninitialized variables in previous patch, also
15628           makes it work. Fixes #142286 while we're at it.
15629
15630 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15631
15632         * gst/auparse/gstauparse.c:
15633                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
15634                 only unsupported formats are ADPCM/CCITT G.72x
15635                 reviewed by Ronald
15636         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
15637
15638 2004-05-10  Wim Taymans  <wim@fluendo.com>
15639
15640         * ext/vorbis/Makefile.am:
15641         * ext/vorbis/README:
15642         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
15643         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
15644         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
15645         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
15646         (gst_oggvorbisenc_convert_sink),
15647         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
15648         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
15649         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
15650         (get_constraints_string), (update_start_message),
15651         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
15652         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
15653         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
15654         * ext/vorbis/oggvorbisenc.h:
15655         * ext/vorbis/vorbis.c: (plugin_init):
15656         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
15657         (raw_caps_factory), (gst_vorbisenc_class_init),
15658         (gst_vorbisenc_init), (gst_vorbisenc_setup),
15659         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
15660         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
15661         * ext/vorbis/vorbisenc.h:
15662         Added a raw vorbis encoder to be used with the oggmuxer.
15663         We still need the old encoder for some gnome applications,
15664         read the README to find out how that works.
15665         The raw encoder is called "rawvorbisenc" until 0.9.
15666
15667 2004-05-10  Wim Taymans  <wim@fluendo.com>
15668
15669         * ext/ogg/gstogg.c: (plugin_init):
15670         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
15671         (gst_ogg_print):
15672         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
15673         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
15674         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
15675         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
15676         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
15677         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
15678         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
15679         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
15680         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
15681         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
15682         Added an ogg muxer.
15683         Small typo fixes in the demuxer.
15684
15685 2004-05-10  Wim Taymans  <wim@fluendo.com>
15686
15687         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15688         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15689         (theora_enc_change_state), (theora_enc_set_property),
15690         (theora_enc_get_property):
15691         Mark the last packet with an EOS flag which is not really needed
15692         in gstreamer.
15693         Do some better video framerate initialisation.
15694         Update the buffer timestamp.
15695
15696 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
15697
15698         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
15699         Return the result of the parent state change call
15700
15701 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15702
15703         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
15704         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
15705         * gst/law/alaw-encode.c : (idem)
15706         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
15707         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
15708         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
15709
15710 2004-05-09  Benjamin Otte  <otte@gnome.org>
15711
15712         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
15713           don't use a fixed buffer size when writing variable length data to
15714           it. Fixes memory corruption and makes alsasrc work
15715
15716 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15717
15718         * ext/gnomevfs/gstgnomevfssink.c:
15719         (_gst_boolean_allow_overwrite_accumulator),
15720         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
15721           Run glib's default signal handler (??) in RUN_CLEANUP rather than
15722           RUN_LAST, and don't use that to set the accumulator value because
15723           then it's always FALSE.
15724
15725 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15726
15727         * gst-libs/gst/riff/riff-media.c:
15728         (gst_riff_create_video_caps_with_data),
15729         (gst_riff_create_audio_caps),
15730         (gst_riff_create_audio_template_caps):
15731         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
15732           Fix for unaligned RIFF files (i.e. where all the chunks together
15733           in a LIST chunk are not of the same size as the size given in
15734           the LIST chunk header). Fixes several odd WAVE files. Also fix
15735           ADPCM (block_align property) in audio, so that wavparse based
15736           on this works now as it used to stand-alone.
15737
15738 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
15739
15740         reviewed by Benjamin Otte  <otte@gnome.org>
15741
15742         * ext/a52dec/gsta52dec.c:
15743         * ext/divx/gstdivxdec.c:
15744         * ext/divx/gstdivxenc.c:
15745         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
15746         * ext/faac/gstfaac.c: (gst_faac_base_init):
15747         * ext/faad/gstfaad.c: (gst_faad_base_init):
15748         * ext/ivorbis/vorbisfile.c:
15749         * ext/lame/gstlame.c:
15750         * ext/libfame/gstlibfame.c:
15751         * ext/mpeg2enc/gstmpeg2enc.cc:
15752         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
15753         * ext/sidplay/gstsiddec.cc:
15754         * ext/speex/gstspeexdec.c:
15755         * ext/speex/gstspeexenc.c:
15756         * ext/xvid/gstxviddec.c:
15757         * ext/xvid/gstxvidenc.c:
15758           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
15759           (fixes #142193)
15760
15761 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15762
15763         * ext/alsa/gstalsa.c: (device_list),
15764         (gst_alsa_class_probe_devices):
15765         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
15766           Fix alsa oddness in mixer after the combination of using mixer
15767           in source/sink elements and using hw:x,y instead of just hw:x.
15768
15769 2004-05-09  Benjamin Otte  <otte@gnome.org>
15770
15771         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
15772         (gst_wavparse_create_sourcepad):
15773           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
15774           sourcepads
15775
15776 2004-05-09  Benjamin Otte  <otte@gnome.org>
15777
15778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
15779           allow discont events before caps nego
15780
15781 2004-05-08  Benjamin Otte  <otte@gnome.org>
15782
15783         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
15784           don't leak events
15785
15786 2004-05-08  Benjamin Otte  <otte@gnome.org>
15787
15788         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
15789         (gst_level_change_state), (gst_level_init):
15790         * gst/level/gstlevel.h:
15791           figure out if we're initialized directly instead of keeping a
15792           variable that's wrong in 90% of cases
15793           don't initialize pads and then leak them and use a new unitialized
15794           pad. (fixes #142084)
15795           these were bugs so n00bish I didn't find them for an hour :/
15796
15797 2004-05-08 Iain <iain@prettypeople.org>
15798
15799         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
15800         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
15801         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
15802         return the length that was read.
15803         (gst_riff_read_strf_auds): Allow fmt tags as well.
15804
15805 2004-05-07  David Schleef  <ds@schleef.org>
15806
15807         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
15808         signed char assumption in faad.h.
15809
15810 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15811
15812         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
15813           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
15814
15815 2004-05-07  Colin Walters  <walters@redhat.com>
15816
15817         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
15818         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
15819         function.
15820         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
15821         Add dispose function.
15822
15823 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
15824         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
15825           Fix caps nego and pad templates. RGB mode caps should
15826           work now.
15827         * ext/dvdnav/gst-dvd:
15828           Move mpeg2dec inside the thread because otherwise the
15829           queue rejects cap changes mid-stream
15830         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
15831         (gst_mpeg2dec_flush_decoder):
15832           For mpeg2dec > 0.4.0, call the flush function instead of
15833           manually extracting all in-flight frames.
15834         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
15835         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
15836           Change mime type video/dv go video/x-dv to match the
15837           rest of gst-plugins
15838
15839 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
15840
15841         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
15842         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
15843         (gst_alsa_sink_class_init):
15844         * ext/alsa/gstalsasink.h:
15845         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
15846         (gst_alsa_src_class_init):
15847         * ext/alsa/gstalsasrc.h:
15848           Make alsasink/src a subclass of alsamixer so that mixer stuff
15849           shows up in gst-rec. Needs some finetuning.
15850
15851 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
15852
15853         * ext/lame/gstlame.c: (gst_lame_chain):
15854           simplify
15855         * ext/mad/gstmad.c: (gst_mad_handle_event):
15856           fix event leak
15857         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
15858           be able to detect mp3 files < 4096 bytes
15859
15860 2004-05-06  Wim Taymans  <wim@fluendo.com>
15861
15862         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15863         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
15864         (theora_enc_set_property), (theora_enc_get_property):
15865         Also encode the first frame, cleanup some code.
15866
15867 2004-05-06  Wim Taymans  <wim@fluendo.com>
15868
15869         * ext/mpeg2enc/gstmpeg2enc.cc:
15870         Forward events first before deciding that negotiation was
15871         not performed.
15872
15873 2004-05-06  Wim Taymans  <wim@fluendo.com>
15874
15875         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
15876         First process the events before deciding that negotiation
15877         was not performed.
15878
15879 2004-05-06  Wim Taymans  <wim@fluendo.com>
15880
15881         * ext/theora/Makefile.am:
15882         * ext/theora/theora.c: (plugin_init):
15883         * ext/theora/theoradec.c: (theora_dec_change_state):
15884         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
15885         (gst_theora_enc_class_init), (gst_theora_enc_init),
15886         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
15887         (theora_enc_chain), (theora_enc_change_state),
15888         (theora_enc_set_property), (theora_enc_get_property):
15889         Added a theora encoder, grouped the encoder and decoder into the
15890         same plugin.
15891
15892 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
15893
15894         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
15895         (gst_jpegenc_chain):
15896         fix DURATION on outgoing buffers
15897         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
15898         debug using time formats
15899         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
15900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
15901         (gst_xvimagesink_sink_link):
15902         windows with width/height 0 generate X errors, so don't allow them
15903
15904 2004-05-05  Wim Taymans  <wim@fluendo.com>
15905
15906         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
15907         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
15908         (gst_mpeg2dec_negotiate_format):
15909         * ext/mpeg2dec/gstmpeg2dec.h:
15910           removed the static pad template so that we can add the
15911           more accurate framerate value to the caps.
15912
15913
15914 2004-05-04  Benjamin Otte  <otte@gnome.org>
15915
15916         * configure.ac:
15917           check for kdemacros.h, too (should fix #141821)
15918         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
15919           don't crash if no header was sent, but nicely error out (fixes part
15920           of #141554)
15921
15922 2004-05-04  Wim Taymans  <wim@fluendo.com>
15923
15924         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
15925         parent dispose function to avoid segfault on destroy.
15926
15927 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
15928
15929         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
15930         (plugin_init):
15931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
15932         (gst_xvimagesink_sink_link):
15933         clean up debugging caps
15934         also recreate xvimage when format has changed
15935
15936 2004-05-04  Benjamin Otte  <otte@gnome.org>
15937
15938         * ext/libvisual/Makefile.am:
15939         * ext/libvisual/visual.c: (gst_visual_class_init),
15940         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
15941         (gst_visual_srclink), (gst_visual_chain),
15942         (gst_visual_change_state), (plugin_init):
15943           use a GstAdapter to correctly adapt buffer sizes - allows using a
15944           framerate
15945
15946 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15947
15948         * sys/v4l/gstv4lelement.h:
15949         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15950         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
15951         (gst_v4lsrc_buffer_free):
15952         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
15953         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
15954         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
15955         (gst_v4lsrc_requeue_frame):
15956         move some debugging categories around
15957         query for fps index and set accordingly if found
15958
15959 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
15960
15961         * ext/lame/gstlame.c:
15962         correct defaults that lame_init puts out of range
15963
15964 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15965
15966         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
15967         (gst_divxenc_class_init):
15968         fix range since -1 is the default
15969         * gst/mpeg1sys/gstmpeg1systemencode.c:
15970         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
15971         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
15972         (gst_rtjpegdec_chain):
15973         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
15974         (gst_rtjpegenc_chain):
15975         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
15976         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
15977         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
15978         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
15979         * sys/v4l/gstv4lsrc.c:
15980         * sys/v4l/v4l_calls.c: (gst_v4l_open):
15981         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
15982         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
15983         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
15984         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
15985           remove gst_info calls
15986
15987 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15988
15989         * Makefile.am:
15990         * po/af.po:
15991         * po/az.po:
15992         * po/en_GB.po:
15993         * po/nl.po:
15994         * po/sr.po:
15995         * po/sv.po:
15996           Updated translations
15997
15998 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
15999
16000         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16001           refactor/comment code
16002
16003 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16004
16005         * gst/asfdemux/Makefile.am:
16006         * gst/asfdemux/asfheaders.c:
16007         * gst/asfdemux/asfheaders.h:
16008         * gst/asfdemux/gstasf.c: (plugin_init):
16009         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
16010         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
16011         (gst_asf_demux_setup_pad):
16012         * gst/asfdemux/gstasfdemux.h:
16013         * gst/asfdemux/gstasfmux.c:
16014         * gst/asfdemux/gstasfmux.h:
16015           Add tagging support to demuxer, split out registration in its own
16016           file instead of in demux (hacky), and prevent having some tables
16017           in our memory multiple times (in asfheaders.h).
16018
16019 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16020
16021         * gst/matroska/matroska-demux.c:
16022         (gst_matroska_demux_parse_metadata):
16023         * gst/matroska/matroska-ids.h:
16024           Basic tag reading support.
16025
16026 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16027
16028         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
16029           Really detect ac-3 audio.
16030         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
16031           really detect matroska files (off-by-1).
16032
16033 2004-04-30  David Schleef  <ds@schleef.org>
16034
16035         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16036         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
16037         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
16038         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
16039         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
16040         hackage -- parse a lot more atoms, extract a few tags.  One might even
16041         mistake this for tag support.  Maybe it is.
16042         * gst/qtdemux/qtdemux.h:
16043
16044 2004-04-30  Colin Walters  <walters@verbum.org>
16045
16046         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
16047
16048 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
16049
16050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16051         (gst_ffmpegcolorspace_getcaps):
16052           remove broken nego fix
16053
16054 2004-04-30  Benjamin Otte  <otte@gnome.org>
16055
16056         * configure.ac:
16057         * ext/Makefile.am:
16058         * ext/libvisual/Makefile.am:
16059         * ext/libvisual/visual.c:
16060           add initial support for libvisual (http://libvisual.sourceforge.net)
16061           libvisual is still quite alpha, so expect crashes in there :)
16062
16063 2004-04-29  David Schleef  <ds@schleef.org>
16064
16065         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
16066         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
16067         up qtdemux to make it spit out codec_data.  Do _not_ look at this
16068         code; you will no longer respect me.
16069
16070 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
16071
16072         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
16073         * ext/alsa/gstalsa.h :
16074         change alsa pcm device discovery to find more than 1 device
16075         per card. code review by Ronald.
16076
16077 2004-04-29  David Schleef  <ds@schleef.org>
16078
16079         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
16080         Add a check for a driver bug on FreeBSD.  (bug #140565)
16081
16082 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16083
16084         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
16085         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16086         (gst_jpegenc_getcaps):
16087           move format setting to inner loop
16088         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16089         (gst_ffmpegcolorspace_getcaps):
16090           use GST_PAD_CAPS if available so that we use already negotiated
16091           caps
16092         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
16093         (qtdemux_parse_moov), (qtdemux_parse):
16094           extra debugging
16095         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
16096         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
16097           move hardcoded path to DEFINE
16098
16099 2004-04-28  David Schleef  <ds@schleef.org>
16100
16101         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
16102         (bug #140064)
16103
16104 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16105
16106         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
16107           Don't probe for playback device if we're a source element. Fixes
16108           #139658.
16109
16110 2004-04-29  Benjamin Otte  <otte@gnome.org>
16111
16112         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
16113         (gst_id3_tag_chain):
16114           rewrite buffer offset
16115
16116 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16117
16118         * configure.ac:
16119         * ext/Makefile.am:
16120         * ext/dts/Makefile.am:
16121         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
16122         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
16123         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
16124         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
16125         (gst_dtsdec_loop), (gst_dtsdec_change_state),
16126         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
16127         (plugin_init):
16128         * ext/dts/gstdtsdec.h:
16129           New DTS decoder.
16130         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
16131         (gst_faad_srcconnect):
16132           Add ESDS atom handling (.m4a).
16133
16134 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16135
16136         * ext/divx/gstdivxdec.c: (plugin_init):
16137           Remove comment that makes no sense.
16138         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
16139           Fix for obvious typo that resulted in warnings during gst-register.
16140         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
16141         (gst_xviddec_sink_link):
16142           Fix caps negotiation a bit better.
16143         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
16144           We call this 'codec_data', not 'esds'.
16145
16146 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16147
16148         * gst/monoscope/gstmonoscope.c:
16149           make sure we only provide 256x128
16150         * gst/monoscope/monoscope.c: (monoscope_init):
16151           assert size of 256x128
16152
16153 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16154
16155         * Makefile.am:
16156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
16157         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
16158           fixate to max width and height of device
16159
16160 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16161
16162         * Makefile.am:
16163         * sys/v4l/gstv4l.c:
16164         * sys/v4l/gstv4lsrc.c:
16165         * sys/v4l/v4l_calls.c:
16166         * sys/v4l/v4lsrc_calls.c:
16167           fix for qc-usb driver which fakes having more than one buffer
16168           by handing the same buffer twice, which confused GStreamer's/v4lsrc
16169           buffer_free override
16170           add debugging
16171
16172 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
16173
16174         * Makefile.am:
16175         * gst/videotestsrc/gstvideotestsrc.c:
16176         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
16177         (gst_videotestsrc_init), (gst_videotestsrc_get),
16178         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
16179         * gst/videotestsrc/gstvideotestsrc.h:
16180           add num-buffers property
16181
16182         2004-04-26  Benjamin Otte  <otte@gnome.org>
16183
16184         * ext/mad/gstid3tag.c: (plugin_init):
16185           set id3mux rank to NONE so it doesn't confuse spider
16186           require audio/mpeg,mpegversion=1 in id3mux
16187
16188 2004-04-26  Benjamin Otte  <otte@gnome.org>
16189
16190         * configure.ac:
16191           detect faad correctly as non-working if it's indeed non-working
16192
16193 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
16194
16195         * Makefile.am:
16196         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
16197         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
16198         fix _getcaps so it only negotiates to its supported format
16199
16200 2004-04-25  Benjamin Otte  <otte@gnome.org>
16201
16202         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16203           fix memleak
16204
16205 2004-04-23  Benjamin Otte  <otte@gnome.org>
16206
16207         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16208           audio/x-raw-int with height rules! not. Now it's depth.
16209
16210 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16211
16212         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
16213         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
16214         (gst_wavparse_loop):
16215           Missing variable initialization. Add handling of DVI ADPCM. Fix
16216           mis-parsing of LIST chunks. This works around a bug where we mis-
16217           parse non-aligning LIST chunks (so LIST chunks where the contents
16218           don't align with the actual LIST size). The correct fix is to use
16219           rifflib, I'm not going to fix wavparse - too much work. All this
16220           fixes #104878.
16221
16222 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
16223
16224         reviewed by Benjamin Otte  <otte@gnome.org>
16225
16226         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
16227           fix shoutcast not working (fixes #140844)
16228
16229 2004-04-22  Benjamin Otte  <otte@gnome.org>
16230
16231         * ext/hermes/gsthermescolorspace.c:
16232         (gst_hermes_colorspace_caps_remove_format_info):
16233         * gst/colorspace/gstcolorspace.c:
16234         (gst_colorspace_caps_remove_format_info):
16235         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16236         (gst_ffmpegcolorspace_caps_remove_format_info):
16237           s/gst_caps_simplify/gst_caps_do_simplify/
16238
16239 2004-04-22  Benjamin Otte  <otte@gnome.org>
16240
16241         * gst-libs/gst/riff/riff-media.c:
16242         (gst_riff_create_video_caps_with_data):
16243           mpegversion is an int
16244         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
16245           don't try to create pad templates with NULL caps, use any caps
16246           instead.
16247
16248 2004-04-20  David Schleef  <ds@schleef.org>
16249
16250         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
16251         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
16252         (bug #140384)
16253
16254 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16255
16256         reviewed by David Schleef
16257
16258         * ext/mad/gstid3tag.c: Add stdlib.h
16259         * gst/rtp/gstrtpgsmenc.c: same
16260         * gst/tags/gstid3tag.c: same
16261         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
16262         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
16263         GST_DISABLE_LOADSAVE use.
16264         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
16265         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
16266         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
16267         atol(3)).
16268         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
16269         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
16270         strtoul(3)).
16271         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
16272         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
16273         $(ID3_CFLAGS).
16274         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
16275         $(LIBFAME_CFLAGS).
16276
16277 2004-04-20  David Schleef  <ds@schleef.org>
16278
16279         * gst/realmedia/rmdemux.c:  This was supposed to part of the
16280         last checkin.  Same idea.
16281
16282 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
16283
16284         reviewed by David Schleef
16285
16286         * configure.ac: bump required gstreamer version to 0.8.1.1
16287         because of following changes [--ds]
16288
16289         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
16290         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
16291         (gst_riff_read_header):  Use GST_READ_UINT*
16292         macros to access possibly unaligned memory.
16293
16294         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
16295         (mp3_type_find):  Use GST_READ_UINT*
16296         macros to access possibly unaligned memory.
16297         (mp3_type_find, mpeg1_parse_header, qt_type_find)
16298         (speex_type_find): Likewise
16299
16300         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
16301
16302         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
16303         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
16304         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
16305         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
16306         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
16307         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
16308         macros to access possibly unaligned memory.
16309
16310         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
16311         Likewise.
16312
16313         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
16314         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
16315
16316         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
16317         Likewise.
16318
16319         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
16320         (gst_mpeg2subt_chain_subtitle): Likewise.
16321
16322         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
16323         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
16324         Likewise.
16325
16326         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
16327         Likewise.
16328
16329         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
16330         Likewise.
16331
16332         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
16333         Likewise.
16334
16335 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16336
16337         * configure.ac:
16338           update required version of GStreamer because of GST_TIME_FORMAT
16339
16340 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16341
16342         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
16343           remove leftover g_print
16344         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
16345           don't try setting only a subset of the caps. We don't want to kill
16346           autoplugging on purpose
16347
16348 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16349
16350         * sys/ximage/ximagesink.c: (plugin_init):
16351         * sys/xvimage/xvimagesink.c: (plugin_init):
16352           add debugging categories
16353
16354 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
16355
16356         * po/en_GB.po:
16357         * po/LINGUAS:
16358           Adding en_GB translation (Gareth Owen)
16359
16360 2004-04-20  David Schleef  <ds@schleef.org>
16361
16362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
16363         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
16364         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
16365         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
16366         A number of new features and hacks to extract the esds atom and
16367         put it into the caps.  (bug #137724)
16368
16369 2004-04-19  David Schleef  <ds@schleef.org>
16370
16371         * gconf/Makefile.am: Fix for non-GNU make
16372         * gst-libs/gst/Makefile.am: Change directory order to handle
16373         GstPlay linking with gstinterfaces
16374         * gst-libs/gst/audio/make_filter: make use of tr portable
16375         * gst-libs/gst/play/Makefile.am: Add intended \
16376         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16377         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
16378         function prototype instead of void *.
16379         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
16380         macro.
16381         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16382         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
16383         * gst/videofilter/make_filter: make use of tr portable
16384         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
16385
16386 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
16387
16388         * po/LINGUAS:
16389         * po/uk.po:
16390           Added Ukrainian translation (Maxim V. Dziumanenko)
16391
16392 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16393
16394         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
16395         (gst_gsmdec_link), (gst_gsmdec_chain):
16396           Fix capsnego, simplify chain function slightly.
16397         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
16398           Add GSM.
16399
16400 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16401
16402         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
16403         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
16404         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
16405           Hack to make wavparse work with spider (always -> sometimes pad).
16406           Fixes #135862 && #140411.
16407
16408 2004-04-18  Benjamin Otte  <otte@gnome.org>
16409
16410         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
16411         (gst_osselement_rate_probe_check),
16412         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
16413           get rid of \n in debug output
16414
16415 2004-04-17  Iain <iain@prettypeople.org>
16416
16417         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
16418         not just EOS.
16419
16420 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16421
16422         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
16423         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
16424         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
16425         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
16426         (gst_id3_tag_src_link), (gst_id3_tag_chain),
16427         (gst_id3_tag_change_state), (plugin_init):
16428           deprecate id3tag element and replace with id3demux/id3mux.
16429           great side effect: this ugly file is now even uglier, yay!
16430         * ext/mad/gstmad.h:
16431           remove non-available function
16432           update for new get_type
16433
16434 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16435
16436         * configure.ac:
16437           require mpeg2dec >= 0.4.0
16438
16439 2004-04-17  Benjamin Otte  <otte@gnome.org>
16440
16441         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16442         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
16443         (gst_xvimagesink_set_xwindow_id):
16444           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
16445           assorted cleanup fixes.
16446
16447 2004-04-16  David Schleef  <ds@schleef.org>
16448
16449         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
16450         * sys/xvimage/xvimagesink.h: same
16451
16452 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
16453
16454         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16455           Fix GST_ELEMENT_ERROR with (NULL)
16456
16457 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16458
16459         * gst-libs/gst/riff/riff-media.c:
16460         (gst_riff_create_video_caps_with_data):
16461           Add div[3456] as fourccs for DivX 3 (fixes #140137).
16462
16463 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16464
16465         * gst-libs/gst/riff/riff-media.c:
16466         (gst_riff_create_video_caps_with_data),
16467         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
16468         (gst_riff_create_video_template_caps),
16469         (gst_riff_create_audio_template_caps):
16470         * gst-libs/gst/riff/riff-media.h:
16471         * gst-libs/gst/riff/riff-read.c:
16472         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
16473         * gst-libs/gst/riff/riff-read.h:
16474         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
16475           Add MS RLE support. I added some functions to read out strf chunks
16476           into strf chunks and the data behind it. This is usually color
16477           palettes (as in RLE, but also in 8-bit RGB). Also use those during
16478           caps creation. Lastly, add ADPCM (similar to wavparse - which
16479           should eventually be rifflib based).
16480         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
16481         (gst_matroska_demux_init), (gst_matroska_demux_reset):
16482         * gst/matroska/matroska-demux.h:
16483           Remove placeholders for some prehistoric tagging system. Didn't add
16484           support for any tag system really anyway.
16485         * gst/qtdemux/qtdemux.c:
16486           Add support for audio/x-m4a (MPEG-4) through spider.
16487         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
16488         (gst_wavparse_loop):
16489           ADPCM support (#135862). Increase max. buffer size because we
16490           cannot split buffers for ADPCM (screws references) and I've seen
16491           files with 2048 byte chunks. 4096 seems safe for now.
16492
16493 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16494
16495         * configure.ac: bump nano to 1
16496
16497 === release 0.8.1 ===
16498
16499 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
16500
16501         * configure.ac: releasing 0.8.1, "Comforting Sounds"
16502
16503 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16504
16505         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16506           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
16507           Fixes #140058
16508
16509 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16510
16511         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
16512           lower rank of dvddemux so that it's not used for mpeg playback.
16513
16514 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16515
16516         * configure.ac:
16517           save libs correctly when checking mad
16518
16519 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
16520
16521         * ext/mad/gstid3tag.c: (plugin_init):
16522           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
16523
16524 2004-04-13  David Schleef  <ds@schleef.org>
16525
16526         * common/m4/gst-feature.m4: Call -config scripts with
16527         --plugin-libs if it is supported.
16528         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
16529         JPEG images are image/jpeg.
16530         * gst/debug/Makefile.am:
16531         * gst/debug/negotiation.c: (gst_negotiation_class_init),
16532         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
16533         (gst_negotiation_update_caps), (gst_negotiation_get_property),
16534         (gst_negotiation_plugin_init): Add a property that acts like
16535         filter caps.
16536         * testsuite/gst-lint:  Move license checking to be a standard
16537         test.
16538
16539 2004-04-13  David Schleef  <ds@schleef.org>
16540
16541         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
16542         patch from Sebastien Cote (bug #139958)
16543
16544 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16545
16546         * examples/gstplay/Makefile.am:
16547         * examples/gstplay/player.c: (main):
16548           make the commandline player example use gconf settings
16549
16550 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16551
16552         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
16553         (gst_cacasink_sinkconnect), (gst_cacasink_init),
16554         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
16555           init/end library during state transition, not object
16556           creation/disposal.  get rid of custom dispose handler.
16557
16558
16559 2004-04-12  Christian Schaller <Uraeus@gnome.org>
16560
16561         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
16562         be a symlink
16563
16564 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16565
16566         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
16567           Handle JUNK chunks inside data section. Prevents warnings.
16568
16569 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16570
16571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16572         (gst_riff_create_video_template_caps):
16573           Add MS video v1.
16574         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
16575         (gst_avi_demux_stream_data):
16576           Add support for "rec-list" chunks.
16577
16578 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16579
16580         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16581           Fix another codecname mismatch.
16582
16583 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16584
16585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16586           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
16587           so that MJPEG plays back.
16588
16589 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16590
16591         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
16592         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
16593         * gst/mpeg1videoparse/gstmp1videoparse.h:
16594           Fix for some slight mis-cuts in buffer parsing, and for some
16595           potential overflows or faults-causers. Adds disconts. Also fixes
16596           #139105 while we're at it.
16597
16598 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16599
16600         * configure.ac:
16601         * sys/v4l2/gstv4l2element.h:
16602           Workaround for missing struct v4l2_buffer declaration in Suse 9
16603           and Mandrake 10 linux/videodev2.h header file (#135919).
16604
16605 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16606
16607         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
16608           Bail out if no filename was given.
16609
16610 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16611
16612         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
16613         (gst_v4l2_fourcc_from_structure):
16614           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
16615           Y41B somewhere).
16616
16617 2004-04-09  Benjamin Otte  <otte@gnome.org>
16618
16619         * ext/gnomevfs/gstgnomevfssink.c:
16620         (_gst_boolean_allow_overwrite_accumulator),
16621         (gst_gnomevfssink_class_init):
16622           fix erase signal - if any handler returns false the file will not be
16623           overwritten. If no handler is connected, the file will not be
16624           overwritten either.
16625           renamed signal to "allow-overwrite"
16626         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
16627           free string when adding it to ID3 failed
16628         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
16629           unref event when done
16630         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
16631           free caps
16632         * gst/typefind/gsttypefindfunctions.c:
16633         (mpeg_video_stream_type_find):
16634           fix invalid read
16635
16636 2004-04-08  David Schleef  <ds@schleef.org>
16637
16638         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16639         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
16640
16641 2004-04-08  David Schleef  <ds@schleef.org>
16642
16643         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
16644         we don't support (bug #139532)
16645
16646 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
16647
16648         * ext/mad/gstmad.c: (gst_mad_handle_event),
16649         (gst_mad_check_caps_reset), (gst_mad_chain),
16650         (gst_mad_change_state):
16651           only set explicit caps if they haven't been set before for
16652           this stream.  MPEG-audio sample rate/channels aren't allowed
16653           to change in-stream.
16654           Fixes #139382
16655
16656 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
16657
16658         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
16659         (_gst_boolean_did_something_accumulator),
16660         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
16661         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
16662         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
16663         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
16664         (gst_gnomevfssink_change_state):
16665           Fix erase signal. Don't erase by default. Remove handoff signal.
16666           Remove erase property. Don't segfault. General cleanup.
16667
16668 2004-04-07  Benjamin Otte  <otte@gnome.org>
16669
16670         * gst-libs/gst/gconf/test-gconf.c: (main):
16671           add missing gst_init
16672
16673 2004-04-07  Benjamin Otte  <otte@gnome.org>
16674
16675         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16676           free the mutexes, too
16677
16678 2004-04-07  Benjamin Otte  <otte@gnome.org>
16679
16680         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
16681           actually free the URI string
16682         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
16683           compute offset correctly when passing discont events
16684         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16685           don't leak discont events
16686         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
16687           add some missing breaks so caps aren't copied randomly
16688         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
16689           if we realloc memory, we better use it
16690
16691 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16692
16693         * ext/mad/gstmad.c: (normal_seek):
16694           fix GST_FORMAT_TIME usage
16695
16696 2004-04-05  David Schleef  <ds@schleef.org>
16697
16698         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
16699         a deprecated function (hack!)
16700
16701 2004-04-05  Benjamin Otte  <otte@gnome.org>
16702
16703         * ext/esd/esdmon.c: (gst_esdmon_get):
16704           fix nonterminated vararg and memleak
16705
16706 2004-04-05  Benjamin Otte  <otte@gnome.org>
16707
16708         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
16709         (gst_ladspa_init), (gst_ladspa_force_src_caps),
16710         (gst_ladspa_set_property), (gst_ladspa_get_property),
16711         (gst_ladspa_instantiate), (gst_ladspa_activate),
16712         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
16713           clean up debugging
16714
16715 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
16716
16717         reviewed by Benjamin Otte  <otte@gnome.org>
16718
16719         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
16720           check for broken LADSPA parameters (fixes #138635)
16721
16722 2004-04-05  Benjamin Otte  <otte@gnome.org>
16723
16724         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
16725           advertise buffer-frames correctly on sinkpads
16726
16727 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16728
16729         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
16730         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
16731         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
16732         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
16733         (gst_mad_check_caps_reset), (gst_mad_chain):
16734         add more debugging, only reset caps when we're not in error state
16735
16736 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16737
16738         * ext/mad/gstmad.c: add debugging category, comment + cleanups
16739
16740 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16741
16742         reviewed by Benjamin Otte  <otte@gnome.org>
16743
16744         * configure.ac:
16745           fix == in test(1) operator
16746
16747 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
16748
16749         reviewed by Benjamin Otte  <otte@gnome.org>
16750
16751         * configure.ac:
16752           fix --export-symblos-regex to a working regex.
16753
16754 2004-04-04  Benjamin Otte  <otte@gnome.org>
16755
16756         * sys/oss/.cvsignore:
16757           add for oss_probe
16758
16759 2004-04-03  Tim-Phillip M??ller <t.i.m@zen.co.uk>
16760
16761         reviewed by Benjamin Otte  <otte@gnome.org>
16762
16763         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16764           add missing 'new_media' argument (fixes #138168)
16765         * gst/matroska/matroska-demux.c:
16766         (gst_matroska_demux_handle_seek_event):
16767           add vararg terminator (fixes #138169)
16768
16769 2004-04-02  David Schleef  <ds@schleef.org>
16770
16771         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
16772         disted (bug #138914)
16773
16774 2004-04-01  Benjamin Otte  <otte@gnome.org>
16775
16776         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
16777         (gst_alsa_close_audio):
16778           handle case better where a soundcard can't pause
16779         * ext/ogg/gstoggdemux.c:
16780           don't crash when we get events but don't have pads yet
16781
16782 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16783
16784         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
16785           throw an error if we couldn't probe any caps.
16786
16787 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16788
16789         * ext/dvdnav/gst-dvd:
16790         Add a really simple sample DVD player
16791
16792 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
16793
16794         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
16795         (gst_a52dec_push), (gst_a52dec_handle_event),
16796         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
16797         (gst_a52dec_change_state):
16798         * ext/a52dec/gsta52dec.h:
16799           Use a debug category, Output timestamps correctly
16800           Emit tag info, Handle events, tell liba52dec about cpu
16801           capabilities so it can use MMX etc.
16802         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
16803           Fix a crasher accessing invalid memory
16804         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
16805         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
16806         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
16807         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
16808         (dvdnavsrc_query):
16809           Some support for byte-format seeking.
16810           Small fixes for still frames and menu button overlays
16811         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
16812         (gst_mpeg2dec_alloc_buffer):
16813           Use a debug category. Adjust the report level of several items to
16814           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
16815           so it doesn't lose the GstBuffer pointer
16816         * gst/debug/Makefile.am:
16817         * gst/debug/gstdebug.c: (plugin_init):
16818         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
16819         (gst_navseek_base_init), (gst_navseek_class_init),
16820         (gst_navseek_init), (gst_navseek_seek),
16821         (gst_navseek_handle_src_event), (gst_navseek_set_property),
16822         (gst_navseek_get_property), (gst_navseek_chain),
16823         (gst_navseek_plugin_init):
16824         * gst/debug/gstnavseek.h:
16825           Add the navseek debug element for seeking back and forth in a
16826           video stream using arrow keys.
16827         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
16828         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
16829         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
16830         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
16831         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
16832         (gst_mpeg2subt_parse_header), (gst_get_nibble),
16833         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
16834         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
16835         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
16836         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
16837         * gst/mpeg2sub/gstmpeg2subt.h:
16838           Pretty much a complete rewrite. Now a loopbased element. May still
16839           require work to properly synchronise subtitle buffers.
16840         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
16841         (gst_dvd_demux_send_subbuffer):
16842         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
16843           Don't attempt to create subbuffers of size 0
16844           Reduce a couple of error outputs to warnings.
16845         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
16846         (gst_y4mencode_chain):
16847         Output the y4m frame header correctly.
16848
16849 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16850
16851         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16852           throw errors instead of allowing SIGFPE
16853
16854 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
16855
16856         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
16857         (gst_gconf_render_bin_from_key):
16858           leak plugging and style fixing
16859
16860 2004-03-31  David Schleef  <ds@schleef.org>
16861
16862         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
16863         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
16864         (bug #138225)
16865         * gst/debug/Makefile.am:
16866         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
16867         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
16868         plugin.
16869         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
16870         (gst_negotiation_base_init), (gst_negotiation_class_init),
16871         (gst_negotiation_init), (gst_negotiation_getcaps),
16872         (gst_negotiation_pad_link), (gst_negotiation_chain),
16873         (gst_negotiation_set_property), (gst_negotiation_get_property),
16874         (gst_negotiation_plugin_init):  New element to talk about random
16875         negotiation things happening in a pipeline.
16876
16877 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16878
16879         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
16880           fix integer addition with help of Stefan Kost
16881
16882 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
16883
16884         * po/nl.po: updated Dutch translation (Elros Cyriatan)
16885
16886 2004-03-30  David Schleef  <ds@schleef.org>
16887
16888         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
16889         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
16890         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
16891         (bug #137504)
16892         * ext/mpeg2dec/gstmpeg2dec.h:
16893
16894 2004-03-30  David Schleef  <ds@schleef.org>
16895
16896         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
16897
16898 2004-03-30  David Schleef  <ds@schleef.org>
16899
16900         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
16901         Michael Petullo) to handle .mov
16902
16903 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16904
16905         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
16906         (gst_osselement_rate_check_rate):
16907           probe caps correctly for sound cards that only support one format
16908
16909 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16910
16911         * ext/kio/kiosrc.cpp: (process_events):
16912           update handling event processing if inside KDE - untested
16913
16914 2004-03-29  David Schleef  <ds@schleef.org>
16915
16916         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
16917         by 2 to not interfere with other colorspaces.
16918         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
16919         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
16920         one to not interfere with ffmpeg_colorspace.
16921
16922 2004-03-29  David Schleef  <ds@schleef.org>
16923
16924         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
16925         aren't in the caps.
16926         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
16927         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
16928
16929 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16930
16931         * gst-libs/gst/riff/riff-media.c:
16932           fail on error, don't try to set stuff on NULL caps
16933
16934 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
16935
16936         * configure.ac:
16937         * ext/Makefile.am:
16938         * ext/kio/Makefile.am:
16939         * ext/kio/kioreceiver.cpp:
16940         * ext/kio/kioreceiver.h:
16941         * ext/kio/kiosrc.cpp:
16942         * ext/kio/kiosrc.h:
16943           add experimental kiosrc plugin
16944         * ext/alsa/gstalsaplugin.c: (plugin_init):
16945           initialize debugging category only when we're sure registering the
16946           plugins worked.
16947
16948 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16949
16950         * examples/gstplay/player.c: (main):
16951         * gst-libs/gst/play/play.c: (gst_play_class_init),
16952         (gst_play_set_location), (gst_play_set_data_src),
16953         (gst_play_set_video_sink), (gst_play_set_audio_sink),
16954         (gst_play_set_visualization), (gst_play_connect_visualization):
16955           check return values of element_set_state and return FALSE where
16956           failed
16957
16958 2004-03-29  Benjamin Otte  <otte@gnome.org>
16959
16960         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
16961           try harder to check if an event is really a discont
16962
16963 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
16964
16965         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
16966         * po/az.po:
16967
16968 2004-03-28  Benjamin Otte  <otte@gnome.org>
16969
16970         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
16971         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16972         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
16973           get rid of non-standard "..." ranges in case statements.
16974
16975 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
16976
16977         * gst/mpegstream/gstmpegdemux.c:
16978         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
16979         specific functionality split to the new dvddemux element.
16980         * gst/mpegstream/gstdvddemux.c:
16981         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
16982         streams, derived from mpegdemux.
16983         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
16984         up. SCR based timestamp rewriting can be turned off (will probably
16985         completely disappear soon).
16986         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
16987         hacking. General cleanup. All printf statements replaced by
16988         debugging messages. Almost complete libdvdnav support.
16989         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
16990         by events. New properties for audio and subpicture languages.
16991         (dvdnavsrc_update_highlight): Now uses events.
16992         (dvdnavsrc_user_op): Cleaned up.
16993         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
16994         based). Lots of cleanup, and propper support for most libdvdnav
16995         events.
16996         (dvdnavsrc_make_dvd_event): New function.
16997         (dvdnavsrc_make_dvd_nav_packet_event): New function.
16998         (dvdnavsrc_make_clut_change_event): New function.
16999
17000 2004-03-26  Benjamin Otte  <otte@gnome.org>
17001
17002         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
17003           fix bug where typefinding would claim it's theora whenever less then
17004           7 bytes of data were available
17005
17006 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
17009         (gst_alawdec_base_init), (gst_alawdec_class_init),
17010         (gst_alawdec_init), (gst_alawdec_chain):
17011         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
17012         (gst_alawenc_base_init), (gst_alawenc_class_init),
17013         (gst_alawenc_init), (gst_alawenc_chain):
17014         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
17015         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
17016         (gst_mulawdec_init), (gst_mulawdec_chain):
17017         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
17018         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
17019         (gst_mulawenc_init), (gst_mulawenc_chain):
17020           Fix capsnego in all four, remove the unused property functions and
17021           simplify the chain functions slightly. I guess we could use macros
17022           or something similar for those, since the code is so similar, but
17023           I'm currently too lazy...
17024
17025 2004-03-24  David Schleef  <ds@schleef.org>
17026
17027         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
17028         (gst_osselement_close_audio), (gst_osselement_probe_caps),
17029         (gst_osselement_get_format_structure),
17030         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
17031         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
17032         (gst_osselement_rate_int_compare): Add code to handle rate probing
17033         (bug #120883)
17034         * sys/oss/gstosselement.h: same
17035         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
17036         Use rate probing provided by osselement.
17037         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
17038
17039 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17040
17041         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
17042         (gst_xvidenc_get_property):
17043           ulong/int mess-up.
17044
17045 2004-03-24  David Schleef  <ds@schleef.org>
17046
17047         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
17048         (gst_speexdec_init):
17049         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
17050         (gst_speexenc_init):  Create the pad template correctly (from
17051         the static pad template, not a NULL pointer.)
17052
17053 2004-03-25  Benjamin Otte  <otte@gnome.org>
17054
17055         * gst/debug/Makefile.am:
17056         * gst/debug/breakmydata.c:
17057           add element that quasi-randomly changes bytes in the stream.
17058           Intended use is robustness checking of demuxers and decoders in
17059           media tests.
17060
17061 2004-03-24  Benjamin Otte  <otte@gnome.org>
17062
17063         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
17064         (gst_alsa_probe_hw_params):
17065         * ext/alsa/gstalsa.h:
17066           debugging output fixes
17067
17068 2004-03-24  Benjamin Otte  <otte@gnome.org>
17069
17070         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
17071           don't g_return_if_fail if element is PLAYING, fail silently as every
17072           other element.
17073         * gst/effectv/gstquark.c: (gst_quarktv_chain):
17074           only fix needed for cast lvalue issues in gst-plugins
17075         * gst/volenv/gstvolenv.c: (gst_volenv_init):
17076           add proxy_getcaps
17077
17078 2004-03-24  Benjamin Otte  <otte@gnome.org>
17079
17080         * gst/level/gstlevel.c: (gst_level_init):
17081           add proxying getcaps function, so level doesn't advertise impossible
17082           caps
17083
17084 2004-03-24  David Schleef  <ds@schleef.org>
17085
17086         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
17087         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
17088         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
17089         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
17090         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
17091         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
17092         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
17093         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
17094         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
17095         messages.  Divide the chunk size by the compression ratio
17096         (needed for MACE audio)
17097
17098 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
17101           Fix buffer overflow read error.
17102
17103 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17104
17105         * ext/alsa/gstalsa.h:
17106           Remove unused entry.
17107         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
17108           Add cinepak.
17109         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
17110         (gst_videodrop_link), (gst_videodrop_chain):
17111           Fix, sort of. Was horribly broken with new capsnego. Bah...
17112
17113 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
17114
17115         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
17116         (plugin_init):
17117         Add a monkeysaudio typefind function
17118
17119 2004-03-23  Johan Dahlin  <johan@gnome.org>
17120
17121         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
17122         (gst_play_video_fixate): Check so the structure has the field
17123         before trying to fixate them, this makes it possible to have
17124         fakesinks for video and audio output without printing errors on
17125         the output console.
17126
17127 2004-03-22  David Schleef  <ds@schleef.org>
17128
17129         * sys/oss/Makefile.am:
17130         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
17131         (check_rate), (add_rate):  Rate probing test app.
17132
17133 2004-03-21  Benjamin Otte  <otte@gnome.org>
17134
17135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
17136         (_fixate_caps_to_int), (gst_audio_convert_fixate):
17137           add a fixation function that pretty much does the right thing (fixes
17138           #137556)
17139
17140 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
17141
17142         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
17143
17144 2004-03-20  Tim-Phillip M??ller <t.i.m@zen.co.uk>
17145
17146         reviewed by: Benjamin Otte  <otte@gnome.org>
17147
17148         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
17149           terminate gst_event_new_discontinuous correctly (fixes parts of
17150           #137711)
17151
17152 2004-03-19  David Schleef  <ds@schleef.org>
17153
17154         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
17155         since it doesn't depend on X, and it's part of our ABI.
17156
17157 2004-03-19  Iain <iain@prettypeople.org>
17158
17159         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
17160         is_int in the structure, not the local variable.
17161
17162 2004-03-19  David Schleef  <ds@schleef.org>
17163
17164         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
17165         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
17166         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
17167         Improvements in caps negotiation.
17168
17169 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17170
17171         * po/LINGUAS:
17172         * po/af.po:
17173           adding Afrikaans (Petri Jooste)
17174
17175 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17176
17177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17178         (gst_ffmpegcolorspace_chain):
17179         throw error instead of g_critical (#137588)
17180
17181 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
17182
17183         * Makefile.am:
17184         * configure.ac:
17185           dist common and m4 correctly
17186         * po/sv.po:
17187
17188 2004-03-17  David Schleef  <ds@schleef.org>
17189
17190         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
17191         (bug #137348)
17192
17193 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17194
17195         * po/LINGUAS:
17196         * po/sv.po:
17197           adding Swedish translation (Christian Rose)
17198
17199 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
17200
17201         * Makefile.am: use release.mak
17202
17203 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17204
17205         * common/ChangeLog:
17206         * common/gst-autogen.sh:
17207           add some explanation about the version detection
17208         * configure.ac:
17209           fix X check
17210
17211 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17212
17213         * configure.ac: bump nano to 1
17214
17215 === release 0.8.0 ===
17216
17217 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17218
17219         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
17220
17221 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
17222
17223         * configure.ac:
17224           update libtool version
17225         * gst-libs/gst/media-info/Makefile.am:
17226           actually use libtool version
17227
17228 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17229
17230         * configure.ac: fix speex detection to work with 1.0 but not 1.1
17231
17232 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17233
17234         * configure.ac:
17235         * gst-plugins.spec.in:
17236         * pkgconfig/Makefile.am:
17237         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
17238         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17239         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17240         * pkgconfig/gstreamer-libs.pc.in:
17241         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17242         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17243         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
17244         * pkgconfig/gstreamer-plugins.pc.in:
17245           remove @VERSION@ from some of the pc files since core and plugins
17246           are decoupled.
17247           created gstreamer-plugins.pc as it's a better name, but keeping
17248           -libs around for now to get fixes upstream done first.
17249
17250 2004-03-15  Julien MOUTTE <julien@moutte.net>
17251
17252         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
17253         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
17254         * gst-libs/gst/play/play.h:
17255
17256 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17257
17258         * *.c, *.cc: don't mix tabs and spaces
17259
17260 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17261
17262         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
17263           use the new ffmpegcolorspace
17264         * gst-plugins.spec.in:
17265           package new colorspace and media-info
17266         * configure.ac:
17267         * pkgconfig/Makefile.am:
17268           fix some more disting issues
17269         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
17270         * pkgconfig/gstreamer-media-info.pc.in:
17271           generate media-info pc files
17272
17273 2004-03-15  Johan Dahlin  <johan@gnome.org>
17274
17275         * *.h: Revert indenting
17276
17277 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17278
17279         * configure.ac:
17280           adding ffmpegcolorspace element
17281         * gst/ffmpegcolorspace/Makefile.am:
17282         * gst/ffmpegcolorspace/avcodec.h:
17283         * gst/ffmpegcolorspace/common.h:
17284         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
17285         * gst/ffmpegcolorspace/dsputil.h:
17286         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
17287         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17288         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
17289         (gst_ffmpeg_caps_to_pix_fmt):
17290         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
17291         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17292         (gst_ffmpegcolorspace_caps_remove_format_info),
17293         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
17294         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
17295         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
17296         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
17297         (gst_ffmpegcolorspace_set_property),
17298         (gst_ffmpegcolorspace_get_property),
17299         (gst_ffmpegcolorspace_register):
17300         * gst/ffmpegcolorspace/imgconvert.c:
17301         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
17302         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
17303         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
17304         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
17305         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
17306         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
17307         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
17308         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
17309         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
17310         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
17311         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
17312         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
17313         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
17314         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
17315         (img_get_alpha_info), (deinterlace_line),
17316         (deinterlace_line_inplace), (deinterlace_bottom_field),
17317         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
17318         * gst/ffmpegcolorspace/imgconvert_template.h:
17319         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
17320         * gst/ffmpegcolorspace/mmx.h:
17321         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
17322           adding ffmpegcolorspace element supplied by Ronald after cleaning
17323           up and pulling in the right bits of upstream source.
17324           I'm sure a better C/compiler wizard could do some cleaning up (for
17325           example use GLIB's malloc stuff), but as a first pass this
17326           works very well
17327
17328 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
17329
17330         * ext/alsa/gstalsa.h:
17331           I assume Ronald forgot to commit the change to have cardname
17332           as a struct member.  Expect some public spanking at the next
17333           opportunity.
17334
17335 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17336
17337         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
17338         (gst_alsa_open_audio), (gst_alsa_close_audio):
17339         * ext/alsa/gstalsa.c:
17340           Don't open the device if we're a mixer (= padless).
17341         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
17342         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
17343         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
17344           Open mixer during state change rather than during object
17345           initialization. Also, get a device name. Currently in a somewhat
17346           hackish fashion, but I didn't really find something better.
17347
17348 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
17349
17350         * *.c, *.h: run gst-indent
17351
17352 2004-03-14  Benjamin Otte  <otte@gnome.org>
17353
17354         * gst/modplug/gstmodplug.cc:
17355         * gst/modplug/gstmodplug.h:
17356           set correct timestamps on outgoing buffers
17357
17358 2004-03-14  Benjamin Otte  <otte@gnome.org>
17359
17360         * gst/modplug/gstmodplug.cc:
17361           handle events - don't do crap when a discont arrives that's not
17362           necessary
17363           This allows correct loading and playback of mods in Rhythmbox
17364
17365 2004-03-14  Benjamin Otte  <otte@gnome.org>
17366
17367         * configure.ac:
17368         * gst-libs/gst/gconf/Makefile.am:
17369         * pkgconfig/Makefile.am:
17370           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
17371           they get rebuilt properly
17372         * configure.ac:
17373           when checking for vorbis, try pkgconfig first.
17374         * gst/modplug/gstmodplug.cc:
17375           add fixate function
17376
17377 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17378
17379         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
17380           Fix for obvious mistake, where we first shift the offset and then
17381           read a samplesize element assuming the old offset. Note that this
17382           part still has something weird, i.e. my movies containing those
17383           don't actually play well, but at least there's something that looks
17384           like sound now.
17385
17386 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
17387         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
17388         (plugin_init):
17389         Add a typefind function for speex format
17390
17391 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
17394         (gst_asf_demux_setup_pad):
17395           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
17396           instead of 0. Reason is simple: some elements have a fps range
17397           of 1-max instead of 0-max. So now ASF video actually works.
17398
17399 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17400
17401         * po/LINGUAS:
17402         * po/sr.po:
17403           adding serbian as a language
17404
17405 2004-03-13  Benjamin Otte  <otte@gnome.org>
17406
17407         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
17408           return taglist correctly from _get function, don't gst_pad_push it.
17409           (fixes #137042)
17410
17411 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17412         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17413
17414 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17415
17416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
17417         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
17418         (gst_alsa_mixer_track_new):
17419         * ext/alsa/gstalsamixertrack.h:
17420           Fix ancient leftovers... MixerTrack is a GObject.
17421
17422 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17423
17424         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
17425         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
17426           Don't block during probing...
17427
17428 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17429
17430         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
17431         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
17432         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
17433         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
17434         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
17435         (gst_alsa_open_audio), (gst_alsa_close_audio):
17436         * ext/alsa/gstalsa.h:
17437           Add propertyprobe interface implementation, add some device-name
17438           property, all this so that it looks good in gnome-volume-control.
17439
17440 2004-03-12  David Schleef  <ds@schleef.org>
17441
17442         * configure.ac: the Hermes library controls hermescolorspace, not
17443         colorspace.
17444         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17445         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
17446         not /* */
17447         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
17448         * ext/sdl/sdlvideosink.h: ditto.
17449         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
17450
17451 2004-03-12  Benjamin Otte  <otte@gnome.org>
17452
17453         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
17454         (gst_x_overlay_got_xwindow_id):
17455         * gst-libs/gst/xoverlay/xoverlay.h:
17456           replace XID with unsigned long to get rid of the xlibs dependency in
17457           XOverlay (fixes #137004)
17458
17459 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
17460         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
17461         (gst_agingtv_setup):
17462         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
17463         (gst_dicetv_base_init), (gst_dicetv_class_init),
17464         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
17465         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
17466         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
17467         (gst_edgetv_setup), (gst_edgetv_rgb32):
17468         * gst/effectv/gsteffectv.c:
17469         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
17470         (gst_quarktv_set_property):
17471         * gst/effectv/gstrev.c: (gst_revtv_get_type),
17472         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
17473         (gst_revtv_setup), (gst_revtv_rgb32):
17474         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
17475         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
17476         (gst_shagadelictv_init), (gst_shagadelictv_setup),
17477         (gst_shagadelictv_rgb32):
17478         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
17479         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
17480         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
17481         * gst/effectv/gstwarp.c:
17482         Port everything that can be ported to videofilter and fix up the caps.
17483         Can someone with a big-endian machine please check these?
17484
17485 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17486
17487         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
17488         (gst_osssink_chain), (gst_osssink_change_state):
17489           Latest fixes for A/V sync, audio playback and such. This is about
17490           all... MPEG playback issues are mostly related to the async build-
17491           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
17492
17493 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17494
17495         patch from: Stephane Loeuillet
17496
17497         * configure.ac:
17498           use pkg-config for some libraries, falling back to the old .m4 way
17499           (fixes #131270)
17500         * m4/libdv.m4:
17501           removed
17502
17503 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
17504
17505         * configure.ac:
17506         * tools/Makefile.am:
17507         * tools/Makefile.in:
17508         * tools/gst-launch-ext-m.m:
17509         * tools/gst-launch-ext.1.in:
17510         * tools/gst-visualise-m.m:
17511         * tools/gst-visualise.1:
17512         * tools/gst-visualise.1.in:
17513           reorganizing generation of script tools
17514
17515 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17516
17517         * ext/divx/gstdivxdec.c:
17518           Downgrade priority. We prefer ffdec_mpeg4.
17519         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
17520         (gst_faad_chain), (gst_faad_change_state):
17521           Fix capsnego. Doesn't work for some sounds because we don't have
17522           a 5:1 to stereo element.
17523         * ext/xvid/gstxvid.c: (plugin_init):
17524           Add priority.
17525         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
17526         (gst_osssink_change_state):
17527           Add discont handling.
17528
17529 2004-03-09  Colin Walters  <walters@verbum.org>
17530
17531         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
17532         conversion.
17533
17534 2004-03-09  Benjamin Otte  <otte@gnome.org>
17535
17536         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17537           the signals take 2 arguments
17538
17539 2004-03-09  David Schleef  <ds@schleef.org>
17540
17541         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
17542         (gst_alsa_fixate): Add fixate function.  (bug #136686)
17543         * ext/alsa/gstalsa.h:
17544         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
17545
17546 2004-03-09  Benjamin Otte  <otte@gnome.org>
17547
17548         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
17549         (gst_mikmod_change_state):
17550         * ext/mikmod/gstmikmod.h:
17551           make mikmod's loop function not loop infinitely and call
17552           gst_element_yield anymore
17553         * gst/modplug/gstmodplug.cc:
17554           fix pad negotiation (fixes #136590)
17555
17556 2004-03-09  David Schleef  <ds@schleef.org>
17557
17558         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
17559         doesn't conflict with the internal colorspace plugin.
17560         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
17561         satisfy the crappy-ass shell shipped by a certain vendor.
17562         * gst/videofilter/make_filter: same (bug #135299)
17563
17564 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17565
17566         * configure.ac: bump nano to 1
17567
17568 === release 0.7.6 ===
17569
17570 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17571
17572         * configure.in: releasing 0.7.6, "There"
17573
17574 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17575
17576         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17577         * pkgconfig/gstreamer-play.pc.in:
17578           synchronize the two
17579
17580 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17581
17582         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
17583         (cdparanoia_open), (cdparanoia_event):
17584           fix/add error handling
17585         * po/POTFILES.in:
17586           add cdparanoia source
17587         * tools/Makefile.am:
17588           make scripts executable
17589
17590 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17591
17592         * configure.ac:
17593         * ext/vorbis/Makefile.am:
17594         * sys/Makefile.am:
17595           remove id3types, vorbisfile and xvideosink from the build (#133783)
17596
17597 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17598
17599         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
17600           Fix metadata read crash (#136537).
17601
17602 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17603
17604         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
17605         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
17606           adding mime types, fixing the one-stop function
17607
17608 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17609
17610         * ext/nas/nassink.c and /ext/nas/nassink.h:
17611         More NAS love from Arwed von Merkatz
17612         So lets all sing 'Can you feel the NAS tonight'
17613
17614 2004-03-08  Christian Schaller <Uraeus@gnome.org>
17615
17616         * tools/gst-launch-ext.in:
17617         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
17618
17619 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17620
17621         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
17622         (gst_mpeg2dec_init):
17623         remove the user_data pad for now, because it is being used in
17624         fixating causing MPEG playback to fixate on 1000 Hz for playback.
17625         If someone knows how to fix this properly, please do.
17626
17627 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17628
17629         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17630         (gst_osssink_get_time):
17631         add a warning, IMO this won't get triggered anymore, remove later
17632
17633 2004-03-07  David Schleef  <ds@schleef.org>
17634
17635         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
17636         format (bug #136470)
17637
17638 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
17639
17640         * gst-libs/Makefile.am:
17641         * gst-libs/gst/media-info/Makefile.am:
17642         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
17643         (error_callback), (gst_media_info_error_create),
17644         (gst_media_info_error_element), (gmip_init), (gmip_reset),
17645         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
17646         * gst-libs/gst/media-info/media-info-priv.h:
17647         * gst-libs/gst/media-info/media-info-test.c: (main):
17648         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
17649         (gst_media_info_class_init), (gst_media_info_instance_init),
17650         (gst_media_info_set_source), (gst_media_info_read_with_idler),
17651         (gst_media_info_read_idler), (gst_media_info_read):
17652         * gst-libs/gst/media-info/media-info.h:
17653         fixed, should work now
17654
17655 2004-03-07  Christian Schaller <Uraeus@gnome.org>
17656
17657         * ext/nas/nassink.c:
17658         A bunch of NAS fixes from Arwed von Merkatz
17659
17660 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17661
17662         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
17663         (qtdemux_parse_trak):
17664           Fix crash (j might be greater than n_samples, in which case we're
17665           writing outside the allocated space for the array) and memleak.
17666
17667 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17668
17669         * sys/oss/gstosssink.c: (gst_osssink_chain):
17670           And another caller that couldn't handle delay < 0 (unsigned
17671           integer overflow). Video now continues playing on an audio
17672           buffer underrun, and the clock continues working. Audio still
17673           stalls.
17674
17675 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
17678         (gst_osssink_get_time):
17679           get_delay() may return values lower than 0. In those cases, we
17680           should not actually cast to *unsigned* int64, that will break
17681           stuff horribly. In my case, it screwed up A/V sync in movies
17682           in totem rather badly.
17683
17684 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17685
17686         * ext/faac/gstfaac.c: (gst_faac_chain):
17687         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
17688         * ext/libpng/gstpngenc.c: (user_write_data):
17689         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
17690         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
17691         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
17692         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17693         Fix several misuse of gst_buffer_merge (it doesn't take ownership
17694         of any buffer), should fix some leaks. I hope I didn't unref buffers
17695         that shouldn't be...
17696
17697 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17698
17699         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
17700         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
17701         (error_callback), (gmi_reset), (gmi_seek_to_track),
17702         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
17703         (gmip_find_type_post), (gmip_find_stream_post),
17704         (gmip_find_track_streaminfo_post):
17705         * gst-libs/gst/media-info/media-info-priv.h:
17706         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
17707         (info_print), (main):
17708         * gst-libs/gst/media-info/media-info.c:
17709         (gst_media_info_error_create), (gst_media_info_error_element),
17710         (gst_media_info_instance_init), (gst_media_info_get_property),
17711         (gst_media_info_new), (gst_media_info_set_source),
17712         (gst_media_info_read_idler), (gst_media_info_read):
17713         * gst-libs/gst/media-info/media-info.h:
17714           first pass at making this work again.  This seems to work on
17715           tagged ogg/vorbis and mp3 files.
17716
17717 2004-03-06  Benjamin Otte  <otte@gnome.org>
17718
17719         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
17720           fix huge leak: gst_buffer_merge doesn't unref the first argument
17721           itself.
17722
17723 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17724
17725         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
17726           report layer/mode/emphasis
17727
17728 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17729
17730         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
17731
17732 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17733
17734         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17735           signal serial
17736
17737 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17738
17739         * ext/vorbis/vorbis.c: (plugin_init):
17740         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
17741         (gst_vorbis_dec_init), (vorbis_dec_event):
17742         add debug category
17743         make vorbisdec handle _BYTE and _TIME queries
17744
17745 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17746
17747         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
17748           from the xing header
17749
17750 2004-03-06  Benjamin Otte  <otte@gnome.org>
17751
17752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
17753         (gst_audio_convert_link), (gst_audio_convert_change_state),
17754         (gst_audio_convert_buffer_from_default_format):
17755           do conversions from/to float correctly, fix some caps nego errors,
17756           export correct supported caps in template and getcaps, use correct
17757           caps in try_set_caps functions
17758
17759 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17760
17761         For some reason, I only committed a ChangeLog entry yesterday and
17762         not the corresponding code...
17763         * ext/mad/gstmad.c: Fix detection of Xing headers
17764         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17765
17766 2004-03-06  Benjamin Otte  <otte@gnome.org>
17767
17768         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
17769         (gst_ogg_demux_src_query):
17770           make sure to handle the case where there's no current chain
17771           gracefully.
17772
17773 2004-03-05  David Schleef  <ds@schleef.org>
17774
17775         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
17776         Add fixate function. (bug #131128)
17777         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
17778         (gst_sdlvideosink_fixate):  Add fixate function.
17779         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
17780         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
17781         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
17782         Fix missing break that was causing ulaw to be interpreted as
17783         raw int.
17784
17785 2004-03-05  David Schleef  <ds@schleef.org>
17786
17787         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
17788         Fix code that ignores return value of gst_buffer_merge().
17789         (bug #114560)
17790         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
17791         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
17792         * testsuite/gst-lint:  Check for above.
17793
17794 2004-03-05  David Schleef  <ds@schleef.org>
17795
17796         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
17797         caps and throw an element error.  (bug #136334)
17798
17799 2004-03-05  David Schleef  <ds@schleef.org>
17800
17801         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
17802         (gst_faad_chain): Fix negotiation.
17803         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
17804         key and button events.
17805         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
17806         dung heap of code.
17807         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
17808         depends on gconf
17809         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
17810         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
17811         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
17812         function to encourage better negotiation, particularly between
17813         audioconvert and osssink.
17814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
17815         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
17816         more important.
17817         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
17818         typefinding.
17819         * gst/vbidec/vbiscreen.c:  Add glib header
17820         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
17821
17822 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
17823
17824         * ext/mad/gstmad.c: Fix detection of Xing headers
17825         * gst/tags/gstid3tag.c: Changes to support TLEN tags
17826
17827 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
17828
17829         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
17830         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
17831           debug updates
17832
17833 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
17834
17835         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
17836         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
17837         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
17838         files, and report the parsed length as a GST_TAG_DURATION tag.
17839         * gst/tags/gstid3tag.c: support TLEN (duration) tag
17840
17841 2004-03-05  Benjamin Otte  <otte@gnome.org>
17842
17843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
17844           convert channels correctly. convert correctly to unsigned.
17845
17846 2004-03-05  Julien MOUTTE <julien@moutte.net>
17847
17848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
17849         we have a window before clearing it.
17850
17851 2004-03-05  Julien MOUTTE <julien@moutte.net>
17852
17853         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
17854         have a window before clearing it.
17855
17856 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
17857
17858         * gconf/gstreamer.schemas.in:
17859         * gst-libs/gst/gconf/Makefile.am:
17860           version installation path the same way as for 0.6
17861         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
17862         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
17863         * pkgconfig/gstreamer-play-uninstalled.pc.in:
17864           remove comment that was fixed
17865
17866 2004-03-05  David Schleef  <ds@schleef.org>
17867
17868         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
17869         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
17870         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
17871         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
17872         Add prototype code for handling seeking and querying.
17873
17874 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
17875
17876         * examples/gstplay/player.c: (main):
17877           Initialize variables to NULL. Prevents a segfault because the
17878           (uninitialized) variable is not NULL, resulting in a crash on
17879           trying to reach error->message.
17880
17881 2004-03-05  Benjamin Otte  <otte@gnome.org>
17882
17883         * gst/audioconvert/gstaudioconvert.c:
17884         (gst_audio_convert_buffer_to_default_format):
17885         make float=>int conversion work correctly even in cornercases.
17886
17887 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
17888
17889         * debian/README.Debian:
17890         * debian/build-deps:
17891         * debian/changelog:
17892         * debian/control:
17893         * debian/control.in:
17894         * debian/copyright:
17895         * debian/gstreamer-a52dec.files:
17896         * debian/gstreamer-aa.files:
17897         * debian/gstreamer-alsa.files:
17898         * debian/gstreamer-alsa.manpages:
17899         * debian/gstreamer-arts.files:
17900         * debian/gstreamer-artsd.files:
17901         * debian/gstreamer-audiofile.files:
17902         * debian/gstreamer-avifile.files:
17903         * debian/gstreamer-cdparanoia.files:
17904         * debian/gstreamer-colorspace.files:
17905         * debian/gstreamer-doc.files:
17906         * debian/gstreamer-dv.files:
17907         * debian/gstreamer-dvd.files:
17908         * debian/gstreamer-esd.files:
17909         * debian/gstreamer-festival.files:
17910         * debian/gstreamer-flac.files:
17911         * debian/gstreamer-gconf.conffiles:
17912         * debian/gstreamer-gconf.files:
17913         * debian/gstreamer-gconf.postinst:
17914         * debian/gstreamer-gnomevfs.files:
17915         * debian/gstreamer-gsm.files:
17916         * debian/gstreamer-http.files:
17917         * debian/gstreamer-jack.files:
17918         * debian/gstreamer-jpeg.files:
17919         * debian/gstreamer-mad.files:
17920         * debian/gstreamer-mikmod.files:
17921         * debian/gstreamer-misc.files:
17922         * debian/gstreamer-mpeg2dec.files:
17923         * debian/gstreamer-oss.files:
17924         * debian/gstreamer-plugin-apps.files:
17925         * debian/gstreamer-plugin-apps.manpages:
17926         * debian/gstreamer-plugin-libs-dev.files:
17927         * debian/gstreamer-plugin-libs.files:
17928         * debian/gstreamer-plugin-template.postinst:
17929         * debian/gstreamer-plugin-template.postrm:
17930         * debian/gstreamer-sdl.files:
17931         * debian/gstreamer-sid.files:
17932         * debian/gstreamer-vorbis.files:
17933         * debian/gstreamer-x.files:
17934         * debian/mk.control:
17935         * debian/rules:
17936         Debian package info not maintained here.
17937
17938 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
17939
17940         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
17941         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
17942         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
17943         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
17944         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
17945         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
17946         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
17947         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
17948         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
17949         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
17950         * gst-libs/gst/colorbalance/colorbalance.c:
17951         (gst_color_balance_class_init):
17952         * gst-libs/gst/colorbalance/colorbalancechannel.c:
17953         (gst_color_balance_channel_class_init):
17954         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
17955         * gst-libs/gst/play/play.c: (gst_play_class_init):
17956         * gst-libs/gst/propertyprobe/propertyprobe.c:
17957         (gst_property_probe_iface_init):
17958         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
17959         * gst-libs/gst/tuner/tunerchannel.c:
17960         (gst_tuner_channel_class_init):
17961         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
17962         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
17963         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
17964         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
17965         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
17966         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
17967         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
17968         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
17969         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
17970           fix signals to use - instead of _
17971         * ext/libcaca/gstcacasink.h:
17972         * ext/sdl/sdlvideosink.h:
17973           fix header rename
17974
17975 2004-03-04  David Schleef  <ds@schleef.org>
17976
17977         * testsuite/gst-lint:  Add a check for bad signal names.
17978
17979 2004-03-04  <kost@imn.htwk-leipzig.de>
17980
17981         reviewed by David Schleef
17982
17983         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
17984         modified the alpha channel and caused a warning. (bug #136192)
17985
17986 2004-04-03  Christian Schaller <Uraeus@gnome.org>
17987
17988         * gst-plugins.spec.in:
17989         Change names of plugins to actually be correct. Try to keep things
17990         alphabetical to avoid getting beat up by Thomas
17991
17992 2004-03-03  Julien MOUTTE <julien@moutte.net>
17993
17994         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
17995         Using ximagesink as a default if no gconf key found. We should
17996         probably consider using alsasink instead of osssink for the audio
17997         part.
17998
17999 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18000
18001         * configure.ac:
18002           fix --with-plugins, don't think it ever worked before
18003         * gst-plugins.spec.in:
18004           even more updates
18005
18006 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18007
18008         * ext/sdl/sdlvideosink.h:
18009         * sys/ximage/ximagesink.h:
18010         * sys/xvideo/xvideosink.h:
18011         * sys/xvimage/xvimagesink.h:
18012           Fix for move of gstvideosink.h -> videosink.h.
18013
18014 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * gst-libs/gst/xwindowlistener/Makefile.am:
18017           this is a plugin library, not a library
18018
18019 2004-03-01  David Schleef  <ds@schleef.org>
18020
18021         * AUTHORS:  Added some names.  Add yourself if you're still
18022         missing.
18023
18024 2004-03-01  David Schleef  <ds@schleef.org>
18025
18026         * MAINTAINERS: Add
18027
18028 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18029
18030         * gst-plugins.spec.in: clean up spec file
18031
18032 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18033
18034         * gst-libs/gst/video/Makefile.am:
18035         * gst-libs/gst/video/gstvideosink.c:
18036         * gst-libs/gst/video/gstvideosink.h:
18037           rename gstvideosink.h to videosink.h to match other headers
18038         * gst/mixmatrix/Makefile.am:
18039           fix plugin filename
18040         * gst/tags/Makefile.am: fix plugin filename
18041
18042 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18043
18044         * gst/tags/Makefile.am: fix plugin filename
18045
18046 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18047
18048         * examples/gstplay/player.c: (got_time_tick), (main):
18049           add error handler
18050           display time_tick more readably
18051         * gst/mixmatrix/Makefile.am:
18052           fix plugin file name
18053
18054 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
18055
18056         * sys/oss/gstosselement.c: (gst_osselement_probe),
18057         (device_combination_append), (gst_osselement_class_probe_devices):
18058         * sys/oss/gstosselement.h:
18059           Reworked enumeration of oss dsps and mixers so that gst-mixer works
18060           on my system using alsa oss emulation, fixes bug #135597
18061
18062 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
18063
18064         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
18065         (gst_videodrop_chain), (gst_videodrop_change_state):
18066         * gst/videodrop/gstvideodrop.h:
18067           Work based on timestamp of input data, not based on the expected
18068           framerate from the input. The consequence is that this element now
18069           not only scales framerates, but also functions as a framerate
18070           corrector or framerate stabilizer/constantizer.
18071
18072 2004-02-27  David Schleef  <ds@schleef.org>
18073
18074         patches from jmmv@menta.net (Julio M. Merino Vidal)
18075
18076         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
18077         GST_ELEMENT_ERROR call (bug #135634)
18078         * gst/interleave/interleave.c: (interleave_buffered_loop),
18079         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
18080         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
18081         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
18082         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
18083         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
18084         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
18085         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
18086         Fix GST_ELEMENT_ERROR call.
18087         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
18088         GST_ELEMENT_ERROR call.
18089
18090 2004-02-27  Benjamin Otte  <otte@gnome.org>
18091
18092         * gst-libs/gst/audio/audio.h:
18093           add macro to make sure header isn't included twice
18094         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
18095           don't use gst_buffer_free
18096         * gst/playondemand/filter.func:
18097           don't use gst_data_free. Free data only once.
18098
18099 2004-02-26  David Schleef  <ds@schleef.org>
18100
18101         * gst-libs/gst/colorbalance/Makefile.am:
18102         * gst-libs/gst/mixer/Makefile.am:
18103         * gst-libs/gst/tuner/Makefile.am:
18104         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
18105         should not be disted, -marshal.h files should not be installed,
18106         and -enum.h files _should_ be installed.  Fix to make this the
18107         case.
18108
18109 === release 0.7.5 ===
18110
18111 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
18112
18113         * configure.ac: release 0.7.5, "Under The Sea"
18114
18115 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18116
18117         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
18118         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
18119         * gst/videoscale/gstvideoscale.c:
18120         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
18121           assorted debug/warning fixes
18122
18123 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18124
18125         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
18126         (gst_videoscale_init), (gst_videoscale_chain),
18127         (gst_videoscale_set_property), (plugin_init):
18128         * gst/videoscale/gstvideoscale.h:
18129         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
18130         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
18131         (gst_videoscale_planar400), (gst_videoscale_packed422),
18132         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
18133         (gst_videoscale_24bit), (gst_videoscale_16bit),
18134         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
18135         (gst_videoscale_scale_plane_slow),
18136         (gst_videoscale_scale_point_sample),
18137         (gst_videoscale_scale_nearest),
18138         (gst_videoscale_scale_nearest_str2),
18139         (gst_videoscale_scale_nearest_str4),
18140         (gst_videoscale_scale_nearest_32bit),
18141         (gst_videoscale_scale_nearest_24bit),
18142         (gst_videoscale_scale_nearest_16bit):
18143         add debugging category and use it properly
18144         fix use of GST_PTR_FORMAT
18145
18146 2004-02-25  Andy Wingo  <wingo@pobox.com>
18147
18148         * gst/interleave/interleave.c (interleave_buffered_loop): Always
18149         push only when channel->buffer is NULL. Prevents segfaults doing
18150         the state change after a nonlocal exit, like a scheme exception.
18151
18152         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
18153         Handle the case where the intersected caps is empty.
18154
18155 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
18156
18157         * gst/law/mulaw-decode.c: (mulawdec_link):
18158         * gst/law/mulaw.c: (plugin_init):
18159           fix mulawdec so it actually works again
18160
18161 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
18162
18163         reviewed by: David Schleef  <ds@schleef.org>
18164
18165         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
18166         (gst_gamma_init), (gst_gamma_set_property),
18167         (gst_gamma_get_property), (gst_gamma_calculate_tables),
18168         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
18169         for RGB, with separate r g and b correction factors. (#131167)
18170
18171 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18172
18173         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
18174           only signal tags for bitrate if they're > 0 (#134894)
18175
18176 2004-02-24  David Schleef  <ds@schleef.org>
18177
18178         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
18179         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
18180         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
18181         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
18182         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
18183         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
18184         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
18185         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
18186         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
18187         category.  Attempt to fix timestamp calculation.
18188
18189 2004-02-24  Johan Dahlin  <johan@gnome.org>
18190
18191         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
18192
18193 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18194
18195         * configure.ac:
18196         * gconf/Makefile.am:
18197         * gconf/gstreamer.schemas:
18198         * gst-libs/gst/gconf/Makefile.am:
18199         * gst-libs/gst/gconf/gconf.c:
18200           version gconf schemas and install locations
18201
18202 2004-02-23  Benjamin Otte  <otte@gnome.org>
18203
18204         * ext/xine/xineinput.c: (gst_xine_input_dispose):
18205         (gst_xine_input_subclass_init):
18206           call parent dispose.
18207           change pad template for CD reader correctly
18208         * ext/xine/Makefile.am:
18209         * ext/xine/gstxine.h:
18210         * ext/xine/xine.c: (plugin_init):
18211         * ext/xine/xineaudiosink.c:
18212           wrap audio sinks, too
18213         * gst-libs/gst/resample/private.h:
18214         * gst-libs/gst/resample/resample.c: (gst_resample_init),
18215         (gst_resample_reinit), (gst_resample_scale),
18216         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
18217         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
18218         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
18219         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
18220         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
18221         * gst-libs/gst/resample/resample.h:
18222         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18223         (gst_audioscale_class_init), (gst_audioscale_link),
18224         (gst_audioscale_get_buffer), (gst_audioscale_init),
18225         (gst_audioscale_chain), (gst_audioscale_set_property),
18226         (gst_audioscale_get_property):
18227         * gst/audioscale/gstaudioscale.h:
18228           s/resample_*/gst_resample_*/i to not clobber namespaces
18229
18230 2004-02-23  Julien MOUTTE  <julien@moutte.net>
18231
18232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18233         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
18234         (gst_riff_create_video_template_caps),
18235         (gst_riff_create_audio_template_caps),
18236         (gst_riff_create_iavs_template_caps):
18237         * gst-libs/gst/riff/riff-media.h:
18238         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
18239         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
18240         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
18241         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
18242         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18243         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
18244         (gst_matroska_demux_plugin_init): First batch implementing audio and
18245         video codec tags in demuxers.
18246
18247 2004-02-22  Benjamin Otte  <otte@gnome.org>
18248
18249         * ext/xine/Makefile.am:
18250         * ext/xine/gstxine.h:
18251         * ext/xine/xine.c: (plugin_init):
18252         * ext/xine/xineinput.c:
18253           add input plugin wrapper. Playback from files, http, mms and cdda
18254           works.
18255         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
18256           remove leftover G_GNUC_UNUSED
18257         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
18258         (gst_asf_demux_identify_guid):
18259           improve debugging output
18260
18261 2004-02-22  Benjamin Otte  <otte@gnome.org>
18262
18263         reported by: Padraig O'Briain <padraig.obriain@sun.com>
18264
18265         * autogen.sh:
18266           replace test -e with test -x for mkinstalldirs to be more portable.
18267           (fixes #134816)
18268
18269 2004-02-22  Benjamin Otte  <otte@gnome.org>
18270
18271         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
18272
18273         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
18274           set rank to PRIMARY
18275         * gst/volume/gstvolume.c: (plugin_init):
18276           set rank to NONE
18277         fixes #134960
18278
18279 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
18280
18281         reviewed by Benjamin Otte  <otte@gnome.org>
18282
18283         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
18284           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
18285
18286 2004-02-22  Benjamin Otte  <otte@gnome.org>
18287
18288         * configure.ac:
18289           export [_]*{gst,Gst,GST}.* symbols from plugins
18290
18291 2004-02-22  Christophe Fergeau <teuf@gnome.org>
18292
18293         reviewed by: Benjamin Otte  <otte@gnome.org>
18294
18295         * ext/lame/gstlame.c: (add_one_tag):
18296         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18297         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
18298         (gst_vorbisenc_metadata_set1):
18299         * gst/tags/gstid3tag.c:
18300         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
18301           apply fixes from bugs #135042 (lame can't write tags) and #133817
18302           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
18303
18304 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
18305
18306         * configure.ac: Export only gst_plugin_desc from plugins.
18307          Note that this change only makes any effect with Linux using libtool
18308          1.5.2 or higher. Otherwise it is silently ignored, but it would build
18309          fine. And don't try to have several versions of libtool in different
18310          directories.
18311
18312 2004-02-20  Andy Wingo  <wingo@pobox.com>
18313
18314         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
18315         interleave respectively.
18316
18317         * gst/interleave/deinterleave.c: New plugin: deinterleave
18318         (replaces on oneton).
18319         * gst/interleave/interleave.c: New plugin: interleave.
18320         * gst/interleave/plugin.h: Support file.
18321         * gst/interleave/plugin.c: Support file.
18322
18323         * configure.ac: Remove intfloat and oneton, add interleave.
18324
18325         * ext/sndfile/gstsf.c: Handle events better.
18326
18327         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
18328         and float2int operation. int2float has scheduling problems as
18329         noted in in2float_chain.
18330
18331 2004-02-20  Benjamin Otte  <otte@gnome.org>
18332
18333         * ext/xine/Makefile.am:
18334         * ext/xine/gstxine.h:
18335         * ext/xine/xine.c:
18336         * ext/xine/xineaudiodec.c:
18337         * ext/xine/xinecaps.c:
18338           add first version of xine plugin wrapper. Currently only wraps the
18339           QDM2 win32 DLL, and even that only in proof-of-concept quality.
18340         * configure.ac:
18341         * ext/Makefile.am:
18342           add xine plugin wrapper, disabled by default. Use --enable-xine to
18343           build. Note that it'll segfault on gst-register if you don't remove
18344           the goom and tvtime post plugins from xine.
18345         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
18346         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
18347           add extradata parsing for QDM2.
18348           change around debugging prints.
18349
18350 2004-02-19  Benjamin Otte  <otte@gnome.org>
18351
18352         * ext/lame/gstlame.c: (gst_lame_chain):
18353         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
18354           use gst_tag_list_insert when you want to insert tags
18355
18356 2004-02-18  David Schleef  <ds@schleef.org>
18357
18358         * configure.ac:  Move massink to gst-rotten
18359         * ext/Makefile.am:
18360         * ext/mas/Makefile.am:
18361         * ext/mas/massink.c:
18362         * ext/mas/massink.h:
18363
18364 2004-02-18  David Schleef  <ds@schleef.org>
18365
18366         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
18367         typefinding, since it seems to be worse than nothing.
18368         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
18369         atom to recognize .mp4 and .m4a files as video/quicktime.
18370
18371 2004-02-18  David Schleef  <ds@schleef.org>
18372
18373         * gst/sine/demo-dparams.c: (quit_live),
18374         (dynparm_log_value_changed), (dynparm_value_changed), (main):
18375         Use double dparams, not float.
18376         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18377         (gst_sinesrc_init): Change sync default to FALSE, since multiple
18378         sync'd elements don't really work correctly.
18379         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
18380         (volume_update_volume), (volume_get_property):  Change dparam
18381         to double.
18382
18383 2004-02-18  Julien MOUTTE  <julien@moutte.net>
18384
18385         * sys/ximage/ximagesink.c:
18386         (gst_ximagesink_xwindow_update_geometry),
18387         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18388         (gst_ximagesink_change_state), (gst_ximagesink_expose),
18389         (gst_ximagesink_init): Rework the way software video scaling works. So
18390         now we check on each chain call if the video frames are feeling the
18391         window. If not we try to renegotiate caps. On failure we memorize that
18392         and we won't try again for that PLAYING sessions.
18393         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
18394         failure.
18395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
18396         synchronous flag.
18397
18398 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18399
18400         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
18401           break up _link so we can give a better debug message for errors
18402
18403 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
18404
18405         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18406           set up debug category
18407
18408 2004-02-18  Julien MOUTTE <julien@moutte.net>
18409
18410         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18411         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
18412         the way renegotiation work. The event handling function is not taking
18413         care of external windows and renegotiate method check for pad flags
18414         NEGOTIATING. Should fix : #133209
18415
18416 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18417
18418         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
18419         pad is negotiating before trying renegotiation.
18420
18421 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
18422
18423         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18424           pass on all possible mime types as typefind hints
18425
18426 2004-02-17  Julien MOUTTE <julien@moutte.net>
18427
18428         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
18429         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
18430         possible SHM leak if we crash. All other apps using XShm are doing
18431         that.
18432
18433 2004-02-17  Julien MOUTTE  <julien@moutte.net>
18434
18435         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
18436         (gst_ximagesink_expose): Renegotiate size on expose.
18437         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
18438         size on expose.
18439
18440 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18441
18442         * testsuite/alsa/sinesrc.c:
18443           cosmetic fix to fix compile issue with gcc 2.95.4
18444
18445 2004-02-16  Julien MOUTTE <julien@moutte.net>
18446
18447         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
18448         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
18449         failed opening the audio device.
18450         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
18451         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
18452         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
18453         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
18454         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
18455         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
18456         (gst_ximagesink_change_state), (gst_ximagesink_chain),
18457         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
18458         Removing some useless g_return_if_fail like wingo suggested.
18459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18460         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
18461         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
18462         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
18463         (gst_xvimagesink_update_colorbalance),
18464         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
18465         (gst_xvimagesink_xcontext_clear),
18466         (gst_xvimagesink_get_fourcc_from_caps),
18467         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
18468         (gst_xvimagesink_set_xwindow_id),
18469         (gst_xvimagesink_colorbalance_list_channels),
18470         (gst_xvimagesink_colorbalance_set_value),
18471         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
18472         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
18473
18474 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18475
18476         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
18477           throw error when not negotiated instead of asserting
18478
18479 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18480
18481         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
18482         correct data refcounting.
18483
18484 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18485
18486         * gst/switch/gstswitch.c: (gst_switch_change_state),
18487         (gst_switch_class_init): Cleaning the sinkpads correctly on state
18488         change, mostly the EOS flag.
18489
18490 2004-02-15  Julien MOUTTE  <julien@moutte.net>
18491
18492         * examples/gstplay/player.c: (got_eos), (main): Adding some
18493         output for debugging.
18494         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
18495         timeouts if we go to any state different from PLAYING.
18496         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
18497         more EOS bugs in riff lib.
18498
18499 2004-02-14  Julien MOUTTE  <julien@moutte.net>
18500
18501         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
18502         visualization until i find a way to fix switch correctly.
18503         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
18504         EOS arrives.
18505         * gst/switch/gstswitch.c: (gst_switch_release_pad),
18506         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
18507         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
18508         Reworked switch to get a more correct behaviour with events and refing
18509         of data stored in sinkpads.
18510         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
18511         we don't pull from a pad in EOS.
18512
18513 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18514
18515         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18516           remove v1 tag even if we can't read it (makes sure we don't detect
18517           it again)
18518
18519 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18520
18521         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
18522         (gst_alsa_xrun_recovery):
18523         * ext/alsa/gstalsa.h:
18524           try xrun recovery when wait failed. Make xrun recovery function
18525           return TRUE/FALSE to indicate success. (might fix #134354)
18526
18527 2004-02-13  David Schleef  <ds@schleef.org>
18528
18529         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
18530         (dynparm_value_changed), (main): Convert from float to double.
18531         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
18532
18533 2004-02-13  David Schleef  <ds@schleef.org>
18534
18535         * gst/silence/gstsilence.c: (gst_silence_class_init),
18536         (gst_silence_set_clock), (gst_silence_get),
18537         (gst_silence_set_property), (gst_silence_get_property):
18538         * gst/silence/gstsilence.h: Add sync property.
18539         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18540         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
18541         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
18542         * gst/sine/gstsinesrc.h: Add sync property.
18543
18544 2004-02-13  David Schleef  <ds@schleef.org>
18545
18546         * gst/intfloat/gstint2float.c: (conv_f32_s16),
18547         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
18548
18549 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18550
18551         * configure.ac:
18552         * ext/Makefile.am:
18553         * gst-libs/ext/Makefile.am:
18554           move ffmpeg plugin to gst-ffmpeg module
18555
18556 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18557
18558         * configure.ac: use GST_ARCH to detect architecture
18559
18560 2004-02-12  Julien MOUTTE  <julien@moutte.net>
18561
18562         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
18563
18564 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
18565
18566         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
18567           classify LADSPA plugins based on number of src/sink pads
18568           (#133663, Stefan Kost)
18569         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
18570           fix dparams registration
18571           (#133528, Stefan Kost)
18572         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
18573           fix use of isprint and use g_ascii_isprint instead
18574           (#133316, Stefan Kost)
18575
18576 2004-02-11  David Schleef  <ds@schleef.org>
18577
18578         Convert a few inner loops to use liboil.  This is currently
18579         optional, and is only enabled if liboil is present (duh!).
18580         * configure.ac: Check for liboil-0.1
18581         * gst/intfloat/Makefile.am:
18582         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
18583         (gst_int2float_chain_gint16):
18584         * gst/videofilter/Makefile.am:
18585         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
18586         (tablelookup_u8), (gst_videobalance_planar411):
18587         * gst/videotestsrc/Makefile.am:
18588         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
18589         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
18590         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
18591         (paint_hline_RGB565), (paint_hline_xRGB1555):
18592
18593 2004-02-11  David Schleef  <ds@schleef.org>
18594
18595         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
18596         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
18597         (gst_colorspace_getcaps), (gst_colorspace_link),
18598         (gst_colorspace_base_init), (gst_colorspace_init),
18599         (gst_colorspace_chain), (gst_colorspace_change_state),
18600         (plugin_init): Merge Ronald's patch (bug #117897) and update
18601         for new caps and negotiation.  Seems to work, although it
18602         shows off bugs in lcs.
18603
18604 2004-02-11  David Schleef  <ds@schleef.org>
18605
18606         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
18607         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
18608
18609 2004-02-11  David Schleef  <ds@schleef.org>
18610
18611         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
18612         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
18613         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
18614         Add server and port properties
18615
18616 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18617
18618         * m4/a52.m4:
18619         * m4/aalib.m4:
18620         * m4/as-ffmpeg.m4:
18621         * m4/as-liblame.m4:
18622         * m4/as-slurp-ffmpeg.m4:
18623         * m4/check-libheader.m4:
18624         * m4/esd.m4:
18625         * m4/freetype2.m4:
18626         * m4/gconf-2.m4:
18627         * m4/glib.m4:
18628         * m4/gst-alsa.m4:
18629         * m4/gst-artsc.m4:
18630         * m4/gst-ivorbis.m4:
18631         * m4/gst-matroska.m4:
18632         * m4/gst-sdl.m4:
18633         * m4/gst-shout2.m4:
18634         * m4/gst-sid.m4:
18635         * m4/gtk.m4:
18636         * m4/libdv.m4:
18637         * m4/libfame.m4:
18638         * m4/libmikmod.m4:
18639         * m4/ogg.m4:
18640         * m4/vorbis.m4:
18641           fix underquotedness of macros (#133800)
18642         * m4/as-avifile.m4:
18643         * m4/xmms.m4:
18644           removed because no longer used
18645
18646 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18647
18648         * configure.ac:
18649           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
18650           by autopoint (fixes #132996)
18651
18652 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18653
18654         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
18655         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
18656         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
18657         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
18658           fix memleaks
18659
18660 2004-02-11  David Schleef  <ds@schleef.org>
18661
18662         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
18663         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
18664         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
18665         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
18666         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
18667         (gst_jpegenc_class_init), (gst_jpegenc_init),
18668         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
18669         (gst_jpegenc_chain), (gst_jpegenc_set_property),
18670         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
18671         * ext/jpeg/gstjpegenc.h: Fix negotiation.
18672
18673 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18674
18675         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
18676         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
18677         * ext/mikmod/gstmikmod.h:
18678           fix caps negotiation in mikmod
18679         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
18680           output debug information
18681
18682 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18683
18684         * gst-libs/gst/colorbalance/Makefile.am:
18685         * gst-libs/gst/navigation/Makefile.am:
18686         * gst-libs/gst/xoverlay/Makefile.am:
18687           remove unused GST_OPT_CFLAGS from Makefiles
18688           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
18689
18690 2004-02-07  David Schleef  <ds@schleef.org>
18691
18692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
18693         push events to pads that haven't been created (#133508)
18694
18695 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
18696
18697         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
18698         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
18699         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
18700         (gst_dvdec_loop), (gst_dvdec_change_state):
18701         Second attempt at committing a working dvdec element.
18702
18703 2004-02-06  David Schleef  <ds@schleef.org>
18704
18705         Build fixes for OS X: (see #129600)
18706         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
18707         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
18708         (gst_riff_read_strf_iavs):
18709         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
18710         (gst_avi_demux_stream_odml):
18711         * gst/playondemand/Makefile.am:
18712         * gst/rtp/rtp-packet.c:
18713
18714 2004-02-05  David Schleef  <ds@schleef.org>
18715
18716         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
18717         last change, because it Just Doesn't Compile.
18718
18719 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18720
18721         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
18722           skip undecodable id3v2 tag instead of keeping it
18723
18724 2004-02-05  David Schleef  <ds@schleef.org>
18725
18726         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18727         Unref leaked buffer.  (Noticed by Ronald)
18728
18729 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
18730
18731         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18732         Sync requires with other checks.  >= vs =.
18733
18734 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
18735
18736         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
18737         (gst_dvdec_video_link), (gst_dvdec_loop):
18738         * ext/dv/gstdvdec.h:
18739           rework the caps negotiation so that dvdec works again instead
18740           of just segfaulting.
18741
18742 === release 0.7.4 ===
18743
18744 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18745
18746         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
18747         * configure.ac: changed for release
18748
18749 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18750
18751         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
18752         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
18753         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
18754         * pkgconfig/gstreamer-play-uninstalled.pc.in:
18755           reworked patch by David Lehn to fix libdir and includedir for
18756           uninstalled libraries
18757           removed play and gconf from gstreamer-libs since they have their
18758           own pkgconfig files
18759
18760 2004-02-04  David Schleef  <ds@schleef.org>
18761
18762         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
18763         memleak.
18764
18765 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18766
18767         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
18768           use correct GST_TAG_ENCODER tag
18769
18770 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18771
18772         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
18773           be sure to stop the clock when going to paused
18774         * sys/oss/gstosssink.c: (gst_osssink_change_state):
18775           reset number of transmitted when going to ready.
18776         fixes #132935
18777
18778 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
18779
18780         reviewed by Benjamin Otte
18781
18782         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
18783           extract track count (fixes #133410)
18784
18785 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18786
18787         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
18788           that should be !=, not == (fixes #132519)
18789
18790 2004-02-04  David Schleef  <ds@schleef.org>
18791
18792         Make sure set_explicit_caps() is called before adding pad.
18793         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
18794         * gst/id3/gstid3types.c: (gst_id3types_loop):
18795         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
18796         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18797
18798 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18799
18800         * configure.ac:
18801           bump nano to 2, first prerelease
18802           put back AM_PROG_LIBTOOL
18803
18804 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18805
18806         * testsuite/alsa/Makefile.am:
18807           these are user test apps, not automatic testsuite tests
18808
18809 2004-02-04  David Schleef  <ds@schleef.org>
18810
18811         Convert GST_DEBUG_CAPS() to GST_DEBUG():
18812         * gst/mpeg1videoparse/gstmp1videoparse.c:
18813         (mp1videoparse_parse_seq):
18814         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
18815         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
18816         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
18817         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
18818         (gst_xvideosink_getcaps):
18819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
18820         * testsuite/gst-lint: more tests
18821
18822 2004-02-04  David Schleef  <ds@schleef.org>
18823
18824         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
18825         with the code that they would expand to.
18826         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
18827         (gst_flacdec_get_src_query_types),
18828         (gst_flacdec_get_src_event_masks):
18829         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
18830         (gst_gnomevfssrc_get_query_types),
18831         (gst_gnomevfssrc_get_event_mask):
18832
18833 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18834
18835         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
18836         (gst_sinesrc_dispose):
18837           fix memleak by properly disposing sinesrc
18838
18839 2004-02-04  Julien MOUTTE  <julien@moutte.net>
18840
18841         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
18842         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
18843         an overlay to redraw the image because it has been exposed.
18844         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
18845         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
18846         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
18847         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
18848         interface
18849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
18850         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
18851         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
18852         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
18853         interface
18854
18855 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18856
18857         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
18858           more memleak fixage
18859
18860 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18861
18862         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
18863         * gst/typefind/gsttypefindfunctions.c:
18864           fix memleaks shown by gst-typefind
18865
18866 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18867
18868         * common/glib-gen.mak:
18869           add hack rule to touch .Plo files
18870         * gst-libs/gst/colorbalance/Makefile.am:
18871         * gst-libs/gst/mixer/Makefile.am:
18872         * gst-libs/gst/play/Makefile.am:
18873         * gst-libs/gst/tuner/Makefile.am:
18874           remove glib_root variable
18875
18876 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18877
18878         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
18879           set explicit caps before adding the element, so the autopluggers can
18880           plug correctly.
18881         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
18882         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
18883         (mpeg_video_type_find), (mpeg_video_stream_type_find),
18884         (dv_type_find):
18885           fix memleaks in typefind functions. gst_type_find_suggest takes a const
18886           argument.
18887
18888 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18889
18890         * gst-libs/gst/colorbalance/Makefile.am:
18891         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
18892         * gst-libs/gst/colorbalance/colorbalance.c:
18893         * gst-libs/gst/colorbalance/colorbalance.h:
18894         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
18895         * gst-libs/gst/mixer/Makefile.am:
18896         * gst-libs/gst/mixer/mixer-marshal.list:
18897         * gst-libs/gst/mixer/mixer.c:
18898         * gst-libs/gst/mixer/mixer.h:
18899         * gst-libs/gst/mixer/mixermarshal.list:
18900         * gst-libs/gst/play/Makefile.am:
18901         * gst-libs/gst/play/play.h:
18902         * gst-libs/gst/tuner/Makefile.am:
18903         * gst-libs/gst/tuner/tuner-marshal.list:
18904         * gst-libs/gst/tuner/tuner.c:
18905         * gst-libs/gst/tuner/tuner.h:
18906         * gst-libs/gst/tuner/tunermarshal.list:
18907           use new glib-gen.mak snippet to clean up Makefile.am
18908           fix various bugs in Makefile.am's
18909
18910 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18911
18912         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
18913           handle chain parsing correctly in the multichain case
18914         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
18915         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
18916         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
18917         (theora_dec_chain):
18918           handle events and queries correctly
18919
18920 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18921
18922         * .cvsignore:
18923         Ignore generated file _stdint.h.
18924
18925 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18926
18927         * gst-libs/gst/colorbalance/Makefile.am:
18928         * gst-libs/gst/colorbalance/colorbalance.h:
18929         * gst-libs/gst/mixer/Makefile.am:
18930         * gst-libs/gst/mixer/mixer.h:
18931         * gst-libs/gst/play/Makefile.am:
18932         * gst-libs/gst/play/play.h:
18933         * gst-libs/gst/tuner/Makefile.am:
18934         * gst-libs/gst/tuner/tuner.h:
18935         Generate enum type code with glib-mkenums.
18936         * gst-libs/gst/colorbalance/.cvsignore:
18937         * gst-libs/gst/mixer/.cvsignore:
18938         * gst-libs/gst/play/.cvsignore:
18939         * gst-libs/gst/tuner/.cvsignore:
18940         Ignore generated files.
18941
18942 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18943
18944         * gst-libs/gst/audio/.cvsignore:
18945         Ignore generated file.
18946         * gst-libs/gst/audio/Makefile.am:
18947         Do not install example filter.
18948
18949 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
18950
18951         * examples/switch/.cvsignore:
18952         Ignore generated file.
18953
18954 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18955
18956         * common/m4/ax_create_stdint_h.m4:
18957         * configure.ac:
18958           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
18959           _stdint.h.
18960         * Makefile.am:
18961           remove generated _stdint.h in DISTCLEANFILES
18962         * ext/a52dec/gsta52dec.c:
18963           include _stdint.h for a52dec. (should fix #133064)
18964
18965 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18966
18967         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
18968         (gst_tag_to_vorbis_comments):
18969         Add replaygain support to vorbistag
18970
18971 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
18972         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
18973         (gst_ffmpeg_caps_to_extradata):
18974           Fix SVQ3 caps flag properties
18975           Use glib macro for bytes swap
18976
18977 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
18978
18979         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
18980         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
18981         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
18982         * ext/sndfile/gstsf.c: (plugin_init):
18983         * gst/avi/gstavi.c: (plugin_init):
18984         * sys/dxr3/dxr3init.c: (plugin_init):
18985         * sys/oss/gstossaudio.c: (plugin_init):
18986         * sys/v4l/gstv4l.c: (plugin_init):
18987         * sys/v4l2/gstv4l2.c: (plugin_init):
18988           remove textdomain calls
18989         * po/nl.po:
18990           update Dutch translation
18991
18992 2004-02-02  Julien MOUTTE  <julien@moutte.net>
18993
18994         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
18995         (gst_play_set_audio_sink): Moving volume in the audio thread for
18996         instantaneous volume change. Maybe i will add another volume in front
18997         of visualization later, not sure yet though.
18998
18999 2004-02-02  Julien MOUTTE  <julien@moutte.net>
19000
19001         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
19002         (gst_ximagesink_handle_xevents): Better X events handling, only take
19003         the latest events for configure and motion.
19004         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
19005
19006 2004-02-02  Jon Trowbridge  <trow@gnu.org>
19007
19008         reviewed by: David Schleef  <ds@schleef.org>
19009
19010         Fix memory leaks:
19011         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
19012         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
19013
19014 2004-02-02  David Schleef  <ds@schleef.org>
19015
19016         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
19017         of lines.
19018         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
19019         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19020         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
19021         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
19022         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
19023         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
19024         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
19025         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
19026         (gst_float2_2_int_link):
19027         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
19028         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
19029         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
19030         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
19031         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
19032         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
19033         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
19034         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
19035         * testsuite/gst-lint: Add tests for bzero and ;;
19036
19037 2004-02-02  David Schleef  <ds@schleef.org>
19038
19039         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
19040
19041 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19042
19043         * ext/aalib/gstaasink.c: (gst_aasink_open):
19044         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19045         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19046         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19047         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19048         (gst_afsink_close_file):
19049         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19050         (gst_afsrc_close_file):
19051         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19052         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19053         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19054         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19055         * ext/esd/esdmon.c: (gst_esdmon_get):
19056         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
19057         * ext/faac/gstfaac.c: (gst_faac_chain):
19058         * ext/faad/gstfaad.c: (gst_faad_chain):
19059         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19060         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19061         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19062         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19063         (gst_flacdec_loop):
19064         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19065         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19066         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19067         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19068         (gst_gnomevfssink_close_file):
19069         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19070         (gst_gnomevfssrc_open_file):
19071         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19072         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19073         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19074         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19075         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19076         * ext/mad/gstmad.c: (gst_mad_chain):
19077         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19078         * ext/mpeg2dec/gstmpeg2dec.c:
19079         * ext/mpeg2enc/gstmpeg2enc.cc:
19080         * ext/mplex/gstmplex.cc:
19081         * ext/mplex/gstmplexibitstream.cc:
19082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19083         (gst_ogg_demux_push):
19084         * ext/raw1394/gstdv1394src.c:
19085         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19086         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19087         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
19088         (gst_sf_loop):
19089         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
19090         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
19091         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
19092         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
19093         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
19094         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
19095         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
19096         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
19097         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19098         (gst_riff_read_element_data), (gst_riff_read_seek),
19099         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
19100         * gst/adder/gstadder.c: (gst_adder_loop):
19101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
19102         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
19103         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
19104         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
19105         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
19106         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
19107         * gst/goom/gstgoom.c: (gst_goom_chain):
19108         * gst/id3/gstid3types.c: (gst_id3types_loop):
19109         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19110         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
19111         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
19112         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19113         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
19114         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
19115         (gst_ebml_read_float), (gst_ebml_read_header):
19116         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
19117         (gst_matroska_demux_parse_blockgroup):
19118         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
19119         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
19120         * gst/oneton/gstoneton.c: (gst_oneton_chain):
19121         * gst/silence/gstsilence.c: (gst_silence_get):
19122         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
19123         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
19124         * gst/speed/gstspeed.c: (speed_loop):
19125         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19126         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
19127         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
19128         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
19129         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
19130         (gst_wavparse_loop):
19131         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
19132         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
19133         (dxr3audiosink_close):
19134         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
19135         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
19136         (dxr3videosink_close), (dxr3videosink_write_data):
19137         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19138         * sys/oss/gstosssink.c: (gst_osssink_chain):
19139         * sys/oss/gstosssrc.c: (gst_osssrc_get):
19140         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
19141         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
19142         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
19143         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
19144         (gst_v4l_set_window), (gst_v4l_enable_overlay):
19145         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
19146         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
19147         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
19148         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
19149         (gst_v4l_set_audio):
19150         * sys/v4l/v4l_calls.h:
19151         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
19152         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
19153         (gst_v4lmjpegsink_playback_init),
19154         (gst_v4lmjpegsink_playback_start):
19155         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
19156         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
19157         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
19158         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
19159         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
19160         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19161         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19162         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19163         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19164         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19165         (gst_v4l2_get_output), (gst_v4l2_set_output),
19166         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19167         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19168         (gst_v4l2_set_attribute):
19169         * sys/v4l2/v4l2_calls.h:
19170         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
19171         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
19172         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
19173         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
19174         (gst_v4l2src_capture_stop):
19175         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
19176         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19177         (gst_ximagesink_chain):
19178         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
19179         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
19180         (gst_xvideosink_xwindow_new):
19181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19182         (gst_xvimagesink_chain):
19183
19184 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19185
19186         * gst/volume/gstvolume.c: (gst_volume_set_volume),
19187         (gst_volume_get_volume), (volume_class_init), (volume_init),
19188         (volume_chain_int16), (volume_update_volume):
19189         * gst/volume/gstvolume.h:
19190           make code more readable by removing magic numbers
19191           make mixer interface export 0-100 range
19192           make it internally map to 0.0-1.0 range so users don't distort
19193           output by putting the sliders at full volume
19194
19195 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19196
19197         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
19198         (gst_play_state_change), (gst_play_seek_to_time):
19199         block the tick callback for 0.5 secs after doing a seek
19200
19201 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
19202
19203         * gst-libs/gst/play/play.c: (gst_play_new):
19204           check for GError
19205
19206 2004-02-01  Julien MOUTTE  <julien@moutte.net>
19207
19208         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
19209         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
19210         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
19211         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
19212         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
19213         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
19214
19215 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19216
19217         * configure.ac:
19218         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19219           check for a function added in vorbis 1.1
19220
19221 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19222
19223         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
19224         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
19225           really start/stop clock only on PLAYING <=> PAUSED
19226         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19227           remove \n from debugging lines
19228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
19229           make it work when seeking does not
19230         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19231           reset on DISCONT
19232
19233 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19234
19235         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
19236           start clock on PAUSED=>PLAYING, not later
19237         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
19238           extract correct time for different discont formats
19239         (gst_alsa_sink_get_time):
19240           don't segfault when no format is negotiated yet, just return 0
19241         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19242         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
19243         (gst_ogg_pad_push):
19244           handle flush and discont events correctly
19245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
19246           handle discont events correctly
19247
19248 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
19249
19250         * gst-libs/gst/play/play.c: (gst_play_error_quark),
19251         (gst_play_error_create), (gst_play_error_plugin),
19252         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
19253         * gst-libs/gst/play/play.h:
19254           add error handling during creation
19255         * examples/gstplay/player.c: (main):
19256           use new gst_play_new
19257
19258
19259 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19260
19261         * ext/theora/theoradec.c: (theora_dec_chain):
19262           make comments work
19263         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
19264         (vorbis_dec_src_event), (vorbis_dec_chain):
19265           add encoder tag, fix tag reading to be more error tolerant, change
19266           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
19267           gst_pad_event_default.
19268         * gst/tags/gstvorbistag.c:
19269         (gst_tag_list_from_vorbiscomment_buffer):
19270           undefine function specific define at end of function
19271
19272 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
19273
19274         * ext/flac/gstflac.c: (plugin_init):
19275         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
19276         * ext/flac/gstflacdec.h:
19277         * ext/flac/gstflacenc.h:
19278           Fix typos
19279
19280 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
19281
19282         * examples/gstplay/player.c: s/gstplay.h/play.h/
19283
19284 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19285
19286         * gst-libs/gst/play/Makefile.am:
19287         * gst-libs/gst/play/gstplay.c:
19288         * gst-libs/gst/play/gstplay.h:
19289         * gst-libs/gst/play/play.c:
19290           more surgery, operation complete
19291
19292 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19293
19294         * gst-libs/gst/play/play.old.c:
19295         * gst-libs/gst/play/play.old.h:
19296           after CVS surgery by moving, remove
19297         * gst-libs/gst/play/playpipelines.c:
19298           remove
19299
19300         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
19301           add negotiation error
19302
19303 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19304
19305         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19306         (gst_ogg_demux_push):
19307           add some seeking debug info
19308           send a flush when seeking
19309
19310 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19311
19312         * configure.ac:
19313           use AC_C_INLINE
19314         * configure.ac:
19315         * ext/Makefile.am:
19316         * ext/theora/Makefile.am:
19317         * ext/theora/theoradec.c:
19318           add theora video decoder. Does just do simple decoding for now and
19319           has been tested against Theora cvs only. It only works when theora
19320           is compiled with --enable-static.
19321         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
19322           always reset packetno on DISCONT
19323
19324 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19325
19326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
19327           Fix audio.
19328
19329 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19330
19331         * gst/mpegaudioparse/gstmpegaudioparse.c:
19332         (mp3_type_frame_length_from_header):
19333           Fix header parsing - stolen from ffmpeg (thank you! :) ).
19334
19335 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19336
19337         * ext/esd/esdsink.c: (gst_esdsink_init):
19338           Since we have static pad template caps, we don't need to negotiate;
19339           either the core errors out or we know the format.
19340
19341 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19342
19343         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
19344         (gst_riff_read_seek):
19345         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
19346         (gst_ebml_read_seek):
19347           Fix event handling.
19348
19349 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19350
19351         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
19352           removee video/x-theora from vp3 decoder, it doesn't handle raw
19353           theora streams
19354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
19355           fix bug with finalizing element that never went to PAUSED
19356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
19357           length and position queries were swapped
19358         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
19359         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
19360         (vorbis_dec_src_event):
19361           implement querying time and bytes
19362
19363 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19364
19365         * just about every source file:
19366           gst_element_error -> GST_ELEMENT_ERROR
19367
19368 2004-01-29  Julien MOUTTE  <julien@moutte.net>
19369
19370         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
19371         emiting FLUSH and even before DISCONT.
19372         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
19373         get the best instant seeking as possible yay!
19374
19375 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19376
19377         * gst/mpeg1videoparse/gstmp1videoparse.c:
19378         (gst_mp1videoparse_real_chain):
19379           Committed wrong version last week... Grr... Didn't notice until now.
19380
19381 2004-01-29  Julien MOUTTE <julien@moutte.net>
19382
19383         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
19384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
19385         have_xwindow_id signal in xwindow_create.
19386
19387 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19388
19389         * ext/ogg/gstoggdemux.c:
19390           lots of changes - mainly support for chained bitstreams, seeking,
19391           querying and bugfixes of course
19392         * ext/vorbis/Makefile.am:
19393         * ext/vorbis/vorbisdec.c:
19394         * ext/vorbis/vorbisdec.h:
19395           add vorbisdec raw vorbis decoder
19396         * ext/vorbis/vorbis.c: (plugin_init):
19397           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
19398         * gst/intfloat/Makefile.am:
19399         * gst/intfloat/float22int.c:
19400         * gst/intfloat/float22int.h:
19401         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
19402           add float2intnew plugin. It converts multichannel interleaved float to
19403           multichannel interleaved int. The name should probably be changed.
19404         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
19405         (plugin_init):
19406           add typefinding for raw theora video so oggdemux can detect it.
19407
19408 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19409
19410         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
19411         sink element first.
19412         * gst/videoscale/gstvideoscale.c:
19413         (gst_videoscale_handle_src_event): Fixing src event handler.
19414
19415 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19416
19417         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
19418         (gst_v4lsrc_open), (gst_v4lsrc_close),
19419         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
19420         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
19421         * sys/v4l/gstv4lsrc.h:
19422         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
19423         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
19424           Implement resizing... Hack. But that's why v4l is b0rked...
19425
19426 2004-01-28  Julien MOUTTE <julien@moutte.net>
19427
19428         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
19429         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
19430         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
19431         (gst_ximagesink_xwindow_destroy):
19432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
19433         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
19434         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
19435         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
19436         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
19437         correctly cleaning the image created to check xshm calls on succes,
19438         added a lot of XSync calls in X11 functions, and fixed a segfault when
19439         no image format was defined before negotiation happened.
19440
19441 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19442
19443         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
19444           use gst_element_get_time to get correct time
19445
19446 2004-01-28  Julien MOUTTE  <julien@moutte.net>
19447
19448         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
19449         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
19450         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
19451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
19452         (gst_xvimagesink_check_xshm_calls),
19453         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
19454         X plugins are now able to detect that XShm calls will fail even if the
19455         server claims that it has XShm support (remote displays most of the
19456         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
19457         so that we use non XShm functions. This feature is almost useless for
19458         xvimagesink as Xv is not supported on remote displays anyway, but
19459         it might happen than even on the local display XShm calls fail.
19460
19461 2004-01-27  David Schleef  <ds@schleef.org>
19462
19463         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
19464         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
19465         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
19466         changed esdsink to only use 44100,16,2, since esd sucks at rate
19467         conversion and esdsink has had difficulty negotiating.
19468
19469 2004-01-27  Julien MOUTTE <julien@moutte.net>
19470
19471         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
19472         (gst_play_seek_to_time): Fixing the way to get current position.
19473
19474 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19475
19476         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
19477           use gst_element_get_time to get correct time
19478
19479 2004-01-27  Julien MOUTTE <julien@moutte.net>
19480
19481         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
19482         fix ever... Inverting 2 lines of code make spider autoplug correctly
19483         tagged mp3 !
19484
19485 2004-01-27  David Schleef  <ds@schleef.org>
19486
19487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
19488         Use gst_pad_try_set_caps_nonfixed().
19489
19490 2004-01-27  David Schleef  <ds@schleef.org>
19491
19492         * gst/ac3parse/gstac3parse.c: update to checklist 5
19493         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
19494         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
19495         * gst/audioscale/gstaudioscale.c: same
19496         * gst/auparse/gstauparse.c: same
19497         * gst/avi/gstavidemux.c: same
19498
19499 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19500
19501         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
19502           stop processing after EOS
19503
19504 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19505
19506         * gst/asfdemux/asfheaders.h:
19507         * gst/asfdemux/gstasfdemux.c:
19508         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
19509         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
19510         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
19511           lot's of fixes to make data extraction simpler and get the code
19512           architecture and compiler independant. Add debugging category
19513         * gst/goom/gstgoom.c: (gst_goom_change_state):
19514           reset channel count on PAUSED=>READY, not READY=>PAUSED
19515
19516 2004-01-26  Colin Walters  <walters@verbum.org>
19517
19518         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
19519         code to pull a bigger buffer in iradio mode.  This as a side effect
19520         makes typefinding work.
19521
19522 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19523
19524         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19525         Fix SVQ3 decoding on PPC
19526
19527 2004-01-26  Julien MOUTTE <julien@moutte.net>
19528
19529         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
19530         that one managed to stay there... Fixed.
19531
19532 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
19533
19534         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
19535         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
19536         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
19537         (qtdemux_video_caps):
19538         * gst/qtdemux/qtdemux.h:
19539         Add SVQ3 specific flags to qtdemux and ffmpeg
19540
19541 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19542
19543         * gst-libs/gst/audio/audio.h:
19544           remove buffer-frames from audio caps
19545         * gst/audioconvert/gstaudioconvert.c:
19546           fix plugin to really work.
19547
19548 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19549
19550         * gst-libs/gst/mixer/mixer.c:
19551         * gst-libs/gst/propertyprobe/propertyprobe.c:
19552         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
19553         (gst_tuner_find_channel_by_name):
19554         * gst-libs/gst/tuner/tuner.h:
19555           Add gtk-doc style comments. Also fix a function name.
19556
19557 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19558
19559         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
19560         (gst_divxdec_negotiate):
19561           Fix for new capsnego - also fixes gst-player with divxdec.
19562
19563 2004-01-25  Julien MOUTTE  <julien@moutte.net>
19564
19565         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19566         (gst_play_identity_handoff), (gst_play_set_location),
19567         (gst_play_set_visualization), (gst_play_connect_visualization): Another
19568         try in visualization implementation. Still have an issue with switch
19569         blocking when pulling from video_queue and only audio comes out of
19570         spider.
19571         * gst/switch/gstswitch.c: (gst_switch_release_pad),
19572         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
19573         release method. And check if the pad is usable before pulling.
19574
19575 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19576
19577         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
19578         (gst_videobalance_init),
19579         (gst_videobalance_colorbalance_list_channels),
19580         (gst_videobalance_colorbalance_set_value),
19581         (gst_videobalance_colorbalance_get_value),
19582         (gst_videobalance_update_properties),
19583         (gst_videobalance_update_tables_planar411),
19584         (gst_videobalance_planar411):
19585         * gst/videofilter/gstvideobalance.h:
19586           Implement lookup-tables. +/- 10x faster.
19587
19588 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19589
19590         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19591         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19592           The index reading was broken. The rest worked fine, but the whole
19593           goal of my rewrite was to make avidemux readable, and this was
19594           not at all readable. Please use typed variables.
19595
19596 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19597
19598         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19599           Additional pad usability check.
19600         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
19601         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
19602         (gst_mp1videoparse_real_chain):
19603           Fix MPEG video stream parsing. The original plugin had several
19604           issues, including not timestamping streams where the source was
19605           not timestamped (this happens with PTS values in mpeg system
19606           streams, but MPEG video is also a valid stream on its own so
19607           that needs timestamps too). We use the display time code for that
19608           for now. Also, if one incoming buffer contains multiple valid
19609           frames, we push them all on correctly now, including proper EOS
19610           handling. Lastly, several potential segfaults were fixed, and we
19611           properly sync on new sequence/gop headers to include them in next,
19612           not previous frames (since they're header for the next frame, not
19613           the previous). Also see #119206.
19614         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
19615         (bpf_from_header):
19616           Move caps setting so we only do it after finding several valid
19617           MPEG-1 fraes sequentially, not right after the first one (which
19618           might be coincidental).
19619         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
19620         (mpeg_video_type_find), (mpeg_video_stream_type_find),
19621         (plugin_init):
19622           Add unsynced MPEG video stream typefinding, and change some
19623           probability values so we detect streams rightly. The idea is as
19624           follows: I can have an unsynced system stream which contains
19625           video. In the current code, I would randomly get a type for either
19626           system or video stream type found, because the probabilities are
19627           being calculated rather randomly. I now use fixed values, so we
19628           always prefer system stream if that was found (and that is how it
19629           should be). If no system stream was found, we can still identity                the stream as video-only.
19630
19631 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19632
19633         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
19634         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
19635           don't write to buffer. Extract data without the need of
19636           __attribute__ ((packed))
19637
19638 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19639
19640         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
19641         (mpeg1_sys_type_find):
19642           Fix MPEG-1 stream typefinding.
19643
19644 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19645
19646         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
19647           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
19648
19649 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19650
19651         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
19652         * ext/esd/gstesd.c: (plugin_init):
19653           private debugging, better error reporting
19654
19655 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19656
19657         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
19658         (gst_riff_read_init), (gst_riff_read_change_state):
19659         * gst-libs/gst/riff/riff-read.h:
19660           Remove stuff fromold metadata system.
19661
19662 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19663
19664         * ext/ogg/gstoggdemux.c:
19665           Fix wrong file comment.
19666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
19667         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
19668           Add metadata reading properly.
19669
19670 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19671
19672         * ext/Makefile.am:
19673           Fix nas DIST_SUBDIRS
19674           Uraeus:
19675           Fix bug where make distcheck doesn't get run on adding stuff to
19676           the build.
19677
19678 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19679
19680         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
19681         * ext/divx/gstdivxdec.h:
19682           Fix divx3 ("msmpeg4") playback using divxdec.
19683
19684 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19685
19686         * gst/typefind/gsttypefindfunctions.c:
19687         (mp3_type_frame_length_from_header): fix bug in length computation
19688         (mp3_type_find): improve debugging output
19689
19690 2004-01-23  Julien MOUTTE  <julien@moutte.net>
19691
19692         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
19693         (gst_play_set_location), (gst_play_seek_to_time),
19694         (gst_play_set_audio_sink), (gst_play_set_visualization),
19695         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
19696         the pipeline from scratch. Visualization is back and switch went out as
19697         i realized it was not possible to use the way i wanted.
19698         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
19699         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
19700         clearing in state change from READY to NULL. So that one can clean the
19701         X ressources keeping the element.
19702         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
19703         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
19704         (gst_xvimagesink_colorbalance_set_value),
19705         (gst_xvimagesink_colorbalance_get_value),
19706         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
19707         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
19708         change from READY to NULL and fixed some stupid bugs in colorbalance
19709         get/set values. Also added the following feature : when nobody tries to
19710         set some values to the colorbalance levels before the xcontext is
19711         grabbed, then when creating channels list from Xv attributes we set the
19712         internal values to the Xv defaults. This way we handle buggy Xv drivers
19713         that set default hue values far from the middle of the range (Thanks
19714         to Jon Trowbridge for pointing that issue).
19715         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
19716         colorbalance levels have been set before xcontext is grabbed.
19717
19718 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19719
19720         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
19721           Fix the ossmixer case where we shouldn't open /dev/dsp* because
19722           it might block operations (which is bad for a mixer).
19723
19724 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19725
19726         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
19727         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
19728         (gmip_find_type_pre):
19729         * gst-libs/gst/media-info/media-info-priv.h:
19730         * gst-libs/gst/media-info/media-info.c:
19731         (gst_media_info_instance_init), (gst_media_info_read_idler):
19732         add fakesink to get caps on decoder src pad again
19733         fix callback prototype to match new have_type signal signature
19734
19735 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19736
19737         * gst/adder/gstadder.c: (gst_adder_link):
19738           fix non-compile and cut-n-paste code
19739
19740 2004-01-21  David Schleef  <ds@schleef.org>
19741
19742         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
19743         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
19744         (gst_swfdec_init), (gst_swfdec_change_state):
19745         * ext/swfdec/gstswfdec.h:
19746         Fix negotiation.
19747         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
19748         (gst_adder_request_new_pad): Fix negotiation.
19749         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
19750         Add a fixate function.
19751         * gst/intfloat/gstfloat2int.c:
19752         * gst/intfloat/gstfloat2int.h:
19753         * gst/intfloat/gstint2float.c:
19754         * gst/intfloat/gstint2float.h:
19755         Completely rewrite the negotiation.  Doesn't quite work yet,
19756         due to some buffer-frames problem.
19757
19758 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19759
19760         * ext/gnomevfs/gstgnomevfssrc.c:
19761         * sys/v4l2/v4l2_calls.h:
19762           fix includes for distcheck
19763
19764 2004-01-21  Christian Schaller <uraeus@gnome.org>
19765
19766         * ext/nas/
19767         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
19768         based on earlier patch from Laurent Vivier
19769
19770 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
19771
19772         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
19773         Fix wma caps property
19774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
19775         Fix typo (flags1 and flags2)
19776
19777 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19778
19779         * gst-libs/gst/media-info/media-info-priv.c:
19780         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
19781         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
19782         (gmip_find_stream), (gmip_find_track_metadata),
19783         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
19784         (gmip_find_track_format):
19785         * gst-libs/gst/media-info/media-info-priv.h:
19786         * gst-libs/gst/media-info/media-info-test.c: (main):
19787         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
19788         (gst_media_info_read_idler), (gst_media_info_read):
19789         * gst-libs/gst/media-info/media-info.h:
19790           register debugging category and use it for debugging
19791
19792 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19793
19794         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
19795         (gst_vorbisfile_new_link):
19796           signal streaminfo through tags
19797
19798 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19799
19800         * ext/mplex/gstmplex.cc:
19801         * ext/mplex/gstmplexibitstream.cc:
19802           g++ doesn't like NULL in our i18n/error macros, should be
19803           either (NULL) or ("").
19804
19805 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19806
19807         * sys/dxr3/dxr3audiosink.c:
19808         * sys/dxr3/dxr3init.c:
19809         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
19810         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
19811           Fix more error error error errors (missing includes here).
19812
19813 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19814
19815         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19816           fix thomas' error errors.
19817
19818 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19819
19820         * ext/mpeg2enc/gstmpeg2enc.cc:
19821           fix error errors.
19822
19823 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
19824
19825         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19826         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19827           Fix for new error system.
19828
19829 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
19830
19831         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
19832           fix for new error reporting
19833
19834 2004-01-20  David Schleef  <ds@schleef.org>
19835
19836         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
19837         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
19838         (gst_ximagesink_set_xwindow_id): Change to using a framerate
19839         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
19840         and neither is 100+, most likely.
19841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19842         (gst_xvimagesink_getcaps): same
19843
19844 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19845
19846         * configure.ac:
19847           Up version requirement to 2.0.3 (not yet released) to avoid symbol
19848           clashes with ffmpeg.
19849
19850 2004-01-20  Julien MOUTTE  <julien@moutte.net>
19851
19852         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
19853         (gst_switch_init): Fixed switch element : proxying link and setting
19854         caps from src to sink on request.
19855
19856 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19857
19858         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
19859         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
19860         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
19861         fix element_error
19862
19863 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19864
19865         * sys/v4l/v4l_calls.h:
19866         * sys/v4l2/v4l2_calls.h:
19867           element_error fixes
19868
19869 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19870
19871         * gst-libs/gst/gst-i18n-plugin.h:
19872           add locale.h
19873           remove config.h inclusion
19874
19875 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19876
19877         * autogen.sh:
19878           adding autopoint invocation
19879         * Makefile.am:
19880         * configure.ac:
19881         * gst-libs/gst/gettext.h:
19882           adding gettext bits
19883         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
19884         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
19885         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
19886         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19887         (gst_gnomevfssink_close_file):
19888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
19889         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
19890         * gst-libs/gst/gst-i18n-plugin.h:
19891         * gst/avi/gstavi.c: (plugin_init):
19892         * sys/dxr3/dxr3init.c: (plugin_init):
19893         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
19894         * sys/oss/gstossaudio.c: (plugin_init):
19895         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
19896         * sys/v4l/gstv4l.c: (plugin_init):
19897         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19898         * sys/v4l2/gstv4l2.c: (plugin_init):
19899         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19900         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
19901         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
19902         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
19903         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
19904         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
19905           make sure locale and translation domain are set
19906           fix translated strings
19907         * po/.cvsignore:
19908         * po/LINGUAS:
19909         * po/Makevars:
19910         * po/POTFILES.in:
19911         * po/nl.po:
19912           put translation files into place
19913         * sys/xvideo/imagetest.c: (main):
19914         * ext/dv/demo-play.c: (main):
19915           fix unnecessary translations
19916
19917 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19918
19919         * ext/sndfile/gstsf.c:
19920         * gst/avi/gstavimux.c:
19921         * ext/audiofile/gstafsink.c:
19922         * ext/audiofile/gstafsrc.c:
19923         * ext/gnomevfs/gstgnomevfssink.c:
19924         * ext/gnomevfs/gstgnomevfssrc.c:
19925         * sys/oss/gstosselement.c:
19926         * sys/v4l/v4l_calls.h:
19927           fix i18n include
19928
19929 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19930
19931         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
19932         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
19933         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
19934         (gst_v4l2_get_output), (gst_v4l2_set_output),
19935         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
19936         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
19937         (gst_v4l2_set_attribute):
19938         update to new error handling
19939
19940 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19941
19942         * ext/sidplay/gstsiddec.cc:
19943         * gst/modplug/gstmodplug.cc:
19944           parenthese NULL because C++ seems angry about it
19945
19946 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
19947
19948         * gst-libs/gst/gst-i18n-plugin.h:
19949           add skeleton i18n stuff, but needs to be further implemented
19950
19951 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
19952
19953         * examples/gstplay/player.c: (main):
19954         * ext/aalib/gstaasink.c: (gst_aasink_open):
19955         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
19956         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19957         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
19958         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
19959         (gst_afsink_close_file):
19960         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
19961         (gst_afsrc_close_file):
19962         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
19963         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
19964         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
19965         * ext/esd/esdmon.c: (gst_esdmon_get):
19966         * ext/esd/esdsink.c: (gst_esdsink_chain):
19967         * ext/faac/gstfaac.c: (gst_faac_chain):
19968         * ext/faad/gstfaad.c: (gst_faad_chain):
19969         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
19970         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
19971         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
19972         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
19973         (gst_flacdec_loop):
19974         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
19975         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
19976         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
19977         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
19978         (gst_gnomevfssink_close_file):
19979         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
19980         (gst_gnomevfssrc_open_file):
19981         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
19982         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
19983         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
19984         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
19985         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
19986         * ext/mad/gstmad.c: (gst_mad_chain):
19987         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
19988         * ext/mpeg2dec/gstmpeg2dec.c:
19989         * ext/mpeg2enc/gstmpeg2enc.cc:
19990         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
19991         * ext/mplex/gstmplex.cc:
19992         * ext/mplex/gstmplexibitstream.cc:
19993         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
19994         (gst_ogg_demux_push), (gst_ogg_pad_push):
19995         * ext/raw1394/gstdv1394src.c:
19996         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
19997         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
19998         * ext/sidplay/gstsiddec.cc:
19999         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
20000         (gst_sf_loop):
20001         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
20002         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
20003         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
20004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
20005         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
20006         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
20007         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
20008         * gst-libs/gst/Makefile.am:
20009         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
20010         (gst_riff_read_element_data), (gst_riff_read_seek),
20011         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
20012         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
20013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
20014         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
20015         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
20016         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
20017         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
20018         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20019         * gst/goom/gstgoom.c: (gst_goom_chain):
20020         * gst/id3/gstid3types.c: (gst_id3types_loop):
20021         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
20022         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
20023         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
20024         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
20025         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
20026         (gst_ebml_read_float), (gst_ebml_read_header):
20027         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
20028         (gst_matroska_demux_parse_blockgroup):
20029         * gst/modplug/gstmodplug.cc:
20030         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
20031         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
20032         * gst/oneton/gstoneton.c: (gst_oneton_chain):
20033         * gst/silence/gstsilence.c: (gst_silence_get):
20034         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20035         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
20036         * gst/speed/gstspeed.c: (speed_loop):
20037         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20038         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20039         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
20040         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
20041         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
20042         (gst_wavparse_loop):
20043         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
20044         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
20045         (dxr3audiosink_close):
20046         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
20047         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
20048         (dxr3videosink_close), (dxr3videosink_write_data):
20049         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
20050         * sys/oss/gstosselement.h:
20051         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
20052         (gst_osssink_chain):
20053         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20054         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20055         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
20056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
20057         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
20058         (gst_v4l_enable_overlay):
20059         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
20060         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
20061         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
20062         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
20063         (gst_v4l_set_audio):
20064         * sys/v4l/v4l_calls.h:
20065         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
20066         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
20067         (gst_v4lmjpegsink_playback_init),
20068         (gst_v4lmjpegsink_playback_start):
20069         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
20070         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
20071         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
20072         (gst_v4lmjpegsrc_requeue_frame):
20073         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
20074         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
20075         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
20076         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
20077         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
20078         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
20079         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
20080         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
20081         (gst_v4l2src_capture_stop):
20082         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
20083         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20084         (gst_ximagesink_chain):
20085         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
20086         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
20087         (gst_xvideosink_xwindow_new):
20088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20089         (gst_xvimagesink_chain):
20090         use new error signal, function and categories
20091
20092 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
20093
20094         * configure.ac:
20095         * ext/Makefile.am:
20096         * ext/musicbrainz/gsttrm.c:
20097         * ext/musicbrainz/gsttrm.h:
20098         * ext/musicbrainz/Makefile.am:
20099         Add a trm plugin
20100
20101 2004-01-18  Julien MOUTTE  <julien@moutte.net>
20102
20103         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
20104         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
20105         synchronous property for debugging.
20106         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
20107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20108         (gst_xvimagesink_set_property): Moving a pointer declaration to a
20109         smaller block, fixing indent.
20110
20111 2004-01-16  David Schleef  <ds@schleef.org>
20112
20113         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
20114         property affects the video stream.
20115         * sys/xvimage/xvimagesink.c:
20116         * sys/xvimage/xvimagesink.h:
20117         Add synchronous property for debugging.  Should probably be
20118         disabled in non-CVS builds.  Make sure that the Xv attribute
20119         exists before we set it (crash!).  Fix a silly float bug that
20120         caused colorbalance to just not work.
20121
20122 2004-01-17  Christian Schaller <Uraeus@gnome.org>
20123
20124         * tools/gst-launch-ext.in - update for new plugins
20125
20126 2004-01-16  David Schleef  <ds@schleef.org>
20127
20128         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
20129         already-freed caps.
20130
20131 2994-01-16  Christian Schaller <Uraeus@gnome.org>
20132
20133         * Update spec for new colorspace plugin and libcaca plugin
20134         * Fix compilation of libcaca plugin (clock -> id)
20135
20136 2004-01-16  Julien MOUTTE <julien@moutte.net>
20137
20138         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
20139         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
20140         (gst_xvimagesink_set_xwindow_id),
20141         (gst_xvimagesink_colorbalance_set_value),
20142         (gst_xvimagesink_colorbalance_get_value),
20143         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20144         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
20145         correct colorbalance properties. They can now be set when the element
20146         is still in NULL state. The values will be committed to the Xv Port
20147         when xcontext is initialized.
20148         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
20149         brightness int values in the GstXvImagesink structure.
20150
20151 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20152
20153         * gst-libs/gst/Makefile.am:
20154           restructure so having local patches works easier.
20155
20156 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20157
20158         * ext/mpeg2enc/Makefile.am:
20159         * ext/mpeg2enc/gstmpeg2enc.cc:
20160         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
20161           Bugfix with respect to EOS handling.
20162
20163 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20164
20165         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20166           Link with right caps (else, it segfaults).
20167         * ext/mplex/gstmplexjob.cc:
20168           Fix for slight API change in 1.6.1.93 release of mjpegtools.
20169
20170 2004-01-15  David Schleef  <ds@schleef.org>
20171
20172         * gst-libs/gst/audio/Makefile.am:
20173         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
20174         from the template.
20175         * gst-libs/gst/audio/gstaudiofilter.c:
20176         * gst-libs/gst/audio/gstaudiofilter.h:
20177         Add bytes_per_sample and size and n_samples calculation.
20178         * gst-libs/gst/audio/gstaudiofilterexample.c:
20179         Remove, now autogenerated.
20180         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20181         Moved from gstaudiofilterexample, object name changed, code added
20182         so that it actually works.
20183         * gst-libs/gst/audio/make_filter:
20184         Script to build an audiofilter subclass from the template.
20185         * gst/colorspace/Makefile.am:
20186         * gst/colorspace/yuv2yuv.c:
20187         Remove file, since it's GPL, and we don't use it.
20188
20189 2004-01-15  Julien MOUTTE  <julien@moutte.net>
20190
20191         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
20193         them use the buffer free function to test how the buffer was allocated.
20194
20195 2004-01-15  David Schleef  <ds@schleef.org>
20196
20197         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
20198         that handles osssink fallback.
20199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
20200         (gst_audio_convert_getcaps):
20201         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
20202         Add audio/x-qdm2 for QDM2 audio.
20203         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
20204         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
20205         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
20206         Decrease minimum size to 16x16.
20207         * gst/wavparse/gstwavparse.c:
20208         Convert disabled pad template caps to new caps.
20209         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20210         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20211         (gst_xvimagesink_chain): Throw element error when display cannot
20212         be opened.  Increase minimum framerate to 1.0.  Check the data
20213         free function on a buffer to make sure it is the type we expect
20214         before manipulating it.
20215
20216 2004-01-15  Julien MOUTTE <julien@moutte.net>
20217
20218         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20219         (gst_videobalance_colorbalance_set_value): Implement passthru if
20220         settings are in the middle.
20221         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
20222
20223 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20224
20225         * gst/videofilter/Makefile.am:
20226         * gst/volume/Makefile.am:
20227           Since we use videofilter symbols, link to it.
20228
20229 2004-01-15  Julien MOUTTE <julien@moutte.net>
20230
20231         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
20232         mixer interface type to HARDWARE.
20233         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
20234         type to SOFTWARE.
20235         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
20236         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
20237         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
20238         (gst_volume_interface_init), (gst_volume_list_tracks),
20239         (gst_volume_set_volume), (gst_volume_get_volume),
20240         (gst_volume_set_mute), (gst_volume_mixer_init),
20241         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
20242         (volume_init): Implementing mixer interface.
20243         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
20244         * sys/oss/gstosselement.c: (gst_osselement_get_type),
20245         (gst_osselement_change_state): Removing some trailing commas in
20246         structures.
20247         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
20248         interface type to HARDWARE.
20249         * sys/v4l/gstv4lcolorbalance.c:
20250         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
20251         type to HARDWARE.
20252         * sys/v4l2/gstv4l2colorbalance.c:
20253         (gst_v4l2_color_balance_interface_init): Setting colorbalance
20254         interface type to HARDWARE.
20255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
20256         same code than ximagesink for event handling.
20257
20258 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/snapshot/Makefile.am:
20261         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
20262         (gst_snapshot_chain):
20263         * ext/snapshot/gstsnapshot.h:
20264           This has to be a joke... Snapshot should be connected to a tee,
20265           colorspace element before it and EOS after that, where the other
20266           src of the tee receives normal data.
20267           The current way is *wrong*.
20268
20269 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * ext/hermes/gsthermescolorspace.c:
20272           Fix another compile error. Same as below.
20273
20274 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * gst/colorspace/gstcolorspace.c:
20277         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
20278         (gst_colorspace_i420_to_yv12):
20279           Fix compiling... Didn't test if it actually works.
20280
20281 2004-01-15  David Schleef  <ds@schleef.org>
20282
20283         * configure.ac:
20284         * gst/colorspace/Makefile.am:
20285         * gst/colorspace/gstcolorspace.c:
20286         * gst/colorspace/gstcolorspace.h:
20287         * gst/colorspace/yuv2rgb.c:
20288         * gst/colorspace/yuv2rgb.h:
20289         Duplicate the ext/hermes colorspace plugin, and remove Hermes
20290         code and GPL code.  Fix for new caps negotiation.  Rewrite
20291         much of the format handling code, and some of the conversion
20292         code.  Basically, rewrote almost everything.  This element
20293         handles I420, YV12 to RGB conversions.
20294         * ext/hermes/Makefile.am:
20295         * ext/hermes/gsthermescolorspace.c:
20296         Rename colorspace to hermescolorspace.  Fix negotiation issues.
20297         Remove non-Hermes related code.  This element handles lots of
20298         RGB to RGB conversions, but no YUV.
20299         * ext/hermes/gstcolorspace.c:
20300         * ext/hermes/gstcolorspace.h:
20301         * ext/hermes/rgb2yuv.c:
20302         * ext/hermes/yuv2rgb.c:
20303         * ext/hermes/yuv2rgb.h:
20304         * ext/hermes/yuv2rgb_mmx16.s:
20305         * ext/hermes/yuv2yuv.c:
20306         * ext/hermes/yuv2yuv.h:
20307         Remove old code.
20308
20309 2004-01-14  Colin Walters  <walters@verbum.org>
20310
20311         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
20312         they've already been.
20313
20314 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20315
20316         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
20317           assume tag mode when pad is not connected
20318
20319 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20320
20321         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20322           Don't update the time of the clock
20323         (gst_alsa_sink_loop):
20324           sync to the clock given to alsasink, not the own clock
20325         * sys/oss/gstosssink.c: (gst_osssink_chain):
20326           sync to the clock
20327         (gst_osssink_change_state):
20328           activate the clock
20329         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20330         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20331           remove bogus code that made DISCONT events unhandled
20332         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
20333           explicitly case to double in _set_simple. (fixes 2nd warning in bug
20334           #131502)
20335         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
20336         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
20337         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
20338           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
20339           2nd warning in bug #131502)
20340
20341 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20342
20343         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
20344         (gst_videobalance_colorbalance_set_value),
20345         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
20346         for colorbalance interface implementation.
20347         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
20348         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20349         (gst_ximagesink_dispose), (gst_ximagesink_init),
20350         (gst_ximagesink_class_init): Adding DISPLAY property.
20351         * sys/ximage/ximagesink.h: Adding display_name to store display.
20352         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20353         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
20354         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
20355         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
20356         properties (they still need polishing though for gst-launch use : no
20357         xcontext yet, i ll do that tomorrow).
20358         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
20359
20360 2004-01-14  Julien MOUTTE  <julien@moutte.net>
20361
20362         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
20363         (gst_play_set_location), (gst_play_set_visualization): Preparing
20364         switch integration, adding videobalance in the pipeline.
20365
20366 2004-01-14  Julien MOUTTE <julien@moutte.net>
20367
20368         * gst-libs/gst/colorbalance/colorbalance.c:
20369         (gst_color_balance_class_init): Adding a default type.
20370         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
20371         the type.
20372         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
20373         (gst_videobalance_dispose), (gst_videobalance_class_init),
20374         (gst_videobalance_init), (gst_videobalance_interface_supported),
20375         (gst_videobalance_interface_init),
20376         (gst_videobalance_colorbalance_list_channels),
20377         (gst_videobalance_colorbalance_set_value),
20378         (gst_videobalance_colorbalance_get_value),
20379         (gst_videobalance_colorbalance_init): Implementing colorbalance
20380         interface.
20381         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
20382         list.
20383         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
20384         bug which was triggering a BadAccess X error when setting an overlay
20385         before pad was really negotiated.
20386         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
20387         Using the colorbalance type macro.
20388
20389 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20390
20391         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
20392         (gst_flacenc_chain):
20393           handle tags correctly
20394         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20395           extract ID3v1 tags correctly
20396
20397 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20398
20399         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
20400         (plugin_init):
20401           Improve matroska typefinding for odd-typed headers...
20402
20403 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20404
20405         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
20406           Fix for using incremental number on padnames.
20407
20408 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20409
20410         * ext/divx/gstdivxdec.c:
20411         * ext/divx/gstdivxenc.c:
20412           Set category to divx4linux instead of divx (too generic).
20413         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
20414         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
20415         (gst_wavparse_loop), (gst_wavparse_change_state):
20416         * gst/wavparse/gstwavparse.h:
20417           fix parsing of WAV files with non-standard fmt-tag size and fix
20418           skipping of unrecognized chunks... Someone please fix this thing
20419           to use rifflib so all this is automated.
20420         * sys/v4l/Makefile.am:
20421         * sys/v4l2/Makefile.am:
20422           Add X_CFLAGS because we depend on X (for overlay).
20423
20424 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
20425
20426         * ext/mpeg2dec/gstmpeg2dec.c:
20427           Don't issue a timestamp unless we tagged the frame
20428           with a PTS.
20429
20430 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20431
20432         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
20433           Query the audio element to get the time, not the clock. We're
20434           interested in the element's time here.
20435
20436 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20437
20438         * ext/aalib/gstaasink.c: (gst_aasink_chain):
20439         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
20440         * ext/esd/esdsink.c: (gst_esdsink_chain):
20441         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
20442         * ext/mas/massink.c: (gst_massink_chain):
20443         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
20444         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
20445         (gst_matroska_demux_parse_metadata):
20446         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
20447         (gst_mpeg_parse_release_locks):
20448         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
20449         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
20450         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20451         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
20452         (gst_osssink_change_state):
20453         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
20454         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20455         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
20456         (gst_xvideosink_release_locks):
20457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
20458           use element time.
20459         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
20460         (gst_alsa_clock_stop):
20461         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
20462         (gst_audio_clock_get_internal_time):
20463           simplify for use with new clocking code.
20464         * testsuite/alsa/Makefile.am:
20465         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
20466           fix testsuite for new caps system
20467
20468 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20469
20470         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20471         * ext/flac/gstflacenc.c: (add_one_tag):
20472           length is already host endian, no need to convert. Fixes playback of
20473           tagged files on PPC. (bug #128384)
20474
20475 2004-01-13  Julien MOUTTE <julien@moutte.net>
20476
20477         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
20478         colorbalance interface stating if it is hardware based or software
20479         based.
20480         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
20481         Removing a trailing comma.
20482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20483         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
20484         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
20485         the documentation seems to be wrong on the -1000 to 1000 interval.
20486
20487 2004-01-12  David Schleef  <ds@schleef.org>
20488
20489         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
20490         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
20491         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
20492         Fix negotiation.  Add a bufferalloc function for the sink pad,
20493         and generally clean up some of the code.
20494
20495 2004-01-12  Julien MOUTTE <julien@moutte.net>
20496
20497         * gst-libs/gst/colorbalance/colorbalancechannel.c:
20498         (gst_color_balance_channel_dispose): Adding safety check in dispose
20499         method.
20500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
20501         (gst_xvimagesink_xcontext_clear),
20502         (gst_xvimagesink_interface_supported),
20503         (gst_xvimagesink_colorbalance_list_channels),
20504         (gst_xvimagesink_colorbalance_set_value),
20505         (gst_xvimagesink_colorbalance_get_value),
20506         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
20507         Adding colorbalance interface support to set XV parameters such as
20508         HUE, BRIGHTNESS, CONTRAST, SATURATION.
20509         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
20510         interface.
20511
20512 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20513
20514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
20515         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
20516         (gst_audio_convert_init), (gst_audio_convert_set_property),
20517         (gst_audio_convert_get_property), (gst_audio_convert_chain),
20518         (gst_audio_convert_link),
20519         (gst_audio_convert_buffer_to_default_format),
20520         (gst_audio_convert_buffer_from_default_format), (plugin_init):
20521           - implement _getcaps and use it
20522           - improve linking
20523           - remove float caps since no float conversion is actually done
20524           - remove properties and arguments that were to be used for rate
20525             conversion
20526
20527 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20528
20529         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
20530         (gst_audio_structure_set_int):
20531         * gst-libs/gst/audio/audio.h:
20532           add helper functions for _getcaps matching the standard audio
20533           templates
20534
20535 2004-01-12  David Schleef  <ds@schleef.org>
20536
20537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
20538         Test that pad is negotiated before getting its caps.
20539
20540 2004-01-12  Julien MOUTTE <julien@moutte.net>
20541
20542         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
20543         analyzing the pads of an element the bin is mostly in READY state so
20544         no caps were negotiated. This helper function needs to work with
20545         _get_caps directly then. I was not freeing them though, added that to
20546         fix the mem leak.
20547
20548 2004-01-12  Julien MOUTTE <julien@moutte.net>
20549
20550         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
20551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
20552         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
20553         than the free_func.
20554
20555 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
20556
20557         * sys/oss/gstossaudio.c: (plugin_init):
20558         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
20559         * sys/oss/gstosselement.h:
20560           make an oss debugging category
20561           make failure more descriptive
20562
20563 2004-01-11  David Schleef  <ds@schleef.org>
20564
20565         * ext/ffmpeg/gstffmpeg.c:
20566         * ext/ffmpeg/gstffmpegcodecmap.c:
20567         * ext/ffmpeg/gstffmpegdec.c:
20568         * ext/ffmpeg/gstffmpegenc.c:
20569         * ext/ffmpeg/gstffmpegprotocol.c:
20570         * ext/gdk_pixbuf/gstgdkanimation.c:
20571         * ext/jpeg/gstjpeg.c:
20572         * ext/libpng/gstpng.c:
20573         * ext/mpeg2dec/perftest.c:
20574         * ext/speex/gstspeex.c:
20575         * gst-libs/gst/resample/dtos.c:
20576         * gst/intfloat/gstintfloatconvert.c:
20577         * gst/oneton/gstoneton.c:
20578         * gst/rtjpeg/RTjpeg.c:
20579         * gst/rtp/gstrtp.c:
20580         * sys/dxr3/dxr3init.c:
20581         * sys/glsink/gstgl_nvimage.c:
20582         * sys/glsink/gstgl_pdrimage.c:
20583         * sys/glsink/gstglsink.c:
20584         * testsuite/gst-lint:
20585         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
20586
20587 2004-01-11  David Schleef  <ds@schleef.org>
20588
20589         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
20590         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
20591         * ext/gdk_pixbuf/gstgdkanimation.c:
20592         (gst_gdk_animation_iter_create_pixbuf):
20593         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20594         (gst_gdk_pixbuf_chain):
20595         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20596         * ext/jack/gstjack.c: (gst_jack_change_state):
20597         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
20598         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
20599         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
20600         * gst/videofilter/gstvideofilter.c:
20601         (gst_videofilter_set_output_size):
20602         Remove all usage of gst_pad_get_caps(), and replace it with
20603         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
20604
20605 2004-01-11  David Schleef  <ds@schleef.org>
20606
20607         * configure.ac:
20608         * ext/Makefile.am: Fixes to make ext/libcaca compile.
20609         * ext/divx/gstdivxdec.c:
20610         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
20611         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
20612         handle images that span multiple buffers.  Now work with both
20613         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
20614         * ext/gdk_pixbuf/gstgdkpixbuf.h:
20615         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
20616         video/video.h changes
20617         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
20618         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20619         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
20620         of GstData free function.
20621         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20622         same.
20623
20624 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20625
20626         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
20627         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
20628         (gst_v4l2element_get_property):
20629         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
20630           add norm, channel and frequency properties.
20631         * sys/v4l2/gstv4l2tuner.c:
20632           fixes for tuner interface changes
20633         * sys/v4l2/gstv4l2element.h:
20634         * sys/v4l2/gstv4l2src.c:
20635         * sys/v4l2/gstv4l2src.h:
20636         * sys/v4l2/v4l2src_calls.c:
20637         * sys/v4l2/v4l2src_calls.h:
20638           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
20639
20640 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20641
20642         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
20643         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
20644         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
20645         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
20646         * gst-libs/gst/tuner/tuner.h:
20647           GObjects aren't const.
20648           Add find_by_name functions.
20649           Add checks to _changed functions.
20650         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
20651         (gst_v4l_tuner_get_norm):
20652           Fixes for above.
20653
20654 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20655
20656         * gst-libs/gst/video/video.h:
20657           Fix caps template names to be understandable.
20658           Prefix everything with GST_VIDEO.
20659         * ext/aalib/gstaasink.c:
20660         * ext/divx/gstdivxdec.c:
20661         * ext/divx/gstdivxenc.c:
20662         * ext/gdk_pixbuf/gstgdkpixbuf.c:
20663         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
20664         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
20665         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
20666         * ext/libcaca/gstcacasink.c:
20667         * ext/libpng/gstpngenc.c: (raw_caps_factory):
20668         * ext/snapshot/gstsnapshot.c:
20669         * ext/swfdec/gstswfdec.c:
20670         * ext/xvid/gstxviddec.c:
20671         * ext/xvid/gstxvidenc.c:
20672         * gst/chart/gstchart.c:
20673         * gst/deinterlace/gstdeinterlace.c:
20674         * gst/effectv/gsteffectv.c:
20675         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
20676         * gst/goom/gstgoom.c:
20677         * gst/median/gstmedian.c:
20678         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
20679         (gst_monoscope_srcconnect), (gst_monoscope_chain):
20680         * gst/overlay/gstoverlay.c:
20681         * gst/smooth/gstsmooth.c:
20682         * gst/smpte/gstsmpte.c:
20683         * gst/synaesthesia/gstsynaesthesia.c:
20684         * gst/videocrop/gstvideocrop.c:
20685         * gst/videodrop/gstvideodrop.c:
20686         * gst/y4m/gsty4mencode.c:
20687         * sys/qcam/gstqcamsrc.c:
20688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
20689           Make them work with new video.h file.
20690         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20691         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20693         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20694           Make it work with new buffer allocation system.
20695
20696 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20697
20698         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
20699         pad_alloc_buffer implementation to use ->srcpad
20700         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
20701         pad_alloc_buffer implementation to use ->srcpad
20702         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
20703         pad_alloc_buffer implementation to use ->srcpad
20704         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
20705         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
20706         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20707         a reference to everything we need.
20708         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
20709         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
20710         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
20711         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
20712         a reference to everything we need.
20713         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
20714
20715 2004-01-11  David Schleef  <ds@schleef.org>
20716
20717         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
20718         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
20719         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
20720         structure members.
20721         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
20722         value during a resize/renegotiation.
20723         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
20724         gst_pad_alloc_buffer();
20725         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20726         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
20727         structure members.
20728         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
20729         Fix for rename of buffer private structure members.
20730         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20731         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
20732         Fix for rename of buffer private structure members.
20733         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20734         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
20735         Fix for rename of buffer private structure members.
20736
20737 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
20738
20739         reviewed by: David Schleef <ds@schleef.org>
20740
20741         * gst/videofilter/Makefile.am:
20742         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
20743         from the patch by ds to fit in with recent make_filter changes.
20744
20745 2004-01-11  Julien MOUTTE  <julien@moutte.net>
20746
20747         * configure.ac: Adding examples/switch/Makefile
20748         * examples/Makefile.am: Adding examples/switch
20749         * examples/switch/Makefile.am: Adding switcher example.
20750         * examples/switch/switcher.c: (got_eos), (idle_iterate),
20751         (switch_timer), (main): Adding an example demonstrating switch usage
20752         with 2 videotestsrc showing different patterns.
20753         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
20754         (gst_switch_init): Fixing switch with the new caps system.
20755
20756 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20757
20758         * gst-libs/gst/video/video.h:
20759           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
20760           They should probably be like
20761           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
20762
20763 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20764
20765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20766         (qtdemux_parse_trak):
20767           fix audio chunk size/timestamp calculation
20768
20769 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20770
20771         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
20772           fix SVQ3 caps
20773
20774 2004-01-11  Steve Baker  <steve@stevebaker.org>
20775
20776         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
20777         (gst_agingtv_base_init), (gst_agingtv_class_init),
20778         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
20779         (gst_agingtv_set_property), (gst_agingtv_get_property):
20780         Port agingTV to videofilter
20781
20782 2004-01-09  Julien MOUTTE <julien@moutte.net>
20783
20784         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
20785         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20786
20787 2004-01-09  Julien MOUTTE <julien@moutte.net>
20788
20789         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
20790         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20791         * gst-libs/gst/xoverlay/xoverlay.c:
20792         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
20793         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
20794         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20795         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
20796         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
20797         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
20798         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
20799         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
20800         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20801         interface implementation to handle xid being 0 and fix some bugs
20802         triggered by Benjamin's testcase.
20803         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
20804         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
20805         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
20806         the bufferalloc_function to replace bufferpools, fixing the XOverlay
20807         interface implementation to handle xid being 0 and fix some bugs
20808         triggered by Benjamin's testcase.
20809
20810 2004-01-09  David Schleef  <ds@schleef.org>
20811
20812         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
20813         mouse pointer events.  It works.
20814
20815 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20816
20817         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
20818           Use explicit caps - fix capsnego.
20819         * ext/xvid/gstxviddec.c:
20820         * ext/xvid/gstxvidenc.c:
20821           Remove macro-inside-macro which caused compile errors.
20822         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
20823           Error out if it's not a RIFF file. Else we error out without
20824           gst_element_error() which is not good...
20825
20826 2004-01-08  David Schleef  <ds@schleef.org>
20827
20828         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
20829         Fix pad_link function to handle formats that ffmpeg returns
20830         as multiple caps structures.
20831         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
20832         Only complain if source buffer is _smaller_ than expected.
20833         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
20834         (gst_videoscale_handle_src_event): Resize navigation events
20835         when passing them upstream.
20836         * gst/videotestsrc/gstvideotestsrc.c:
20837         * gst/videotestsrc/gstvideotestsrc.h:
20838         * gst/videotestsrc/videotestsrc.c:
20839         * gst/videotestsrc/videotestsrc.h:
20840         Rewrite many of the buffer painting functions to handle odd
20841         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
20842         been verified to work with my video card.
20843         * testsuite/gst-lint:  Add check for elements calling
20844         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
20845
20846 2004-01-08  David Schleef  <ds@schleef.org>
20847
20848         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
20849         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
20850
20851 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20852
20853         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
20854         configure event is not emiting the desired size signal. That fixes
20855         aspect ratio issues with gst-player.
20856
20857 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20858
20859         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
20860           Fix capsnego.
20861
20862 2004-01-08  Julien MOUTTE  <julien@moutte.net>
20863
20864         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
20865         public method to fire size signal.
20866
20867 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20868
20869         * examples/gstplay/Makefile.am: Adding the interface library.
20870         * gst-libs/gst/play/Makefile.am: Adding the interface library.
20871         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
20872         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
20873         GST_IS_X_OVERLAY before signal connect.
20874         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
20875         Removing the have_video_size signal.
20876         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
20877         and associated public method.
20878         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
20879         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
20880         signal.
20881         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
20882         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
20883         signal.
20884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
20885         Using XOverlay public method to fire size signal.
20886
20887 2004-01-07  David Schleef  <ds@schleef.org>
20888
20889         * gst/videofilter/Makefile.am:
20890         * gst/videofilter/gstvideotemplate.c:
20891         * gst/videofilter/make_filter:
20892         Create gstvideoexample.c in a srcdir!=builddir friendly way.
20893         Convert make_filter to /bin/sh script.
20894
20895 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
20896
20897         * gst/modplug/gstmodplug.cc: fix element description
20898
20899 2004-01-07  Julien MOUTTE  <julien@moutte.net>
20900
20901         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
20902         (got_video_size): Adding some new lines in g_print calls.
20903         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
20904         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
20905         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
20906         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
20907         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
20908         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
20909         Complete code review, reverting some stuff i disagree with, adding
20910         some fixes : time synchronization on invalid timestamps, renegotiation
20911         of private window.
20912         * sys/ximage/ximagesink.h:
20913         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
20914         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
20915         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
20916         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
20917         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
20918         (gst_xvimagesink_buffer_new),
20919         (gst_xvimagesink_navigation_send_event),
20920         (gst_xvimagesink_set_xwindow_id),
20921         (gst_xvimagesink_get_desired_size),
20922         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
20923         stuff i disagree with, adding some fixes : Renegotiation of private
20924         window, implementing get_desired_size.
20925
20926 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20927
20928         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
20929         (gst_afsink_handle_event):
20930         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
20931         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
20932         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
20933         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
20934         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
20935           Fix for instantiate-test (see core). Also remove dead code from
20936           jpegenc (which still needs fixing, but that's lower on my TODO
20937           list...).
20938         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20939           Never return NULL as caps.
20940
20941 2004-01-07  David Schleef  <ds@schleef.org>
20942
20943         * configure.ac:
20944         * ext/Makefile.am:
20945         * ext/librfb/Makefile.am:
20946         * ext/librfb/gstrfbsrc.c:
20947         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
20948         is the protocol used by VNC.
20949
20950 2004-01-07  David Schleef  <ds@schleef.org>
20951
20952         * gst/videofilter/gstvideotemplate.c:
20953         * gst/videofilter/gstvideotemplate.h:
20954         * gst/videofilter/make_filter:
20955         Merge videotemplate header into source file.
20956         * gst/effectv/Makefile.am:
20957         * gst/effectv/gsteffectv.c: (plugin_init):
20958         * gst/effectv/gstwarp.c:
20959         Make warpTV a subclass of videofilter.
20960
20961 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20962
20963         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
20964           Add guard against invalid utf-8 conversions in mad. Just in case.
20965
20966 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20967
20968         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
20969           Fix for bug shown by poisoning
20970
20971 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
20972
20973         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
20974         (gst_v4lmjpegsrc_buffer_free):
20975         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20976         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
20977         (gst_v4lsrc_buffer_free):
20978           Fix for removed bufferpools.
20979
20980 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
20981
20982         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
20983         Fix caps negotiation.
20984
20985         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
20986         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
20987         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
20988         (dvdnavsrc_event):
20989         * ext/mpeg2dec/gstmpeg2dec.c:
20990         * gst-libs/gst/navigation/navigation.c:
20991         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
20992         * gst-libs/gst/navigation/navigation.h:
20993         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
20994         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
20995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
20996         Super-simple first version of mouse and keyboard events. Clicking
20997         on a DVD menu now works, although it may not take you where you
20998         expected.
20999
21000         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21001         * gst/videotestsrc/gstvideotestsrc.c:
21002         (gst_videotestsrc_src_fixate):
21003         These fixate functions were broken - they never actually
21004         fixated :)
21005
21006 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21007
21008         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
21009         (gst_icecastsend_init):
21010           fix for new caps system.
21011         * gst-libs/gst/mixer/mixertrack.h:
21012         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
21013           Add 'master track' flag (for tools like ACME that only want to
21014           change the main volume).
21015
21016 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
21017
21018         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
21019         (gst_xvid_csp_to_caps):
21020         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
21021         * ext/xvid/gstxvidenc.c:
21022         ifdef out ARGB type when it isn't available
21023         in xvidcore 1.0.0beta2
21024
21025 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21026
21027         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
21028           When we have received a new SCR right in the first buffer after
21029           a seek (so in the same cycle that handles the discont), we should
21030           handle the buffer instead of unreffing it, else we lose data.
21031
21032 2004-01-06  Iain <iain@prettypeople.org>
21033
21034         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
21035           buffer-frames caps too.
21036
21037         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
21038           caps that we need, don't destroy them all and rebuild them. And when
21039           creating src pads, use the src pad template rather than the sink...
21040
21041 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21042
21043         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
21044           Add pad to element *after* setting functions such as event handler.
21045           Without this, the scheduler (opt) will link pads, set the event
21046           handler from the default event function (dispatcher in gstpad.c)
21047           and *after* that, we will set our own event function, which will
21048           thus never be used (and thus mpegdemux doesn't handle events).
21049
21050 2004-01-04  David Schleef  <ds@schleef.org>
21051
21052         Fix the fixate functions to handle new prototype:
21053         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
21054         * gst/videotestsrc/gstvideotestsrc.c:
21055         (gst_videotestsrc_src_fixate):
21056         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
21057         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
21058         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
21059
21060 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21061
21062         * sys/ximage/ximagesink.h:
21063         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
21064         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
21065         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
21066         (gst_ximagesink_xoverlay_init):
21067           assorted fixes to make (re)embedding work
21068         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
21069         (gst_ximagesink_get_desired_size):
21070           implement desired size additions to XOverlay
21071
21072 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21073
21074         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
21075         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
21076         (gst_x_overlay_got_desired_size):
21077         * gst-libs/gst/xoverlay/xoverlay.h:
21078           Add optional "desired size" signal and querying.
21079
21080 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21081
21082         * gst/matroska/matroska-demux.c:
21083         (gst_matroska_demux_parse_blockgroup):
21084           Fix EBML-laced block parsing. Diffs are relative to previous
21085           lace, not the first lace. Thanks to Mosu from the Matroska
21086           team for detecting this.
21087         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21088         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
21089         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
21090         (gst_wavparse_change_state):
21091         * gst/wavparse/gstwavparse.h:
21092           Quickfix for capsnego.
21093
21094 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21095
21096         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
21097           Fix indenting, fix pad creation.
21098
21099 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21100
21101         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
21102         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
21103         (gst_xviddec_sink_link):
21104           Implement src_getcaps() so proper size caps is negotiated.
21105
21106 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21107
21108         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
21109           Finish flac decoder on EOS. See #116178.
21110
21111 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21112
21113         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
21114         (gst_matroska_demux_add_stream):
21115         * gst/matroska/matroska-ids.h:
21116           Add getcaps() function to fix capsnego...
21117
21118 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21119
21120         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21121         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
21122         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21123           Fix more integer overflows. Again, see #126967.
21124
21125 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21126
21127         * ext/mpeg2dec/gstmpeg2dec.c:
21128           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
21129           #130416.
21130
21131 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * configure.ac:
21134         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
21135         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
21136         * ext/xvid/gstxvid.h:
21137         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
21138         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
21139         (gst_xviddec_src_link), (gst_xviddec_sink_link),
21140         (gst_xviddec_change_state):
21141         * ext/xvid/gstxviddec.h:
21142         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
21143         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
21144         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
21145         (gst_xvidenc_link), (gst_xvidenc_set_property),
21146         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
21147         * ext/xvid/gstxvidenc.h:
21148           Update xvid plugin to latest xvid (1.0.0-beta3) API.
21149
21150 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21151
21152         * gst/rtp/rtp-packet.c:
21153           Add sys/types.h include, since OS X doesn't define in_addr_t
21154           in netinet/in.h, like it does on Linux (see #129600).
21155
21156 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
21157
21158         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
21159
21160         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
21161           Correct logic of dispose function (see #129306).
21162
21163 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21164
21165         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
21166         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21167         (gst_mpeg_parse_init):
21168         * gst/mpegstream/gstmpegparse.h:
21169           Remove clock (which was never provided, i.e. dead code), and
21170           also fix integer overflows at high PTS values (see #126967).
21171
21172 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21173
21174         * ext/flac/gstflacdec.c:
21175         * ext/libpng/gstpngenc.h:
21176         * ext/mikmod/gstmikmod.h:
21177           OS X fixes (see #126628).
21178
21179 2004-01-02  David Schleef  <ds@schleef.org>
21180
21181         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
21182         (gst_alsa_src_base_init): Remove bogus "src" request pad.
21183         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
21184         (gst_mpeg_parse_class_init): Move pad template registration
21185         to class_init, since the derived class (mpegdemux) doesn't
21186         want them.
21187
21188 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21189
21190         * sys/ximage/Makefile.am:
21191         * sys/xvideo/Makefile.am:
21192         * sys/xvimage/Makefile.am:
21193           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
21194           after installation (see #127664).
21195
21196 2004-01-02  David Schleef  <ds@schleef.org>
21197
21198         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
21199         (gst_ffmpegenc_connect):  Negotiation fixes.
21200         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
21201         Remove inappropriate gst_caps_free().
21202         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21203         Reenable Ronald's internal resize code, since the core handles
21204         it correctly now.
21205
21206 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21207
21208         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21209         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
21211           Fix pad template stuff.
21212
21213 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21214
21215         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
21216         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
21217           fix signed integer reading/writing.
21218
21219 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21220
21221         * ext/alsa/README:
21222           Remove outdated document
21223
21224 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
21225
21226         * gst/cutter/gstcutter.c: (gst_cutter_init):
21227           src pad was being created twice - oops.
21228
21229 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21230
21231         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21232           Comment out internal resize. It doesn't handle the resulting
21233           XEvent internally, does another try_set_caps() which leads to
21234           a really nice loop.
21235           Real fix will come when Julien and Dave are awake. ;).
21236
21237 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21238
21239         * ext/mpeg2enc/gstmpeg2enc.cc:
21240           fix const/nonconst compile issue.
21241
21242 2004-01-02  David Schleef  <ds@schleef.org>
21243
21244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
21245         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
21246         Add fixate function and a check for bad formats.
21247
21248 2004-01-01  David Schleef  <ds@schleef.org>
21249
21250         Negotiation fixes:
21251         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
21252         (gst_audiofilter_init):
21253         * gst/debug/efence.c: (gst_efence_init):
21254         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
21255         (gst_deinterlace_init):
21256         * gst/volume/gstvolume.c: (volume_connect):
21257
21258 2004-01-01  David Schleef  <ds@schleef.org>
21259
21260         Convert elements to use gst_pad_use_explicit_caps() where
21261         appropriate:
21262         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
21263         * ext/audiofile/gstafparse.c: (gst_afparse_init),
21264         (gst_afparse_open_file):
21265         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
21266         (gst_afsrc_open_file):
21267         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
21268         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
21269         (gst_ffmpegdec_chain):
21270         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
21271         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
21272         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
21273         (gst_gdk_pixbuf_chain):
21274         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
21275         (gst_jpegdec_chain):
21276         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
21277         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
21278         (gst_mikmod_negotiate):
21279         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
21280         (gst_mpeg2dec_negotiate_format):
21281         * ext/mpeg2enc/gstmpeg2enc.cc:
21282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21283         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
21284         (gst_speexdec_sinkconnect):
21285         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
21286         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
21287         (gst_vorbisfile_new_link):
21288         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
21289         (gst_ac3parse_chain):
21290         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
21291         (gst_asf_demux_setup_pad):
21292         * gst/auparse/gstauparse.c: (gst_auparse_init),
21293         (gst_auparse_chain):
21294         * gst/id3/gstid3types.c: (gst_id3types_loop):
21295         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
21296         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
21297         (mp1videoparse_parse_seq):
21298         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
21299         (bpf_from_header):
21300         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
21301         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
21302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
21303         (gst_mpeg_parse_send_data):
21304         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
21305         (gst_qtdemux_add_stream):
21306         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
21307         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
21308         (gst_wavparse_parse_fmt):
21309
21310 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21311
21312         * configure.ac:
21313           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
21314           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
21315           it therefore uses the wrong include paths. Too bad... Note
21316           that 1.6.1.93 is not release yet. ;).
21317           Also add a check for mplex, which is now using the lib'ified
21318           mplex from mjpegtools, too.
21319         * ext/ffmpeg/gstffmpegcodecmap.c:
21320           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
21321           issues. I don't think ffmpeg handles 3ivx correctly, so this
21322           probably won't work. But it won't hurt either.
21323         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
21324         (gst_ffmpegdec_chain):
21325         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
21326         (gst_ffmpegenc_chain_audio):
21327           Fix memleak in audio encoding. Close codec if open fails, this
21328           calls the cleanup routines so we can re-use the context.
21329         * ext/mpeg2enc/gstmpeg2enc.cc:
21330           Fix pad template names/types, fix memory issue with getcaps().
21331         * ext/mpeg2enc/gstmpeg2encoder.cc:
21332         * ext/mpeg2enc/gstmpeg2encoder.hh:
21333           Fix compile issue with new caps system (const thingy).
21334         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21335         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
21336           We read a first frame right on initing, so that we have a caps
21337           when we init the output. This caps is cached in padprivate and
21338           read as first frame.
21339         * ext/mplex/Makefile.am:
21340         * ext/mplex/gstmplex.cc:
21341         * ext/mplex/gstmplex.h:
21342         * ext/mplex/gstmplex.hh:
21343         * ext/mplex/gstmplexibitstream.cc:
21344         * ext/mplex/gstmplexibitstream.hh:
21345         * ext/mplex/gstmplexjob.cc:
21346         * ext/mplex/gstmplexjob.hh:
21347         * ext/mplex/gstmplexoutputstream.cc:
21348         * ext/mplex/gstmplexoutputstream.hh:
21349           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
21350           had issues, didn't do capsnego, supported only a subset of the
21351           mplex features and required a mplex fork in our local CVS. Plus
21352           that it worked agaist a very old mplex version. Rewriting was
21353           faster than updating it.
21354         * gst-libs/ext/Makefile.am:
21355         * gst-libs/ext/mplex/INSTRUCT:
21356         * gst-libs/ext/mplex/Makefile.am:
21357         * gst-libs/ext/mplex/README:
21358         * gst-libs/ext/mplex/TODO:
21359         * gst-libs/ext/mplex/ac3strm_in.cc:
21360         * gst-libs/ext/mplex/audiostrm.hh:
21361         * gst-libs/ext/mplex/audiostrm_out.cc:
21362         * gst-libs/ext/mplex/aunit.hh:
21363         * gst-libs/ext/mplex/bits.cc:
21364         * gst-libs/ext/mplex/bits.hh:
21365         * gst-libs/ext/mplex/buffer.cc:
21366         * gst-libs/ext/mplex/buffer.hh:
21367         * gst-libs/ext/mplex/fastintfns.h:
21368         * gst-libs/ext/mplex/format_codes.h:
21369         * gst-libs/ext/mplex/inputstrm.cc:
21370         * gst-libs/ext/mplex/inputstrm.hh:
21371         * gst-libs/ext/mplex/lpcmstrm_in.cc:
21372         * gst-libs/ext/mplex/mjpeg_logging.cc:
21373         * gst-libs/ext/mplex/mjpeg_logging.h:
21374         * gst-libs/ext/mplex/mjpeg_types.h:
21375         * gst-libs/ext/mplex/mpastrm_in.cc:
21376         * gst-libs/ext/mplex/mpegconsts.cc:
21377         * gst-libs/ext/mplex/mpegconsts.h:
21378         * gst-libs/ext/mplex/mplexconsts.hh:
21379         * gst-libs/ext/mplex/multplex.cc:
21380         * gst-libs/ext/mplex/outputstream.hh:
21381         * gst-libs/ext/mplex/padstrm.cc:
21382         * gst-libs/ext/mplex/padstrm.hh:
21383         * gst-libs/ext/mplex/stillsstream.cc:
21384         * gst-libs/ext/mplex/stillsstream.hh:
21385         * gst-libs/ext/mplex/systems.cc:
21386         * gst-libs/ext/mplex/systems.hh:
21387         * gst-libs/ext/mplex/vector.cc:
21388         * gst-libs/ext/mplex/vector.hh:
21389         * gst-libs/ext/mplex/videostrm.hh:
21390         * gst-libs/ext/mplex/videostrm_in.cc:
21391         * gst-libs/ext/mplex/videostrm_out.cc:
21392         * gst-libs/ext/mplex/yuv4mpeg.cc:
21393         * gst-libs/ext/mplex/yuv4mpeg.h:
21394         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
21395         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
21396           We don't fork mjpegtools' mplex in our CVS anymore.
21397         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
21398         (gst_avi_demux_add_stream):
21399         * gst/avi/gstavidemux.h:
21400           Add getcaps() function for proper caps nego. This makes some
21401           parts of AVI playback/reading work.
21402         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
21403           Resize window on new capsnego. This is probably wrong, but
21404           I'm still committing it because with current capsnego, the
21405           first successfull capsnego is auto-fixated, therefore rounded
21406           down to the lowest values in the caps. this results in a 16x16
21407           XWindow that is not reized when real capsnego finishes.
21408           Dave, I see more cases of this, do you know a proper solution?
21409         * tools/gst-launch-ext.in:
21410           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
21411
21412 2003-12-31  David Schleef  <ds@schleef.org>
21413
21414         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
21415         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
21416           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
21417
21418 2003-12-30  David Schleef  <ds@schleef.org>
21419
21420         * ext/ffmpeg/gstffmpegcolorspace.c:
21421         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
21422         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
21423         (gst_ffmpegcsp_chain): Negotiation fixes
21424         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
21425         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
21426         (gst_audio_convert_link), (gst_audio_convert_channels):
21427         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
21428         (gst_audioscale_link), (gst_audioscale_get_buffer),
21429         (gst_audioscale_chain): Negotiation fixes
21430         * gst/audioscale/gstaudioscale.h:
21431         * gst/videofilter/gstvideofilter.c:
21432         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
21433         (gst_videofilter_link), (gst_videofilter_init),
21434         (gst_videofilter_set_output_size), (gst_videofilter_setup),
21435         (gst_videofilter_find_format_by_structure):
21436         * gst/videofilter/gstvideofilter.h: Negotiation fixes
21437         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
21438         (gst_videoscale_link):
21439         * gst/videoscale/videoscale.c: (videoscale_get_structure),
21440         (videoscale_find_by_structure), (gst_videoscale_setup):
21441         * gst/videoscale/videoscale.h: Negotiation fixes
21442         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
21443         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
21444         function, restrict resizing to a multiple of 4 (hack until
21445         everyone supports odd sizes correctly).
21446
21447 2003-12-29  Colin Walters  <walters@verbum.org>
21448
21449         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
21450         signed.
21451
21452 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
21453
21454         * ext/sndfile/gstsf.c: (gst_sf_loop):
21455           Fix warning about discarding const qualifier
21456
21457 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
21458
21459         * gst/cutter/gstcutter.c:
21460         * gst/videoscale/gstvideoscale.c:
21461         * gst/volenv/gstvolenv.c:
21462         * gst-libs/gst/audio/audio.c:
21463         * gst-libs/gst/video/video.c:
21464           Fix warnings
21465
21466 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21467
21468         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
21469           Don't send ALSA debugging to stderr.
21470         * ext/alsa/gstalsa.h:
21471           Use GST_WARNING instead of g_warning when ALSA functions fail.
21472
21473 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21474
21475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
21476           Free XVAdapterInfo correctly.
21477
21478 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21479
21480         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
21481         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
21482           Make id3tag use correct caps nego.
21483
21484 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
21485
21486         * ext/ivorbis/vorbis.c:
21487         * ext/ivorbis/vorbisenc.h:
21488         * ext/ivorbis/vorbisfile.c:
21489           Modify so that it uses the new caps things
21490
21491 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21492
21493         * testsuite/spider/spider1.c: (main):
21494         * testsuite/spider/spider2.c: (main):
21495         * testsuite/spider/spider3.c: (main):
21496           Make tests compile again. They probably don't work.
21497
21498 2003-12-24  Colin Walters  <walters@verbum.org>
21499
21500         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
21501         we can't fixate the caps anymore.
21502
21503 2003-12-23  David Schleef  <ds@schleef.org>
21504
21505         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
21506         * sys/oss/gstosssink.c: (gst_osssink_init),
21507         (gst_osssink_sink_fixate): Add fixate function.
21508
21509 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21510
21511         * ext/ffmpeg/gstffmpegcodecmap.c:
21512         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
21513         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
21514         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
21515         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
21516         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
21517         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
21518         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
21519           fix typo in RGB masks, and move back to "old" colorspace
21520           capsnego code until whoever wrote this new crap has actually
21521           tested it so that it works.
21522           And yes, this works, keep it that way please.
21523
21524 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21525
21526         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
21527         (gst_divxdec_init), (gst_divxdec_negotiate):
21528         * ext/divx/gstdivxdec.h:
21529         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
21530         (gst_divxenc_init):
21531         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
21532         (gst_faac_sinkconnect), (gst_faac_srcconnect):
21533         * ext/mpeg2enc/gstmpeg2enc.cc:
21534         * ext/mpeg2enc/gstmpeg2encoder.cc:
21535         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
21536         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
21537         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
21538         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
21539         (dxr3spusink_init):
21540         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
21541         (dxr3videosink_init):
21542           Fix caps breakage after Dave's caps branch merge.
21543
21544 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21545
21546         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
21547           Fix for 24bpp display.
21548
21549 2003-12-23  Colin Walters  <walters@verbum.org>
21550
21551         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
21552         a GnomeVFSHandle directly.
21553
21554 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21555
21556         * gst/volume/Makefile.am:
21557         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
21558         (volume_base_init), (volume_init):
21559           Reenable volume element and fix to work with new caps stuff.
21560           Rhythmbox needs this.
21561
21562 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21563
21564         * gst/qtdemux/qtdemux.c: (plugin_init):
21565           qtdemux requires bytestream
21566
21567 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21568
21569         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
21570           Fix remaining caps handling errors due to CAPS merge.
21571
21572 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21573
21574         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
21575         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
21576         (gst_faad_srcconnect):
21577           Port to new caps system.
21578
21579 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21580
21581         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
21582         (got_video_size), (main): using g_print instead of g_message.
21583         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
21584         signal which was not emitted because of "switch" element added to the
21585         bin but not connected. (Removing from the bin temporarily)
21586
21587 2003-12-21  Julien MOUTTE  <julien@moutte.net>
21588
21589         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
21590         find X development files. I don't understand the previous tests and
21591         they fail on my debian/ppc unstable. This one works.
21592         * examples/gstplay/player.c: (main): Set the pipeline to READY before
21593         exiting.
21594         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
21595         (gst_play_set_video_sink), (gst_play_set_audio_sink),
21596         (gst_play_set_visualization): Add some safety checks in set_ methods
21597         and state_change. This was throwing some ugly CRITICAL messages when
21598         pipeline was getting disposed and casts were failing.
21599
21600 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
21601
21602         * configure.ac:
21603           Improve mpeg2enc detection. This is for distributions that do
21604           ship mjpegtools, but without mpeg2enc. Also does object check
21605           for might there ever be ABI incompatibility.
21606         * ext/mpeg2enc/gstmpeg2enc.cc:
21607           Add Andrew as second maintainer (he's helping me), and also add
21608           an error if no caps was set. This happens if I pull before capsnego
21609           and that's something I should solve sometime else.
21610         * gst/matroska/matroska-demux.c:
21611         (gst_matroska_demux_parse_blockgroup):
21612           Fix time parsing.
21613         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
21614         (gst_matroska_mux_track_header):
21615           Add caps to templates.
21616         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
21617           Add mpegversion=1 to prevent confusion with MPEG/AAC.
21618         * gst/mpegstream/gstmpegdemux.c:
21619           Remove layer since it causes warnings about unfixed caps.
21620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
21621           Fix obvious typo (we error out if caps were set, we should of
21622           course error out if *no* caps were set).
21623         * sys/oss/gstosselement.c: (gst_osselement_convert):
21624           Fix format conversion, we confused bits/bytes.
21625         * sys/oss/gstosselement.h:
21626           Improve documentation for 'bps'.
21627         * sys/v4l/TODO:
21628           Remove stuff about plugins that need removing - this was done
21629           ages ago.
21630         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
21631         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
21632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
21633         (gst_v4lsrc_src_query):
21634         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
21635         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
21636           Add get_query_types(), get_formats() and query() functions.
21637
21638 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
21639
21640         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
21641         * moved CVS to freedesktop.org